Files
streamline-emr/docker/streamline-src/database/seeders/DiagnosesTableSeeder.php
T
alec.turner 4a89356390 Import latest app updates from streamline
An updated set of source files and initialization was provided by streamline to
address issues observed during initial testing. These files have been updated in
order to generate a new set of app images.
2024-04-11 11:16:51 -07:00

1878 lines
899 KiB
PHP
Executable File
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?php
namespace Database\Seeders;
use Illuminate\Database\Seeder;
use Streamline\Models\Diagnosis;
class DiagnosesTableSeeder extends Seeder {
/**
* Run the database seeders.
*
* @return void
*/
public function run() {
$diagnoses = [
['id' => '3', 'name' => 'Plague', 'icd10_code' => 'A20', 'hmis_no_outpatient' => 'EP10', 'hmis_no_inpatient' => '10', 'prompts' => NULL, 'reference_areas' => '', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '1', 'available' => '1', 'created_by' => NULL, 'updated_by' => '75', 'created_at' => '2022-12-07 12:44:21', 'updated_at' => '2023-06-06 12:03:47', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '4', 'name' => 'Meningitis - Bacterial', 'icd10_code' => 'KH987', 'hmis_no_outpatient' => 'EP08', 'hmis_no_inpatient' => '08', 'prompts' => 'consider dexamethasone prior to antibiotics(not neonates] & prophylaxis for siblings.', 'reference_areas' => 'http://uploads/hospital_resources/456433329.pdf#page=167,http://www.patient.co.uk/doctor/meningitis-pro', 'reference_names' => 'UCG Meningitis,patient.co.uk Meningitis', 'chronic_status' => '0', 'hmis_category' => '1', 'available' => '1', 'created_by' => NULL, 'updated_by' => '75', 'created_at' => '2022-12-07 12:44:21', 'updated_at' => '2023-06-06 12:02:13', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '5', 'name' => 'Hypertension - New-Attendance', 'icd10_code' => 'I10', 'hmis_no_outpatient' => 'CV02', 'hmis_no_inpatient' => '55', 'prompts' => 'Is renal status known?', 'reference_areas' => 'http://www.nice.org.uk/guidance/CG127', 'reference_names' => '', 'chronic_status' => '1', 'hmis_category' => '11', 'available' => '1', 'created_by' => NULL, 'updated_by' => '15', 'created_at' => '2022-12-07 12:44:21', 'updated_at' => '2023-08-03 10:36:44', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '11', 'name' => 'Pneumonia New-attendance', 'icd10_code' => 'J15', 'hmis_no_outpatient' => 'CD12', 'hmis_no_inpatient' => '25', 'prompts' => 'Check passive smoking exposure.', 'reference_areas' => 'http://www.who.int/maternal_child_adolescent/documents/bacterial-infection-infants/en/,http://uploads/hospital_resources/456433329.pdf#page=369', 'reference_names' => 'WHO Bacterial infection in infants,UCG Pneumonia', 'chronic_status' => '0', 'hmis_category' => '2', 'available' => '1', 'created_by' => NULL, 'updated_by' => '15', 'created_at' => '2022-12-07 12:44:21', 'updated_at' => '2023-08-03 13:56:38', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '13', 'name' => 'Asthma', 'icd10_code' => 'J45', 'hmis_no_outpatient' => 'CR01', 'hmis_no_inpatient' => '72', 'prompts' => 'Check AP chest diameter, peak flow rate.', 'reference_areas' => 'http://uploads/hospital_resources/456433329.pdf#page=342', 'reference_names' => 'UCG Asthma', 'chronic_status' => '1', 'hmis_category' => '9', 'available' => '1', 'created_by' => NULL, 'updated_by' => '3', 'created_at' => '2022-12-07 12:44:21', 'updated_at' => '2023-06-09 11:28:21', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '14', 'name' => 'Acute Heart Failure', 'icd10_code' => 'I50', 'hmis_no_outpatient' => 'CV16', 'hmis_no_inpatient' => '111', 'prompts' => '-', 'reference_areas' => 'http://uploads/hospital_resources/456433329.pdf#page=318', 'reference_names' => 'UCG Heart Failure', 'chronic_status' => '0', 'hmis_category' => '11', 'available' => '1', 'created_by' => NULL, 'updated_by' => '3', 'created_at' => '2022-12-07 12:44:21', 'updated_at' => '2023-08-03 13:35:24', 'deleted_at' => '2023-08-03 13:35:24', 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '15', 'name' => 'Bipolar disorder', 'icd10_code' => 'F31', 'hmis_no_outpatient' => 'MH04', 'hmis_no_inpatient' => '60', 'prompts' => 'see departmental protocols', 'reference_areas' => 'https://www.nice.org.uk/guidance/cg185,http://uploads/hospital_resources/456433329.pdf#page=514', 'reference_names' => 'NICE Guideline Bipolar Disorder - Assessment & Mx 2016,UCG Bipolar Disorder (Mania]', 'chronic_status' => '1', 'hmis_category' => '8', 'available' => '1', 'created_by' => NULL, 'updated_by' => '75', 'created_at' => '2022-12-07 12:44:21', 'updated_at' => '2023-06-09 10:55:04', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '16', 'name' => 'DO NOT USE Cardiac Failure', 'icd10_code' => '.', 'hmis_no_outpatient' => 'OT14', 'hmis_no_inpatient' => '58', 'prompts' => 'Caution with fluids especially iv to avoid overload.', 'reference_areas' => 'http://uploads/hospital_resources/456433329.pdf#page=318', 'reference_names' => 'UCG Heart Failure', 'chronic_status' => '0', 'hmis_category' => '34', 'available' => '0', 'created_by' => NULL, 'updated_by' => '15', 'created_at' => '2022-12-07 12:44:21', 'updated_at' => '2023-08-03 13:36:13', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '17', 'name' => 'Bronchiolitis', 'icd10_code' => 'J21', 'hmis_no_outpatient' => 'CD26', 'hmis_no_inpatient' => '27', 'prompts' => 'Usually in the first year of life; may cause apnoeic episodes in pre-term infants', 'reference_areas' => '', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '2', 'available' => '1', 'created_by' => NULL, 'updated_by' => '75', 'created_at' => '2022-12-07 12:44:21', 'updated_at' => '2023-06-10 13:10:12', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '18', 'name' => 'Malaria - New-attendance', 'icd10_code' => 'B54', 'hmis_no_outpatient' => 'EP01b', 'hmis_no_inpatient' => '6B', 'prompts' => 'Thick film may be negative if pt received Rx in community but RDT should still detect. Use separate diagnosis label if Malaria in Pregnancy. Reinforce the use of treated bednets.', 'reference_areas' => 'http://uploads/hospital_resources/456433329.pdf#page=215,http://uploads/hospital_resources/458067047.pdf,http://index.php?lang=en&page=resource_details&id=40', 'reference_names' => 'UCG Malaria,WHO Treatment of Malaria 2015,KH Protocol Malaria Rx', 'chronic_status' => '0', 'hmis_category' => '1', 'available' => '1', 'created_by' => NULL, 'updated_by' => '15', 'created_at' => '2022-12-07 12:44:21', 'updated_at' => '2023-08-03 12:45:28', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '19', 'name' => 'Typhoid Fever', 'icd10_code' => 'A01.0', 'hmis_no_outpatient' => 'EP15', 'hmis_no_inpatient' => '15', 'prompts' => 'Note patients may develop complications such as bowel perforation even when started on iv treatment so monitor carefully. Kisiizi cultures showed resistance to ciprofloxacin 2014 but sensitive to ceftriaxone. WHO recommends 5-7 days for ceftriaxone.
Che', 'reference_areas' => 'http://uploads/hospital_resources/456433329.pdf#page=182', 'reference_names' => 'UCG Typhoid', 'chronic_status' => '0', 'hmis_category' => '1', 'available' => '1', 'created_by' => NULL, 'updated_by' => '75', 'created_at' => '2022-12-07 12:44:21', 'updated_at' => '2023-06-06 12:14:26', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '20', 'name' => 'Acute Flaccid Paralysis (polio]', 'icd10_code' => 'A80', 'hmis_no_outpatient' => 'EP02', 'hmis_no_inpatient' => '01', 'prompts' => 'notifiable disease', 'reference_areas' => 'http://uploads/hospital_resources/456433329.pdf#page=193', 'reference_names' => 'UCG Polio', 'chronic_status' => '1', 'hmis_category' => '1', 'available' => '1', 'created_by' => NULL, 'updated_by' => '75', 'created_at' => '2022-12-07 12:44:21', 'updated_at' => '2023-06-06 11:56:11', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '21', 'name' => 'Guinea Worm', 'icd10_code' => 'B72', 'hmis_no_outpatient' => 'EP06', 'hmis_no_inpatient' => '5', 'prompts' => NULL, 'reference_areas' => '', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '1', 'available' => '1', 'created_by' => NULL, 'updated_by' => '75', 'created_at' => '2022-12-07 12:44:21', 'updated_at' => '2023-06-06 12:00:00', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '22', 'name' => 'Measles', 'icd10_code' => 'B05', 'hmis_no_outpatient' => 'EP07', 'hmis_no_inpatient' => '07', 'prompts' => 'notifiable; take confirmatory blood tests for Uganda Viral Institute, use correct forms
Isolate patient', 'reference_areas' => '', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '1', 'available' => '1', 'created_by' => NULL, 'updated_by' => '75', 'created_at' => '2022-12-07 12:44:21', 'updated_at' => '2023-06-06 12:01:23', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '23', 'name' => 'Tetanus (neonatal 0-28 days age]', 'icd10_code' => 'A33', 'hmis_no_outpatient' => '07', 'hmis_no_inpatient' => '07', 'prompts' => 'Check location of delivery & ensure safe practice to avoid future cases', 'reference_areas' => '/uploads/hospital_resources/456433329.pdf#page=178', 'reference_names' => 'UCG Tetanus', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:21', 'updated_at' => '2023-08-02 12:37:41', 'deleted_at' => '2023-08-02 12:37:41', 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '24', 'name' => 'Rabies', 'icd10_code' => 'A82', 'hmis_no_outpatient' => '02', 'hmis_no_inpatient' => '09', 'prompts' => 'Do not use this diagnosis except for definite cases of established rabies. Use "Animal bites" if bitten by dog but not showing clinical rabies and ensure give rabies immunisation and cover for tetanus.', 'reference_areas' => '/uploads/hospital_resources/456433329.pdf#page=195', 'reference_names' => 'UCG Rabies', 'chronic_status' => '0', 'hmis_category' => '19', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:21', 'updated_at' => '2022-12-07 12:44:21', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '25', 'name' => 'Yellow Fever', 'icd10_code' => 'A95', 'hmis_no_outpatient' => 'EP11', 'hmis_no_inpatient' => '11', 'prompts' => 'notifiable', 'reference_areas' => 'http://uploads/hospital_resources/456433329.pdf#page=199', 'reference_names' => 'UCG Yellow Fever', 'chronic_status' => '0', 'hmis_category' => '1', 'available' => '1', 'created_by' => NULL, 'updated_by' => '75', 'created_at' => '2022-12-07 12:44:21', 'updated_at' => '2023-06-06 12:04:16', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '26', 'name' => 'Viral Haemorrhagic Fever (e.g. Ebola]', 'icd10_code' => 'A99', 'hmis_no_outpatient' => 'EP12', 'hmis_no_inpatient' => '12', 'prompts' => 'see VHF Contingency Plans
Isolate suspected cases and use full personal protective equipment
Use official forms for confirmatory blood samples for Uganda Viral Institute with very careful precautions to avoid contamination or infection', 'reference_areas' => 'http://uploads/hospital_resources/456433329.pdf#page=196', 'reference_names' => 'UCG Viral haemorrhagic fevers', 'chronic_status' => '0', 'hmis_category' => '1', 'available' => '1', 'created_by' => NULL, 'updated_by' => '75', 'created_at' => '2022-12-07 12:44:21', 'updated_at' => '2023-06-06 12:07:18', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '27', 'name' => 'Influenza', 'icd10_code' => 'J11', 'hmis_no_outpatient' => '12', 'hmis_no_inpatient' => '12', 'prompts' => 'consider isolation', 'reference_areas' => ',', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:21', 'updated_at' => '2022-12-07 12:44:21', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '28', 'name' => 'Adverse Events following Immunisation (AEFI]', 'icd10_code' => 'T80', 'hmis_no_outpatient' => 'EP14', 'hmis_no_inpatient' => '14', 'prompts' => 'investigate circumstances, batch number of vaccines etc as appropriate', 'reference_areas' => '', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '1', 'available' => '1', 'created_by' => NULL, 'updated_by' => '75', 'created_at' => '2022-12-07 12:44:21', 'updated_at' => '2023-06-06 12:13:24', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '29', 'name' => 'Severe acute respiratory infection (SARI]', 'icd10_code' => 'U04', 'hmis_no_outpatient' => 'EP13', 'hmis_no_inpatient' => '13', 'prompts' => 'isolate', 'reference_areas' => '', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '1', 'available' => '1', 'created_by' => NULL, 'updated_by' => '75', 'created_at' => '2022-12-07 12:44:21', 'updated_at' => '2023-06-06 12:12:25', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '30', 'name' => 'Diarrhoea - Acute', 'icd10_code' => 'A09', 'hmis_no_outpatient' => 'CD01', 'hmis_no_inpatient' => '17', 'prompts' => 'Isolation or diarrhoea bay of ward
Antibiotics not indicated in acute diarrhoea.
Rehydrate with IV fluids or ORS (Resomal if malnourished]
Zinc and Vitamin A (in children].
Avoid anti-motility agents e.g. loperamide as this may increase the risk of s', 'reference_areas' => '', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '2', 'available' => '1', 'created_by' => NULL, 'updated_by' => '75', 'created_at' => '2022-12-07 12:44:21', 'updated_at' => '2023-06-06 12:34:46', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '31', 'name' => 'Diarrhoea - Persistent', 'icd10_code' => 'A09.9', 'hmis_no_outpatient' => 'CD02', 'hmis_no_inpatient' => '18', 'prompts' => 'Stool sample
Consider non-infectious causes e.g. lactose intolerance and other pathogens such as giardia. Remember serious possibilities such as Haemolytic Uraemic Syndrome.', 'reference_areas' => '', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '2', 'available' => '1', 'created_by' => NULL, 'updated_by' => '75', 'created_at' => '2022-12-07 12:44:21', 'updated_at' => '2023-06-06 12:35:43', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '32', 'name' => 'Otitis media', 'icd10_code' => 'H66.9', 'hmis_no_outpatient' => 'EN01', 'hmis_no_inpatient' => '-', 'prompts' => 'increased risk in children if parents smoke', 'reference_areas' => '', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '6', 'available' => '1', 'created_by' => NULL, 'updated_by' => '6', 'created_at' => '2022-12-07 12:44:21', 'updated_at' => '2023-06-06 13:58:20', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '33', 'name' => 'Tonsillitis', 'icd10_code' => 'J03', 'hmis_no_outpatient' => 'EN13', 'hmis_no_inpatient' => '-', 'prompts' => 'Penicillin course if bacterial to reduce risk of rheumatic fever and glomerulonephritis', 'reference_areas' => 'http://uploads/hospital_resources/456433329.pdf#page=948', 'reference_names' => 'UCG Tonsillitis', 'chronic_status' => '0', 'hmis_category' => '6', 'available' => '1', 'created_by' => NULL, 'updated_by' => '6', 'created_at' => '2022-12-07 12:44:21', 'updated_at' => '2023-06-06 13:29:41', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '34', 'name' => 'Ophthalmia neonatorum', 'icd10_code' => 'P39.1', 'hmis_no_outpatient' => 'EC03', 'hmis_no_inpatient' => '42', 'prompts' => 'Medical emergency due to risk of corneal damage. Inform Ophthalmic CO rapidly. Start treatment urgently . Single dose ceftriaxone is an option (BNFc 2014].
Send rapid gram stain of discharge looking for gram neg intracellular diplococci. Treat both pa', 'reference_areas' => '', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '7', 'available' => '1', 'created_by' => NULL, 'updated_by' => '6', 'created_at' => '2022-12-07 12:44:21', 'updated_at' => '2023-06-06 14:38:06', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '36', 'name' => 'Urethral discharge', 'icd10_code' => 'R36', 'hmis_no_outpatient' => 'CD03', 'hmis_no_inpatient' => '17', 'prompts' => 'Gram stain may identify gonococcus
Can occur in Reiter\'s syndrome
If STD treat contacts and counsel', 'reference_areas' => 'http://uploads/hospital_resources/456433329.pdf#page=293', 'reference_names' => 'UCG Urethral discharge', 'chronic_status' => '0', 'hmis_category' => '2', 'available' => '1', 'created_by' => NULL, 'updated_by' => '75', 'created_at' => '2022-12-07 12:44:21', 'updated_at' => '2023-06-06 12:36:31', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '37', 'name' => 'Genital Ulcers (male]', 'icd10_code' => 'N48.5', 'hmis_no_outpatient' => 'CD04', 'hmis_no_inpatient' => '19', 'prompts' => 'screen for STD including syphilis', 'reference_areas' => '', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '2', 'available' => '1', 'created_by' => NULL, 'updated_by' => '75', 'created_at' => '2022-12-07 12:44:21', 'updated_at' => '2023-06-06 12:37:19', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '38', 'name' => 'Genital Ulcers (female]', 'icd10_code' => 'N76', 'hmis_no_outpatient' => 'CD04', 'hmis_no_inpatient' => '17', 'prompts' => 'screen STD\'s including syphilis', 'reference_areas' => '', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '2', 'available' => '1', 'created_by' => NULL, 'updated_by' => '75', 'created_at' => '2022-12-07 12:44:21', 'updated_at' => '2023-06-06 12:37:56', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '39', 'name' => 'Sexually transmitted infection due to Sexual and gender-based violence (SGBV]', 'icd10_code' => '-', 'hmis_no_outpatient' => 'CD05', 'hmis_no_inpatient' => '19', 'prompts' => 'may be appropriate to refer to police.', 'reference_areas' => 'http://uploads/hospital_resources/456433329.pdf#page=293,http://uploads/hospital_resources/456433329.pdf#page=131', 'reference_names' => 'UCG Sexually transmitted infections,UCG Sexual assault', 'chronic_status' => '0', 'hmis_category' => '2', 'available' => '1', 'created_by' => NULL, 'updated_by' => '75', 'created_at' => '2022-12-07 12:44:21', 'updated_at' => '2023-06-06 12:38:39', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '40', 'name' => 'Sexually transmitted infections', 'icd10_code' => 'A50 - A64', 'hmis_no_outpatient' => 'CD06', 'hmis_no_inpatient' => '19', 'prompts' => 'use separate diagnosis for Genital Ulcers or sexually transmitted infection due to Sexual and gender-based violence (SGBV].', 'reference_areas' => 'http://uploads/hospital_resources/456433329.pdf#page=293', 'reference_names' => 'UCG Sexually transmitted infections', 'chronic_status' => '0', 'hmis_category' => '2', 'available' => '1', 'created_by' => NULL, 'updated_by' => '75', 'created_at' => '2022-12-07 12:44:21', 'updated_at' => '2023-06-06 12:40:06', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '41', 'name' => 'Urinary tract infection New-Attendance', 'icd10_code' => 'N39', 'hmis_no_outpatient' => 'CD07', 'hmis_no_inpatient' => '31', 'prompts' => 'in young girls exclude labial adhesions which may predispose to recurrent UTI\'s
If recurrent episodes and underlying renal tract abnormality consider antibiotic prophylaxis', 'reference_areas' => 'http://uploads/hospital_resources/456433329.pdf#page=461', 'reference_names' => 'UCG Urinary Tract infection', 'chronic_status' => '0', 'hmis_category' => '2', 'available' => '1', 'created_by' => NULL, 'updated_by' => '15', 'created_at' => '2022-12-07 12:44:21', 'updated_at' => '2023-08-03 10:55:17', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '42', 'name' => 'Intestinal worms', 'icd10_code' => 'B82.0', 'hmis_no_outpatient' => 'CD08', 'hmis_no_inpatient' => '-', 'prompts' => 'Most common in Kisiizi is Ascaris, may cause a bolus and intestinal obstruction', 'reference_areas' => '', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '2', 'available' => '1', 'created_by' => NULL, 'updated_by' => '75', 'created_at' => '2022-12-07 12:44:21', 'updated_at' => '2023-06-06 12:45:00', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '43', 'name' => 'Leprosy', 'icd10_code' => '-', 'hmis_no_outpatient' => '31', 'hmis_no_inpatient' => '29', 'prompts' => 'notifiable if new case', 'reference_areas' => ',', 'reference_names' => '', 'chronic_status' => '1', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:21', 'updated_at' => '2022-12-07 12:44:21', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '44', 'name' => 'Hepatitis A', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '', 'prompts' => 'careful hygiene to avoid oro-faecal transmission', 'reference_areas' => '/uploads/hospital_resources/456433329.pdf#page=429', 'reference_names' => 'UCG Viral Hepatitis', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:21', 'updated_at' => '2022-12-07 12:44:21', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '45', 'name' => 'Hepatitis B', 'icd10_code' => 'B15-19', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '20', 'prompts' => 'potential risk of malignancy', 'reference_areas' => '/uploads/hospital_resources/456433329.pdf#page=429, /uploads/hospital_resources/456433329.pdf#page=434', 'reference_names' => 'UCG Viral Hepatitis, UCG Pregnant Mother HbsAg Positive', 'chronic_status' => '1', 'hmis_category' => '2', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:21', 'updated_at' => '2022-12-07 12:44:21', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '46', 'name' => 'Hepatitis C', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '21', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => '', 'chronic_status' => '1', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:21', 'updated_at' => '2022-12-07 12:44:21', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '47', 'name' => 'Meningitis (non-bacterial]', 'icd10_code' => '-', 'hmis_no_outpatient' => '26', 'hmis_no_inpatient' => '34', 'prompts' => 'consider TBM in differential
consider use of aciclovir if possible herpes infection', 'reference_areas' => '/uploads/hospital_resources/456433329.pdf#page=167,http://www.patient.co.uk/doctor/meningitis-pro', 'reference_names' => 'UCG Meningitis, patient.co.uk Meningitis,', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:21', 'updated_at' => '2022-12-07 12:44:21', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '48', 'name' => 'Respiratory Tract infection Re-Attendance', 'icd10_code' => '-', 'hmis_no_outpatient' => '29', 'hmis_no_inpatient' => '26', 'prompts' => 'antibiotics not indicated for URTI', 'reference_areas' => 'http://uploads/hospital_resources/456433329.pdf#page=359', 'reference_names' => 'UCG Common cold', 'chronic_status' => '0', 'hmis_category' => NULL, 'available' => '1', 'created_by' => NULL, 'updated_by' => '15', 'created_at' => '2022-12-07 12:44:21', 'updated_at' => '2023-08-03 12:24:52', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '49', 'name' => 'Impetigo', 'icd10_code' => '-', 'hmis_no_outpatient' => '29', 'hmis_no_inpatient' => '-', 'prompts' => 'usually staphylococcal or streptococcal. Streptococcal skin infection may lead to secondary glomerulonephritis.', 'reference_areas' => ',', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:21', 'updated_at' => '2022-12-07 12:44:21', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '50', 'name' => 'Eczema', 'icd10_code' => 'L20, L23', 'hmis_no_outpatient' => '29', 'hmis_no_inpatient' => '101', 'prompts' => 'Important to break the Itch-Scratch cycle. Emollients to moisturise the skin are key to long term control. Topical steroids are valuable for reducing inflammation. Hydrocortisone can be used in any age including infancy but do not use potent topical ste', 'reference_areas' => '/uploads/hospital_resources/1934487423.pdf#page=10', 'reference_names' => 'Common skin conditions,', 'chronic_status' => '1', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:22', 'updated_at' => '2022-12-07 12:44:22', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '51', 'name' => 'Tuberculosis: Bacteriologically confirmed', 'icd10_code' => '-', 'hmis_no_outpatient' => '30A', 'hmis_no_inpatient' => '28A', 'prompts' => 'Isolate, follow national guidelines. Check HIV status.', 'reference_areas' => 'http://www.nice.org.uk/guidance/cg117, /uploads/hospital_resources/456433329.pdf#page=378', 'reference_names' => 'NICE TB, UCG TB', 'chronic_status' => '1', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:22', 'updated_at' => '2022-12-07 12:44:22', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '52', 'name' => 'Tuberculosis: Clinically diagnosed', 'icd10_code' => '-', 'hmis_no_outpatient' => '30B', 'hmis_no_inpatient' => '28B', 'prompts' => 'Not bacteriologically confirmed. Check HIV status
follow national Uganda guidelines', 'reference_areas' => 'http://www.nice.org.uk/guidance/cg117, /uploads/hospital_resources/456433329.pdf#page=378', 'reference_names' => 'NICE TB, UCG TB', 'chronic_status' => '1', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:22', 'updated_at' => '2022-12-07 12:44:22', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '53', 'name' => 'Osteomyelitis', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '30', 'prompts' => 'Usually staphylococcus aureus but may be other organism e.g. salmonella
May need sequestrectomy
Ensure adequate duration of treatment', 'reference_areas' => ',', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:22', 'updated_at' => '2022-12-07 12:44:22', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '54', 'name' => 'Peritonitis', 'icd10_code' => '-', 'hmis_no_outpatient' => '', 'hmis_no_inpatient' => '24', 'prompts' => 'Medical / Surgical emergency
Stabilise ABC, urgent surgical review. Blood culture / gentamicin for gm negative shock.
Primary pneumococcal peritonitis may occur in nephrotic syndrome', 'reference_areas' => ',', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:22', 'updated_at' => '2022-12-07 12:44:22', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '55', 'name' => 'Pyrexia of Unknown Origin', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '26', 'prompts' => 'Use this diagnostic label only if thorough investigation and clinical assessment has not given a specific diagnosis. Consider vasculitic causes as well as infections.', 'reference_areas' => ',', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:22', 'updated_at' => '2022-12-07 12:44:22', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '56', 'name' => 'Septicaemia', 'icd10_code' => 'A41.9', 'hmis_no_outpatient' => 'CD31', 'hmis_no_inpatient' => '23', 'prompts' => 'Medical emergency
Blood culture then stat gentamicin but do not write up further doses until renal function checked
May need aggressive volume replacement
Look for focus/aetiology
Use separate label for neonatal septicaemia', 'reference_areas' => 'http://uploads/hospital_resources/456433329.pdf#page=175', 'reference_names' => 'UCG Septicaemia', 'chronic_status' => '0', 'hmis_category' => '2', 'available' => '1', 'created_by' => NULL, 'updated_by' => '75', 'created_at' => '2022-12-07 12:44:22', 'updated_at' => '2023-06-10 13:13:49', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '57', 'name' => 'Tetanus (over 28 days]', 'icd10_code' => '-', 'hmis_no_outpatient' => 'CD15', 'hmis_no_inpatient' => '32', 'prompts' => 'Drug of choice is metronidazole
Tetanus immunoglobulin useful if available
Anti-tetanus serum has risk of anaphylaxis', 'reference_areas' => 'http://uploads/hospital_resources/456433329.pdf#page=178', 'reference_names' => 'UCG Tetanus', 'chronic_status' => '0', 'hmis_category' => '2', 'available' => '1', 'created_by' => NULL, 'updated_by' => '75', 'created_at' => '2022-12-07 12:44:22', 'updated_at' => '2023-06-06 12:56:36', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '58', 'name' => 'Sleeping sickness (trypanosomiasis]', 'icd10_code' => 'B56.9', 'hmis_no_outpatient' => 'CD16', 'hmis_no_inpatient' => '33', 'prompts' => '-', 'reference_areas' => 'http://uploads/hospital_resources/456433329.pdf#page=233', 'reference_names' => 'UCG Trypanosomiasis', 'chronic_status' => '0', 'hmis_category' => '2', 'available' => '1', 'created_by' => NULL, 'updated_by' => '75', 'created_at' => '2022-12-07 12:44:22', 'updated_at' => '2023-06-06 12:57:12', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '59', 'name' => 'Pelvic Inflammatory Disease (PID] New-Attendance', 'icd10_code' => 'N73', 'hmis_no_outpatient' => 'CD17', 'hmis_no_inpatient' => '128', 'prompts' => 'follow protocols for treatment', 'reference_areas' => '', 'reference_names' => '', 'chronic_status' => '1', 'hmis_category' => '2', 'available' => '1', 'created_by' => NULL, 'updated_by' => '15', 'created_at' => '2022-12-07 12:44:22', 'updated_at' => '2023-08-03 11:18:24', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '60', 'name' => 'Abortion due to gender-based violence', 'icd10_code' => '-', 'hmis_no_outpatient' => 'MC01', 'hmis_no_inpatient' => '116', 'prompts' => '-', 'reference_areas' => '', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '17', 'available' => '1', 'created_by' => NULL, 'updated_by' => '1', 'created_at' => '2022-12-07 12:44:22', 'updated_at' => '2023-06-05 12:15:02', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '61', 'name' => 'Haemorrhage related to pregnancy (APH]', 'icd10_code' => '-', 'hmis_no_outpatient' => 'MC08', 'hmis_no_inpatient' => '120', 'prompts' => 'Use APH or PPH codes if possible', 'reference_areas' => '', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '17', 'available' => '1', 'created_by' => NULL, 'updated_by' => '75', 'created_at' => '2022-12-07 12:44:22', 'updated_at' => '2023-06-06 13:09:31', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '62', 'name' => 'Malaria in pregnancy', 'icd10_code' => 'B54', 'hmis_no_outpatient' => 'MC04', 'hmis_no_inpatient' => '117', 'prompts' => 'Reinforce the use of treated bednets', 'reference_areas' => 'http://uploads/hospital_resources/456433329.pdf#page=683', 'reference_names' => 'UCG Malaria in pregnancy', 'chronic_status' => '0', 'hmis_category' => '17', 'available' => '1', 'created_by' => NULL, 'updated_by' => '75', 'created_at' => '2022-12-07 12:44:22', 'updated_at' => '2023-06-06 13:12:56', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '63', 'name' => 'High blood pressure in pregnancy (pre-eclampsia]', 'icd10_code' => '-', 'hmis_no_outpatient' => 'MC05', 'hmis_no_inpatient' => '37', 'prompts' => 'check urine protein, monitor patient carefully', 'reference_areas' => '', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '17', 'available' => '1', 'created_by' => NULL, 'updated_by' => '75', 'created_at' => '2022-12-07 12:44:22', 'updated_at' => '2023-08-03 12:01:27', 'deleted_at' => '2023-08-03 12:01:27', 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '64', 'name' => 'Obstetric Fistula', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '122', 'prompts' => '', 'reference_areas' => '', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:22', 'updated_at' => '2022-12-07 12:44:22', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '65', 'name' => 'Puerperial sepsis (>>>see "Sepsis: Puerperal"]', 'icd10_code' => 'x', 'hmis_no_outpatient' => 'x', 'hmis_no_inpatient' => 'x', 'prompts' => 'x', 'reference_areas' => ',', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:22', 'updated_at' => '2022-12-07 12:44:22', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '66', 'name' => 'Ante-partum haemorrhage', 'icd10_code' => 'O46', 'hmis_no_outpatient' => 'MC12', 'hmis_no_inpatient' => '120', 'prompts' => 'ABC, define aetiology, call for help if needed. Record cause in Comments box.', 'reference_areas' => 'http://uploads/hospital_resources/456433329.pdf#page=702', 'reference_names' => 'UCG Antepartum haemorrhage', 'chronic_status' => '0', 'hmis_category' => '17', 'available' => '1', 'created_by' => NULL, 'updated_by' => '3', 'created_at' => '2022-12-07 12:44:22', 'updated_at' => '2023-06-09 12:20:37', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '67', 'name' => 'Post-partum haemorrhage', 'icd10_code' => '-', 'hmis_no_outpatient' => '44', 'hmis_no_inpatient' => '40', 'prompts' => 'ABC, define aetiology, call for help if needed', 'reference_areas' => ',', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:22', 'updated_at' => '2022-12-07 12:44:22', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '68', 'name' => 'Eclampsia', 'icd10_code' => '-', 'hmis_no_outpatient' => '118', 'hmis_no_inpatient' => '42', 'prompts' => 'urgent support, magnesium sulfate, call for help', 'reference_areas' => ',', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:22', 'updated_at' => '2022-12-07 12:44:22', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '69', 'name' => 'Septicaemia - Neonatal', 'icd10_code' => '-', 'hmis_no_outpatient' => 'ND08', 'hmis_no_inpatient' => '43', 'prompts' => 'ABC, urgent IV antibiotics
Consider LP if condition allows', 'reference_areas' => 'http://uploads/hospital_resources/456433329.pdf#page=177', 'reference_names' => 'UCG Neonatal septicaemia', 'chronic_status' => '0', 'hmis_category' => '3', 'available' => '1', 'created_by' => NULL, 'updated_by' => '75', 'created_at' => '2022-12-07 12:44:22', 'updated_at' => '2023-06-09 10:28:00', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '70', 'name' => 'Acute Renal Failure', 'icd10_code' => 'N17', 'hmis_no_outpatient' => 'EM04', 'hmis_no_inpatient' => '112', 'prompts' => 'assess if pre-renal, renal or post-renal; careful fluid balance & bp monitoring; daily weight
Monitor details of patient as we assess the need for Peritoneal Dialysis in Kisiizi', 'reference_areas' => 'https://www.nice.org.uk/guidance/cg169,http://uploads/hospital_resources/456433329.pdf#page=451', 'reference_names' => 'Nice Guideline 2013 Acute Kidney Injury,UCG Acute renal failure', 'chronic_status' => '0', 'hmis_category' => '12', 'available' => '1', 'created_by' => NULL, 'updated_by' => '75', 'created_at' => '2022-12-07 12:44:22', 'updated_at' => '2023-06-09 12:30:23', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '71', 'name' => 'Cri du chat syndrome', 'icd10_code' => '.', 'hmis_no_outpatient' => 'ND08', 'hmis_no_inpatient' => '104', 'prompts' => 'Syndrome due to deletion of short arm chromosome 5 with characteristic abnormal cry like the sound of a kitten.
Patients may have VSD, ASD and PDA associated.', 'reference_areas' => 'http://ghr.nlm.nih.gov/condition/cri-du-chat-syndrome,http://emedicine.medscape.com/article/942897-overview', 'reference_names' => '', 'chronic_status' => '1', 'hmis_category' => '3', 'available' => '1', 'created_by' => NULL, 'updated_by' => '75', 'created_at' => '2022-12-07 12:44:22', 'updated_at' => '2023-06-09 10:40:41', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '72', 'name' => 'Depression', 'icd10_code' => 'F32', 'hmis_no_outpatient' => 'MH26', 'hmis_no_inpatient' => '61', 'prompts' => 'assess for risk of suicide, ensure adequate supervision and monitoring', 'reference_areas' => 'http://www.nimh.nih.gov/health/topics/depression/index.shtml,https://www.nice.org.uk/guidance/cg90,http://uploads/hospital_resources/1377372132.pdf#page=27', 'reference_names' => 'Depression: national institute of Mental Health,Depression: Nice Guidance,Depression: WHO mhGAPv2', 'chronic_status' => '0', 'hmis_category' => '8', 'available' => '1', 'created_by' => NULL, 'updated_by' => '75', 'created_at' => '2022-12-07 12:44:22', 'updated_at' => '2023-06-09 11:20:54', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '73', 'name' => 'Ascaris', 'icd10_code' => 'B77', 'hmis_no_outpatient' => 'CD08', 'hmis_no_inpatient' => '.115', 'prompts' => '.', 'reference_areas' => 'http://uploads/hospital_resources/456433329.pdf#page=201', 'reference_names' => 'UCG HELMINTHES PARASITES', 'chronic_status' => '0', 'hmis_category' => '2', 'available' => '1', 'created_by' => NULL, 'updated_by' => '75', 'created_at' => '2022-12-07 12:44:22', 'updated_at' => '2023-06-10 13:04:28', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '74', 'name' => 'Human Immunodeficiency (HIV] Disease resulting in infections/parasitic disease', 'icd10_code' => 'B20', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => 'Uganda Ministry of Health Addendum National Anti-retroviral Treatment Guidelines December 2013', 'reference_areas' => 'available on Kisiizi hospital website', 'reference_names' => '', 'chronic_status' => '1', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:22', 'updated_at' => '2023-08-03 14:33:05', 'deleted_at' => '2023-08-03 14:33:05', 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '75', 'name' => 'Malnutrition (with oedema]', 'icd10_code' => 'E40', 'hmis_no_outpatient' => NULL, 'hmis_no_inpatient' => '-', 'prompts' => 'Zinc tabs if not added to high energy milk', 'reference_areas' => 'http://uploads/hospital_resources/456433329.pdf#page=864', 'reference_names' => 'UCG Malnutrition', 'chronic_status' => '0', 'hmis_category' => NULL, 'available' => '1', 'created_by' => NULL, 'updated_by' => '75', 'created_at' => '2022-12-07 12:44:22', 'updated_at' => '2023-06-09 11:55:38', 'deleted_at' => '2023-06-09 11:55:38', 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '76', 'name' => 'Malnutrition (without oedema]', 'icd10_code' => 'E44', 'hmis_no_outpatient' => NULL, 'hmis_no_inpatient' => '-', 'prompts' => 'Zinc tabs if not added to high energy milk', 'reference_areas' => 'http://uploads/hospital_resources/456433329.pdf#page=864', 'reference_names' => 'UCG Malnutrition', 'chronic_status' => '0', 'hmis_category' => NULL, 'available' => '1', 'created_by' => NULL, 'updated_by' => '75', 'created_at' => '2022-12-07 12:44:22', 'updated_at' => '2023-06-09 11:56:08', 'deleted_at' => '2023-06-09 11:56:08', 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '77', 'name' => 'Syphilis (primary/secondary]', 'icd10_code' => 'A51', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '.', 'prompts' => 'Screen for HIV and other STDs. Contact tracing for partners', 'reference_areas' => '/uploads/hospital_resources/456433329.pdf#page=307', 'reference_names' => 'UCG Syphilis', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:22', 'updated_at' => '2022-12-07 12:44:22', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '78', 'name' => 'Syphilis (late]', 'icd10_code' => 'A52', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => 'Multisystem disease. Screen for HIV & other STDs and contact tracing for partners', 'reference_areas' => '/uploads/hospital_resources/456433329.pdf#page=307', 'reference_names' => 'UCG Syphilis', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:22', 'updated_at' => '2022-12-07 12:44:22', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '79', 'name' => 'Abscess: cutaneous', 'icd10_code' => '-', 'hmis_no_outpatient' => 'CD14', 'hmis_no_inpatient' => '101', 'prompts' => NULL, 'reference_areas' => '', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '2', 'available' => '1', 'created_by' => NULL, 'updated_by' => '75', 'created_at' => '2022-12-07 12:44:22', 'updated_at' => '2023-06-10 13:01:08', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '80', 'name' => 'Brucellosis', 'icd10_code' => 'A23.9', 'hmis_no_outpatient' => 'CD18', 'hmis_no_inpatient' => '114', 'prompts' => '-', 'reference_areas' => 'http://uploads/hospital_resources/456433329.pdf#page=160', 'reference_names' => 'UCG Brucellosis', 'chronic_status' => '0', 'hmis_category' => '2', 'available' => '1', 'created_by' => NULL, 'updated_by' => '75', 'created_at' => '2022-12-07 12:44:22', 'updated_at' => '2023-06-06 12:58:19', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '81', 'name' => 'Head Injury', 'icd10_code' => 'S06', 'hmis_no_outpatient' => 'IN03', 'hmis_no_inpatient' => '-', 'prompts' => 'Remember ABC including cervical spine stabilisation', 'reference_areas' => 'http://uploads/hospital_resources/456433329.pdf#page=126,http://uploads/hospital_resources/1491312882.pdf#page=1', 'reference_names' => 'UCG Head Injury,Kisiizi Protocol Head Injury', 'chronic_status' => '0', 'hmis_category' => '14', 'available' => '1', 'created_by' => NULL, 'updated_by' => '3', 'created_at' => '2022-12-07 12:44:22', 'updated_at' => '2023-06-09 12:40:53', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '82', 'name' => 'Pneumothorax', 'icd10_code' => 'S27', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => 'Tension pneumothorax should be a clinical diagnosis - do not delay needle decompression or chest drain to wait for a chest x-ray', 'reference_areas' => ',', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:22', 'updated_at' => '2022-12-07 12:44:22', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '83', 'name' => 'Diabetes Mellitus(Type 1]: New-attendance', 'icd10_code' => 'E10', 'hmis_no_outpatient' => 'EM01', 'hmis_no_inpatient' => '84', 'prompts' => 'Will require Insulin. Monitor closely initially. Health education required about diet and hypoglycaemic episodes.', 'reference_areas' => 'http://uploads/hospital_resources/456433329.pdf#page=473', 'reference_names' => 'UCG Diabetes', 'chronic_status' => '1', 'hmis_category' => '12', 'available' => '1', 'created_by' => NULL, 'updated_by' => '15', 'created_at' => '2022-12-07 12:44:22', 'updated_at' => '2023-08-03 12:39:49', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '84', 'name' => 'Diabetes Mellitus(Type 2]: New-attendance', 'icd10_code' => 'E11', 'hmis_no_outpatient' => 'EM01', 'hmis_no_inpatient' => '84', 'prompts' => 'Diabetic protocol available in OPD', 'reference_areas' => 'https://www.nice.org.uk/guidance/ng28,http://uploads/hospital_resources/456433329.pdf#page=473', 'reference_names' => 'NICE guideline Type 2 diabetes in Adults Dec 2015,UCG Diabetes', 'chronic_status' => '1', 'hmis_category' => '12', 'available' => '1', 'created_by' => NULL, 'updated_by' => '15', 'created_at' => '2022-12-07 12:44:22', 'updated_at' => '2023-08-03 12:40:10', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '85', 'name' => 'Alcohol intoxication', 'icd10_code' => 'F10', 'hmis_no_outpatient' => 'MH23', 'hmis_no_inpatient' => '63', 'prompts' => 'Needs health education and consideration of psychiatric referral. Look for signs of delirium tremens and manage accordingly.', 'reference_areas' => 'http://uploads/hospital_resources/456433329.pdf#page=522', 'reference_names' => 'UCG Alcohol Use Disorders', 'chronic_status' => '0', 'hmis_category' => '8', 'available' => '1', 'created_by' => NULL, 'updated_by' => '75', 'created_at' => '2022-12-07 12:44:22', 'updated_at' => '2023-06-09 11:18:58', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '86', 'name' => 'Gastroenteritis', 'icd10_code' => '.', 'hmis_no_outpatient' => '.', 'hmis_no_inpatient' => '.', 'prompts' => 'Do blood glucose in children under 4 years. May need fluid bolus if hypovolaemic. Use intra-osseus line if shocked and not easy to gain iv access. Remember differential of Haemolytic Uraemic Syndrome if anaemic/jaundiced/thrombocytopenic with risk of rena', 'reference_areas' => '.,', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:22', 'updated_at' => '2022-12-07 12:44:22', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '87', 'name' => 'Intussusception', 'icd10_code' => '.', 'hmis_no_outpatient' => '.', 'hmis_no_inpatient' => '.', 'prompts' => 'Often need aggressive fluid resuscitation. Urgent surgical opinion. Should be reviewed by MO or specialist.', 'reference_areas' => '.,', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:22', 'updated_at' => '2022-12-07 12:44:22', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '88', 'name' => 'Atrial Septal Defect (Ostium Secundum]', 'icd10_code' => '.', 'hmis_no_outpatient' => 'CV22', 'hmis_no_inpatient' => '.58', 'prompts' => 'Left to right shunt with increased pulmonary flow and increase risk of pneumonia.
Untreated may lead to pulmonary hypertension and Eisenmenger\'s syndrome with shunt reversal.', 'reference_areas' => '', 'reference_names' => '', 'chronic_status' => '1', 'hmis_category' => '11', 'available' => '1', 'created_by' => NULL, 'updated_by' => '75', 'created_at' => '2022-12-07 12:44:22', 'updated_at' => '2023-06-09 12:52:28', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '89', 'name' => 'Atrial Septal Defect (Ostium Primum]', 'icd10_code' => '.', 'hmis_no_outpatient' => 'CV21', 'hmis_no_inpatient' => '.58', 'prompts' => 'Left to right shunt with increased pulmonary flow and increase risk of pneumonia.
Untreated may lead to pulmonary hypertension and Eisenmenger\'s syndrome with shunt reversal.', 'reference_areas' => '', 'reference_names' => '', 'chronic_status' => '1', 'hmis_category' => '11', 'available' => '1', 'created_by' => NULL, 'updated_by' => '75', 'created_at' => '2022-12-07 12:44:22', 'updated_at' => '2023-06-09 12:51:54', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '90', 'name' => 'AV Canal defect', 'icd10_code' => 'Q21.2', 'hmis_no_outpatient' => '', 'hmis_no_inpatient' => '58', 'prompts' => 'defects in atrial and ventricular septae, usually associated with Trisomy 21 Down syndrome. Superior axis on ECG.', 'reference_areas' => ',', 'reference_names' => '', 'chronic_status' => '1', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:22', 'updated_at' => '2022-12-07 12:44:22', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '91', 'name' => 'Poisoning: accidental', 'icd10_code' => 'T36-50', 'hmis_no_outpatient' => '.', 'hmis_no_inpatient' => '.', 'prompts' => 'Prioritise', 'reference_areas' => '/uploads/hospital_resources/456433329.pdf#page=136', 'reference_names' => 'UCG Poisoning', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:22', 'updated_at' => '2022-12-07 12:44:22', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '92', 'name' => 'Poisoning: deliberate overdose / self poisoning', 'icd10_code' => 'T36-50', 'hmis_no_outpatient' => '.', 'hmis_no_inpatient' => '.', 'prompts' => 'Needs review by Chaplain and Mental Health team for assessment and support', 'reference_areas' => '/uploads/hospital_resources/456433329.pdf#page=136', 'reference_names' => 'UCG Poisoning', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:22', 'updated_at' => '2022-12-07 12:44:22', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '93', 'name' => 'Anaphylaxis', 'icd10_code' => 'T78.2', 'hmis_no_outpatient' => 'OP01', 'hmis_no_inpatient' => '115', 'prompts' => 'Do ABC. Drug of choice is intra-muscular adrenaline unless has cardiac arrest in which case give iv.', 'reference_areas' => 'https://www.nice.org.uk/guidance/cg134,http://uploads/hospital_resources/456433329.pdf#page=75', 'reference_names' => 'Nice Guidance Anaphylaxis,UCG Anaphylactic Shock', 'chronic_status' => '0', 'hmis_category' => '18', 'available' => '1', 'created_by' => NULL, 'updated_by' => '75', 'created_at' => '2022-12-07 12:44:22', 'updated_at' => '2023-06-09 12:22:20', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '94', 'name' => 'Toothache', 'icd10_code' => '.', 'hmis_no_outpatient' => '.', 'hmis_no_inpatient' => '.', 'prompts' => 'if due to dental caries ensure pt receives clear dental hygiene instruction to minimise risk of recurrence.', 'reference_areas' => '/uploads/hospital_resources/456433329.pdf#page=983', 'reference_names' => 'UCG Dental caries', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:22', 'updated_at' => '2022-12-07 12:44:22', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '95', 'name' => 'Animal Bites (suspected rabies]', 'icd10_code' => 'A82', 'hmis_no_outpatient' => 'EP03', 'hmis_no_inpatient' => '2', 'prompts' => 'consider rabies & tetanus cover. Detail type of animal in comments box.', 'reference_areas' => '', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '1', 'available' => '1', 'created_by' => NULL, 'updated_by' => '75', 'created_at' => '2022-12-07 12:44:22', 'updated_at' => '2023-06-06 11:57:06', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '96', 'name' => 'Cholera', 'icd10_code' => 'A00', 'hmis_no_outpatient' => 'EP04', 'hmis_no_inpatient' => '3', 'prompts' => 'Isolate patient, follow intensive fluid regime. Report to DHO for epidemiological surveillance.', 'reference_areas' => '', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '1', 'available' => '1', 'created_by' => NULL, 'updated_by' => '75', 'created_at' => '2022-12-07 12:44:22', 'updated_at' => '2023-06-06 11:57:45', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '97', 'name' => 'Dysentery', 'icd10_code' => 'A03.9', 'hmis_no_outpatient' => 'EP05', 'hmis_no_inpatient' => '4', 'prompts' => 'Stool test for lab. Isolate. Beware of differential diagnosis of intussusception in infants especially, and haemolytic uraemic syndrome in all ages.', 'reference_areas' => '', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '1', 'available' => '1', 'created_by' => NULL, 'updated_by' => '15', 'created_at' => '2022-12-07 12:44:22', 'updated_at' => '2023-06-09 11:42:02', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '98', 'name' => 'DON\'T USE - Malaria - suspected', 'icd10_code' => 'B54', 'hmis_no_outpatient' => 'EP01a', 'hmis_no_inpatient' => '6A', 'prompts' => 'use "Malaria - proven" if RDT or Thick film +ve', 'reference_areas' => 'http://uploads/hospital_resources/456433329.pdf#page=215,http://uploads/hospital_resources/458067047.pdf,http://index.php?lang=en&page=resource_details&id=40', 'reference_names' => 'UCG Malaria,WHO Treatment of Malaria 2015,KH Protocol Malaria Rx', 'chronic_status' => '0', 'hmis_category' => '1', 'available' => '0', 'created_by' => NULL, 'updated_by' => '15', 'created_at' => '2022-12-07 12:44:22', 'updated_at' => '2023-08-03 10:47:28', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '99', 'name' => 'Tetanus - Neonatal', 'icd10_code' => 'A33', 'hmis_no_outpatient' => 'EP09', 'hmis_no_inpatient' => '09', 'prompts' => 'Public health intervention in village concerned to avoid recurrence', 'reference_areas' => 'http://uploads/hospital_resources/456433329.pdf#page=178', 'reference_names' => 'UCG Tetanus', 'chronic_status' => '0', 'hmis_category' => '1', 'available' => '1', 'created_by' => NULL, 'updated_by' => '75', 'created_at' => '2022-12-07 12:44:22', 'updated_at' => '2023-06-06 12:03:14', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '101', 'name' => 'Tuberculosis: presumptive MDR TB case', 'icd10_code' => '.', 'hmis_no_outpatient' => 'EP16', 'hmis_no_inpatient' => '16', 'prompts' => 'Isolate patient
Gene expert sputum screen', 'reference_areas' => 'http://uploads/hospital_resources/456433329.pdf#page=378', 'reference_names' => 'UCG TB', 'chronic_status' => '0', 'hmis_category' => '1', 'available' => '1', 'created_by' => NULL, 'updated_by' => '75', 'created_at' => '2022-12-07 12:44:22', 'updated_at' => '2023-08-03 14:25:21', 'deleted_at' => '2023-08-03 14:25:21', 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '102', 'name' => 'Genital Infections', 'icd10_code' => 'A64', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '19', 'prompts' => 'treat contacts', 'reference_areas' => ',', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:22', 'updated_at' => '2022-12-07 12:44:22', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '103', 'name' => 'Respiratory Tract Infection New-Attendance', 'icd10_code' => 'R05', 'hmis_no_outpatient' => 'CD11', 'hmis_no_inpatient' => '27', 'prompts' => 'do not use this code when pneumonia present', 'reference_areas' => 'http://uploads/hospital_resources/456433329.pdf#page=359', 'reference_names' => 'UCG Common cold', 'chronic_status' => '0', 'hmis_category' => '2', 'available' => '1', 'created_by' => NULL, 'updated_by' => '15', 'created_at' => '2022-12-07 12:44:22', 'updated_at' => '2023-08-03 12:24:26', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '104', 'name' => 'Urticaria', 'icd10_code' => '-', 'hmis_no_outpatient' => 'NC05', 'hmis_no_inpatient' => '101', 'prompts' => 'Histamine release, may be first sign of anaphylaxis. Use cetirizine rather than chlorphenamine unless you want sedative effect. If any systemic symptoms e.g. wheeze suggesting anaphylaxis then drug of choice is IM Adrenaline', 'reference_areas' => 'http://uploads/hospital_resources/456433329.pdf#page=970', 'reference_names' => 'UCG Urticaria', 'chronic_status' => '0', 'hmis_category' => '4', 'available' => '1', 'created_by' => NULL, 'updated_by' => '75', 'created_at' => '2022-12-07 12:44:22', 'updated_at' => '2023-06-09 13:04:18', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '105', 'name' => 'Viral Illness', 'icd10_code' => '-', 'hmis_no_outpatient' => 'OP01', 'hmis_no_inpatient' => '114', 'prompts' => 'use "upper respiratory tract infection" code if coryza / cough but no signs of pneumonia.', 'reference_areas' => ',', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '18', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:22', 'updated_at' => '2022-12-07 12:44:22', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '106', 'name' => 'Meningitis - haematological', 'icd10_code' => '-', 'hmis_no_outpatient' => 'CD09', 'hmis_no_inpatient' => '34', 'prompts' => 'usually Leukaemias, need bone marrow to assess', 'reference_areas' => 'http://uploads/hospital_resources/456433329.pdf#page=167', 'reference_names' => 'UCG Meningitis', 'chronic_status' => '0', 'hmis_category' => '2', 'available' => '1', 'created_by' => NULL, 'updated_by' => '75', 'created_at' => '2022-12-07 12:44:22', 'updated_at' => '2023-06-06 12:45:55', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '107', 'name' => 'Tuberculosis: extra-pulmonary (EPTB]', 'icd10_code' => '-', 'hmis_no_outpatient' => '30C', 'hmis_no_inpatient' => '28C', 'prompts' => 'follow appropriate regime for EPTB. Check serostatus. Contact tracing check.', 'reference_areas' => '/uploads/hospital_resources/456433329.pdf#page=378', 'reference_names' => 'UCG TB', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:22', 'updated_at' => '2022-12-07 12:44:22', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '108', 'name' => 'Skin diseases - other', 'icd10_code' => '-', 'hmis_no_outpatient' => '29', 'hmis_no_inpatient' => '101', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:22', 'updated_at' => '2022-12-07 12:44:22', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '109', 'name' => 'Tuberculosis MDR/XDR cases started on Rx', 'icd10_code' => '-', 'hmis_no_outpatient' => '32', 'hmis_no_inpatient' => '-', 'prompts' => 'isolate, notify, ensure compliance with Rx regime and regular monitoring.', 'reference_areas' => '/uploads/hospital_resources/456433329.pdf#page=378', 'reference_names' => 'UCG TB', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:22', 'updated_at' => '2023-08-03 14:24:46', 'deleted_at' => '2023-08-03 14:24:46', 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '110', 'name' => 'Hepatitis E', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '22', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => '', 'chronic_status' => '1', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:22', 'updated_at' => '2022-12-07 12:44:22', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '111', 'name' => 'DO NOT USE Respiratory Tract infections', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '27', 'prompts' => '-', 'reference_areas' => '', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => NULL, 'available' => '0', 'created_by' => NULL, 'updated_by' => '15', 'created_at' => '2022-12-07 12:44:22', 'updated_at' => '2023-08-03 12:26:19', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '112', 'name' => 'Leishmaniasis', 'icd10_code' => 'B55', 'hmis_no_outpatient' => 'NT01', 'hmis_no_inpatient' => '35', 'prompts' => '-', 'reference_areas' => '', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '16', 'available' => '1', 'created_by' => NULL, 'updated_by' => '75', 'created_at' => '2022-12-07 12:44:23', 'updated_at' => '2023-06-06 13:21:39', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '113', 'name' => 'Lymphatic filariasis: hydrocoele', 'icd10_code' => 'B74.9', 'hmis_no_outpatient' => 'NT02', 'hmis_no_inpatient' => '36', 'prompts' => '-', 'reference_areas' => '', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '16', 'available' => '1', 'created_by' => NULL, 'updated_by' => '75', 'created_at' => '2022-12-07 12:44:23', 'updated_at' => '2023-06-06 13:22:28', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '114', 'name' => 'Lymphatic filariasis: Lymphoedema', 'icd10_code' => 'B74.9', 'hmis_no_outpatient' => 'NT03', 'hmis_no_inpatient' => '37', 'prompts' => '-', 'reference_areas' => '', 'reference_names' => '', 'chronic_status' => '1', 'hmis_category' => '16', 'available' => '1', 'created_by' => NULL, 'updated_by' => '75', 'created_at' => '2022-12-07 12:44:23', 'updated_at' => '2023-06-06 13:22:57', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '115', 'name' => 'DO NOT USE Schistosomiasis: urinary', 'icd10_code' => 'B65.0', 'hmis_no_outpatient' => 'NT04', 'hmis_no_inpatient' => '38', 'prompts' => 'usually due to schistosoma haematobium, treat with praziquantel', 'reference_areas' => 'http://uploads/hospital_resources/456433329.pdf#page=211', 'reference_names' => 'UCG Schistosomiasis', 'chronic_status' => '0', 'hmis_category' => '16', 'available' => '0', 'created_by' => NULL, 'updated_by' => '15', 'created_at' => '2022-12-07 12:44:23', 'updated_at' => '2023-08-03 13:34:04', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '116', 'name' => 'Schistosomiasis: intestinal', 'icd10_code' => 'B65.1', 'hmis_no_outpatient' => 'NT05', 'hmis_no_inpatient' => '39', 'prompts' => 'usually due to schistosoma mansoni, treat with praziquantel', 'reference_areas' => 'http://uploads/hospital_resources/456433329.pdf#page=211', 'reference_names' => 'UCG Schistosomiasis', 'chronic_status' => '0', 'hmis_category' => '16', 'available' => '1', 'created_by' => NULL, 'updated_by' => '75', 'created_at' => '2022-12-07 12:44:23', 'updated_at' => '2023-06-06 13:24:24', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '117', 'name' => 'Onchocerciasis', 'icd10_code' => 'B73', 'hmis_no_outpatient' => 'NT06', 'hmis_no_inpatient' => '40', 'prompts' => 'River blindness', 'reference_areas' => '', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '16', 'available' => '1', 'created_by' => NULL, 'updated_by' => '75', 'created_at' => '2022-12-07 12:44:23', 'updated_at' => '2023-06-06 13:25:07', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '118', 'name' => 'Nodding Syndrome', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '41', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:23', 'updated_at' => '2022-12-07 12:44:23', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '119', 'name' => 'Neonatal Sepsis (0 - 7 days]', 'icd10_code' => 'P36', 'hmis_no_outpatient' => 'ND01', 'hmis_no_inpatient' => '42', 'prompts' => 'if focus known e.g. meningitis then specify with correct code.', 'reference_areas' => '', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '3', 'available' => '1', 'created_by' => NULL, 'updated_by' => '75', 'created_at' => '2022-12-07 12:44:23', 'updated_at' => '2023-06-06 12:20:39', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '120', 'name' => 'Neonatal Sepsis (8 - 28 days]', 'icd10_code' => '-', 'hmis_no_outpatient' => 'ND02', 'hmis_no_inpatient' => '43', 'prompts' => 'If focus known then specify appropriate code e.g. meningitis', 'reference_areas' => '', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '3', 'available' => '1', 'created_by' => NULL, 'updated_by' => '75', 'created_at' => '2022-12-07 12:44:23', 'updated_at' => '2023-06-06 12:22:09', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '121', 'name' => 'Neonatal Pneumonia (0 - 7 days]', 'icd10_code' => 'P23', 'hmis_no_outpatient' => 'ND03', 'hmis_no_inpatient' => '44', 'prompts' => 'Group B strep is a common pathogen, symptoms & signs similar to Respiratory distress syndrome seen in surfactant deficiency.', 'reference_areas' => '', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '3', 'available' => '1', 'created_by' => NULL, 'updated_by' => '75', 'created_at' => '2022-12-07 12:44:23', 'updated_at' => '2023-06-06 12:27:39', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '122', 'name' => 'Meningitis: Neonatal', 'icd10_code' => '-', 'hmis_no_outpatient' => 'ND05', 'hmis_no_inpatient' => '45', 'prompts' => 'pathogens include Group B strep and E Coli, the latter needs longer courses of Rx and check LP to ensure eradicated.', 'reference_areas' => 'http://uploads/hospital_resources/456433329.pdf#page=171', 'reference_names' => 'UCG Neonatal Meningitis', 'chronic_status' => '0', 'hmis_category' => '3', 'available' => '1', 'created_by' => NULL, 'updated_by' => '75', 'created_at' => '2022-12-07 12:44:23', 'updated_at' => '2023-06-06 12:28:33', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '123', 'name' => 'Jaundice: Neonatal', 'icd10_code' => 'P59.9', 'hmis_no_outpatient' => 'ND06', 'hmis_no_inpatient' => '46', 'prompts' => 'Jaundice in first 24 hours is pathological, usually haemolytic.', 'reference_areas' => '', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '3', 'available' => '1', 'created_by' => NULL, 'updated_by' => '75', 'created_at' => '2022-12-07 12:44:23', 'updated_at' => '2023-06-06 12:29:54', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '124', 'name' => 'Premature baby (as a condition that requires management]', 'icd10_code' => '0.60.1', 'hmis_no_outpatient' => 'ND07', 'hmis_no_inpatient' => '47', 'prompts' => '-', 'reference_areas' => '', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '3', 'available' => '1', 'created_by' => NULL, 'updated_by' => '75', 'created_at' => '2022-12-07 12:44:23', 'updated_at' => '2023-06-06 12:30:41', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '125', 'name' => 'Neonatal: other conditions', 'icd10_code' => '-', 'hmis_no_outpatient' => 'ND08', 'hmis_no_inpatient' => '48', 'prompts' => 'where possible use specific code for condition', 'reference_areas' => '', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '3', 'available' => '1', 'created_by' => NULL, 'updated_by' => '75', 'created_at' => '2022-12-07 12:44:23', 'updated_at' => '2023-06-06 12:31:22', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '126', 'name' => 'Anaemia: Sickle cell', 'icd10_code' => 'D57.1', 'hmis_no_outpatient' => 'NC01', 'hmis_no_inpatient' => '83', 'prompts' => '-', 'reference_areas' => 'http://uploads/hospital_resources/456433329.pdf#page=556', 'reference_names' => 'UCG Sickle cell anaemia', 'chronic_status' => '1', 'hmis_category' => '4', 'available' => '1', 'created_by' => NULL, 'updated_by' => '6', 'created_at' => '2022-12-07 12:44:23', 'updated_at' => '2023-06-06 13:33:35', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '127', 'name' => 'Anaemia: other types', 'icd10_code' => 'D50 - D64', 'hmis_no_outpatient' => 'NC02', 'hmis_no_inpatient' => '82', 'prompts' => 'where possible specify type of anaemia e.g. iron deficiency, folate deficiency, B12 deficiency', 'reference_areas' => 'http://uploads/hospital_resources/456433329.pdf#page=545', 'reference_names' => 'UCG Anaemia', 'chronic_status' => '0', 'hmis_category' => '4', 'available' => '1', 'created_by' => NULL, 'updated_by' => '75', 'created_at' => '2022-12-07 12:44:23', 'updated_at' => '2023-06-09 13:02:27', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '128', 'name' => 'Gastro-Intestinal Disorders (non-infective]', 'icd10_code' => 'K92', 'hmis_no_outpatient' => 'NC03', 'hmis_no_inpatient' => '87', 'prompts' => 'e.g. inflammatory bowel disease not due to infection. Use specific code where possible.', 'reference_areas' => '', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '4', 'available' => '1', 'created_by' => NULL, 'updated_by' => '6', 'created_at' => '2022-12-07 12:44:23', 'updated_at' => '2023-06-06 13:40:00', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '129', 'name' => 'Pain requiring Palliative Care', 'icd10_code' => 'R52.1', 'hmis_no_outpatient' => 'NC04', 'hmis_no_inpatient' => '88', 'prompts' => 'Multi-disciplinary palliative care support needed', 'reference_areas' => '', 'reference_names' => '', 'chronic_status' => '1', 'hmis_category' => '4', 'available' => '1', 'created_by' => NULL, 'updated_by' => '6', 'created_at' => '2022-12-07 12:44:23', 'updated_at' => '2023-06-06 13:43:23', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '130', 'name' => 'Dental caries', 'icd10_code' => '-', 'hmis_no_outpatient' => 'OD01', 'hmis_no_inpatient' => '49', 'prompts' => 'Health education re prevention', 'reference_areas' => '', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '5', 'available' => '1', 'created_by' => NULL, 'updated_by' => '6', 'created_at' => '2022-12-07 12:44:23', 'updated_at' => '2023-06-06 13:45:13', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '131', 'name' => 'Gingivitis', 'icd10_code' => 'K05.0', 'hmis_no_outpatient' => 'OD02', 'hmis_no_inpatient' => '50', 'prompts' => 'May be herpetic. Gentian violet may help. Review nutrition.', 'reference_areas' => '', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '5', 'available' => '1', 'created_by' => NULL, 'updated_by' => '6', 'created_at' => '2022-12-07 12:44:23', 'updated_at' => '2023-06-06 13:45:50', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '132', 'name' => 'HIV: Oral lesions', 'icd10_code' => '-', 'hmis_no_outpatient' => 'OD03', 'hmis_no_inpatient' => '53', 'prompts' => '-', 'reference_areas' => 'http://uploads/hospital_resources/456433329.pdf#page=237', 'reference_names' => 'UCG HIV Infection & AIDS', 'chronic_status' => '0', 'hmis_category' => '5', 'available' => '1', 'created_by' => NULL, 'updated_by' => '6', 'created_at' => '2022-12-07 12:44:23', 'updated_at' => '2023-06-06 13:48:32', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '133', 'name' => 'Oral Cancers', 'icd10_code' => 'D00', 'hmis_no_outpatient' => 'OD04', 'hmis_no_inpatient' => '54', 'prompts' => 'assess need for palliative care support', 'reference_areas' => '', 'reference_names' => '', 'chronic_status' => '1', 'hmis_category' => '5', 'available' => '1', 'created_by' => NULL, 'updated_by' => '6', 'created_at' => '2022-12-07 12:44:23', 'updated_at' => '2023-06-06 13:50:19', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '134', 'name' => 'Oral: other conditions', 'icd10_code' => '-', 'hmis_no_outpatient' => 'OD05', 'hmis_no_inpatient' => '52', 'prompts' => '-', 'reference_areas' => '', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '5', 'available' => '1', 'created_by' => NULL, 'updated_by' => '6', 'created_at' => '2022-12-07 12:44:23', 'updated_at' => '2023-06-06 13:54:30', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '135', 'name' => 'Hearing loss', 'icd10_code' => 'H91.9', 'hmis_no_outpatient' => 'EN03', 'hmis_no_inpatient' => '-', 'prompts' => 'Careful assessment including ear, neurology. Occasionally seen as a psychosomatic presentation.', 'reference_areas' => '', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '6', 'available' => '1', 'created_by' => NULL, 'updated_by' => '6', 'created_at' => '2022-12-07 12:44:23', 'updated_at' => '2023-06-06 13:26:37', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '136', 'name' => 'Deafness (>>> use "Hearing Loss"]', 'icd10_code' => '-', 'hmis_no_outpatient' => '55', 'hmis_no_inpatient' => '114-', 'prompts' => NULL, 'reference_areas' => '', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => NULL, 'available' => '1', 'created_by' => NULL, 'updated_by' => '75', 'created_at' => '2022-12-07 12:44:23', 'updated_at' => '2023-06-08 12:37:04', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '137', 'name' => 'ENT: other conditions', 'icd10_code' => 'H93 (ear]', 'hmis_no_outpatient' => '55', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:23', 'updated_at' => '2022-12-07 12:44:23', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '138', 'name' => 'Operable Cataract (< 6/60]', 'icd10_code' => 'H26.9', 'hmis_no_outpatient' => 'EC07', 'hmis_no_inpatient' => '114', 'prompts' => 'Check for aetiology - may be congenital or associated with genetic syndromes, drugs e.g. steroids', 'reference_areas' => 'http://Smith "Recongisable Patterns of Human Malformation"', 'reference_names' => '', 'chronic_status' => '1', 'hmis_category' => '7', 'available' => '1', 'created_by' => NULL, 'updated_by' => '3', 'created_at' => '2022-12-07 12:44:23', 'updated_at' => '2023-06-09 10:56:32', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '139', 'name' => 'Refractive Errors', 'icd10_code' => 'H52.7', 'hmis_no_outpatient' => 'EC08', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => '', 'reference_names' => '', 'chronic_status' => '1', 'hmis_category' => '7', 'available' => '1', 'created_by' => NULL, 'updated_by' => '3', 'created_at' => '2022-12-07 12:44:23', 'updated_at' => '2023-06-09 10:45:23', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '142', 'name' => 'Tumours: Eye', 'icd10_code' => '-', 'hmis_no_outpatient' => '61', 'hmis_no_inpatient' => '-', 'prompts' => 'Some lesions associated with e.g. leukaemia', 'reference_areas' => '/uploads/hospital_resources/456433329.pdf#page=584', 'reference_names' => 'UCG Retinoblastoma', 'chronic_status' => '1', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:23', 'updated_at' => '2022-12-07 12:44:23', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '143', 'name' => 'Blindness', 'icd10_code' => 'H54.0 binocular, H54.4 monocular', 'hmis_no_outpatient' => 'EC26', 'hmis_no_inpatient' => '115', 'prompts' => 'Review full support package including psychiatric if needed', 'reference_areas' => '', 'reference_names' => '', 'chronic_status' => '1', 'hmis_category' => '7', 'available' => '1', 'created_by' => NULL, 'updated_by' => '3', 'created_at' => '2022-12-07 12:44:23', 'updated_at' => '2023-06-09 10:46:00', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '144', 'name' => 'Diabetic Retinopathy (All stages]', 'icd10_code' => 'H36', 'hmis_no_outpatient' => 'EC13', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => '', 'reference_names' => '', 'chronic_status' => '1', 'hmis_category' => '7', 'available' => '1', 'created_by' => NULL, 'updated_by' => '3', 'created_at' => '2022-12-07 12:44:23', 'updated_at' => '2023-06-09 10:47:12', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '145', 'name' => 'Eye: other conditions', 'icd10_code' => '-', 'hmis_no_outpatient' => '64', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:23', 'updated_at' => '2022-12-07 12:44:23', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '146', 'name' => 'Epilepsy', 'icd10_code' => 'G40', 'hmis_no_outpatient' => 'MH07', 'hmis_no_inpatient' => '68', 'prompts' => 'careful assessment. In children between 6 months & 6 years may be febrile convulsions. Assess development. May be related to genetic syndrome or may occur in space-occupying lesions or post-traumatic.', 'reference_areas' => 'https://www.nice.org.uk/guidance/cg137/chapter/Introduction,http://uploads/hospital_resources/456433329.pdf#page=487,https://www.epilepsydiagnosis.org/,http://uploads/hospital_resources/1377372132.pdf#page=59', 'reference_names' => 'NICE guideline Epilepsies Diagnosis & Mx,UCG Epilepsy,EpilepsyDiagnosis.org on-line tool,Epilepsy: WHO mhGAPv2', 'chronic_status' => '1', 'hmis_category' => '8', 'available' => '1', 'created_by' => NULL, 'updated_by' => '75', 'created_at' => '2022-12-07 12:44:23', 'updated_at' => '2023-06-09 10:57:39', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '147', 'name' => 'Dementia', 'icd10_code' => 'F03', 'hmis_no_outpatient' => 'MH13', 'hmis_no_inpatient' => '66', 'prompts' => '-', 'reference_areas' => 'http://uploads/hospital_resources/1377372132.pdf#page=101', 'reference_names' => 'Dementia: WHO mhGAPv2', 'chronic_status' => '1', 'hmis_category' => '8', 'available' => '1', 'created_by' => NULL, 'updated_by' => '75', 'created_at' => '2022-12-07 12:44:23', 'updated_at' => '2023-06-09 11:01:45', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '148', 'name' => 'Mental Disorders: Childhood', 'icd10_code' => 'F98.9', 'hmis_no_outpatient' => '69', 'hmis_no_inpatient' => '67', 'prompts' => 'Exclude organic disorders underlying; review family and school dynamics that may cause stress', 'reference_areas' => ',', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:23', 'updated_at' => '2022-12-07 12:44:23', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '149', 'name' => 'Schizophrenia', 'icd10_code' => 'F20', 'hmis_no_outpatient' => 'MH05', 'hmis_no_inpatient' => '62', 'prompts' => '-', 'reference_areas' => 'https://www.nice.org.uk/guidance/cg178', 'reference_names' => 'NICE Guidance Psychosis & Schizophrenia 2014', 'chronic_status' => '1', 'hmis_category' => '8', 'available' => '1', 'created_by' => NULL, 'updated_by' => '75', 'created_at' => '2022-12-07 12:44:23', 'updated_at' => '2023-06-09 10:55:56', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '150', 'name' => 'Psychosis: HIV related', 'icd10_code' => '-', 'hmis_no_outpatient' => 'MH08', 'hmis_no_inpatient' => '69', 'prompts' => 'exclude organic cause', 'reference_areas' => 'https://www.nice.org.uk/guidance/cg178,http://uploads/hospital_resources/1377372132.pdf#page=41', 'reference_names' => 'NICE Guidance Psychosis & Schizophrenia 2014,Psychoses: WHO mhGAP', 'chronic_status' => '0', 'hmis_category' => '8', 'available' => '1', 'created_by' => NULL, 'updated_by' => '75', 'created_at' => '2022-12-07 12:44:23', 'updated_at' => '2023-08-03 14:33:46', 'deleted_at' => '2023-08-03 14:33:46', 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '151', 'name' => 'Anxiety Disorders', 'icd10_code' => 'F40, F41', 'hmis_no_outpatient' => 'MH01', 'hmis_no_inpatient' => '59', 'prompts' => 'Psychiatric and Chaplaincy support', 'reference_areas' => 'http://uploads/hospital_resources/456433329.pdf#page=505', 'reference_names' => 'UCG Anxiety', 'chronic_status' => '0', 'hmis_category' => '8', 'available' => '1', 'created_by' => NULL, 'updated_by' => '3', 'created_at' => '2022-12-07 12:44:23', 'updated_at' => '2023-06-09 10:52:20', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '152', 'name' => 'Alcohol Use Disorder', 'icd10_code' => '-', 'hmis_no_outpatient' => 'MH16', 'hmis_no_inpatient' => '63', 'prompts' => 'Ensure follow up monitoring and support
Assess hepatic function', 'reference_areas' => 'http://uploads/hospital_resources/456433329.pdf#page=522', 'reference_names' => 'UCG Alcohol Use Disorders', 'chronic_status' => '1', 'hmis_category' => '8', 'available' => '1', 'created_by' => NULL, 'updated_by' => '75', 'created_at' => '2022-12-07 12:44:23', 'updated_at' => '2023-06-09 11:06:17', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '153', 'name' => 'Drug abuse', 'icd10_code' => 'Z86.4', 'hmis_no_outpatient' => '74', 'hmis_no_inpatient' => '64', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:23', 'updated_at' => '2022-12-07 12:44:23', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '154', 'name' => 'Mental Health Conditions', 'icd10_code' => '-', 'hmis_no_outpatient' => 'OT07', 'hmis_no_inpatient' => '71', 'prompts' => '-', 'reference_areas' => '', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '34', 'available' => '1', 'created_by' => NULL, 'updated_by' => '75', 'created_at' => '2022-12-07 12:44:23', 'updated_at' => '2023-06-10 13:36:07', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '156', 'name' => 'Cancer: Cervix - newly diagnosed', 'icd10_code' => 'C53', 'hmis_no_outpatient' => 'CA01', 'hmis_no_inpatient' => '124', 'prompts' => 'Specialist gynaecologist review urgently', 'reference_areas' => 'http://uploads/hospital_resources/456433329.pdf#page=588,http://uploads/hospital_resources/931316352.pdf#page=1', 'reference_names' => 'UCG Common Cancers in Adults,Cancer of the Cervix handout', 'chronic_status' => '1', 'hmis_category' => '10', 'available' => '1', 'created_by' => NULL, 'updated_by' => '1', 'created_at' => '2022-12-07 12:44:23', 'updated_at' => '2023-06-05 12:27:24', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '157', 'name' => 'Cancer: Cervix - re-attendance', 'icd10_code' => 'C53', 'hmis_no_outpatient' => 'CA15', 'hmis_no_inpatient' => '125', 'prompts' => '-', 'reference_areas' => 'http://uploads/hospital_resources/456433329.pdf#page=588,http://uploads/hospital_resources/931316352.pdf#page=1', 'reference_names' => 'UCG Common Cancers in Adults,Cancer of the Cervix handout', 'chronic_status' => '1', 'hmis_category' => '10', 'available' => '1', 'created_by' => NULL, 'updated_by' => '3', 'created_at' => '2022-12-07 12:44:23', 'updated_at' => '2023-06-09 11:47:35', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '158', 'name' => 'Tubal Ovarian mass / cancer', 'icd10_code' => 'D39', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '127', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:23', 'updated_at' => '2022-12-07 12:44:23', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '159', 'name' => 'Cancer: Prostate', 'icd10_code' => 'C61', 'hmis_no_outpatient' => '79', 'hmis_no_inpatient' => '74', 'prompts' => '-', 'reference_areas' => '/uploads/hospital_resources/456433329.pdf#page=590
/uploads/hospital_resources/1053679454.pdf#page=1', 'reference_names' => 'UCG Common Cancers in Adults,
Prostate Cancer handout', 'chronic_status' => '1', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:23', 'updated_at' => '2022-12-07 12:44:23', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '160', 'name' => 'Breast Cancer - Maternity', 'icd10_code' => 'C50', 'hmis_no_outpatient' => 'MC10', 'hmis_no_inpatient' => '126', 'prompts' => '-', 'reference_areas' => 'http://uploads/hospital_resources/456433329.pdf#page=586,http://uploads/hospital_resources/16810574.pdf#page=1', 'reference_names' => 'UCG Common Cancers in Adults,Breast Cancer handout', 'chronic_status' => '1', 'hmis_category' => '17', 'available' => '1', 'created_by' => NULL, 'updated_by' => '75', 'created_at' => '2022-12-07 12:44:23', 'updated_at' => '2023-06-06 13:03:54', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '161', 'name' => 'Cancer: Lung', 'icd10_code' => 'C34', 'hmis_no_outpatient' => 'CA04', 'hmis_no_inpatient' => '75', 'prompts' => '-', 'reference_areas' => '', 'reference_names' => '', 'chronic_status' => '1', 'hmis_category' => '10', 'available' => '1', 'created_by' => NULL, 'updated_by' => '1', 'created_at' => '2022-12-07 12:44:23', 'updated_at' => '2023-06-05 12:23:35', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '162', 'name' => 'Cancer: Liver', 'icd10_code' => 'C22', 'hmis_no_outpatient' => 'CA05', 'hmis_no_inpatient' => '76', 'prompts' => 'may be related to Hepatitis B etc
Check alcohol history. Use "hepatocellular carcinoma" if confirmed for In-patients', 'reference_areas' => '', 'reference_names' => '', 'chronic_status' => '1', 'hmis_category' => '10', 'available' => '1', 'created_by' => NULL, 'updated_by' => '1', 'created_at' => '2022-12-07 12:44:23', 'updated_at' => '2023-06-05 12:25:44', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '163', 'name' => 'Hepatocellular carcinoma', 'icd10_code' => '-', 'hmis_no_outpatient' => '82', 'hmis_no_inpatient' => '79', 'prompts' => 'May be associated with Hepatitis virus / alcohol. Use Cancer:liver if type not proven', 'reference_areas' => ',', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:23', 'updated_at' => '2022-12-07 12:44:23', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '164', 'name' => 'Cancer: Colon', 'icd10_code' => 'C18', 'hmis_no_outpatient' => 'CA06', 'hmis_no_inpatient' => '77', 'prompts' => '-', 'reference_areas' => 'http://uploads/hospital_resources/456433329.pdf#page=586,http://uploads/hospital_resources/1596248630.pdf#page=1', 'reference_names' => 'UCG Common Cancers in Adults,Lower GI cancer handout', 'chronic_status' => '0', 'hmis_category' => '10', 'available' => '1', 'created_by' => NULL, 'updated_by' => '1', 'created_at' => '2022-12-07 12:44:23', 'updated_at' => '2023-06-05 12:24:27', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '165', 'name' => 'Kaposi', 'icd10_code' => 'C46', 'hmis_no_outpatient' => '84', 'hmis_no_inpatient' => '78', 'prompts' => 'Classically associated with HIV infections', 'reference_areas' => ',', 'reference_names' => '', 'chronic_status' => '1', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:23', 'updated_at' => '2022-12-07 12:44:23', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '166', 'name' => 'Stroke / Cardiovascular Accident (CVA]', 'icd10_code' => 'I64', 'hmis_no_outpatient' => 'CV01', 'hmis_no_inpatient' => '57', 'prompts' => '.', 'reference_areas' => 'http://uploads/hospital_resources/456433329.pdf#page=339,http://index.php?lang=en&page=resource_details&id=47#page=1', 'reference_names' => 'UCG Stroke,Kisiizi Protocol: Stroke', 'chronic_status' => '1', 'hmis_category' => '11', 'available' => '1', 'created_by' => NULL, 'updated_by' => '75', 'created_at' => '2022-12-07 12:44:23', 'updated_at' => '2023-06-06 13:54:57', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '167', 'name' => 'Cancer: Other', 'icd10_code' => '-', 'hmis_no_outpatient' => 'CA08', 'hmis_no_inpatient' => '81', 'prompts' => '-', 'reference_areas' => '', 'reference_names' => '', 'chronic_status' => '1', 'hmis_category' => '10', 'available' => '1', 'created_by' => NULL, 'updated_by' => '75', 'created_at' => '2022-12-07 12:44:23', 'updated_at' => '2023-06-10 14:05:45', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '168', 'name' => 'Ischaemic Heart Disease', 'icd10_code' => 'I20 - I25', 'hmis_no_outpatient' => '89', 'hmis_no_inpatient' => '58', 'prompts' => 'review risk factors including diet, smoking, exercise etc. ? Lipid profile', 'reference_areas' => ',', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:23', 'updated_at' => '2022-12-07 12:44:23', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '169', 'name' => 'Rheumatic Heart Disease', 'icd10_code' => 'I09.9', 'hmis_no_outpatient' => 'CV05', 'hmis_no_inpatient' => '58', 'prompts' => 'long term penicillin prophylaxis, usually monthly IM Benzathine Penicillin, see protocols', 'reference_areas' => '', 'reference_names' => '', 'chronic_status' => '1', 'hmis_category' => '11', 'available' => '1', 'created_by' => NULL, 'updated_by' => '75', 'created_at' => '2022-12-07 12:44:23', 'updated_at' => '2023-06-06 13:48:05', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '170', 'name' => 'Chronic Heart Disease', 'icd10_code' => 'I25', 'hmis_no_outpatient' => 'CV06', 'hmis_no_inpatient' => '58', 'prompts' => NULL, 'reference_areas' => '', 'reference_names' => '', 'chronic_status' => '1', 'hmis_category' => '11', 'available' => '1', 'created_by' => NULL, 'updated_by' => '75', 'created_at' => '2022-12-07 12:44:23', 'updated_at' => '2023-06-06 13:47:03', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '171', 'name' => 'Cardiovascular diseases: other', 'icd10_code' => '-', 'hmis_no_outpatient' => 'CV07', 'hmis_no_inpatient' => '58', 'prompts' => '-', 'reference_areas' => 'http://uploads/hospital_resources/456433329.pdf#page=314', 'reference_names' => 'UCG Cardiovascular Disease', 'chronic_status' => '0', 'hmis_category' => '11', 'available' => '1', 'created_by' => NULL, 'updated_by' => '75', 'created_at' => '2022-12-07 12:44:23', 'updated_at' => '2023-06-06 13:46:25', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '172', 'name' => 'Jaw injuries', 'icd10_code' => '-', 'hmis_no_outpatient' => 'IN01', 'hmis_no_inpatient' => '51', 'prompts' => '-', 'reference_areas' => '', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '14', 'available' => '1', 'created_by' => NULL, 'updated_by' => '75', 'created_at' => '2022-12-07 12:44:23', 'updated_at' => '2023-06-06 13:30:40', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '173', 'name' => 'Hypertension - Re-Attendance', 'icd10_code' => 'I10', 'hmis_no_outpatient' => 'CV02', 'hmis_no_inpatient' => '56', 'prompts' => 'follow up in Hypertension clinic', 'reference_areas' => '', 'reference_names' => '', 'chronic_status' => '1', 'hmis_category' => '11', 'available' => '1', 'created_by' => NULL, 'updated_by' => '15', 'created_at' => '2022-12-07 12:44:23', 'updated_at' => '2023-08-03 10:38:40', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '174', 'name' => 'Attempted Suicide/Self Harm', 'icd10_code' => 'X60-X84', 'hmis_no_outpatient' => 'NE01', 'hmis_no_inpatient' => '65', 'prompts' => 'Full assessment and support from mental health team and chaplaincy', 'reference_areas' => 'http://uploads/hospital_resources/456433329.pdf#page=513', 'reference_names' => 'UCG Suicidal Behaviour/Self Harm', 'chronic_status' => '0', 'hmis_category' => '32', 'available' => '1', 'created_by' => NULL, 'updated_by' => '75', 'created_at' => '2022-12-07 12:44:24', 'updated_at' => '2023-06-09 11:25:00', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '175', 'name' => 'Nervous system disorders', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '70', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:24', 'updated_at' => '2022-12-07 12:44:24', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '176', 'name' => 'Endocrine & Metabolic disorders: Other', 'icd10_code' => '-', 'hmis_no_outpatient' => '94', 'hmis_no_inpatient' => '86', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => '', 'chronic_status' => '1', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:24', 'updated_at' => '2022-12-07 12:44:24', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '177', 'name' => 'Thyroid Disease', 'icd10_code' => 'E07.9', 'hmis_no_outpatient' => 'EM02', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => 'http://uploads/hospital_resources/456433329.pdf#page=482,http://uploads/hospital_resources/456433329.pdf#page=483,http://uploads/hospital_resources/456433329.pdf#page=485', 'reference_names' => 'UCG Goitre,UCG Hyperthyroidism,UCG Hypothyroidism', 'chronic_status' => '1', 'hmis_category' => '12', 'available' => '1', 'created_by' => NULL, 'updated_by' => '75', 'created_at' => '2022-12-07 12:44:24', 'updated_at' => '2023-06-06 13:42:37', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '178', 'name' => 'Severe Acute Malnutrition (SAM] with oedema', 'icd10_code' => 'E41', 'hmis_no_outpatient' => '95A', 'hmis_no_inpatient' => '89A', 'prompts' => 'Carefully follow protocol to avoid refeeding syndrome
Use specific regimes for fluids for SAM children', 'reference_areas' => 'http://uploads/hospital_resources/1988735735.pdf#page=221', 'reference_names' => 'WHO Child Care SAM', 'chronic_status' => '0', 'hmis_category' => NULL, 'available' => '1', 'created_by' => NULL, 'updated_by' => '75', 'created_at' => '2022-12-07 12:44:24', 'updated_at' => '2023-06-09 11:54:42', 'deleted_at' => '2023-06-09 11:54:42', 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '179', 'name' => 'Severe Acute Malnutrition (SAM] without oedema', 'icd10_code' => 'E41', 'hmis_no_outpatient' => '95B', 'hmis_no_inpatient' => '89B', 'prompts' => '-', 'reference_areas' => 'http://uploads/hospital_resources/1988735735.pdf#page=221', 'reference_names' => 'WHO Child Care SAM', 'chronic_status' => '0', 'hmis_category' => NULL, 'available' => '1', 'created_by' => NULL, 'updated_by' => '75', 'created_at' => '2022-12-07 12:44:24', 'updated_at' => '2023-06-09 11:53:35', 'deleted_at' => '2023-06-09 11:53:35', 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '180', 'name' => 'Diabetes Mellitus (Type 1]: Re-attendance', 'icd10_code' => 'E10', 'hmis_no_outpatient' => 'EM01', 'hmis_no_inpatient' => '85', 'prompts' => 'Follow up in multi-disciplinary diabetic clinic', 'reference_areas' => 'http://uploads/hospital_resources/456433329.pdf#page=473', 'reference_names' => 'UCG Diabetes', 'chronic_status' => '1', 'hmis_category' => '12', 'available' => '1', 'created_by' => NULL, 'updated_by' => '15', 'created_at' => '2022-12-07 12:44:24', 'updated_at' => '2023-08-03 12:37:23', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '181', 'name' => 'Diabetes Mellitus (Type 2]: Re-attendance', 'icd10_code' => 'E11', 'hmis_no_outpatient' => 'EM01', 'hmis_no_inpatient' => '85', 'prompts' => 'Follow up in multi-disciplinary diabetic clinic', 'reference_areas' => 'http://uploads/hospital_resources/456433329.pdf#page=473', 'reference_names' => 'UCG Diabetes', 'chronic_status' => '1', 'hmis_category' => '12', 'available' => '1', 'created_by' => NULL, 'updated_by' => '15', 'created_at' => '2022-12-07 12:44:24', 'updated_at' => '2023-08-03 12:37:48', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '182', 'name' => 'Mild Acute Malnutrition (MAM]', 'icd10_code' => 'E44', 'hmis_no_outpatient' => '96', 'hmis_no_inpatient' => '90', 'prompts' => 'Use Ready-to-use Therapeutic Feeds (RUTF] where possible', 'reference_areas' => ',', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:24', 'updated_at' => '2022-12-07 12:44:24', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '183', 'name' => 'Animal Bites: Domestic', 'icd10_code' => 'T01.9', 'hmis_no_outpatient' => 'IN05a', 'hmis_no_inpatient' => '2', 'prompts' => 'consider rabies & tetanus cover. If suspected rabies then use "Animal Bites (suspected rabies] code.', 'reference_areas' => '', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '14', 'available' => '1', 'created_by' => NULL, 'updated_by' => '75', 'created_at' => '2022-12-07 12:44:24', 'updated_at' => '2023-06-06 13:35:27', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '184', 'name' => 'Animal Bites: Wild', 'icd10_code' => 'TO1.9', 'hmis_no_outpatient' => 'IN05b', 'hmis_no_inpatient' => '94B', 'prompts' => 'consider rabies & tetanus cover. If suspected rabies then use code "Animal Bites (suspected rabies]"', 'reference_areas' => '', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '14', 'available' => '1', 'created_by' => NULL, 'updated_by' => '75', 'created_at' => '2022-12-07 12:44:24', 'updated_at' => '2023-06-06 13:36:02', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '185', 'name' => 'Animal Bites: Insect', 'icd10_code' => 'T00.9', 'hmis_no_outpatient' => 'IN07', 'hmis_no_inpatient' => '94C', 'prompts' => '-', 'reference_areas' => '', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '14', 'available' => '1', 'created_by' => NULL, 'updated_by' => '75', 'created_at' => '2022-12-07 12:44:24', 'updated_at' => '2023-06-06 13:38:59', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '186', 'name' => 'Injuries: Road Traffic Accident', 'icd10_code' => 'V89.2', 'hmis_no_outpatient' => 'IN02', 'hmis_no_inpatient' => '91', 'prompts' => 'Consider Cervical Spine immobilisation. Tetanus toxoid cover.If due to boda-boda use "Injuries: due to motor-cycle" code', 'reference_areas' => '', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '14', 'available' => '1', 'created_by' => NULL, 'updated_by' => '75', 'created_at' => '2022-12-07 12:44:24', 'updated_at' => '2023-06-06 13:31:43', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '187', 'name' => 'Injuries: due to motor-cycles (boda-boda]', 'icd10_code' => 'V89.2', 'hmis_no_outpatient' => 'IN02b', 'hmis_no_inpatient' => '92', 'prompts' => 'Consider Cervical Spine immobilisation. Tetanus toxoid cover.', 'reference_areas' => '', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '14', 'available' => '1', 'created_by' => NULL, 'updated_by' => '75', 'created_at' => '2022-12-07 12:44:24', 'updated_at' => '2023-06-06 13:32:32', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '188', 'name' => 'Injuries: due to gender based violence', 'icd10_code' => '-', 'hmis_no_outpatient' => 'IN03', 'hmis_no_inpatient' => '93', 'prompts' => 'May need police referral', 'reference_areas' => '', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '14', 'available' => '1', 'created_by' => NULL, 'updated_by' => '75', 'created_at' => '2022-12-07 12:44:24', 'updated_at' => '2023-06-06 13:33:55', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '189', 'name' => 'Trauma (>>> see "Injuries"]', 'icd10_code' => 'x', 'hmis_no_outpatient' => 'x', 'hmis_no_inpatient' => 'x', 'prompts' => 'x', 'reference_areas' => 'x,', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:24', 'updated_at' => '2022-12-07 12:44:24', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '190', 'name' => 'Snake Bites', 'icd10_code' => 'T63.0 W59.11,', 'hmis_no_outpatient' => 'IN06', 'hmis_no_inpatient' => '95', 'prompts' => 'Anti-venom available. Neuro obs. Tetanus cover.', 'reference_areas' => 'http://uploads/hospital_resources/456433329.pdf#page=103', 'reference_names' => 'UCG Snake bite', 'chronic_status' => '0', 'hmis_category' => '14', 'available' => '1', 'created_by' => NULL, 'updated_by' => '75', 'created_at' => '2022-12-07 12:44:24', 'updated_at' => '2023-06-06 13:36:44', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '191', 'name' => 'Liver: cirrhosis', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '97', 'prompts' => 'Risk of oesophageal varices & portal hypertension. Caution with drugs that may precipitate hepatic encephalopathy.', 'reference_areas' => ',', 'reference_names' => '', 'chronic_status' => '1', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:24', 'updated_at' => '2022-12-07 12:44:24', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '192', 'name' => 'Liver diseases: Other', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '98', 'prompts' => 'Caution with drugs that may exacerbate hepatic dysfunction or precipitate hepatic encephalopathy.', 'reference_areas' => ',', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:24', 'updated_at' => '2022-12-07 12:44:24', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '193', 'name' => 'Hernias', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '99', 'prompts' => 'specify site in Comments box', 'reference_areas' => ',', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:24', 'updated_at' => '2022-12-07 12:44:24', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '194', 'name' => 'Appendix - diseases', 'icd10_code' => 'CD36', 'hmis_no_outpatient' => '120', 'hmis_no_inpatient' => '100', 'prompts' => '-', 'reference_areas' => '', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '2', 'available' => '1', 'created_by' => NULL, 'updated_by' => '15', 'created_at' => '2022-12-07 12:44:24', 'updated_at' => '2023-06-26 13:07:35', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '195', 'name' => 'Musculo-skeletal & Connective Tissue diseases', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '102', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => '', 'chronic_status' => '1', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:24', 'updated_at' => '2022-12-07 12:44:24', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '196', 'name' => 'Connective Tissue disease', 'icd10_code' => '', 'hmis_no_outpatient' => 'OP01', 'hmis_no_inpatient' => '102', 'prompts' => '', 'reference_areas' => '', 'reference_names' => '', 'chronic_status' => '1', 'hmis_category' => '18', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:24', 'updated_at' => '2022-12-07 12:44:24', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '197', 'name' => 'Genital urinary system diseases (non-infective]', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '103', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:24', 'updated_at' => '2022-12-07 12:44:24', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '198', 'name' => 'Myositis', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => '-', 'reference_names' => '-', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:24', 'updated_at' => '2022-12-07 12:44:24', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '199', 'name' => 'Benign Neoplasms (all types]', 'icd10_code' => '-', 'hmis_no_outpatient' => 'CA09', 'hmis_no_inpatient' => '106', 'prompts' => '-', 'reference_areas' => '', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '10', 'available' => '1', 'created_by' => NULL, 'updated_by' => '3', 'created_at' => '2022-12-07 12:44:24', 'updated_at' => '2023-06-09 11:40:37', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '200', 'name' => 'Cutaneous ulcers', 'icd10_code' => '-', 'hmis_no_outpatient' => 'OP01', 'hmis_no_inpatient' => '107', 'prompts' => 'Consider cause: traumatic, infective, arterial, venous, diabetic', 'reference_areas' => ',', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '18', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:24', 'updated_at' => '2022-12-07 12:44:24', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '201', 'name' => 'Injuries: Other causes', 'icd10_code' => '-', 'hmis_no_outpatient' => 'IN04', 'hmis_no_inpatient' => '93', 'prompts' => 'Consider whether cervical spine immobilisation is needed. Tetanus toxoid.', 'reference_areas' => '', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '14', 'available' => '1', 'created_by' => NULL, 'updated_by' => '75', 'created_at' => '2022-12-07 12:44:24', 'updated_at' => '2023-06-06 13:34:35', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '202', 'name' => 'Haemolytic disease of the newborn', 'icd10_code' => '-', 'hmis_no_outpatient' => '41', 'hmis_no_inpatient' => '46', 'prompts' => 'Phototherapy. May need exchange transfusion.', 'reference_areas' => ',', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:24', 'updated_at' => '2022-12-07 12:44:24', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '203', 'name' => 'Abortion: Other causes', 'icd10_code' => 'O03', 'hmis_no_outpatient' => 'MC02', 'hmis_no_inpatient' => '116', 'prompts' => '-', 'reference_areas' => 'http://uploads/hospital_resources/456433329.pdf#page=690', 'reference_names' => 'UCG Vaginal Bleeding in Early Pregnancy', 'chronic_status' => '0', 'hmis_category' => '17', 'available' => '1', 'created_by' => NULL, 'updated_by' => '1', 'created_at' => '2022-12-07 12:44:24', 'updated_at' => '2023-06-05 12:15:44', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '204', 'name' => 'High blood pressure in pregnancy', 'icd10_code' => '-', 'hmis_no_outpatient' => 'MC05', 'hmis_no_inpatient' => '118', 'prompts' => 'document if essential hypertension or pre-eclampsia', 'reference_areas' => '', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '17', 'available' => '1', 'created_by' => NULL, 'updated_by' => '75', 'created_at' => '2022-12-07 12:44:24', 'updated_at' => '2023-06-06 13:11:44', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '205', 'name' => 'Obstructed labour', 'icd10_code' => '-', 'hmis_no_outpatient' => 'MC06', 'hmis_no_inpatient' => '119', 'prompts' => 'see obstetric protocols', 'reference_areas' => '', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '17', 'available' => '1', 'created_by' => NULL, 'updated_by' => '75', 'created_at' => '2022-12-07 12:44:24', 'updated_at' => '2023-06-06 13:10:05', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '206', 'name' => 'Sepsis: Puerperal', 'icd10_code' => '-', 'hmis_no_outpatient' => 'MC07', 'hmis_no_inpatient' => '121', 'prompts' => '-', 'reference_areas' => 'http://uploads/hospital_resources/456433329.pdf#page=727', 'reference_names' => 'UCG Puerperal sepsis', 'chronic_status' => '0', 'hmis_category' => '17', 'available' => '1', 'created_by' => NULL, 'updated_by' => '75', 'created_at' => '2022-12-07 12:44:24', 'updated_at' => '2023-06-06 13:10:37', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '208', 'name' => 'Post-Partum Haemorrhage (PPH]', 'icd10_code' => '-', 'hmis_no_outpatient' => 'MC09', 'hmis_no_inpatient' => '120', 'prompts' => 'record cause in comments box', 'reference_areas' => '', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '17', 'available' => '1', 'created_by' => NULL, 'updated_by' => '75', 'created_at' => '2022-12-07 12:44:24', 'updated_at' => '2023-06-06 13:08:09', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '209', 'name' => 'Dead on arrival', 'icd10_code' => '-', 'hmis_no_outpatient' => 'OP01', 'hmis_no_inpatient' => '114', 'prompts' => 'May need police report / report to DHO depending on circumstances. Consider PM.', 'reference_areas' => ',', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '18', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:24', 'updated_at' => '2022-12-07 12:44:24', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '210', 'name' => 'Pregnancy: Other complications', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '123', 'prompts' => 'record details in comments box', 'reference_areas' => ',', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:24', 'updated_at' => '2022-12-07 12:44:24', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '211', 'name' => 'Cerebro-vascular events', 'icd10_code' => NULL, 'hmis_no_outpatient' => 'CV17', 'hmis_no_inpatient' => '108', 'prompts' => 'Thorough examination to check for cause. Remember to get swallow assessed. Start aspirin 300mg after 48 hours as it likely to be an ischaemic event.', 'reference_areas' => 'http://uploads/hospital_resources/456433329.pdf#page=339', 'reference_names' => 'UCG Stroke', 'chronic_status' => '0', 'hmis_category' => '11', 'available' => '1', 'created_by' => NULL, 'updated_by' => '3', 'created_at' => '2022-12-07 12:44:24', 'updated_at' => '2023-08-03 14:18:31', 'deleted_at' => '2023-08-03 14:18:31', 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '212', 'name' => 'Uterine fibroids', 'icd10_code' => '-', 'hmis_no_outpatient' => '85', 'hmis_no_inpatient' => '129', 'prompts' => '-', 'reference_areas' => '/uploads/hospital_resources/456433329.pdf#page=618', 'reference_names' => 'UCG Abnormal uterine bleeding', 'chronic_status' => '1', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:24', 'updated_at' => '2022-12-07 12:44:24', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '213', 'name' => 'Gynaecology: Other conditions', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '130', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:24', 'updated_at' => '2022-12-07 12:44:24', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '214', 'name' => 'Abscess: non-cutaneous', 'icd10_code' => '-', 'hmis_no_outpatient' => 'CD14', 'hmis_no_inpatient' => '113', 'prompts' => 'specify site in comments box', 'reference_areas' => '', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '2', 'available' => '1', 'created_by' => NULL, 'updated_by' => '75', 'created_at' => '2022-12-07 12:44:24', 'updated_at' => '2023-06-10 12:53:51', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '215', 'name' => 'Addisons Disease', 'icd10_code' => 'E27.1-4', 'hmis_no_outpatient' => 'EM03', 'hmis_no_inpatient' => '86', 'prompts' => 'cover with replacement hydrocortisone and monitor electrolytes, glucose, bp', 'reference_areas' => 'http://uploads/hospital_resources/456433329.pdf#page=470', 'reference_names' => 'Addison\'s disease', 'chronic_status' => '1', 'hmis_category' => '12', 'available' => '1', 'created_by' => NULL, 'updated_by' => '75', 'created_at' => '2022-12-07 12:44:24', 'updated_at' => '2023-06-09 11:45:15', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '216', 'name' => 'Anaemia: Aplastic', 'icd10_code' => '-', 'hmis_no_outpatient' => 'NC02', 'hmis_no_inpatient' => '82', 'prompts' => 'May be related to drugs e.g. chloramphenicol (but others such as ceftriaxone may also do this!] but must exclude Leukaemia.', 'reference_areas' => '', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '4', 'available' => '1', 'created_by' => NULL, 'updated_by' => '75', 'created_at' => '2022-12-07 12:44:24', 'updated_at' => '2023-06-09 13:01:58', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '217', 'name' => 'Anaemia: Iron-deficiency', 'icd10_code' => 'D50', 'hmis_no_outpatient' => 'NC02', 'hmis_no_inpatient' => '82', 'prompts' => '-', 'reference_areas' => 'http://uploads/hospital_resources/456433329.pdf#page=548', 'reference_names' => 'UCG iron deficient anaemia', 'chronic_status' => '0', 'hmis_category' => '4', 'available' => '1', 'created_by' => NULL, 'updated_by' => '75', 'created_at' => '2022-12-07 12:44:24', 'updated_at' => '2023-06-09 13:01:41', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '218', 'name' => 'Anaemia: Megaloblastic', 'icd10_code' => 'D51-52', 'hmis_no_outpatient' => 'NC02', 'hmis_no_inpatient' => '82', 'prompts' => '-', 'reference_areas' => 'http://uploads/hospital_resources/456433329.pdf#page=549', 'reference_names' => 'UCG Megaloblastic anaemial', 'chronic_status' => '0', 'hmis_category' => '4', 'available' => '1', 'created_by' => NULL, 'updated_by' => '75', 'created_at' => '2022-12-07 12:44:24', 'updated_at' => '2023-06-09 13:01:17', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '219', 'name' => 'Alopecia areata', 'icd10_code' => '-', 'hmis_no_outpatient' => 'OP01', 'hmis_no_inpatient' => '115', 'prompts' => '-', 'reference_areas' => '-,', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '18', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:24', 'updated_at' => '2022-12-07 12:44:24', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '220', 'name' => 'Spondylosis', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => '-', 'reference_names' => '-', 'chronic_status' => '1', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:24', 'updated_at' => '2022-12-07 12:44:24', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '222', 'name' => 'Aortic stenosis - rheumatic', 'icd10_code' => 'I05-I09', 'hmis_no_outpatient' => 'CV12', 'hmis_no_inpatient' => '58', 'prompts' => 'Benzathine penicillin IM monthly prophylaxis. Risk of SBE.', 'reference_areas' => 'http://uploads/hospital_resources/456433329.pdf#page=338', 'reference_names' => 'UCG Rheumatic heart disease', 'chronic_status' => '1', 'hmis_category' => '11', 'available' => '1', 'created_by' => NULL, 'updated_by' => '3', 'created_at' => '2022-12-07 12:44:24', 'updated_at' => '2023-06-09 11:51:28', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '223', 'name' => 'Aortic Stenosis: non-rheumatic', 'icd10_code' => '-', 'hmis_no_outpatient' => 'CV11', 'hmis_no_inpatient' => '58', 'prompts' => 'Congenital AS may occur in syndromes. May be associated with coarctation. Potential risk of sudden death on exertion.', 'reference_areas' => '', 'reference_names' => '', 'chronic_status' => '1', 'hmis_category' => '11', 'available' => '1', 'created_by' => NULL, 'updated_by' => '3', 'created_at' => '2022-12-07 12:44:24', 'updated_at' => '2023-06-09 11:50:42', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '224', 'name' => 'Arrhythmia', 'icd10_code' => '149.9', 'hmis_no_outpatient' => 'CV08', 'hmis_no_inpatient' => '58', 'prompts' => 'ECG usually helpful to clarify rhythm and guide appropriate Rx. Think of underlying pathology that may trigger arrhythmia e.g. ASD may be associated with SVT. Drugs may prvoke arrhythmia e.g. prolongation of QT interval, or metabolic disturbance such as', 'reference_areas' => 'http://uploads/hospital_resources/456433329.pdf#page=324', 'reference_names' => 'UCG Atrial Fibrillation', 'chronic_status' => '0', 'hmis_category' => '11', 'available' => '1', 'created_by' => NULL, 'updated_by' => '3', 'created_at' => '2022-12-07 12:44:24', 'updated_at' => '2023-06-09 11:49:36', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '225', 'name' => 'Thrombosis: Arterial', 'icd10_code' => '174', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => '-,', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:24', 'updated_at' => '2022-12-07 12:44:24', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '226', 'name' => 'Thrombosis: Venous', 'icd10_code' => 'I 82', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => 'Assess risk of pulmonary embolus, consider heparin or warfarin', 'reference_areas' => '/uploads/hospital_resources/456433329.pdf#page=314', 'reference_names' => 'UCG DVT/PE', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:24', 'updated_at' => '2022-12-07 12:44:24', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '227', 'name' => 'Arthritis: Septic', 'icd10_code' => 'M00.9', 'hmis_no_outpatient' => '120', 'hmis_no_inpatient' => '113', 'prompts' => 'Urgent Rx needed to avoid damage to joint. Usually this involves aspiration of joint and washout. Send for gram stain / culture, most commonly staph but salmonella sometimes cause arthritis.', 'reference_areas' => '/uploads/hospital_resources/456433329.pdf#page=531', 'reference_names' => 'UCG Septic (Pyogenic] Arthritis', 'chronic_status' => '0', 'hmis_category' => '2', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:24', 'updated_at' => '2023-08-03 12:09:56', 'deleted_at' => '2023-08-03 12:09:56', 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '228', 'name' => 'Imperforate Anus', 'icd10_code' => 'Q42.3', 'hmis_no_outpatient' => '43', 'hmis_no_inpatient' => '104', 'prompts' => 'May be associated with syndromes e.g. Down\'s, VACTERL etc so thorough exam is required. Invertogram x-ray helps clarify deficit.', 'reference_areas' => 'Smith "Recongisable Patterns of Human Malformation",', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:24', 'updated_at' => '2022-12-07 12:44:24', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '229', 'name' => 'DO NOT USE Arthritis: Reactive', 'icd10_code' => 'M 02', 'hmis_no_outpatient' => '120', 'hmis_no_inpatient' => '102', 'prompts' => 'Usually occurs after viral infection, may be polyarticular. Treat symptomatically.', 'reference_areas' => 'http://-', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => NULL, 'available' => '0', 'created_by' => NULL, 'updated_by' => '15', 'created_at' => '2022-12-07 12:44:24', 'updated_at' => '2023-08-03 12:15:55', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '230', 'name' => 'Arthritis: Juvenile Idiopathic (JIA]', 'icd10_code' => 'M08', 'hmis_no_outpatient' => 'NC07', 'hmis_no_inpatient' => '102', 'prompts' => 'classically have early-morning stiffness, duration greater than six weeks, age of onset under 16 years, affects one or more joints', 'reference_areas' => 'http://-', 'reference_names' => '', 'chronic_status' => '1', 'hmis_category' => '4', 'available' => '1', 'created_by' => NULL, 'updated_by' => '75', 'created_at' => '2022-12-07 12:44:24', 'updated_at' => '2023-06-09 13:12:37', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '231', 'name' => 'Arthritis: Tuberculosis', 'icd10_code' => 'M01.1 (M49.0 for spinal TB]', 'hmis_no_outpatient' => '120', 'hmis_no_inpatient' => '28C', 'prompts' => '-', 'reference_areas' => '/uploads/hospital_resources/456433329.pdf#page=378', 'reference_names' => 'UCG Tuberculosis', 'chronic_status' => '0', 'hmis_category' => '2', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:24', 'updated_at' => '2023-08-03 12:10:45', 'deleted_at' => '2023-08-03 12:10:45', 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '232', 'name' => 'Ascites', 'icd10_code' => 'R18; 70.31, 70.11, 71.51', 'hmis_no_outpatient' => 'EM03', 'hmis_no_inpatient' => '-', 'prompts' => 'May be due to intra-abdominal TB or malignancy as well as to heart failure, cirrhosis, nephrotic syndrome etc.
Spironolactone may be very helpful.
Risk of primary pneumococcal peritonitis in nephrotic syndrome.
Use specific diagnostic label if known.', 'reference_areas' => 'http://uploads/hospital_resources/456433329.pdf#page=438', 'reference_names' => 'UCG Ascites', 'chronic_status' => '0', 'hmis_category' => '12', 'available' => '1', 'created_by' => NULL, 'updated_by' => '75', 'created_at' => '2022-12-07 12:44:24', 'updated_at' => '2023-06-09 12:38:46', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '233', 'name' => 'Ataxia', 'icd10_code' => 'R27.0', 'hmis_no_outpatient' => 'NE24', 'hmis_no_inpatient' => '-', 'prompts' => 'May be due to cerebellar lesions e.g. tumours especially in childhood. Check for papilloedema or signs raised ICP.
Alcohol & drugs or poisoning should be excluded. Other chronic forms such as Friederich ataxia.', 'reference_areas' => 'http://-', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '32', 'available' => '1', 'created_by' => NULL, 'updated_by' => '75', 'created_at' => '2022-12-07 12:44:24', 'updated_at' => '2023-06-09 12:33:44', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '234', 'name' => 'Atrial Fibrillation', 'icd10_code' => 'I48.9', 'hmis_no_outpatient' => 'CV07', 'hmis_no_inpatient' => '58', 'prompts' => '-', 'reference_areas' => 'http://uploads/hospital_resources/456433329.pdf#page=324', 'reference_names' => 'UCG Atrial Fibrillation', 'chronic_status' => '0', 'hmis_category' => '11', 'available' => '1', 'created_by' => NULL, 'updated_by' => '75', 'created_at' => '2022-12-07 12:44:24', 'updated_at' => '2023-06-09 12:35:19', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '235', 'name' => 'Hypoxic-Ischaemic Encephalopathy of newborn', 'icd10_code' => 'P91.6', 'hmis_no_outpatient' => '43', 'hmis_no_inpatient' => '48', 'prompts' => 'Grade severity
(Head] Cooling may improve outcome
Fluid restriction due to inappropriate ADH secretion & risk of cerebral oedema. Observe carefully for seizures which may be subtle in neonates. Treat neonatal seizures with phenobarbitone.', 'reference_areas' => 'WHO guidance on Neonatal seizures,', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:24', 'updated_at' => '2022-12-07 12:44:24', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '236', 'name' => 'Hepatitis: Autoimmune', 'icd10_code' => 'K75.4', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => '-,', 'reference_names' => '', 'chronic_status' => '1', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:25', 'updated_at' => '2022-12-07 12:44:25', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '237', 'name' => 'Atrial Septal Defect', 'icd10_code' => 'Q21.1', 'hmis_no_outpatient' => 'CV20', 'hmis_no_inpatient' => '58', 'prompts' => 'Usually cause left to right shunt but may reverse if pulmonary hypertension develops causing Eisenmenger syndrome.', 'reference_areas' => 'http://=', 'reference_names' => '', 'chronic_status' => '1', 'hmis_category' => '11', 'available' => '1', 'created_by' => NULL, 'updated_by' => '75', 'created_at' => '2022-12-07 12:44:25', 'updated_at' => '2023-06-09 12:51:23', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '239', 'name' => 'Tracheitis: bacterial', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => 'May cause severe stridor
Adrenaline nebuliser may give short-term benefit', 'reference_areas' => '', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:25', 'updated_at' => '2022-12-07 12:44:25', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '240', 'name' => 'Balanitis', 'icd10_code' => 'N48.1', 'hmis_no_outpatient' => '', 'hmis_no_inpatient' => '=', 'prompts' => '=', 'reference_areas' => '/uploads/hospital_resources/456433329.pdf#page=309', 'reference_names' => 'UCG Other Genital Infections', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:25', 'updated_at' => '2022-12-07 12:44:25', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '241', 'name' => 'Abscess: Brain', 'icd10_code' => 'G06.0', 'hmis_no_outpatient' => 'CD33', 'hmis_no_inpatient' => '113', 'prompts' => 'Anaerobic organisms in about 25% of cases so cover with metronidazole. May need antibiotics for 4 - 5 weeks. Differential diagnosis is subdural empyaema.', 'reference_areas' => '', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '2', 'available' => '1', 'created_by' => NULL, 'updated_by' => '75', 'created_at' => '2022-12-07 12:44:25', 'updated_at' => '2023-06-10 14:15:40', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '242', 'name' => 'Tumours: Brain', 'icd10_code' => 'C71', 'hmis_no_outpatient' => '85', 'hmis_no_inpatient' => '81', 'prompts' => 'Infratentorial lesions more common in children. May present with ataxia. Look for papilloedema and signs of raised intracranial pressure. Brain tumours commoner in pts with neurofibromatosis & Tuberose sclerosis. Early morning headache is a worrying symp', 'reference_areas' => '', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:25', 'updated_at' => '2022-12-07 12:44:25', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '243', 'name' => 'Varicella', 'icd10_code' => 'B01', 'hmis_no_outpatient' => 'CD21', 'hmis_no_inpatient' => '101', 'prompts' => '-', 'reference_areas' => 'http://uploads/hospital_resources/456433329.pdf#page=190,http://uploads/hospital_resources/456433329.pdf#page=958,http://uploads/hospital_resources/1934487423.pdf#page=47', 'reference_names' => 'UCG Chickenpox,UCG Shingles,Chickenpox:Illustrated skin diseases in Africa', 'chronic_status' => '0', 'hmis_category' => '2', 'available' => '1', 'created_by' => NULL, 'updated_by' => '75', 'created_at' => '2022-12-07 12:44:25', 'updated_at' => '2023-06-09 10:18:41', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '244', 'name' => 'Chickenpox >>> see Varicella', 'icd10_code' => NULL, 'hmis_no_outpatient' => 'CD21', 'hmis_no_inpatient' => '101', 'prompts' => 'Advise to avoid contact with pregnant mothers', 'reference_areas' => '', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '2', 'available' => '1', 'created_by' => NULL, 'updated_by' => '75', 'created_at' => '2022-12-07 12:44:25', 'updated_at' => '2023-06-09 10:18:14', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '245', 'name' => 'Ambiguous genitalia', 'icd10_code' => 'Q56', 'hmis_no_outpatient' => 'ND08', 'hmis_no_inpatient' => '103', 'prompts' => '-', 'reference_areas' => '', 'reference_names' => '', 'chronic_status' => '1', 'hmis_category' => '3', 'available' => '1', 'created_by' => NULL, 'updated_by' => '75', 'created_at' => '2022-12-07 12:44:25', 'updated_at' => '2023-06-09 12:37:05', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '246', 'name' => 'Bronchiectasis', 'icd10_code' => 'J47', 'hmis_no_outpatient' => 'CD25', 'hmis_no_inpatient' => '27B', 'prompts' => '-', 'reference_areas' => '', 'reference_names' => '', 'chronic_status' => '1', 'hmis_category' => '2', 'available' => '1', 'created_by' => NULL, 'updated_by' => '75', 'created_at' => '2022-12-07 12:44:25', 'updated_at' => '2023-06-10 13:08:17', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '247', 'name' => 'Burn Injuries', 'icd10_code' => 'T20-T25', 'hmis_no_outpatient' => 'OT04', 'hmis_no_inpatient' => '101', 'prompts' => '-', 'reference_areas' => 'http://uploads/hospital_resources/456433329.pdf#page=116', 'reference_names' => 'UCG Burns', 'chronic_status' => '0', 'hmis_category' => '34', 'available' => '1', 'created_by' => NULL, 'updated_by' => '75', 'created_at' => '2022-12-07 12:44:25', 'updated_at' => '2023-06-10 13:33:13', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '248', 'name' => 'Campylobacter infection', 'icd10_code' => 'A04.5', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => '/uploads/hospital_resources/456433329.pdf#page=407, /uploads/hospital_resources/456433329.pdf#page=156', 'reference_names' => 'UCG Diarrhoea, UCG Food Poisoning', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:25', 'updated_at' => '2022-12-07 12:44:25', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '249', 'name' => 'Oral Candidiasis', 'icd10_code' => 'B37', 'hmis_no_outpatient' => '52', 'hmis_no_inpatient' => '52', 'prompts' => '-', 'reference_areas' => 'http://uploads/hospital_resources/456433329.pdf#page=185,http://uploads/hospital_resources/1934487423.pdf#page=27', 'reference_names' => 'UCG Candidiasis,Candidiasis image', 'chronic_status' => '0', 'hmis_category' => NULL, 'available' => '1', 'created_by' => NULL, 'updated_by' => '15', 'created_at' => '2022-12-07 12:44:25', 'updated_at' => '2023-08-03 13:21:50', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '250', 'name' => 'Vaginal Candidiasis', 'icd10_code' => 'B37.3', 'hmis_no_outpatient' => '122', 'hmis_no_inpatient' => '130', 'prompts' => '-', 'reference_areas' => 'http://uploads/hospital_resources/456433329.pdf#page=185,http://uploads/hospital_resources/1934487423.pdf#page=27', 'reference_names' => 'UCG Candidiasis,Candidiasis image', 'chronic_status' => '0', 'hmis_category' => NULL, 'available' => '1', 'created_by' => NULL, 'updated_by' => '15', 'created_at' => '2022-12-07 12:44:25', 'updated_at' => '2023-08-03 13:22:31', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '253', 'name' => 'Chorea: other', 'icd10_code' => 'G25.5', 'hmis_no_outpatient' => 'MH24', 'hmis_no_inpatient' => '70', 'prompts' => NULL, 'reference_areas' => '', 'reference_names' => '', 'chronic_status' => '1', 'hmis_category' => '8', 'available' => '1', 'created_by' => NULL, 'updated_by' => '75', 'created_at' => '2022-12-07 12:44:25', 'updated_at' => '2023-06-09 11:19:52', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '254', 'name' => 'Sydenham', 'icd10_code' => 'I02', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => '/uploads/hospital_resources/456433329.pdf#page=335', 'reference_names' => 'UCG Rheumatic fever', 'chronic_status' => '1', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:25', 'updated_at' => '2022-12-07 12:44:25', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '255', 'name' => 'Chronic renal failure', 'icd10_code' => 'N18', 'hmis_no_outpatient' => 'OP01', 'hmis_no_inpatient' => '114', 'prompts' => '', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '1', 'hmis_category' => '18', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:25', 'updated_at' => '2022-12-07 12:44:25', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '256', 'name' => 'Cirrhosis', 'icd10_code' => 'K74.6', 'hmis_no_outpatient' => 'OP01', 'hmis_no_inpatient' => '97', 'prompts' => '', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '1', 'hmis_category' => '18', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:25', 'updated_at' => '2022-12-07 12:44:25', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '257', 'name' => 'Cleft Lip', 'icd10_code' => 'Q36', 'hmis_no_outpatient' => 'SL07', 'hmis_no_inpatient' => '104', 'prompts' => NULL, 'reference_areas' => '', 'reference_names' => '', 'chronic_status' => '1', 'hmis_category' => '30', 'available' => '1', 'created_by' => NULL, 'updated_by' => '75', 'created_at' => '2022-12-07 12:44:25', 'updated_at' => '2023-06-06 14:00:37', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '259', 'name' => 'Gangrene', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => '-', 'reference_names' => '-', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:25', 'updated_at' => '2022-12-07 12:44:25', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '260', 'name' => 'Fracture', 'icd10_code' => '-', 'hmis_no_outpatient' => 'OT06', 'hmis_no_inpatient' => '-', 'prompts' => 'Inform orthopaedic officer', 'reference_areas' => 'http://uploads/hospital_resources/456433329.pdf#page=114', 'reference_names' => 'UCG Fractures', 'chronic_status' => '0', 'hmis_category' => '34', 'available' => '1', 'created_by' => NULL, 'updated_by' => '75', 'created_at' => '2022-12-07 12:44:25', 'updated_at' => '2023-06-10 13:34:34', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '261', 'name' => 'Osteoarthritis New-attendance', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => 'http://-', 'reference_names' => '-', 'chronic_status' => '0', 'hmis_category' => NULL, 'available' => '1', 'created_by' => NULL, 'updated_by' => '15', 'created_at' => '2022-12-07 12:44:25', 'updated_at' => '2023-08-03 14:10:19', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '264', 'name' => 'Dermatitis: contact New-attendance', 'icd10_code' => 'L25', 'hmis_no_outpatient' => 'OP01', 'hmis_no_inpatient' => '101', 'prompts' => 'Look out for potential triggers and advise on avoidance', 'reference_areas' => '', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '18', 'available' => '1', 'created_by' => NULL, 'updated_by' => '15', 'created_at' => '2022-12-07 12:44:25', 'updated_at' => '2023-08-03 14:02:22', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '266', 'name' => 'Cor pulmonale', 'icd10_code' => 'I27.9', 'hmis_no_outpatient' => 'CV15', 'hmis_no_inpatient' => '58', 'prompts' => NULL, 'reference_areas' => '', 'reference_names' => '', 'chronic_status' => '1', 'hmis_category' => '11', 'available' => '1', 'created_by' => NULL, 'updated_by' => '3', 'created_at' => '2022-12-07 12:44:25', 'updated_at' => '2023-06-09 11:52:43', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '267', 'name' => 'Cranial nerve palsy', 'icd10_code' => 'G53', 'hmis_no_outpatient' => 'OP01', 'hmis_no_inpatient' => '70', 'prompts' => '', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '18', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:25', 'updated_at' => '2022-12-07 12:44:25', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '268', 'name' => 'Crohns disease', 'icd10_code' => 'K50', 'hmis_no_outpatient' => 'EM03', 'hmis_no_inpatient' => '87', 'prompts' => '-', 'reference_areas' => '', 'reference_names' => '', 'chronic_status' => '1', 'hmis_category' => '12', 'available' => '1', 'created_by' => NULL, 'updated_by' => '75', 'created_at' => '2022-12-07 12:44:25', 'updated_at' => '2023-06-09 12:54:38', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '270', 'name' => 'Cryptosporidium Infection', 'icd10_code' => 'A07.2', 'hmis_no_outpatient' => 'CD19', 'hmis_no_inpatient' => '87', 'prompts' => '-', 'reference_areas' => '', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '2', 'available' => '1', 'created_by' => NULL, 'updated_by' => '75', 'created_at' => '2022-12-07 12:44:25', 'updated_at' => '2023-06-08 13:39:52', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '271', 'name' => 'Cushings disease', 'icd10_code' => 'E24', 'hmis_no_outpatient' => 'EM03', 'hmis_no_inpatient' => '114', 'prompts' => 'Excess steroid produced. Check RBS and RFTs', 'reference_areas' => '', 'reference_names' => '', 'chronic_status' => '1', 'hmis_category' => '12', 'available' => '1', 'created_by' => NULL, 'updated_by' => '75', 'created_at' => '2022-12-07 12:44:25', 'updated_at' => '2023-06-09 12:50:42', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '272', 'name' => 'Cutaneous larvamigrans', 'icd10_code' => 'B76.9', 'hmis_no_outpatient' => 'CD29', 'hmis_no_inpatient' => '101', 'prompts' => NULL, 'reference_areas' => '', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '2', 'available' => '1', 'created_by' => NULL, 'updated_by' => '15', 'created_at' => '2022-12-07 12:44:25', 'updated_at' => '2023-06-09 13:22:20', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '273', 'name' => 'Fallot', 'icd10_code' => 'Q21.3', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '1', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:25', 'updated_at' => '2022-12-07 12:44:25', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '274', 'name' => 'Eisenmenger', 'icd10_code' => 'I27.8', 'hmis_no_outpatient' => '91', 'hmis_no_inpatient' => '104', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '1', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:25', 'updated_at' => '2022-12-07 12:44:25', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '275', 'name' => 'Transposition of great vessels', 'icd10_code' => 'Q20.3', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '1', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:25', 'updated_at' => '2022-12-07 12:44:25', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '276', 'name' => 'Cyst', 'icd10_code' => 'L72', 'hmis_no_outpatient' => 'OP01', 'hmis_no_inpatient' => '101', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '18', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:25', 'updated_at' => '2022-12-07 12:44:25', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '277', 'name' => 'Developmental Delay (Physio] New-Att', 'icd10_code' => 'F80-F89', 'hmis_no_outpatient' => 'OP01', 'hmis_no_inpatient' => '114', 'prompts' => 'Full examination to look for cause. Remember malnutrition and congenital abnormalities', 'reference_areas' => '', 'reference_names' => '', 'chronic_status' => '1', 'hmis_category' => '18', 'available' => '1', 'created_by' => NULL, 'updated_by' => '15', 'created_at' => '2022-12-07 12:44:25', 'updated_at' => '2023-08-02 13:11:22', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '278', 'name' => 'Diaphragmatic hernia', 'icd10_code' => 'K44', 'hmis_no_outpatient' => 'ND08', 'hmis_no_inpatient' => '87', 'prompts' => NULL, 'reference_areas' => '', 'reference_names' => '', 'chronic_status' => '1', 'hmis_category' => '3', 'available' => '1', 'created_by' => NULL, 'updated_by' => '75', 'created_at' => '2022-12-07 12:44:25', 'updated_at' => '2023-06-09 12:57:12', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '279', 'name' => 'Disseminated intra-vascular coagulation', 'icd10_code' => 'D65', 'hmis_no_outpatient' => '120', 'hmis_no_inpatient' => '114', 'prompts' => 'EMERGENCY', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '20', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:25', 'updated_at' => '2022-12-07 12:44:25', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '280', 'name' => 'Tuberculosis: miliary', 'icd10_code' => 'A19', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => '/uploads/hospital_resources/456433329.pdf#page=378', 'reference_names' => 'UCG TB', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:25', 'updated_at' => '2022-12-07 12:44:25', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '282', 'name' => 'Duchenne muscular dystrophy', 'icd10_code' => 'G71.0', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '104', 'prompts' => 'Specialist follow up indicated. X-linked. Potential risks with anaesthesia.', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '1', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:25', 'updated_at' => '2023-08-02 10:25:47', 'deleted_at' => '2023-08-02 10:25:47', 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '283', 'name' => 'Duodenal Atresia', 'icd10_code' => 'Q41.0', 'hmis_no_outpatient' => '46', 'hmis_no_inpatient' => '87', 'prompts' => '-May be associated with Down\'s syndrome trisomy 21. Classically have a double bubble appearance on abdominal plain film x-ray.', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:25', 'updated_at' => '2022-12-07 12:44:25', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '284', 'name' => 'Duodenal bands', 'icd10_code' => 'Q43.3', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:25', 'updated_at' => '2022-12-07 12:44:25', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '285', 'name' => 'Empyema', 'icd10_code' => 'J86', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:25', 'updated_at' => '2022-12-07 12:44:25', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '286', 'name' => 'Encephalitis', 'icd10_code' => 'A85', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:25', 'updated_at' => '2022-12-07 12:44:25', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '287', 'name' => 'Encphalopathy', 'icd10_code' => 'G93.4', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:25', 'updated_at' => '2022-12-07 12:44:25', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '288', 'name' => 'Endocarditis: sub-acute bacterial (SBE]', 'icd10_code' => 'I33.0', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:25', 'updated_at' => '2022-12-07 12:44:25', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '289', 'name' => 'Endomyocardial fibrosis', 'icd10_code' => 'I42.3', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '1', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:25', 'updated_at' => '2022-12-07 12:44:25', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '290', 'name' => 'Enthesitis', 'icd10_code' => 'M77', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:25', 'updated_at' => '2022-12-07 12:44:25', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '291', 'name' => 'Epididymo-orchitis', 'icd10_code' => 'N45', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:25', 'updated_at' => '2022-12-07 12:44:25', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '292', 'name' => 'Erysipelas', 'icd10_code' => 'A46', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:25', 'updated_at' => '2022-12-07 12:44:25', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '293', 'name' => 'Erythema marginatum', 'icd10_code' => 'A26.0', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:25', 'updated_at' => '2022-12-07 12:44:25', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '294', 'name' => 'Erythema multiforme', 'icd10_code' => 'L51', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:25', 'updated_at' => '2022-12-07 12:44:25', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '295', 'name' => 'Erythema nodosum', 'icd10_code' => 'L52', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => '/uploads/hospital_resources/1934487423.pdf#page=38', 'reference_names' => 'Erythema nodosum leprosum,', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:25', 'updated_at' => '2022-12-07 12:44:25', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '296', 'name' => 'Erythema toxicum', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:25', 'updated_at' => '2022-12-07 12:44:25', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '297', 'name' => 'Failure to thrive', 'icd10_code' => 'R62.9', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:25', 'updated_at' => '2022-12-07 12:44:25', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '298', 'name' => 'Febrile convulsion', 'icd10_code' => 'R56.0', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => '/uploads/hospital_resources/456433329.pdf#page=98', 'reference_names' => 'UCG Febrile convulsion', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:25', 'updated_at' => '2022-12-07 12:44:25', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '299', 'name' => 'Filarial infection', 'icd10_code' => 'B74', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:25', 'updated_at' => '2022-12-07 12:44:25', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '300', 'name' => 'Foreign body: eye', 'icd10_code' => 'T15', 'hmis_no_outpatient' => 'EN08', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => '', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '6', 'available' => '1', 'created_by' => NULL, 'updated_by' => '75', 'created_at' => '2022-12-07 12:44:25', 'updated_at' => '2023-06-08 12:23:38', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '301', 'name' => 'Foreign body: ear', 'icd10_code' => 'T16', 'hmis_no_outpatient' => 'EN08', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => '', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '6', 'available' => '1', 'created_by' => NULL, 'updated_by' => '75', 'created_at' => '2022-12-07 12:44:25', 'updated_at' => '2023-06-08 12:23:38', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '302', 'name' => 'Foreign body: nose', 'icd10_code' => 'T17.1', 'hmis_no_outpatient' => 'EN08', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => '', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '6', 'available' => '1', 'created_by' => NULL, 'updated_by' => '75', 'created_at' => '2022-12-07 12:44:25', 'updated_at' => '2023-06-08 12:23:39', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '303', 'name' => 'Foreign body: vagina', 'icd10_code' => 'T19.2', 'hmis_no_outpatient' => 'EN08', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => '', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '6', 'available' => '1', 'created_by' => NULL, 'updated_by' => '75', 'created_at' => '2022-12-07 12:44:25', 'updated_at' => '2023-06-08 12:23:40', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '304', 'name' => 'Foreign body: inhaled', 'icd10_code' => 'T17.9', 'hmis_no_outpatient' => 'EN08', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => '', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '6', 'available' => '1', 'created_by' => NULL, 'updated_by' => '75', 'created_at' => '2022-12-07 12:44:25', 'updated_at' => '2023-06-08 12:23:39', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '305', 'name' => 'Foreign body: swallowed', 'icd10_code' => 'T18', 'hmis_no_outpatient' => 'EN08', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => '', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '6', 'available' => '1', 'created_by' => NULL, 'updated_by' => '75', 'created_at' => '2022-12-07 12:44:26', 'updated_at' => '2023-06-08 12:23:40', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '306', 'name' => 'Furunculosis', 'icd10_code' => 'L02', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:26', 'updated_at' => '2022-12-07 12:44:26', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '307', 'name' => 'G-6PD deficiency', 'icd10_code' => 'D55.0', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '1', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:26', 'updated_at' => '2022-12-07 12:44:26', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '308', 'name' => 'Gallstones', 'icd10_code' => 'K80.2', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '1', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:26', 'updated_at' => '2022-12-07 12:44:26', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '309', 'name' => 'Gastritis', 'icd10_code' => 'K29.7', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:26', 'updated_at' => '2022-12-07 12:44:26', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '310', 'name' => 'Oesophagitis', 'icd10_code' => 'K20', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:26', 'updated_at' => '2022-12-07 12:44:26', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '311', 'name' => 'DO NOT USE Gastro-oesophageal reflux', 'icd10_code' => 'K21', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => '', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => NULL, 'available' => '0', 'created_by' => NULL, 'updated_by' => '15', 'created_at' => '2022-12-07 12:44:26', 'updated_at' => '2023-08-03 14:14:58', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '312', 'name' => 'Genu varum', 'icd10_code' => 'Q74.1', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '1', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:26', 'updated_at' => '2022-12-07 12:44:26', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '313', 'name' => 'Giardiasis', 'icd10_code' => 'A07.1', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:26', 'updated_at' => '2022-12-07 12:44:26', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '315', 'name' => 'Gingivostomatitis', 'icd10_code' => 'K05.1', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:26', 'updated_at' => '2022-12-07 12:44:26', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '316', 'name' => 'Glomerulonephritis', 'icd10_code' => 'N00-N08', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:26', 'updated_at' => '2022-12-07 12:44:26', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '317', 'name' => 'Gonorrhoea', 'icd10_code' => 'A54', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:26', 'updated_at' => '2022-12-07 12:44:26', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '318', 'name' => 'Guillain-Barre syndrome', 'icd10_code' => 'G61.0', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => 'CSF shows raised protein but normal cell count. Send samples to Entebbe to exclude differential of Polio.', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:26', 'updated_at' => '2022-12-07 12:44:26', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '319', 'name' => 'Haemangioma', 'icd10_code' => 'D18.0', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:26', 'updated_at' => '2022-12-07 12:44:26', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '320', 'name' => 'Haematoma', 'icd10_code' => 'T14.0', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:26', 'updated_at' => '2022-12-07 12:44:26', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '321', 'name' => 'Haemoglobinopathy', 'icd10_code' => 'D58.2', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '1', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:26', 'updated_at' => '2022-12-07 12:44:26', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '322', 'name' => 'Anaemia: Haemolytic', 'icd10_code' => 'D58-D59', 'hmis_no_outpatient' => 'NC02', 'hmis_no_inpatient' => '82', 'prompts' => '-', 'reference_areas' => '', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '4', 'available' => '1', 'created_by' => NULL, 'updated_by' => '75', 'created_at' => '2022-12-07 12:44:26', 'updated_at' => '2023-06-09 13:00:38', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '323', 'name' => 'Haemolytic uraemic syndrome', 'icd10_code' => 'D59.3', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:26', 'updated_at' => '2022-12-07 12:44:26', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '324', 'name' => 'Haemophilia', 'icd10_code' => 'D66', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '1', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:26', 'updated_at' => '2022-12-07 12:44:26', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '325', 'name' => 'Haemorrhagic disease of the newborn', 'icd10_code' => 'P53', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:26', 'updated_at' => '2022-12-07 12:44:26', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '326', 'name' => 'DO NOT USE Helicobacter pylori infection', 'icd10_code' => 'B98.0', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => '', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => NULL, 'available' => '0', 'created_by' => NULL, 'updated_by' => '15', 'created_at' => '2022-12-07 12:44:26', 'updated_at' => '2023-08-03 14:17:30', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '327', 'name' => 'Henoch Schonlein purpura', 'icd10_code' => 'D69.0', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:26', 'updated_at' => '2022-12-07 12:44:26', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '329', 'name' => 'Encephalitis: herpes simplex', 'icd10_code' => 'G05.1', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:26', 'updated_at' => '2022-12-07 12:44:26', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '330', 'name' => 'Herpes zoster', 'icd10_code' => 'B02', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:26', 'updated_at' => '2022-12-07 12:44:26', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '331', 'name' => 'Hirschsprung', 'icd10_code' => 'Q43.1', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '1', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:26', 'updated_at' => '2022-12-07 12:44:26', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '332', 'name' => 'Lymphoma: Hodgkins', 'icd10_code' => 'C81', 'hmis_no_outpatient' => '', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => '/uploads/hospital_resources/1607205525.pdf#page=1,', 'reference_names' => 'High grade Lymphoma handout', 'chronic_status' => '1', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:26', 'updated_at' => '2022-12-07 12:44:26', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '334', 'name' => 'Lymphoma: Burkitt', 'icd10_code' => 'C83.7', 'hmis_no_outpatient' => '', 'hmis_no_inpatient' => '--', 'prompts' => '-', 'reference_areas' => '/uploads/hospital_resources/1607205525.pdf#page=1,', 'reference_names' => 'High grade Lymphoma handout', 'chronic_status' => '1', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:26', 'updated_at' => '2022-12-07 12:44:26', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '335', 'name' => 'Hookworm infection', 'icd10_code' => 'B76', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:26', 'updated_at' => '2022-12-07 12:44:26', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '336', 'name' => 'Human Papilloma Virus infection', 'icd10_code' => 'B97.7', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:26', 'updated_at' => '2022-12-07 12:44:26', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '337', 'name' => 'Hyaline membrane disease', 'icd10_code' => 'P22.0', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:26', 'updated_at' => '2022-12-07 12:44:26', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '338', 'name' => 'Hydrocoele', 'icd10_code' => 'N43', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:26', 'updated_at' => '2022-12-07 12:44:26', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '339', 'name' => 'Hydrocephalus Physio New Att', 'icd10_code' => 'G91', 'hmis_no_outpatient' => 'NE22', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => '', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '32', 'available' => '1', 'created_by' => NULL, 'updated_by' => '7', 'created_at' => '2022-12-07 12:44:26', 'updated_at' => '2023-08-02 10:00:59', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '340', 'name' => 'Hydrops foetalis', 'icd10_code' => 'P56', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:26', 'updated_at' => '2022-12-07 12:44:26', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '341', 'name' => 'Hypersplenism', 'icd10_code' => 'D73.1', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:26', 'updated_at' => '2022-12-07 12:44:26', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '342', 'name' => 'Hyperthyroidism', 'icd10_code' => 'E05', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '1', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:26', 'updated_at' => '2022-12-07 12:44:26', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '343', 'name' => 'Hypertrophic obstructive cardomyopathy', 'icd10_code' => 'I42.1', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '1', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:26', 'updated_at' => '2022-12-07 12:44:26', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '344', 'name' => 'Hypospadias', 'icd10_code' => 'Q54', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:26', 'updated_at' => '2022-12-07 12:44:26', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '345', 'name' => 'Hypothyroidism', 'icd10_code' => 'E03', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '1', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:26', 'updated_at' => '2022-12-07 12:44:26', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '346', 'name' => 'Idiopathic thrombocytopaenic Purpera (ITP]', 'icd10_code' => 'D69.3', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '1', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:26', 'updated_at' => '2022-12-07 12:44:26', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '347', 'name' => 'Infantile spasms', 'icd10_code' => 'G40.4', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '1', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:26', 'updated_at' => '2022-12-07 12:44:26', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '348', 'name' => 'Infectious mononucleosis', 'icd10_code' => 'B27', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:26', 'updated_at' => '2022-12-07 12:44:26', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '349', 'name' => 'Inflammatory bowel disease', 'icd10_code' => 'K50-K52', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '1', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:26', 'updated_at' => '2022-12-07 12:44:26', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '350', 'name' => 'Intestinal atresia', 'icd10_code' => 'Q41-Q42', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '1', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:26', 'updated_at' => '2022-12-07 12:44:26', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '351', 'name' => 'Intestinal malrotation', 'icd10_code' => 'Q43.3', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:26', 'updated_at' => '2022-12-07 12:44:26', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '352', 'name' => 'Intestinal obstruction', 'icd10_code' => 'K56', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:26', 'updated_at' => '2022-12-07 12:44:26', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '353', 'name' => 'Intra-cranial haemorrhage', 'icd10_code' => 'I62', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:26', 'updated_at' => '2022-12-07 12:44:26', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '354', 'name' => 'Intraventricular haemorrhage', 'icd10_code' => 'I61.5', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:26', 'updated_at' => '2022-12-07 12:44:26', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '355', 'name' => 'Jaundice: neonatal persistent', 'icd10_code' => 'P59', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:26', 'updated_at' => '2022-12-07 12:44:26', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '356', 'name' => 'Jaundice: cholestatic', 'icd10_code' => 'R17', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:26', 'updated_at' => '2022-12-07 12:44:26', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '357', 'name' => 'Atresia: Jejuno', 'icd10_code' => 'Q41', 'hmis_no_outpatient' => 'EM03', 'hmis_no_inpatient' => '104', 'prompts' => '-', 'reference_areas' => '', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '12', 'available' => '1', 'created_by' => NULL, 'updated_by' => '75', 'created_at' => '2022-12-07 12:44:26', 'updated_at' => '2023-06-09 12:43:10', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '358', 'name' => 'Kawasaki disease', 'icd10_code' => 'M30.3', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '1', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:26', 'updated_at' => '2022-12-07 12:44:26', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '359', 'name' => 'Keratitis', 'icd10_code' => 'H16', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:26', 'updated_at' => '2022-12-07 12:44:26', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '360', 'name' => 'Kwashiorkor', 'icd10_code' => 'E40', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:26', 'updated_at' => '2022-12-07 12:44:26', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '361', 'name' => 'Labial fusion', 'icd10_code' => 'Q52.5', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:26', 'updated_at' => '2022-12-07 12:44:26', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '362', 'name' => 'Langerhans cell histiocytosis', 'icd10_code' => 'C96.6', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '1', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:26', 'updated_at' => '2022-12-07 12:44:26', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '363', 'name' => 'Laryngeal papillomatosis', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:26', 'updated_at' => '2022-12-07 12:44:26', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '364', 'name' => 'Laryngomalacia', 'icd10_code' => 'Q31.5', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:26', 'updated_at' => '2022-12-07 12:44:26', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '365', 'name' => 'Laryngotracheobrochitis', 'icd10_code' => 'J40', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:26', 'updated_at' => '2022-12-07 12:44:26', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '366', 'name' => 'Leukaemia: Acute lymphoblastic (ALL]', 'icd10_code' => 'C91.0', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:26', 'updated_at' => '2022-12-07 12:44:26', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '367', 'name' => 'Leukaemia: acute myeloid', 'icd10_code' => 'C94.2', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:26', 'updated_at' => '2022-12-07 12:44:26', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '368', 'name' => 'Leukaemia: chronic', 'icd10_code' => 'C95.1', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '1', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:26', 'updated_at' => '2022-12-07 12:44:26', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '369', 'name' => 'Lichen Planus', 'icd10_code' => 'L43', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:27', 'updated_at' => '2022-12-07 12:44:27', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '370', 'name' => 'Listeria infection', 'icd10_code' => 'A32', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:27', 'updated_at' => '2022-12-07 12:44:27', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '371', 'name' => 'Hepatic failure', 'icd10_code' => 'K72', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '1', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:27', 'updated_at' => '2022-12-07 12:44:27', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '372', 'name' => 'Loiasis', 'icd10_code' => 'B74.3', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:27', 'updated_at' => '2022-12-07 12:44:27', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '373', 'name' => 'Abscess: lung', 'icd10_code' => 'J85.2', 'hmis_no_outpatient' => 'CD28', 'hmis_no_inpatient' => '27', 'prompts' => '-', 'reference_areas' => 'http://uploads/hospital_resources/456433329.pdf#page=377', 'reference_names' => 'UCG Lung Abscess', 'chronic_status' => '0', 'hmis_category' => '2', 'available' => '1', 'created_by' => NULL, 'updated_by' => '15', 'created_at' => '2022-12-07 12:44:27', 'updated_at' => '2023-06-09 14:48:20', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '374', 'name' => 'Lymphocytic interstitial pneumonitis (LIP]', 'icd10_code' => 'B22.1', 'hmis_no_outpatient' => '', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:27', 'updated_at' => '2022-12-07 12:44:27', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '375', 'name' => 'Lymphoma: Non-Hodgkin', 'icd10_code' => 'C85.9', 'hmis_no_outpatient' => '', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => '/uploads/hospital_resources/1607205525.pdf#page=1,', 'reference_names' => 'High grade Lymphoma handout', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:27', 'updated_at' => '2022-12-07 12:44:27', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '376', 'name' => 'Bullous pemphigoid', 'icd10_code' => '-', 'hmis_no_outpatient' => 'CD29', 'hmis_no_inpatient' => '101', 'prompts' => '-', 'reference_areas' => '', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '2', 'available' => '1', 'created_by' => NULL, 'updated_by' => '15', 'created_at' => '2022-12-07 12:44:27', 'updated_at' => '2023-06-09 12:52:40', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '379', 'name' => 'Lymphoma: other', 'icd10_code' => 'C82.7', 'hmis_no_outpatient' => '', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => '/uploads/hospital_resources/1607205525.pdf#page=1,', 'reference_names' => 'High grade Lymphoma handout', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:27', 'updated_at' => '2022-12-07 12:44:27', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '380', 'name' => 'Malaria: confirmed', 'icd10_code' => 'B54', 'hmis_no_outpatient' => '6B', 'hmis_no_inpatient' => '06', 'prompts' => 'Reinforce the use of treated bednets', 'reference_areas' => 'http://uploads/hospital_resources/456433329.pdf#page=215,http://uploads/hospital_resources/458067047.pdf,http://index.php?lang=en&page=resource_details&id=40', 'reference_names' => 'UCG Malaria,WHO Treatment of Malaria 2015,KH Protocol Malaria Rx', 'chronic_status' => '0', 'hmis_category' => NULL, 'available' => '1', 'created_by' => NULL, 'updated_by' => '75', 'created_at' => '2022-12-07 12:44:27', 'updated_at' => '2023-06-08 13:21:48', 'deleted_at' => '2023-06-08 13:21:48', 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '381', 'name' => 'Cerebral Malaria New-attendance', 'icd10_code' => 'B50.0', 'hmis_no_outpatient' => NULL, 'hmis_no_inpatient' => '-', 'prompts' => 'Reinforce the use of treated bednets', 'reference_areas' => 'http://uploads/hospital_resources/456433329.pdf#page=215,http://uploads/hospital_resources/458067047.pdf,http://index.php?lang=en&page=resource_details&id=40', 'reference_names' => 'UCG Malaria,WHO Treatment of Malaria 2015,KH Protocol Malaria Rx', 'chronic_status' => '0', 'hmis_category' => NULL, 'available' => '1', 'created_by' => NULL, 'updated_by' => '15', 'created_at' => '2022-12-07 12:44:27', 'updated_at' => '2023-08-03 12:48:13', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '384', 'name' => 'Marburg Fever', 'icd10_code' => 'A98.3', 'hmis_no_outpatient' => 'EP12', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => 'http://uploads/hospital_resources/456433329.pdf#page=196', 'reference_names' => 'UCG Viral Haemorrhagic Fevers', 'chronic_status' => '0', 'hmis_category' => '1', 'available' => '1', 'created_by' => NULL, 'updated_by' => '75', 'created_at' => '2022-12-07 12:44:27', 'updated_at' => '2023-06-06 12:08:05', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '385', 'name' => 'Ebola Fever', 'icd10_code' => 'A98.4', 'hmis_no_outpatient' => 'EP12', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => 'http://uploads/hospital_resources/456433329.pdf#page=196', 'reference_names' => 'UCG Viral Haemorrhagic Fevers', 'chronic_status' => '0', 'hmis_category' => '1', 'available' => '1', 'created_by' => NULL, 'updated_by' => '75', 'created_at' => '2022-12-07 12:44:27', 'updated_at' => '2023-06-06 12:09:18', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '386', 'name' => 'Mastitis', 'icd10_code' => 'N61', 'hmis_no_outpatient' => '', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:27', 'updated_at' => '2022-12-07 12:44:27', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '387', 'name' => 'Mastoiditis', 'icd10_code' => 'H70', 'hmis_no_outpatient' => 'EN02', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => '', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '6', 'available' => '1', 'created_by' => NULL, 'updated_by' => '6', 'created_at' => '2022-12-07 12:44:27', 'updated_at' => '2023-06-06 13:59:03', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '389', 'name' => 'meconium aspiration', 'icd10_code' => 'P24.0', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:27', 'updated_at' => '2022-12-07 12:44:27', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '390', 'name' => 'Meconium ileus', 'icd10_code' => 'P76.1', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:27', 'updated_at' => '2022-12-07 12:44:27', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '391', 'name' => 'Meconium plug', 'icd10_code' => 'P76.0', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:27', 'updated_at' => '2022-12-07 12:44:27', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '392', 'name' => 'Meningitis: Viral', 'icd10_code' => 'A87', 'hmis_no_outpatient' => 'CD10', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => 'http://uploads/hospital_resources/456433329.pdf#page=167', 'reference_names' => 'UCG Meningitis', 'chronic_status' => '0', 'hmis_category' => '2', 'available' => '1', 'created_by' => NULL, 'updated_by' => '75', 'created_at' => '2022-12-07 12:44:27', 'updated_at' => '2023-06-10 12:57:15', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '393', 'name' => 'Meningitis: cryptococcal', 'icd10_code' => 'B45.1', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => '/uploads/hospital_resources/456433329.pdf#page=172,
/uploads/hospital_resources/460710933.pdf#page=73', 'reference_names' => 'UCG Cryptococcal Meningitis,
Uganda HIV Guidelines: Cryptococcal meningitis screening', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:27', 'updated_at' => '2022-12-07 12:44:27', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '394', 'name' => 'Tuberculous Meningitis', 'icd10_code' => 'A17.0', 'hmis_no_outpatient' => 'CD10', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => 'http://uploads/hospital_resources/456433329.pdf#page=172', 'reference_names' => 'UCG TB Meningitis', 'chronic_status' => '0', 'hmis_category' => '2', 'available' => '1', 'created_by' => NULL, 'updated_by' => '15', 'created_at' => '2022-12-07 12:44:27', 'updated_at' => '2023-08-03 14:24:06', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '395', 'name' => 'Meningocoele', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:27', 'updated_at' => '2022-12-07 12:44:27', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '396', 'name' => 'Meningococcal septicaemia', 'icd10_code' => 'A39.2', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:27', 'updated_at' => '2022-12-07 12:44:27', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '397', 'name' => 'Myelomeningocoele', 'icd10_code' => 'Q05', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:27', 'updated_at' => '2022-12-07 12:44:27', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '398', 'name' => 'Meningo-encephalitis', 'icd10_code' => 'G04', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => '/uploads/hospital_resources/456433329.pdf#page=167', 'reference_names' => 'UCG Meningitis,', 'chronic_status' => '0', 'hmis_category' => '2', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:27', 'updated_at' => '2022-12-07 12:44:27', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '399', 'name' => 'Microcephaly', 'icd10_code' => 'Q02', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '1', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:27', 'updated_at' => '2022-12-07 12:44:27', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '400', 'name' => 'Micrognathia', 'icd10_code' => 'K07.0', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:27', 'updated_at' => '2022-12-07 12:44:27', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '401', 'name' => 'Migraine', 'icd10_code' => 'G43', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '1', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:27', 'updated_at' => '2022-12-07 12:44:27', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '402', 'name' => 'Mitral stenosis', 'icd10_code' => 'I05.0', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '1', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:27', 'updated_at' => '2022-12-07 12:44:27', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '403', 'name' => 'Mitral regurgitation', 'icd10_code' => 'I34.0', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '1', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:27', 'updated_at' => '2022-12-07 12:44:27', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '404', 'name' => 'Molluscum contagiosum', 'icd10_code' => 'B08.1', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:27', 'updated_at' => '2022-12-07 12:44:27', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '405', 'name' => 'Hernia: Morgagni', 'icd10_code' => 'Q79.0', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:27', 'updated_at' => '2022-12-07 12:44:27', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '406', 'name' => 'Mucocoele', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:27', 'updated_at' => '2022-12-07 12:44:27', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '407', 'name' => 'Mumps (epidemic parotitis]', 'icd10_code' => 'B26', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:27', 'updated_at' => '2022-12-07 12:44:27', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '408', 'name' => 'Muscular dystrophy: Duchenne', 'icd10_code' => 'G71.0', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '1', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:27', 'updated_at' => '2023-08-02 10:20:17', 'deleted_at' => '2023-08-02 10:20:17', 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '409', 'name' => 'Muscular Dystrophy (Physio] New-Att', 'icd10_code' => 'G71.2', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => '', 'reference_names' => '', 'chronic_status' => '1', 'hmis_category' => '31', 'available' => '1', 'created_by' => NULL, 'updated_by' => '15', 'created_at' => '2022-12-07 12:44:27', 'updated_at' => '2023-08-02 13:42:15', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '410', 'name' => 'Myasthenia gravis', 'icd10_code' => 'G70.0', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '1', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:27', 'updated_at' => '2022-12-07 12:44:27', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '411', 'name' => 'Myiasis', 'icd10_code' => 'B87', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:27', 'updated_at' => '2022-12-07 12:44:27', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '412', 'name' => 'Myocarditis', 'icd10_code' => 'I51.4', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:27', 'updated_at' => '2022-12-07 12:44:27', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '413', 'name' => 'Myotonic dystrophy', 'icd10_code' => 'G71.1', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '1', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:27', 'updated_at' => '2022-12-07 12:44:27', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '414', 'name' => 'Naso-lacrymal duct obstruction', 'icd10_code' => 'Q10.5', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:27', 'updated_at' => '2022-12-07 12:44:27', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '415', 'name' => 'Natal tooth', 'icd10_code' => 'K00.6', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:27', 'updated_at' => '2022-12-07 12:44:27', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '416', 'name' => 'near drowning', 'icd10_code' => 'T75.1', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:27', 'updated_at' => '2022-12-07 12:44:27', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '417', 'name' => 'Necrotising enterocolitis', 'icd10_code' => 'P77', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:27', 'updated_at' => '2022-12-07 12:44:27', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '418', 'name' => 'Nephritis', 'icd10_code' => 'N05', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:27', 'updated_at' => '2022-12-07 12:44:27', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '419', 'name' => 'Nephrotic syndrome', 'icd10_code' => 'N04', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:27', 'updated_at' => '2022-12-07 12:44:27', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '421', 'name' => 'Nephroblastoma (wilm', 'icd10_code' => 'C64', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:27', 'updated_at' => '2022-12-07 12:44:27', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '422', 'name' => 'Neurocysticercosis', 'icd10_code' => 'B69.0', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:27', 'updated_at' => '2022-12-07 12:44:27', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '423', 'name' => 'Night terrors', 'icd10_code' => 'F51.4', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:27', 'updated_at' => '2022-12-07 12:44:27', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '424', 'name' => 'Nocturnal enuresis', 'icd10_code' => 'R32', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:27', 'updated_at' => '2022-12-07 12:44:27', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '425', 'name' => 'Pemphigus', 'icd10_code' => '-', 'hmis_no_outpatient' => '', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:27', 'updated_at' => '2022-12-07 12:44:27', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '426', 'name' => 'Skin peeling', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => 'may occur post-streptococcal infections or in second week of Kawasaki disease', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:27', 'updated_at' => '2022-12-07 12:44:27', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '427', 'name' => 'Non-accidental injury (NAI]', 'icd10_code' => 'T74.1', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:27', 'updated_at' => '2022-12-07 12:44:27', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '428', 'name' => 'Obesity', 'icd10_code' => 'E66', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:27', 'updated_at' => '2022-12-07 12:44:27', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '429', 'name' => 'Oculo-cutaneous albinism', 'icd10_code' => 'E70.3', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '1', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:27', 'updated_at' => '2022-12-07 12:44:27', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '430', 'name' => 'Oesophageal atresia', 'icd10_code' => 'Q39.0', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:27', 'updated_at' => '2022-12-07 12:44:27', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '431', 'name' => 'Hernia: hiatus', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:27', 'updated_at' => '2022-12-07 12:44:27', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '432', 'name' => 'Omphalitis', 'icd10_code' => 'P38', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:27', 'updated_at' => '2022-12-07 12:44:27', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '435', 'name' => 'Poisoning: organophosphate', 'icd10_code' => 'T60', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:27', 'updated_at' => '2022-12-07 12:44:27', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '436', 'name' => 'Osteitis', 'icd10_code' => 'M88', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '1', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:27', 'updated_at' => '2022-12-07 12:44:27', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '437', 'name' => 'Osteogenesis imperfecta', 'icd10_code' => 'Q78.0', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '1', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:28', 'updated_at' => '2022-12-07 12:44:28', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '438', 'name' => 'Osteomalacia', 'icd10_code' => 'M83', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:28', 'updated_at' => '2022-12-07 12:44:28', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '439', 'name' => 'Cleft palate', 'icd10_code' => NULL, 'hmis_no_outpatient' => 'SL07', 'hmis_no_inpatient' => '104', 'prompts' => NULL, 'reference_areas' => '', 'reference_names' => '', 'chronic_status' => '1', 'hmis_category' => '30', 'available' => '1', 'created_by' => NULL, 'updated_by' => '75', 'created_at' => '2022-12-07 12:44:28', 'updated_at' => '2023-06-06 14:01:04', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '440', 'name' => 'Inguinal lymphadenopathy', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:28', 'updated_at' => '2022-12-07 12:44:28', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '441', 'name' => 'Cellulitis', 'icd10_code' => '-', 'hmis_no_outpatient' => 'CD29', 'hmis_no_inpatient' => '101', 'prompts' => 'Consider checking for underlying osteomylitis using X Ray. If near joint check for septic arthritis.', 'reference_areas' => 'http://uploads/hospital_resources/456433329.pdf#page=955', 'reference_names' => 'UCG Celluitis', 'chronic_status' => '0', 'hmis_category' => '2', 'available' => '1', 'created_by' => NULL, 'updated_by' => '15', 'created_at' => '2022-12-07 12:44:28', 'updated_at' => '2023-06-09 12:54:39', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '442', 'name' => 'Tinea capitis', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => '/uploads/hospital_resources/456433329.pdf#page=959,
/uploads/hospital_resources/1934487423.pdf#page=23', 'reference_names' => 'UCG Fungal skin infections, Common skin conditions', 'chronic_status' => '1', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:28', 'updated_at' => '2022-12-07 12:44:28', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '443', 'name' => 'Temporomandibular Joint Syndrome', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:28', 'updated_at' => '2022-12-07 12:44:28', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '444', 'name' => 'Phimosis', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:28', 'updated_at' => '2022-12-07 12:44:28', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '445', 'name' => 'Fused Labias', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '1', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:28', 'updated_at' => '2022-12-07 12:44:28', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '446', 'name' => 'Lower limb deformity', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '1', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:28', 'updated_at' => '2022-12-07 12:44:28', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '447', 'name' => 'Cryptorchidism', 'icd10_code' => '-', 'hmis_no_outpatient' => 'ND08', 'hmis_no_inpatient' => '48', 'prompts' => '-', 'reference_areas' => '', 'reference_names' => '', 'chronic_status' => '1', 'hmis_category' => '3', 'available' => '1', 'created_by' => NULL, 'updated_by' => '75', 'created_at' => '2022-12-07 12:44:28', 'updated_at' => '2023-06-09 10:32:25', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '448', 'name' => 'Cancer:Oesophagus', 'icd10_code' => '-', 'hmis_no_outpatient' => '85', 'hmis_no_inpatient' => '81', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '1', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:28', 'updated_at' => '2022-12-07 12:44:28', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '449', 'name' => 'Fibroadenoma breast', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:28', 'updated_at' => '2022-12-07 12:44:28', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '450', 'name' => 'Mastalgia', 'icd10_code' => '-', 'hmis_no_outpatient' => '', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:28', 'updated_at' => '2022-12-07 12:44:28', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '451', 'name' => 'Abscess: breast', 'icd10_code' => '-', 'hmis_no_outpatient' => '122', 'hmis_no_inpatient' => '113', 'prompts' => '-', 'reference_areas' => '', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => NULL, 'available' => '1', 'created_by' => NULL, 'updated_by' => '75', 'created_at' => '2022-12-07 12:44:28', 'updated_at' => '2023-06-09 12:41:21', 'deleted_at' => '2023-06-09 12:41:21', 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '452', 'name' => 'Pelvi-ureteric Junction obstruction', 'icd10_code' => '-', 'hmis_no_outpatient' => '', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '1', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:28', 'updated_at' => '2022-12-07 12:44:28', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '453', 'name' => 'Tumour: renal', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => 'Specify type of tumour if known e.g. Wilms nephroblastoma', 'reference_areas' => '/uploads/hospital_resources/456433329.pdf#page=584', 'reference_names' => 'UCG Nephroblastoma', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:28', 'updated_at' => '2022-12-07 12:44:28', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '455', 'name' => 'Ectopic kidney', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '1', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:28', 'updated_at' => '2022-12-07 12:44:28', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '456', 'name' => 'Ureteric obstruction', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:28', 'updated_at' => '2022-12-07 12:44:28', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '457', 'name' => 'Cystitis', 'icd10_code' => '-', 'hmis_no_outpatient' => 'CD23', 'hmis_no_inpatient' => '103', 'prompts' => 'In young girls if recurrent episodes exclude vulval adhesions.Advise drinking plenty of fluid. Obtain urine dip to rule out UTI', 'reference_areas' => '', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '2', 'available' => '1', 'created_by' => NULL, 'updated_by' => '15', 'created_at' => '2022-12-07 12:44:28', 'updated_at' => '2023-06-09 14:49:08', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '458', 'name' => 'Bladder stone', 'icd10_code' => '-', 'hmis_no_outpatient' => 'EM03', 'hmis_no_inpatient' => '103', 'prompts' => 'Some drugs such as furosemide increase the risk of renal tract stones', 'reference_areas' => '', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '12', 'available' => '1', 'created_by' => NULL, 'updated_by' => '75', 'created_at' => '2022-12-07 12:44:28', 'updated_at' => '2023-06-09 12:48:23', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '459', 'name' => 'Benign Prostatic Hypertrophy (BPH]', 'icd10_code' => '-', 'hmis_no_outpatient' => 'OP01', 'hmis_no_inpatient' => '114', 'prompts' => 'Check renal function if chronic obstructive symptoms, document bp.', 'reference_areas' => '/uploads/hospital_resources/456433329.pdf#page=467', 'reference_names' => 'UCG Benign Prostatic Hyperplasia', 'chronic_status' => '1', 'hmis_category' => '18', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:28', 'updated_at' => '2022-12-07 12:44:28', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '460', 'name' => 'Prostatitis', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:28', 'updated_at' => '2022-12-07 12:44:28', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '461', 'name' => 'Bladder neck stenosis', 'icd10_code' => '-', 'hmis_no_outpatient' => 'EM03', 'hmis_no_inpatient' => '103', 'prompts' => 'check renal function if chronic obstructive symptoms', 'reference_areas' => 'http://uploads/hospital_resources/456433329.pdf#page=468', 'reference_names' => 'UCG Bladder Outlet Obstruction', 'chronic_status' => '1', 'hmis_category' => '12', 'available' => '1', 'created_by' => NULL, 'updated_by' => '75', 'created_at' => '2022-12-07 12:44:28', 'updated_at' => '2023-06-09 12:47:07', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '462', 'name' => 'Urethral Stricture', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => 'May be due to previous gonnorhoea.', 'reference_areas' => '/uploads/hospital_', 'reference_names' => 'UCG Urinary Obstruction', 'chronic_status' => '1', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:28', 'updated_at' => '2022-12-07 12:44:28', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '463', 'name' => 'Urethral stones', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:28', 'updated_at' => '2022-12-07 12:44:28', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '464', 'name' => 'Cancer: Penis', 'icd10_code' => '-', 'hmis_no_outpatient' => '85', 'hmis_no_inpatient' => '81', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:28', 'updated_at' => '2022-12-07 12:44:28', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '465', 'name' => 'Urethritis', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => 'May be related to sexually transmitted infections or part of a syndrome such as Behcet\'s. Do gram stain if discharge present.', 'reference_areas' => '/uploads/hospital_resources/456433329.pdf#page=293', 'reference_names' => 'UCG Sexually Transmitted Diseases,', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:28', 'updated_at' => '2022-12-07 12:44:28', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '466', 'name' => 'Urachal cyst / sinus', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => 'A patent urachus may lead to urine leaking from the umbilicus.', 'reference_areas' => '/uploads/hospital_resources/745842211.jpg', 'reference_names' => 'Patent urachus photo,', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:28', 'updated_at' => '2022-12-07 12:44:28', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '467', 'name' => 'Oesophageal spasms', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:28', 'updated_at' => '2022-12-07 12:44:28', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '468', 'name' => 'Oesophageal stricture', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '1', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:28', 'updated_at' => '2022-12-07 12:44:28', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '469', 'name' => 'Foreign body: Oesophagus', 'icd10_code' => '-', 'hmis_no_outpatient' => 'EN08', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => '', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '6', 'available' => '1', 'created_by' => NULL, 'updated_by' => '75', 'created_at' => '2022-12-07 12:44:28', 'updated_at' => '2023-06-08 12:23:40', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '470', 'name' => 'Gastro-Oesophageal reflux disease', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => 'see protocol to decide if upper-GI endoscopy indicated or not.', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:28', 'updated_at' => '2022-12-07 12:44:28', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '471', 'name' => 'Gastric Ulcer', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => 'Upper GI endoscopy may be indicated - see protocol', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:28', 'updated_at' => '2022-12-07 12:44:28', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '472', 'name' => 'Cancer: Gastric', 'icd10_code' => '-', 'hmis_no_outpatient' => 'CA08', 'hmis_no_inpatient' => '81', 'prompts' => '-', 'reference_areas' => 'http://uploads/hospital_resources/456433329.pdf#page=585', 'reference_names' => 'UCG Common Cancers in Adults', 'chronic_status' => '0', 'hmis_category' => '10', 'available' => '1', 'created_by' => NULL, 'updated_by' => '75', 'created_at' => '2022-12-07 12:44:28', 'updated_at' => '2023-06-10 14:07:12', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '473', 'name' => 'Gastric Outlet Obstruction', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '1', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:28', 'updated_at' => '2022-12-07 12:44:28', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '474', 'name' => 'Zollinger Ellison Syndrome', 'icd10_code' => '-', 'hmis_no_outpatient' => 'EM03', 'hmis_no_inpatient' => '87', 'prompts' => '-', 'reference_areas' => '', 'reference_names' => '', 'chronic_status' => '1', 'hmis_category' => '12', 'available' => '1', 'created_by' => NULL, 'updated_by' => '75', 'created_at' => '2022-12-07 12:44:28', 'updated_at' => '2023-06-09 11:48:46', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '475', 'name' => 'Pyloric stenosis', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => 'Classically seen in 6 week old male infants presenting with projectile vomiting. Do test feed to feel "tumour". Note may be alkalotic as they have vomited acid HCL ++ so need iv fluids to normalise.', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:28', 'updated_at' => '2022-12-07 12:44:28', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '476', 'name' => 'Duodenal Ulcer', 'icd10_code' => '-', 'hmis_no_outpatient' => '46', 'hmis_no_inpatient' => '87', 'prompts' => 'see protocol to decide if upper GI endoscopy indicated', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:28', 'updated_at' => '2022-12-07 12:44:28', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '477', 'name' => 'Jejunal atresia', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:28', 'updated_at' => '2022-12-07 12:44:28', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '479', 'name' => 'Meckel', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => 'Anti-mesenteric border remnant of vittelo-intestinal duct (omphalo-mesenteric duct]. May contain gastric tissue and so can bleed significantly though usually pain-free. Or may present with pain from erosion mimicing appendicitis.', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '1', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:28', 'updated_at' => '2022-12-07 12:44:28', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '480', 'name' => 'Volvulus of gut', 'icd10_code' => '-', 'hmis_no_outpatient' => 'NC03', 'hmis_no_inpatient' => '87', 'prompts' => '-', 'reference_areas' => '', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '4', 'available' => '1', 'created_by' => NULL, 'updated_by' => '75', 'created_at' => '2022-12-07 12:44:28', 'updated_at' => '2023-06-09 12:58:12', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '481', 'name' => 'Perforation GIT', 'icd10_code' => '-', 'hmis_no_outpatient' => '', 'hmis_no_inpatient' => '-', 'prompts' => 'May occur in typhoid with ileal perforations that may occur even after full appropriate antibiotic cover has been instituted. May cause free gas under the diaphragm on plain x-ray.', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:28', 'updated_at' => '2022-12-07 12:44:28', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '482', 'name' => 'Cancer: Rectum', 'icd10_code' => '-', 'hmis_no_outpatient' => '85', 'hmis_no_inpatient' => '81', 'prompts' => '-', 'reference_areas' => '/uploads/hospital_resources/456433329.pdf#page=586', 'reference_names' => 'UCG Common Cancers in Adults', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:28', 'updated_at' => '2022-12-07 12:44:28', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '483', 'name' => 'Recto-vaginal fistula', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:28', 'updated_at' => '2022-12-07 12:44:28', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '485', 'name' => 'Anal stenosis', 'icd10_code' => '-', 'hmis_no_outpatient' => 'OP01', 'hmis_no_inpatient' => '48', 'prompts' => '-', 'reference_areas' => '', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '18', 'available' => '1', 'created_by' => NULL, 'updated_by' => '75', 'created_at' => '2022-12-07 12:44:28', 'updated_at' => '2023-06-09 12:37:37', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '486', 'name' => 'Haemorrhoid', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:28', 'updated_at' => '2022-12-07 12:44:28', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '487', 'name' => 'fistula-in-ano', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => 'perianal fistulae may be associated with Crohn\'s disease', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:28', 'updated_at' => '2022-12-07 12:44:28', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '488', 'name' => 'Fissure in ano', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:28', 'updated_at' => '2022-12-07 12:44:28', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '489', 'name' => 'Cancer: Anus', 'icd10_code' => '-', 'hmis_no_outpatient' => 'CA13', 'hmis_no_inpatient' => '77', 'prompts' => '-', 'reference_areas' => 'http://uploads/hospital_resources/456433329.pdf#page=586', 'reference_names' => 'UCG Common Cancers in Adults', 'chronic_status' => '1', 'hmis_category' => '10', 'available' => '1', 'created_by' => NULL, 'updated_by' => '3', 'created_at' => '2022-12-07 12:44:28', 'updated_at' => '2023-06-09 11:46:52', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '490', 'name' => 'Abscess: Anal', 'icd10_code' => 'K61', 'hmis_no_outpatient' => 'CD32', 'hmis_no_inpatient' => '113', 'prompts' => '-', 'reference_areas' => '', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '2', 'available' => '1', 'created_by' => NULL, 'updated_by' => '75', 'created_at' => '2022-12-07 12:44:28', 'updated_at' => '2023-06-10 14:14:41', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '491', 'name' => 'Abscess: Liver', 'icd10_code' => '-', 'hmis_no_outpatient' => 'CD34', 'hmis_no_inpatient' => '98', 'prompts' => '-', 'reference_areas' => '', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '2', 'available' => '1', 'created_by' => NULL, 'updated_by' => '75', 'created_at' => '2022-12-07 12:44:28', 'updated_at' => '2023-06-10 14:18:05', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '495', 'name' => 'Cholangiocarcinoma', 'icd10_code' => NULL, 'hmis_no_outpatient' => 'CA11', 'hmis_no_inpatient' => '81', 'prompts' => 'Palliative.', 'reference_areas' => '', 'reference_names' => '', 'chronic_status' => '1', 'hmis_category' => '10', 'available' => '1', 'created_by' => NULL, 'updated_by' => '3', 'created_at' => '2022-12-07 12:44:28', 'updated_at' => '2023-06-09 11:46:21', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '496', 'name' => 'Cancer: Pancreas', 'icd10_code' => '-', 'hmis_no_outpatient' => '85', 'hmis_no_inpatient' => '81', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '1', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:28', 'updated_at' => '2022-12-07 12:44:28', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '497', 'name' => 'Pancreatic cyst', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:28', 'updated_at' => '2022-12-07 12:44:28', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '498', 'name' => 'Pancreatitis', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:28', 'updated_at' => '2022-12-07 12:44:28', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '499', 'name' => 'Heart murmur - asymptomatic', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:28', 'updated_at' => '2023-08-03 13:37:10', 'deleted_at' => '2023-08-03 13:37:10', 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '500', 'name' => 'Preterm', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => 'less than 37 weeks completed gestation', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:28', 'updated_at' => '2022-12-07 12:44:28', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '501', 'name' => 'Pectus excavatum', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => 'may be congenital or associated with asthma', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '1', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:28', 'updated_at' => '2022-12-07 12:44:28', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '502', 'name' => 'Pierre-Robin syndrome', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => 'Micrognathia, glossoptosis, cleft soft palate, probably due to early mandibular hypoplasia. May often be associated with other syndromes, most commonly Stickler syndrome.', 'reference_areas' => ',', 'reference_names' => 'Smith book: recongisable patterns of human malformation,', 'chronic_status' => '1', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:28', 'updated_at' => '2022-12-07 12:44:28', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '503', 'name' => 'Treacher Collins syndrome', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => 'Mandibulofacial dysostosis. Malar hypoplasia with downslanting palpebral fissures, defect of lower lid, malformation of external ear.', 'reference_areas' => ',', 'reference_names' => 'Smith book: recongisable patterns of human malformation', 'chronic_status' => '1', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:28', 'updated_at' => '2022-12-07 12:44:28', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '504', 'name' => 'Hypermobility', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => 'may be associated c connective tissue disorders e.g. Ehlers-Danlos syndrome etc.
May lead to recurrent dislocation, motor delay etc.', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '1', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:28', 'updated_at' => '2022-12-07 12:44:28', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '505', 'name' => 'Urticaria: papular', 'icd10_code' => '-', 'hmis_no_outpatient' => 'NC05', 'hmis_no_inpatient' => '101', 'prompts' => 'may be associated with helminth infestation in some patients', 'reference_areas' => '', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '4', 'available' => '1', 'created_by' => NULL, 'updated_by' => '75', 'created_at' => '2022-12-07 12:44:29', 'updated_at' => '2023-06-09 13:04:39', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '506', 'name' => 'paralytic ileus', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:29', 'updated_at' => '2022-12-07 12:44:29', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '507', 'name' => 'Paraphimosis', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:29', 'updated_at' => '2022-12-07 12:44:29', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '508', 'name' => 'Parkinson', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '1', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:29', 'updated_at' => '2023-06-06 14:57:46', 'deleted_at' => '2023-06-06 14:57:46', 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '509', 'name' => 'Patent ductus arteriosus', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => 'may respond to ibuprofen. Treatment becomes less effective the older the infant is.', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:29', 'updated_at' => '2022-12-07 12:44:29', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '510', 'name' => 'Penetrating injury to eye', 'icd10_code' => '-', 'hmis_no_outpatient' => '', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:29', 'updated_at' => '2022-12-07 12:44:29', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '511', 'name' => 'Peptic Ulcer Disease (PUD] New-Attendance', 'icd10_code' => '-', 'hmis_no_outpatient' => 'NC03', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => '', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => NULL, 'available' => '1', 'created_by' => NULL, 'updated_by' => '15', 'created_at' => '2022-12-07 12:44:29', 'updated_at' => '2023-08-03 10:53:27', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '512', 'name' => 'Pericarditis', 'icd10_code' => '-', 'hmis_no_outpatient' => '', 'hmis_no_inpatient' => '-', 'prompts' => 'in Kisiizi consider tuberculosis as aetiology, or may occur in pancarditis in Rheumatic fever etc.', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:29', 'updated_at' => '2022-12-07 12:44:29', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '513', 'name' => 'Peripheral Neuropathy', 'icd10_code' => '-', 'hmis_no_outpatient' => '', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:29', 'updated_at' => '2022-12-07 12:44:29', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '515', 'name' => 'Peri-tonsillar abscess (quinsy]', 'icd10_code' => '-', 'hmis_no_outpatient' => '', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:29', 'updated_at' => '2022-12-07 12:44:29', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '516', 'name' => 'Peri-ventricula leucomalacia', 'icd10_code' => '-', 'hmis_no_outpatient' => '', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '1', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:29', 'updated_at' => '2022-12-07 12:44:29', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '517', 'name' => 'Persistent pumonary hypertension of the newborn', 'icd10_code' => '-', 'hmis_no_outpatient' => '', 'hmis_no_inpatient' => '-', 'prompts' => 'A serious condition. Some cases benefit from magnesium, see BNFc.', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:29', 'updated_at' => '2022-12-07 12:44:29', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '518', 'name' => 'Perthe', 'icd10_code' => '-', 'hmis_no_outpatient' => '', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:29', 'updated_at' => '2022-12-07 12:44:29', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '519', 'name' => 'Pertussis (whooping cough]', 'icd10_code' => '-', 'hmis_no_outpatient' => '', 'hmis_no_inpatient' => '-', 'prompts' => 'Beware of seemingly well and stable child who may develop paroxysmal cough and become apnoeic, especially in young infants or ex-premature babies. Erythromycin may reduce infectivity.', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:29', 'updated_at' => '2022-12-07 12:44:29', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '520', 'name' => 'Pervasive development disorder', 'icd10_code' => '-', 'hmis_no_outpatient' => '', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '1', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:29', 'updated_at' => '2022-12-07 12:44:29', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '522', 'name' => 'Pneumocystis pneumonia', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:29', 'updated_at' => '2022-12-07 12:44:29', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '526', 'name' => 'Poliomyelitis', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => 'NOTIFY THIS CASE URGENTLY TO MS, PNO AND PATIENT SAFETY NURSE', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:29', 'updated_at' => '2022-12-07 12:44:29', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '527', 'name' => 'Polycythaemia', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:29', 'updated_at' => '2022-12-07 12:44:29', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '528', 'name' => 'Portal hypertension', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => 'Some patients may benefit from upper GI endoscopy to assess / treat varices', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:29', 'updated_at' => '2022-12-07 12:44:29', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '529', 'name' => 'Posterior urethral valves', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:29', 'updated_at' => '2022-12-07 12:44:29', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '530', 'name' => 'Precocious puberty', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '1', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:29', 'updated_at' => '2022-12-07 12:44:29', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '531', 'name' => 'Pregnancy', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:29', 'updated_at' => '2022-12-07 12:44:29', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '532', 'name' => 'Premature adrenarche', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '1', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:29', 'updated_at' => '2022-12-07 12:44:29', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '533', 'name' => 'Premature thelarche', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:29', 'updated_at' => '2022-12-07 12:44:29', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '534', 'name' => 'Prematurity', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:29', 'updated_at' => '2022-12-07 12:44:29', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '535', 'name' => 'Endocardial fibroelastosis', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:29', 'updated_at' => '2022-12-07 12:44:29', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '536', 'name' => 'Immunodeficiency: primary', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '1', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:29', 'updated_at' => '2022-12-07 12:44:29', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '537', 'name' => 'Severe acute malnutrition: non-oedematous', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => '/uploads/hospital_resources/1988735735.pdf#page=221,', 'reference_names' => 'WHO Child Care SAM', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:29', 'updated_at' => '2022-12-07 12:44:29', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '538', 'name' => 'Severe acute malnutrition: oedematous', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => '/uploads/hospital_resources/1988735735.pdf#page=221,', 'reference_names' => 'WHO Hospital Care for Children SAM,', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:29', 'updated_at' => '2022-12-07 12:44:29', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '539', 'name' => 'Protein-losing enteropathy', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => 'may present with a similar appearance to nephrotic syndrome if severe.', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:29', 'updated_at' => '2022-12-07 12:44:29', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '540', 'name' => 'Prune belly syndrome', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => 'early urethral stenosis causes sequence with marked back pressure that may produce rupture of the bladder in-utero', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '1', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:29', 'updated_at' => '2022-12-07 12:44:29', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '541', 'name' => 'Psoriasis', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '1', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:29', 'updated_at' => '2022-12-07 12:44:29', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '542', 'name' => 'Puberty: delayed', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:29', 'updated_at' => '2022-12-07 12:44:29', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '543', 'name' => 'Pulmonary eosinophilia syndrome', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:29', 'updated_at' => '2022-12-07 12:44:29', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '544', 'name' => 'Pulmonary haemorrhage', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:29', 'updated_at' => '2022-12-07 12:44:29', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '545', 'name' => 'Pulmonary hypertension', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:29', 'updated_at' => '2022-12-07 12:44:29', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '546', 'name' => 'DO NOT USE Pulmonary Tuberculosis', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => 'http://uploads/hospital_resources/456433329.pdf#page=378', 'reference_names' => 'UCG TB', 'chronic_status' => '0', 'hmis_category' => NULL, 'available' => '1', 'created_by' => NULL, 'updated_by' => '15', 'created_at' => '2022-12-07 12:44:29', 'updated_at' => '2023-08-03 14:27:23', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '547', 'name' => 'Pulmonary valve stenosis', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '1', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:29', 'updated_at' => '2022-12-07 12:44:29', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '548', 'name' => 'Pyogenic granuloma', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:29', 'updated_at' => '2022-12-07 12:44:29', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '549', 'name' => 'Pyomyositis', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:29', 'updated_at' => '2022-12-07 12:44:29', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '550', 'name' => 'Amnionic Fluid Band', 'icd10_code' => '-', 'hmis_no_outpatient' => 'OP01', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '1', 'hmis_category' => '18', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:29', 'updated_at' => '2022-12-07 12:44:29', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '551', 'name' => 'Anaemia in Pregnancy', 'icd10_code' => 'O99.019', 'hmis_no_outpatient' => 'MC13', 'hmis_no_inpatient' => '-', 'prompts' => 'Hb should rise
by 0.7-1 g/dL per week on haematinics', 'reference_areas' => 'http://uploads/hospital_resources/456433329.pdf#page=674', 'reference_names' => 'UCG Anaemia in Pregnancy', 'chronic_status' => '0', 'hmis_category' => '17', 'available' => '1', 'created_by' => NULL, 'updated_by' => '3', 'created_at' => '2022-12-07 12:44:29', 'updated_at' => '2023-06-09 12:20:55', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '552', 'name' => 'Raised intracranial pressure', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => 'code the aetiology of raised intracranial pressure if known e.g. cerebellar tumour', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:29', 'updated_at' => '2022-12-07 12:44:29', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '553', 'name' => 'Ranula', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => 'benign oral lesion', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:29', 'updated_at' => '2022-12-07 12:44:29', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '554', 'name' => 'Rectal prolapse', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => 'may be occasionally associated with helminth infestation', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:29', 'updated_at' => '2022-12-07 12:44:29', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '555', 'name' => 'Renal failure: Acute', 'icd10_code' => '=', 'hmis_no_outpatient' => '=', 'hmis_no_inpatient' => '-', 'prompts' => 'Consider acute peritoneal dialysis if available', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:29', 'updated_at' => '2022-12-07 12:44:29', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '556', 'name' => 'Renal failure: Chronic', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '1', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:29', 'updated_at' => '2022-12-07 12:44:29', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '557', 'name' => 'Respiratory Distress syndrome', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => 'assumes hyaline membrane surfactant deficient aetiology, otherwise use alternative code', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:29', 'updated_at' => '2022-12-07 12:44:29', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '558', 'name' => 'Retinoblastoma', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => 'refer to Ruharo Eye Centre, Mbarara', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:29', 'updated_at' => '2022-12-07 12:44:29', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '559', 'name' => 'Abscess: retropharyngeal', 'icd10_code' => '-', 'hmis_no_outpatient' => 'OP01', 'hmis_no_inpatient' => '113', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '18', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:29', 'updated_at' => '2022-12-07 12:44:29', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '560', 'name' => 'Rhabdomyosarcoma', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => 'specify site in comments box', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:29', 'updated_at' => '2022-12-07 12:44:29', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '562', 'name' => 'Rheumatic Fever', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => 'see Jones criteria for diagnosis. Cover with penicillin prophylaxis long term.', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:29', 'updated_at' => '2022-12-07 12:44:29', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '563', 'name' => 'Rickets', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => 'May be due to hepatic dysfunction with reduced absorption of vitamin D in some patients.', 'reference_areas' => 'https://patient.info/doctor/Hypophosphataemic-Rickets.htm', 'reference_names' => 'Patient.info Rickets', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:29', 'updated_at' => '2022-12-07 12:44:29', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '564', 'name' => 'Rubella', 'icd10_code' => 'B06', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => 'dangerous if contracted in the first trimester as may cause damage to the developing embryo.', 'reference_areas' => 'https://patient.info/doctor/rubella', 'reference_names' => 'Patient.info Rubella', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:29', 'updated_at' => '2022-12-07 12:44:29', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '566', 'name' => 'Tumour: bone', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => '-', 'reference_names' => '-', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:29', 'updated_at' => '2022-12-07 12:44:29', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '567', 'name' => 'Scarlet Fever', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => 'https://patient.info/doctor/scarlet-fever-pro', 'reference_names' => 'Patient.info Scarlet fever', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:29', 'updated_at' => '2022-12-07 12:44:29', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '568', 'name' => 'Normal Child', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:29', 'updated_at' => '2022-12-07 12:44:29', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '570', 'name' => 'Sinusitis', 'icd10_code' => '-', 'hmis_no_outpatient' => 'EN05', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => 'http://uploads/hospital_resources/456433329.pdf#page=939', 'reference_names' => 'UCG Sinusitis', 'chronic_status' => '0', 'hmis_category' => '6', 'available' => '1', 'created_by' => NULL, 'updated_by' => '75', 'created_at' => '2022-12-07 12:44:29', 'updated_at' => '2023-06-08 12:22:02', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '572', 'name' => 'Diabetes Insipidus', 'icd10_code' => '-', 'hmis_no_outpatient' => 'EM03', 'hmis_no_inpatient' => '86', 'prompts' => 'Check urine dip and RFTs', 'reference_areas' => '', 'reference_names' => '', 'chronic_status' => '1', 'hmis_category' => '12', 'available' => '1', 'created_by' => NULL, 'updated_by' => '75', 'created_at' => '2022-12-07 12:44:29', 'updated_at' => '2023-08-03 13:18:51', 'deleted_at' => '2023-08-03 13:18:51', 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '573', 'name' => 'Cerebral Palsy (Physio] Re-Att', 'icd10_code' => NULL, 'hmis_no_outpatient' => 'PT07', 'hmis_no_inpatient' => '70', 'prompts' => 'Refer to rehab', 'reference_areas' => '', 'reference_names' => '', 'chronic_status' => '1', 'hmis_category' => '31', 'available' => '1', 'created_by' => NULL, 'updated_by' => '7', 'created_at' => '2022-12-07 12:44:29', 'updated_at' => '2023-08-02 09:51:35', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '574', 'name' => 'Scabies New-attendance', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => 'http://uploads/hospital_resources/456433329.pdf#page=963', 'reference_names' => 'UCG Scabies', 'chronic_status' => '0', 'hmis_category' => NULL, 'available' => '1', 'created_by' => NULL, 'updated_by' => '15', 'created_at' => '2022-12-07 12:44:30', 'updated_at' => '2023-08-03 14:35:38', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '575', 'name' => 'Tinea Corporis', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => '/uploads/hospital_resources/456433329.pdf#page=959, /uploads/hospital_resources/1934487423.pdf#page=22', 'reference_names' => 'UCG Fungal skin infections, Common skin conditions', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:30', 'updated_at' => '2022-12-07 12:44:30', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '576', 'name' => 'Herpes Labialis', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:30', 'updated_at' => '2022-12-07 12:44:30', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '577', 'name' => 'Pinworm Infestation', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:30', 'updated_at' => '2022-12-07 12:44:30', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '578', 'name' => 'Polycystic Kidney Disease', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '1', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:30', 'updated_at' => '2022-12-07 12:44:30', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '579', 'name' => 'Multi-cystic dysplastic kidney', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => 'Check bp. There may be contra-lateral vesico-ureteric reflux. Ideally a DMSA isotope function scan would be done to assess function, if minimal then nephrectomy reduces risk of other problems. Follow the patient up long-term.', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '1', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:30', 'updated_at' => '2022-12-07 12:44:30', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '580', 'name' => 'Genu Valgum', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '1', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:30', 'updated_at' => '2022-12-07 12:44:30', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '581', 'name' => 'Hand Contractures', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:30', 'updated_at' => '2022-12-07 12:44:30', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '582', 'name' => 'Hypersomnolence', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '1', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:30', 'updated_at' => '2022-12-07 12:44:30', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '583', 'name' => 'Ulcer', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:30', 'updated_at' => '2022-12-07 12:44:30', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '584', 'name' => 'DO NOT USE HIV infection', 'icd10_code' => 'B20', 'hmis_no_outpatient' => 'CD22', 'hmis_no_inpatient' => '-', 'prompts' => 'Treat Opportunistic infections before starting ARV\'s, ensure ART clinic registration done promptly', 'reference_areas' => 'http://uploads/hospital_resources/456433329.pdf#page=237', 'reference_names' => 'UCG HIV Infection & AIDS', 'chronic_status' => '1', 'hmis_category' => '2', 'available' => '0', 'created_by' => NULL, 'updated_by' => '15', 'created_at' => '2022-12-07 12:44:30', 'updated_at' => '2023-08-03 14:31:16', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '585', 'name' => 'hordeolum', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => 'if already has a chalazion may require excision.', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:30', 'updated_at' => '2022-12-07 12:44:30', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '586', 'name' => 'Urge Incontinence', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => '/uploads/hospital_resources/456433329.pdf#page=469', 'reference_names' => 'UCG Incontinence', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:30', 'updated_at' => '2022-12-07 12:44:30', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '587', 'name' => 'Viral Mesenteric Lymphadenitis', 'icd10_code' => '-', 'hmis_no_outpatient' => 'NC03', 'hmis_no_inpatient' => '87', 'prompts' => '-', 'reference_areas' => '', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '4', 'available' => '1', 'created_by' => NULL, 'updated_by' => '75', 'created_at' => '2022-12-07 12:44:30', 'updated_at' => '2023-06-09 12:58:50', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '588', 'name' => 'Scalded Skin Syndrome', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => 'Toxic epidermal necrolysis due to toxins from Staphylococcal infection', 'reference_areas' => 'https://patient.info/doctor/staphylococcal-scalded-skin-syndrome', 'reference_names' => 'Patient.info Scalded skin syndrome', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:30', 'updated_at' => '2022-12-07 12:44:30', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '589', 'name' => 'Sickle cell disease', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => 'Rare in Kisiizi population', 'reference_areas' => '/uploads/hospital_resources/456433329.pdf#page=556', 'reference_names' => 'UCG Sickle cell disease', 'chronic_status' => '1', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:30', 'updated_at' => '2022-12-07 12:44:30', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '590', 'name' => 'Slipped upper femoral epiphysis', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:30', 'updated_at' => '2022-12-07 12:44:30', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '591', 'name' => 'Squint', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => 'Differentiate neurological or muscular causes', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:30', 'updated_at' => '2022-12-07 12:44:30', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '592', 'name' => 'Status epilepticus', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => '/uploads/hospital_resources/456433329.pdf#page=487', 'reference_names' => 'UCG Epilepsy', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:30', 'updated_at' => '2022-12-07 12:44:30', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '593', 'name' => 'Steven-Johnson syndrome', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => 'severe form or Erythema multiforme with large bullous lesions. Affects eyes, mouth, genitalia. Some due to mycoplasma, drugs e.g. sulphonamides, or idiopathic.', 'reference_areas' => '/uploads/hospital_resources/456433329.pdf#page=976', 'reference_names' => 'UCG Steven-Johnson syndrome', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:30', 'updated_at' => '2022-12-07 12:44:30', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '594', 'name' => 'Stomatitis', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => 'More common in nutritional deficiencies, occurs in oral candidiasis especially in HIV patients. Gentian violet often gives good relief. Consider diet and vitamin supplementation.', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:30', 'updated_at' => '2022-12-07 12:44:30', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '595', 'name' => 'Sub-arachnoid haemorrhage', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => 'May be due to trauma or CVA, uniform blood staining may be found in CSF', 'reference_areas' => '/uploads/hospital_resources/456433329.pdf#page=340', 'reference_names' => 'UCG Subarachnoid haemorrhage', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:30', 'updated_at' => '2022-12-07 12:44:30', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '596', 'name' => 'Sub-dural effusion', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => 'May be a complication of meningitis, especially due to Haemophilus influenzae. Large effusion may cause midline shift, depression, focal signs. May form empyaema needing drainage.', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:30', 'updated_at' => '2022-12-07 12:44:30', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '597', 'name' => 'Suicidal behaviour', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => 'Take measures to ensure patient\'s safety. Full assessment to identify underlying issues. Involve chaplains and mental health team as indicated.', 'reference_areas' => '/uploads/hospital_resources/456433329.pdf#page=511,
/uploads/hospital_resources/1377372132.pdf#page=139', 'reference_names' => 'UCG Suicidal behaviour, Self Harm/Suicide: WHO mhGAPv2', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:30', 'updated_at' => '2022-12-07 12:44:30', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '598', 'name' => 'Syphilis - congenital', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => 'Neonates need 10 days of parenteral penicillin', 'reference_areas' => '/uploads/hospital_resources/456433329.pdf#page=312', 'reference_names' => 'UCG Congenital syphilis,', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:30', 'updated_at' => '2022-12-07 12:44:30', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '599', 'name' => 'Syphilis - acquired', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => 'identify and treat contacts', 'reference_areas' => '/uploads/hospital_resources/456433329.pdf#page=307', 'reference_names' => 'UCG Syphilis', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:30', 'updated_at' => '2022-12-07 12:44:30', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '600', 'name' => 'Systemic lupus erythematosis SLE', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => 'Manifestations may include malar rash, arthritis, pericarditis, pleuritis, blood dyscrasias, photosensitivity, oral or nasopharangeal ulcers, nephritis with proteinuria or cellular casts. Can cause heart block in neonates of mothers with SLE.', 'reference_areas' => 'https://patient.info/doctor/systemic-lupus-erythematosus-pro', 'reference_names' => 'Patient.info SLE', 'chronic_status' => '1', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:30', 'updated_at' => '2022-12-07 12:44:30', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '601', 'name' => 'Torsion of testis', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => 'surgical emergency. Exploration should not be delayed as may risk viability of testis if blood supply impaired.', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:30', 'updated_at' => '2022-12-07 12:44:30', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '602', 'name' => 'Tetanus', 'icd10_code' => '-', 'hmis_no_outpatient' => 'CD15', 'hmis_no_inpatient' => '-', 'prompts' => 'Drug of choice is metronidazole. Immunoglobulin may be helpful if available. Earliest feature is trismus. Ensure pregnant mothers and patients with burns or wounds are given tetanus toxoid to reduce risk of tetanus.', 'reference_areas' => 'http://uploads/hospital_resources/456433329.pdf#page=178', 'reference_names' => 'UCG Tetanua', 'chronic_status' => '0', 'hmis_category' => '2', 'available' => '1', 'created_by' => NULL, 'updated_by' => '75', 'created_at' => '2022-12-07 12:44:30', 'updated_at' => '2023-06-10 13:01:38', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '603', 'name' => 'Thalassaemia', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => 'unusual in Kisiizi population. May lead to abnormal bones due to extramedullary haemopoiesis.', 'reference_areas' => 'https://patient.info/doctor/thalassaemia-pro', 'reference_names' => 'Patient.com Thalassaemia', 'chronic_status' => '1', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:30', 'updated_at' => '2022-12-07 12:44:30', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '604', 'name' => 'Thrombocytopaenia', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => 'Identify root cause where possible e.g. bone marrow inadequate production as in leukaemia, or excessive breakdown as in splenomegaly or ITP. Transfusion of platelets usually only gives very transient benefit.', 'reference_areas' => 'https://patient.info/doctor/thrombocytopenia-and-platelet-function-disorders', 'reference_names' => 'Patient.com Thrombocytopaenia and platelet function disorders', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:30', 'updated_at' => '2022-12-07 12:44:30', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '605', 'name' => 'Toxocariasis', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => 'Visceral larva migrans', 'reference_areas' => 'https://www.cdc.gov/parasites/toxocariasis/health_professionals/index.html', 'reference_names' => 'CDC guidelines Toxocariasis', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:30', 'updated_at' => '2022-12-07 12:44:30', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '606', 'name' => 'Toxoplasmosis', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => 'https://patient.info/doctor/toxoplasmosis-pro', 'reference_names' => 'Patient.com Toxoplasmosis', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:30', 'updated_at' => '2022-12-07 12:44:30', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '608', 'name' => 'Transverse myelitis', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => 'Acute symmetrical flacid paralysis lower limbs with hypotonia & loss of reflexes; anaesthesia lower limbs with sensory level. Autonomic signs may be present eg bladder dysfunction but cranial nerves spared unlike some Guillain Barre patients.', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:30', 'updated_at' => '2022-12-07 12:44:30', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '609', 'name' => 'Trypanosomiasis', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => '/uploads/hospital_resources/456433329.pdf#page=233', 'reference_names' => 'UCG Trypanosomiasis', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:30', 'updated_at' => '2022-12-07 12:44:30', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '610', 'name' => 'Umbilical granuloma', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => 'exclude other differentials e.g. patent urachus. Cauterise with silver nitrate stick protecting surrounding normal skin.', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:30', 'updated_at' => '2022-12-07 12:44:30', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '611', 'name' => 'Hernia - umbilical', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => 'common in infancy and young children, usually resolve spontaneously. Occasionally strangulate.', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:30', 'updated_at' => '2022-12-07 12:44:30', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '614', 'name' => 'Urolithiasis', 'icd10_code' => '-', 'hmis_no_outpatient' => 'OP01', 'hmis_no_inpatient' => '114', 'prompts' => '-', 'reference_areas' => '/uploads/hospital_resources/456433329.pdf#page=466', 'reference_names' => 'UCG Renal colic', 'chronic_status' => '0', 'hmis_category' => '18', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:30', 'updated_at' => '2022-12-07 12:44:30', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '615', 'name' => 'Uveitis', 'icd10_code' => '-', 'hmis_no_outpatient' => 'EC15', 'hmis_no_inpatient' => '114', 'prompts' => 'Intraocular inflammation causing redness, pain, photophobia, reduced vision. May be due to blunt trauma. TB should be considered in bilateral cases. Association with JIA pauci-articular form.', 'reference_areas' => 'http://uploads/hospital_resources/456433329.pdf#page=904', 'reference_names' => 'UCG Uveitis', 'chronic_status' => '0', 'hmis_category' => '7', 'available' => '1', 'created_by' => NULL, 'updated_by' => '3', 'created_at' => '2022-12-07 12:44:30', 'updated_at' => '2023-06-09 10:39:41', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '616', 'name' => 'Vesico-ureteric reflux', 'icd10_code' => '-', 'hmis_no_outpatient' => '120', 'hmis_no_inpatient' => '130', 'prompts' => 'if significant patient may benefit from antibiotic prophylaxis to reduce infections and potential renal damage.', 'reference_areas' => ',', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '21', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:30', 'updated_at' => '2022-12-07 12:44:30', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '618', 'name' => 'Poisoning: suspected', 'icd10_code' => 'T36-50', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '', 'reference_areas' => '/uploads/hospital_resources/456433329.pdf#page=136', 'reference_names' => 'UCG Poisoning', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:30', 'updated_at' => '2022-12-07 12:44:30', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '619', 'name' => 'Functional Abdominal Pain', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-`', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:30', 'updated_at' => '2022-12-07 12:44:30', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '620', 'name' => 'Foot drop', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => 'Look out for cause', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:30', 'updated_at' => '2022-12-07 12:44:30', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '621', 'name' => 'orchitis', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => 'orchitis', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '1', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:30', 'updated_at' => '2022-12-07 12:44:30', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '622', 'name' => 'Wart-Cutaneous', 'icd10_code' => '-', 'hmis_no_outpatient' => 'CD29', 'hmis_no_inpatient' => '101', 'prompts' => 'Consider silver Nitrate 40% stick, protect surrounding skin, avoid broken skin', 'reference_areas' => '', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '2', 'available' => '1', 'created_by' => NULL, 'updated_by' => '15', 'created_at' => '2022-12-07 12:44:30', 'updated_at' => '2023-06-09 12:50:57', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '623', 'name' => 'Herpetic stomatitis', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => 'Consider acyclovir, GV Paint and NSAID', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:30', 'updated_at' => '2022-12-07 12:44:30', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '624', 'name' => 'Lymphangioma- Congenital', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => 'Differential diagnosis include: cystic hygroma, Rule out haemangioma', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '1', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:30', 'updated_at' => '2022-12-07 12:44:30', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '625', 'name' => 'Other Forms of Conjunctivitis', 'icd10_code' => '-', 'hmis_no_outpatient' => 'EC04', 'hmis_no_inpatient' => '114', 'prompts' => 'If purulent in neonates smear on microscope slide and gram stain for organism identification. Gram neg intracellular diplococci seen in neisseria gonnorhoea infections.
For most treat with chloramphenicol', 'reference_areas' => '', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '7', 'available' => '1', 'created_by' => NULL, 'updated_by' => '3', 'created_at' => '2022-12-07 12:44:30', 'updated_at' => '2023-06-09 10:40:54', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '626', 'name' => 'Chronic bullous disease of childhood (Linear IgA dermatosis]', 'icd10_code' => '', 'hmis_no_outpatient' => 'OP01', 'hmis_no_inpatient' => '101', 'prompts' => 'Immunobullous condition like pemphigus. Treatment is dapsone +/- steroids. May last 2 - 4 years or more.', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '1', 'hmis_category' => '18', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:30', 'updated_at' => '2022-12-07 12:44:30', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '627', 'name' => 'Pharyngitis', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => '', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => NULL, 'available' => '1', 'created_by' => NULL, 'updated_by' => '15', 'created_at' => '2022-12-07 12:44:30', 'updated_at' => '2023-08-03 13:29:54', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '628', 'name' => 'Sexual abuse', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => '/uploads/hospital_resources/456433329.pdf#page=131', 'reference_names' => 'UCG Sexual assault', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:30', 'updated_at' => '2022-12-07 12:44:30', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '629', 'name' => 'Birth asphyxia', 'icd10_code' => '-', 'hmis_no_outpatient' => 'ND08', 'hmis_no_inpatient' => '48', 'prompts' => '-', 'reference_areas' => '', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '3', 'available' => '1', 'created_by' => NULL, 'updated_by' => '75', 'created_at' => '2022-12-07 12:44:30', 'updated_at' => '2023-06-09 10:28:33', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '630', 'name' => 'Hyperhydrosis- Primary', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => 'Can be focal or generalized. Treatment is supportive. Rule out Thyroid disease,', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '1', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:30', 'updated_at' => '2022-12-07 12:44:30', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '631', 'name' => 'Synovitis', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:30', 'updated_at' => '2022-12-07 12:44:30', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '632', 'name' => 'Folliculitis', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => '/uploads/hospital_resources/1934487423.pdf#page=30', 'reference_names' => 'Common skin conditions,', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:30', 'updated_at' => '2022-12-07 12:44:30', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '633', 'name' => 'Viral Bronchitis', 'icd10_code' => '-', 'hmis_no_outpatient' => 'OP01', 'hmis_no_inpatient' => '114', 'prompts' => 'secondary', 'reference_areas' => 'http://uploads/hospital_resources/456433329.pdf#page=358', 'reference_names' => 'UCG Acute bronchitis - children', 'chronic_status' => '0', 'hmis_category' => '18', 'available' => '1', 'created_by' => NULL, 'updated_by' => '7', 'created_at' => '2022-12-07 12:44:30', 'updated_at' => '2023-08-02 12:49:06', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '634', 'name' => 'Torticolis', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:30', 'updated_at' => '2022-12-07 12:44:30', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '635', 'name' => 'Giant hairy nevus', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => 'large lesions have a risk of developing malignancy', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '1', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:30', 'updated_at' => '2022-12-07 12:44:30', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '636', 'name' => 'Infantile colic pains', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:30', 'updated_at' => '2022-12-07 12:44:30', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '637', 'name' => 'Soft tissue injury', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:31', 'updated_at' => '2022-12-07 12:44:31', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '638', 'name' => 'Leg Length Discrepancy', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:31', 'updated_at' => '2022-12-07 12:44:31', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '639', 'name' => 'Hyperactive Malaria Syndrome', 'icd10_code' => 'EP01', 'hmis_no_outpatient' => 'EP01', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => '', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '1', 'available' => '0', 'created_by' => NULL, 'updated_by' => '15', 'created_at' => '2022-12-07 12:44:31', 'updated_at' => '2023-06-09 09:47:12', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '640', 'name' => 'Umbilical polyp', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => 'Differentiate from Umbilical granuloma', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:31', 'updated_at' => '2022-12-07 12:44:31', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '641', 'name' => 'Omphalomesenteric Remnant', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => 'Consider surgical review', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:31', 'updated_at' => '2022-12-07 12:44:31', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '642', 'name' => 'Functional constipation', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:31', 'updated_at' => '2022-12-07 12:44:31', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '643', 'name' => 'Dravet Syndrome (SMEI]', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => 'SMEI (Severe Myoclonic Epilepsy of infancy].', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '1', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:31', 'updated_at' => '2022-12-07 12:44:31', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '644', 'name' => 'Febrile Status Epilepticus', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => 'Febrile Seizure lasting > 30 minutes.', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:31', 'updated_at' => '2023-08-03 13:52:06', 'deleted_at' => '2023-08-03 13:52:06', 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '645', 'name' => 'Hirschsprungs disease', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:31', 'updated_at' => '2022-12-07 12:44:31', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '646', 'name' => 'Reactive Airway Disease', 'icd10_code' => '002', 'hmis_no_outpatient' => '452', 'hmis_no_inpatient' => '2134', 'prompts' => 'Reactive Airway Disease', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '1', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:31', 'updated_at' => '2022-12-07 12:44:31', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '647', 'name' => 'Bacterial Vaginosis', 'icd10_code' => '-', 'hmis_no_outpatient' => 'CD24', 'hmis_no_inpatient' => '130', 'prompts' => '-', 'reference_areas' => 'http://uploads/hospital_resources/456433329.pdf#page=296', 'reference_names' => 'UCG Abnormal Vaginal Discharge Syndrome', 'chronic_status' => '0', 'hmis_category' => '2', 'available' => '1', 'created_by' => NULL, 'updated_by' => '75', 'created_at' => '2022-12-07 12:44:31', 'updated_at' => '2023-06-10 13:03:12', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '648', 'name' => 'Post-burns contractures', 'icd10_code' => '-', 'hmis_no_outpatient' => 'OT05', 'hmis_no_inpatient' => '-', 'prompts' => 'Consider surgical review', 'reference_areas' => '', 'reference_names' => '', 'chronic_status' => '1', 'hmis_category' => '34', 'available' => '1', 'created_by' => NULL, 'updated_by' => '75', 'created_at' => '2022-12-07 12:44:31', 'updated_at' => '2023-06-10 13:33:51', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '649', 'name' => 'Malabsorption syndrome', 'icd10_code' => '-', 'hmis_no_outpatient' => '', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '1', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:31', 'updated_at' => '2022-12-07 12:44:31', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '650', 'name' => 'Bronchitis-Acute', 'icd10_code' => '-', 'hmis_no_outpatient' => '', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:31', 'updated_at' => '2022-12-07 12:44:31', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '651', 'name' => 'Bronchitis-Chronic', 'icd10_code' => '-', 'hmis_no_outpatient' => 'CR05', 'hmis_no_inpatient' => '27', 'prompts' => 'Consider COPD', 'reference_areas' => 'http://uploads/hospital_resources/456433329.pdf#page=352', 'reference_names' => 'UCG Chronic Obstructive Pulmonary Disease', 'chronic_status' => '1', 'hmis_category' => '9', 'available' => '1', 'created_by' => NULL, 'updated_by' => '3', 'created_at' => '2022-12-07 12:44:31', 'updated_at' => '2023-06-09 11:32:40', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '652', 'name' => 'Febrile Seizure', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => 'http://uploads/hospital_resources/456433329.pdf#page=98,http://uploads/hospital_resources/456433329.pdf#page=487', 'reference_names' => 'UCG Febrile convulsions,UCG Epilepsy', 'chronic_status' => '1', 'hmis_category' => NULL, 'available' => '1', 'created_by' => NULL, 'updated_by' => '15', 'created_at' => '2022-12-07 12:44:31', 'updated_at' => '2023-08-03 13:52:44', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '653', 'name' => 'Posthitis', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:31', 'updated_at' => '2022-12-07 12:44:31', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '654', 'name' => 'Balanoposthitis', 'icd10_code' => '-', 'hmis_no_outpatient' => '', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:31', 'updated_at' => '2022-12-07 12:44:31', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '655', 'name' => 'Infantile Achalasia', 'icd10_code' => '-', 'hmis_no_outpatient' => 'ND08', 'hmis_no_inpatient' => '87', 'prompts' => 'Also called Cardiospasm. Results from spasm of lower esophagus at the cardia end. Causes vomiting in neonates
Treatment-Surgical (esophagocardiomyotomy ]', 'reference_areas' => '', 'reference_names' => '', 'chronic_status' => '1', 'hmis_category' => '3', 'available' => '1', 'created_by' => NULL, 'updated_by' => '75', 'created_at' => '2022-12-07 12:44:31', 'updated_at' => '2023-06-09 10:42:41', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '656', 'name' => 'Staphylococcal scalded skin syndrome', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => 'Common below 5 years, Treatment- Give Oral/ Parenteral antibiotics, Topical antibiotics are unnecessary. Emollients for lubrication. Keep denuded areas clean. Risk of sepsis, Fluid and Electrolyte imbalance.', 'reference_areas' => 'https://patient.info/doctor/staphylococcal-scalded-skin-syndrome', 'reference_names' => 'Patient.org SSSS', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:31', 'updated_at' => '2022-12-07 12:44:31', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '657', 'name' => 'Acute Parotitis', 'icd10_code' => '-', 'hmis_no_outpatient' => 'EN17', 'hmis_no_inpatient' => '115', 'prompts' => 'Check HIV serostatus.', 'reference_areas' => '', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '6', 'available' => '1', 'created_by' => NULL, 'updated_by' => '75', 'created_at' => '2022-12-07 12:44:31', 'updated_at' => '2023-06-08 13:07:18', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '658', 'name' => 'Lipoma', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:31', 'updated_at' => '2022-12-07 12:44:31', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '659', 'name' => 'Adenoid Hypertrophy-Chronic', 'icd10_code' => 'J35.02, J35.2', 'hmis_no_outpatient' => 'EN07', 'hmis_no_inpatient' => '115', 'prompts' => 'ENT review', 'reference_areas' => 'http://uploads/hospital_resources/456433329.pdf#page=942', 'reference_names' => 'UCG Adenoid disease', 'chronic_status' => '1', 'hmis_category' => '6', 'available' => '1', 'created_by' => NULL, 'updated_by' => '6', 'created_at' => '2022-12-07 12:44:31', 'updated_at' => '2023-06-06 14:01:32', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '660', 'name' => 'Lymphadenitis', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => 'Try to find the cause', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:31', 'updated_at' => '2022-12-07 12:44:31', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '661', 'name' => 'Lymphadenopathy-Cervical', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => 'Try to find cause', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:31', 'updated_at' => '2022-12-07 12:44:31', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '662', 'name' => 'Lymphadenopathy-Inguinal', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => 'Try to find cause', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:31', 'updated_at' => '2022-12-07 12:44:31', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '663', 'name' => 'Lymphadenopathy-Other', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:31', 'updated_at' => '2022-12-07 12:44:31', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '664', 'name' => 'Conjunctivitis-Allergic', 'icd10_code' => '-', 'hmis_no_outpatient' => '64', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '1', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:31', 'updated_at' => '2022-12-07 12:44:31', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '667', 'name' => 'Genitalia-Normal variation', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '1', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:31', 'updated_at' => '2022-12-07 12:44:31', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '668', 'name' => 'Atopy', 'icd10_code' => '-', 'hmis_no_outpatient' => '', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:31', 'updated_at' => '2022-12-07 12:44:31', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '669', 'name' => 'Cluster headache', 'icd10_code' => '', 'hmis_no_outpatient' => 'OP01', 'hmis_no_inpatient' => '70', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '18', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:31', 'updated_at' => '2022-12-07 12:44:31', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '671', 'name' => 'Down Syndrome (PHYSIO] New-Att', 'icd10_code' => '-', 'hmis_no_outpatient' => 'NE09', 'hmis_no_inpatient' => '104', 'prompts' => 'Usually associated with cardiac anomalies. Need Multidisciplinary management e.g physiotherapy', 'reference_areas' => 'http://uploads/hospital_resources/1167408000.jpg', 'reference_names' => 'Down Syndrome photo', 'chronic_status' => '1', 'hmis_category' => '32', 'available' => '1', 'created_by' => NULL, 'updated_by' => '15', 'created_at' => '2022-12-07 12:44:31', 'updated_at' => '2023-08-02 13:14:34', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '672', 'name' => 'Talipes Equino Varus', 'icd10_code' => '-', 'hmis_no_outpatient' => '---', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:31', 'updated_at' => '2022-12-07 12:44:31', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '673', 'name' => 'Conversion disorder', 'icd10_code' => '-', 'hmis_no_outpatient' => 'NE23', 'hmis_no_inpatient' => '71', 'prompts' => 'Is a diagnosis of exclusion. First exclude organic medical condition', 'reference_areas' => '', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '32', 'available' => '1', 'created_by' => NULL, 'updated_by' => '75', 'created_at' => '2022-12-07 12:44:31', 'updated_at' => '2023-06-09 10:49:57', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '674', 'name' => 'Diarrhoea- Chronic', 'icd10_code' => NULL, 'hmis_no_outpatient' => 'NC03', 'hmis_no_inpatient' => '18', 'prompts' => 'Consider inflammatory bowel disease, coeliac, disease, lactose intolerance', 'reference_areas' => '', 'reference_names' => '', 'chronic_status' => '1', 'hmis_category' => '4', 'available' => '1', 'created_by' => NULL, 'updated_by' => '75', 'created_at' => '2022-12-07 12:44:31', 'updated_at' => '2023-06-09 13:08:51', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '676', 'name' => 'Costochondritis', 'icd10_code' => '-', 'hmis_no_outpatient' => 'OP01', 'hmis_no_inpatient' => '102', 'prompts' => 'Anti inflammatory meds and rest from heavy activity', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '18', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:31', 'updated_at' => '2022-12-07 12:44:31', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '677', 'name' => 'Vulvovaginitis', 'icd10_code' => '-', 'hmis_no_outpatient' => '120', 'hmis_no_inpatient' => '130', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '21', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:31', 'updated_at' => '2022-12-07 12:44:31', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '678', 'name' => 'Tension headache', 'icd10_code' => '12', 'hmis_no_outpatient' => '123', 'hmis_no_inpatient' => '1234', 'prompts' => 'paed', 'reference_areas' => '/uploads/hospital_resources/456433329.pdf#page=496, https://patient.info/doctor/tension-type-headache-pro', 'reference_names' => 'UCG Headaches, Patient.com Tension-type headaches', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:31', 'updated_at' => '2022-12-07 12:44:31', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '679', 'name' => 'Otitis External', 'icd10_code' => '-', 'hmis_no_outpatient' => 'EN10', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => '', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '6', 'available' => '1', 'created_by' => NULL, 'updated_by' => '75', 'created_at' => '2022-12-07 12:44:31', 'updated_at' => '2023-06-08 12:24:05', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '680', 'name' => 'Impetigo - Non bullous', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => 'Usually streptococcal, Staphylococcus can cause secondary infection. Penicillins for 10 days.', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:31', 'updated_at' => '2022-12-07 12:44:31', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '681', 'name' => 'Impetigo - Bullous', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => 'Usually staphylococcal. Consider cloxacillin.', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:31', 'updated_at' => '2022-12-07 12:44:31', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '683', 'name' => 'DO NOT USE Dermatitis: Allergic', 'icd10_code' => '-', 'hmis_no_outpatient' => 'OP01', 'hmis_no_inpatient' => '101', 'prompts' => 'Look out for potential triggers and advise on avoidance', 'reference_areas' => '', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '18', 'available' => '0', 'created_by' => NULL, 'updated_by' => '15', 'created_at' => '2022-12-07 12:44:31', 'updated_at' => '2023-08-03 13:43:43', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '684', 'name' => 'Reactive arthritis', 'icd10_code' => '121', 'hmis_no_outpatient' => '34', 'hmis_no_inpatient' => '45', 'prompts' => 'usually follows a systemic viral infection', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:31', 'updated_at' => '2022-12-07 12:44:31', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '685', 'name' => 'Cholecyctitis', 'icd10_code' => NULL, 'hmis_no_outpatient' => 'EM03', 'hmis_no_inpatient' => '98', 'prompts' => 'RUQ pain and fever. Antibiotics and surgical review', 'reference_areas' => '', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '12', 'available' => '1', 'created_by' => NULL, 'updated_by' => '75', 'created_at' => '2022-12-07 12:44:31', 'updated_at' => '2023-06-09 12:47:46', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '686', 'name' => 'Slipped radial epiphysis', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:31', 'updated_at' => '2022-12-07 12:44:31', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '687', 'name' => 'Miliaria', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => 'Advice to reduce greasy vaseline.', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:31', 'updated_at' => '2022-12-07 12:44:31', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '688', 'name' => 'Miliaria - Crystallina', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => 'Avoid topical agents', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:31', 'updated_at' => '2022-12-07 12:44:31', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '690', 'name' => 'Miliaria - Rubra', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => 'Avoid topical agents. Advise to reduce excess clothing and wetness.', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:31', 'updated_at' => '2022-12-07 12:44:31', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '691', 'name' => 'Miliaria - Profunda', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => 'Treat any superimposed infection.
Avoid topical agents. Advise on heat and moisture reduction', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:31', 'updated_at' => '2022-12-07 12:44:31', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '692', 'name' => 'Keloid', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:31', 'updated_at' => '2022-12-07 12:44:31', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '693', 'name' => 'Assault', 'icd10_code' => 'X85-Y09', 'hmis_no_outpatient' => 'IN03', 'hmis_no_inpatient' => '93', 'prompts' => '-', 'reference_areas' => '', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '14', 'available' => '1', 'created_by' => NULL, 'updated_by' => '3', 'created_at' => '2022-12-07 12:44:31', 'updated_at' => '2023-06-09 12:42:15', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '694', 'name' => 'Tinea Pedis', 'icd10_code' => '-', 'hmis_no_outpatient' => '---', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => '/uploads/hospital_resources/456433329.pdf#page=959', 'reference_names' => 'UCG Fungal skin infections', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:31', 'updated_at' => '2022-12-07 12:44:31', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '696', 'name' => 'Osler Weber Rendu syndrome', 'icd10_code' => '-', 'hmis_no_outpatient' => '---', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:31', 'updated_at' => '2022-12-07 12:44:31', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '697', 'name' => 'Hyperactive Airway Disease', 'icd10_code' => '-', 'hmis_no_outpatient' => '----', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:31', 'updated_at' => '2022-12-07 12:44:31', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '698', 'name' => 'External hodulum', 'icd10_code' => '234', 'hmis_no_outpatient' => '45', 'hmis_no_inpatient' => '56', 'prompts' => 'may cause complications to vision', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:31', 'updated_at' => '2022-12-07 12:44:31', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '699', 'name' => 'persistent diarhoea', 'icd10_code' => '3445', 'hmis_no_outpatient' => '', 'hmis_no_inpatient' => '78', 'prompts' => 'do stool analysis and HIV serology', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '1', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:31', 'updated_at' => '2022-12-07 12:44:31', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '700', 'name' => 'Penetrating Injury', 'icd10_code' => '-', 'hmis_no_outpatient' => '', 'hmis_no_inpatient' => '-', 'prompts' => 'Tetanus Toxoid, avoid early closure', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:31', 'updated_at' => '2022-12-07 12:44:31', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '701', 'name' => 'Jarisch-Herxheimer', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => 'Prophylaxis and Treatment with anti-inflammatory agent may stop progression
Monitor closely for complications like shock, collapse', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:31', 'updated_at' => '2022-12-07 12:44:31', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '702', 'name' => 'DO NOT USE wound sepsis', 'icd10_code' => '-', 'hmis_no_outpatient' => 'IN04', 'hmis_no_inpatient' => '93', 'prompts' => '-', 'reference_areas' => 'http://uploads/hospital_resources/456433329.pdf#page=175', 'reference_names' => 'UCG Septicaemia', 'chronic_status' => '0', 'hmis_category' => '14', 'available' => '0', 'created_by' => NULL, 'updated_by' => '15', 'created_at' => '2022-12-07 12:44:31', 'updated_at' => '2023-08-03 13:26:40', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '703', 'name' => 'Allergic Rhinitis', 'icd10_code' => 'J30', 'hmis_no_outpatient' => 'EN17', 'hmis_no_inpatient' => '115', 'prompts' => '-', 'reference_areas' => 'http://uploads/hospital_resources/456433329.pdf#page=937', 'reference_names' => 'UCG Nasal Allergy', 'chronic_status' => '1', 'hmis_category' => '6', 'available' => '1', 'created_by' => NULL, 'updated_by' => '75', 'created_at' => '2022-12-07 12:44:31', 'updated_at' => '2023-06-08 12:36:32', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '704', 'name' => 'DO NOT USE Allergic Dermatitis', 'icd10_code' => '-', 'hmis_no_outpatient' => 'OP01', 'hmis_no_inpatient' => '101', 'prompts' => '-', 'reference_areas' => 'http://uploads/hospital_resources/456433329.pdf#page=971', 'reference_names' => 'UCG Dermatitis', 'chronic_status' => '1', 'hmis_category' => '18', 'available' => '0', 'created_by' => NULL, 'updated_by' => '15', 'created_at' => '2022-12-07 12:44:31', 'updated_at' => '2023-08-03 13:43:02', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '705', 'name' => 'Absence Seizure', 'icd10_code' => '-', 'hmis_no_outpatient' => 'MH25', 'hmis_no_inpatient' => '68', 'prompts' => 'Treatment of choice. Ethosuximide. Alternatives Sodium Valproate (Avoid below 2years of age. Dont combine with carbamazepine, Phenytoin, Phenobarbitone- These the reduce blood level of valproate]', 'reference_areas' => 'http://uploads/hospital_resources/456433329.pdf#page=488', 'reference_names' => 'UCG Absence seizures', 'chronic_status' => '1', 'hmis_category' => '8', 'available' => '1', 'created_by' => NULL, 'updated_by' => '75', 'created_at' => '2022-12-07 12:44:32', 'updated_at' => '2023-06-09 11:20:09', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '706', 'name' => 'Tinea Mannum', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => '/uploads/hospital_resources/456433329.pdf#page=959', 'reference_names' => 'UCG Fungal skin infections', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:32', 'updated_at' => '2022-12-07 12:44:32', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '707', 'name' => 'Dog Bite', 'icd10_code' => '-', 'hmis_no_outpatient' => 'IN05a', 'hmis_no_inpatient' => '94.A', 'prompts' => 'T. Toxoid necessary
Don\'t give anti-rabies if the dog is immunised', 'reference_areas' => '', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '14', 'available' => '1', 'created_by' => NULL, 'updated_by' => '3', 'created_at' => '2022-12-07 12:44:32', 'updated_at' => '2023-06-09 12:38:24', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '708', 'name' => 'Obstructive Sleep Apnea-', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:32', 'updated_at' => '2022-12-07 12:44:32', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '709', 'name' => 'Thyroglossal Cyst', 'icd10_code' => '-', 'hmis_no_outpatient' => '----', 'hmis_no_inpatient' => '--', 'prompts' => 'Typically palpable asymptomatic midline neck mass below the level of the hyoid that moves with swallowing. Some patients get dysphagia, or neck pain and are prone to infection', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '1', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:32', 'updated_at' => '2022-12-07 12:44:32', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '710', 'name' => 'Branchial Cleft Cyst', 'icd10_code' => '-', 'hmis_no_outpatient' => 'OP01', 'hmis_no_inpatient' => '104', 'prompts' => 'Congenital epithelial cleft cyst that arises on the lateral part of the neck due to failure of obliteration of the second branchial cleft.', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '1', 'hmis_category' => '18', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:32', 'updated_at' => '2022-12-07 12:44:32', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '711', 'name' => 'umbilical hernia.', 'icd10_code' => '.', 'hmis_no_outpatient' => '.', 'hmis_no_inpatient' => '.', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '1', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:32', 'updated_at' => '2022-12-07 12:44:32', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '712', 'name' => 'DO NOT USE Dirty wound', 'icd10_code' => '.', 'hmis_no_outpatient' => 'IN04', 'hmis_no_inpatient' => '93', 'prompts' => '.', 'reference_areas' => '', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '14', 'available' => '0', 'created_by' => NULL, 'updated_by' => '15', 'created_at' => '2022-12-07 12:44:32', 'updated_at' => '2023-08-03 13:27:10', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '713', 'name' => 'injection granuloma', 'icd10_code' => '34', 'hmis_no_outpatient' => '56', 'hmis_no_inpatient' => '78', 'prompts' => 'follows injection hypersensitivity. then healing with fibrosis', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '1', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:32', 'updated_at' => '2022-12-07 12:44:32', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '714', 'name' => 'Delayed growth and development', 'icd10_code' => '.', 'hmis_no_outpatient' => '120', 'hmis_no_inpatient' => '114', 'prompts' => 'Full examination to look for cause. Remember malnutrition and congenital abnormalities', 'reference_areas' => '', 'reference_names' => '', 'chronic_status' => '1', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:32', 'updated_at' => '2022-12-07 12:44:32', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '715', 'name' => 'Concussion', 'icd10_code' => NULL, 'hmis_no_outpatient' => 'IN04', 'hmis_no_inpatient' => '70', 'prompts' => 'Ask about vomiting, loss of consciousness and other injuries. Check GCS, C-Spine and for any focal neurology.
If happy for them to go home give head injury advice, including warning signs for readmission, and warn of potential headache and dizzyness for', 'reference_areas' => '', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '14', 'available' => '1', 'created_by' => NULL, 'updated_by' => '3', 'created_at' => '2022-12-07 12:44:32', 'updated_at' => '2023-06-09 12:41:25', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '716', 'name' => 'Hypoglycaemia', 'icd10_code' => 'E16.2', 'hmis_no_outpatient' => 'EM03', 'hmis_no_inpatient' => NULL, 'prompts' => '.', 'reference_areas' => 'http://uploads/hospital_resources/456433329.pdf#page=99', 'reference_names' => 'UCG Hypoglycaemia', 'chronic_status' => '0', 'hmis_category' => '12', 'available' => '1', 'created_by' => NULL, 'updated_by' => '75', 'created_at' => '2022-12-07 12:44:32', 'updated_at' => '2023-06-09 11:49:18', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '741', 'name' => 'Testing Diagnosis', 'icd10_code' => '', 'hmis_no_outpatient' => '', 'hmis_no_inpatient' => '', 'prompts' => '', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '1', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:32', 'updated_at' => '2023-08-02 13:29:17', 'deleted_at' => '2023-08-02 13:29:17', 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '742', 'name' => 'Breast mass', 'icd10_code' => '-', 'hmis_no_outpatient' => 'CA14', 'hmis_no_inpatient' => '81', 'prompts' => '-', 'reference_areas' => '', 'reference_names' => '', 'chronic_status' => '1', 'hmis_category' => '10', 'available' => '1', 'created_by' => NULL, 'updated_by' => '3', 'created_at' => '2022-12-07 12:44:32', 'updated_at' => '2023-06-09 11:47:17', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '743', 'name' => 'DO NOT USE Tuberculosis: Suspected', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => 'Investigate appropriately', 'reference_areas' => 'http://uploads/hospital_resources/456433329.pdf#page=378', 'reference_names' => 'UCG TB', 'chronic_status' => '1', 'hmis_category' => NULL, 'available' => '1', 'created_by' => NULL, 'updated_by' => '15', 'created_at' => '2022-12-07 12:44:32', 'updated_at' => '2023-08-03 14:29:29', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '744', 'name' => 'Dyspepsia', 'icd10_code' => '-', 'hmis_no_outpatient' => '46', 'hmis_no_inpatient' => '87', 'prompts' => 'Exclude Peptic ulcers', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:32', 'updated_at' => '2022-12-07 12:44:32', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '745', 'name' => 'Tinea versicolor', 'icd10_code' => '', 'hmis_no_outpatient' => '', 'hmis_no_inpatient' => '', 'prompts' => 'Give a systemic antifungal, counsel on hygiene. recurrence is high.', 'reference_areas' => '/uploads/hospital_resources/456433329.pdf#page=959', 'reference_names' => 'UCG Fungal skin infections', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:32', 'updated_at' => '2022-12-07 12:44:32', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '746', 'name' => 'Intra muscular nodule', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:32', 'updated_at' => '2022-12-07 12:44:32', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '748', 'name' => 'Infertility', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:32', 'updated_at' => '2022-12-07 12:44:32', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '749', 'name' => 'Cervicitis', 'icd10_code' => '-', 'hmis_no_outpatient' => 'OP01', 'hmis_no_inpatient' => '102', 'prompts' => '', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '18', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:32', 'updated_at' => '2022-12-07 12:44:32', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '751', 'name' => 'Amoebiasis', 'icd10_code' => 'A06', 'hmis_no_outpatient' => 'CD27', 'hmis_no_inpatient' => '114', 'prompts' => 'be a ware there may be liver abscess', 'reference_areas' => 'http://uploads/hospital_resources/456433329.pdf#page=410', 'reference_names' => 'UCG Amoebiasis', 'chronic_status' => '0', 'hmis_category' => '2', 'available' => '1', 'created_by' => NULL, 'updated_by' => '75', 'created_at' => '2022-12-07 12:44:32', 'updated_at' => '2023-06-10 13:11:00', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '752', 'name' => 'Pityriasis Versicolor', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:32', 'updated_at' => '2022-12-07 12:44:32', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '753', 'name' => 'osteoporosis', 'icd10_code' => '7', 'hmis_no_outpatient' => '90', 'hmis_no_inpatient' => '67', 'prompts' => 'usually follow old age. rule out endocrine and kidney disorders', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:32', 'updated_at' => '2022-12-07 12:44:32', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '754', 'name' => 'Breast Milk Jaundice', 'icd10_code' => '.', 'hmis_no_outpatient' => 'ND08', 'hmis_no_inpatient' => '.46', 'prompts' => 'diagnosis by exclusion, babies usually well, jaundice gradually resolves spontaneously', 'reference_areas' => '', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '3', 'available' => '1', 'created_by' => NULL, 'updated_by' => '75', 'created_at' => '2022-12-07 12:44:32', 'updated_at' => '2023-06-09 10:41:39', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '755', 'name' => 'fibromaldia', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:32', 'updated_at' => '2022-12-07 12:44:32', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '757', 'name' => 'Prolapsed intervertebral disc', 'icd10_code' => '.', 'hmis_no_outpatient' => '.', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:32', 'updated_at' => '2022-12-07 12:44:32', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '758', 'name' => 'Uterine spasms', 'icd10_code' => '-', 'hmis_no_outpatient' => '120', 'hmis_no_inpatient' => '130', 'prompts' => '', 'reference_areas' => ',', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:32', 'updated_at' => '2022-12-07 12:44:32', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '759', 'name' => 'Secondary Amenorrhea', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:32', 'updated_at' => '2022-12-07 12:44:32', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '761', 'name' => 'Enuresis', 'icd10_code' => '.', 'hmis_no_outpatient' => '.', 'hmis_no_inpatient' => '.', 'prompts' => '.', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '1', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:32', 'updated_at' => '2022-12-07 12:44:32', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '763', 'name' => 'peuperial syndrom', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '1', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:32', 'updated_at' => '2022-12-07 12:44:32', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '764', 'name' => 'Valvular heart disease', 'icd10_code' => '-', 'hmis_no_outpatient' => 'CV10', 'hmis_no_inpatient' => '58', 'prompts' => 'murmur', 'reference_areas' => 'http://uploads/hospital_resources/456433329.pdf#page=338', 'reference_names' => 'UCG Rheumatic heart disease', 'chronic_status' => '1', 'hmis_category' => '11', 'available' => '1', 'created_by' => NULL, 'updated_by' => '3', 'created_at' => '2022-12-07 12:44:32', 'updated_at' => '2023-06-09 11:50:27', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '765', 'name' => 'Degloving injury', 'icd10_code' => '-', 'hmis_no_outpatient' => '101', 'hmis_no_inpatient' => '93', 'prompts' => '', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:32', 'updated_at' => '2022-12-07 12:44:32', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '766', 'name' => 'Jaundice: Intrahepatic', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:32', 'updated_at' => '2022-12-07 12:44:32', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '767', 'name' => 'Pyelonephritis', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:32', 'updated_at' => '2022-12-07 12:44:32', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '768', 'name' => 'Carbuncle', 'icd10_code' => '-', 'hmis_no_outpatient' => 'OP01', 'hmis_no_inpatient' => '101', 'prompts' => '-', 'reference_areas' => '/uploads/hospital_resources/456433329.pdf#page=953', 'reference_names' => 'UCG Boils (furuncle,carbuncle]', 'chronic_status' => '0', 'hmis_category' => '18', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:32', 'updated_at' => '2022-12-07 12:44:32', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '769', 'name' => 'Helminthiasis', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:32', 'updated_at' => '2022-12-07 12:44:32', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '770', 'name' => 'Musculoskeletal pain: ', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:32', 'updated_at' => '2022-12-07 12:44:32', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '771', 'name' => 'normal adult', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:32', 'updated_at' => '2022-12-07 12:44:32', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '774', 'name' => 'Congestive Cardiac Failure', 'icd10_code' => '-', 'hmis_no_outpatient' => 'CV09', 'hmis_no_inpatient' => '58', 'prompts' => 'Consider ACEi as cardio protective. Diuretics for symptom relief. Check for arrythmia.', 'reference_areas' => '', 'reference_names' => '', 'chronic_status' => '1', 'hmis_category' => '11', 'available' => '1', 'created_by' => NULL, 'updated_by' => '3', 'created_at' => '2022-12-07 12:44:32', 'updated_at' => '2023-06-09 11:50:12', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '775', 'name' => 'Rheumatoid arthritis New-attendance', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => '', 'reference_names' => '', 'chronic_status' => '1', 'hmis_category' => NULL, 'available' => '1', 'created_by' => NULL, 'updated_by' => '15', 'created_at' => '2022-12-07 12:44:32', 'updated_at' => '2023-08-03 14:11:56', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '776', 'name' => 'Dysfuctional uterine bleeding', 'icd10_code' => '90', 'hmis_no_outpatient' => '120', 'hmis_no_inpatient' => '130', 'prompts' => 'rule out all other causes of bleeding', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '1', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:32', 'updated_at' => '2022-12-07 12:44:32', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '777', 'name' => 'osteosarcoma', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '1', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:32', 'updated_at' => '2022-12-07 12:44:32', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '778', 'name' => 'Sprain', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => 'rule out fracture and dislocation', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:32', 'updated_at' => '2022-12-07 12:44:32', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '779', 'name' => 'Menorrhagia', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => 'Check hormonal contraception use esp. progesterones.', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:32', 'updated_at' => '2022-12-07 12:44:32', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '780', 'name' => 'emdometritis', 'icd10_code' => '-', 'hmis_no_outpatient' => '120', 'hmis_no_inpatient' => '130', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:32', 'updated_at' => '2022-12-07 12:44:32', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '781', 'name' => 'overian cyst', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => 'consult obstetrician if posible. do scan and a certain the size', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '1', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:32', 'updated_at' => '2023-08-03 13:32:07', 'deleted_at' => '2023-08-03 13:32:07', 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '782', 'name' => 'Neuropathic pain', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => '', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => NULL, 'available' => '1', 'created_by' => NULL, 'updated_by' => '15', 'created_at' => '2022-12-07 12:44:32', 'updated_at' => '2023-08-03 13:44:36', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '783', 'name' => 'Ear Wax Impaction', 'icd10_code' => '-', 'hmis_no_outpatient' => 'EN17', 'hmis_no_inpatient' => NULL, 'prompts' => '-', 'reference_areas' => '', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '6', 'available' => '1', 'created_by' => NULL, 'updated_by' => '75', 'created_at' => '2022-12-07 12:44:32', 'updated_at' => '2023-06-08 13:02:24', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '784', 'name' => 'pleural effusion', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:32', 'updated_at' => '2022-12-07 12:44:32', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '785', 'name' => 'Somatic pain', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:32', 'updated_at' => '2022-12-07 12:44:32', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '786', 'name' => 'infected congenital sinus', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:32', 'updated_at' => '2022-12-07 12:44:32', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '787', 'name' => 'Tropical splenomegaly', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '1', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:32', 'updated_at' => '2022-12-07 12:44:32', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '788', 'name' => 'nephritic syndrome', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:32', 'updated_at' => '2022-12-07 12:44:32', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '791', 'name' => 'Chemosis', 'icd10_code' => '-', 'hmis_no_outpatient' => 'EC30', 'hmis_no_inpatient' => '114', 'prompts' => 'Ophthalmologist CO review', 'reference_areas' => '', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '7', 'available' => '1', 'created_by' => NULL, 'updated_by' => '3', 'created_at' => '2022-12-07 12:44:32', 'updated_at' => '2023-06-09 11:26:20', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '792', 'name' => 'Submandibular Cellulitis', 'icd10_code' => '-', 'hmis_no_outpatient' => 'CD29', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => '', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '2', 'available' => '1', 'created_by' => NULL, 'updated_by' => '15', 'created_at' => '2022-12-07 12:44:32', 'updated_at' => '2023-06-09 12:58:49', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '793', 'name' => 'Hypertropic scar; pluritic', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:32', 'updated_at' => '2022-12-07 12:44:32', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '794', 'name' => 'Chronic Obstructive Pulmonary Disease (C.O.P.D]', 'icd10_code' => '-', 'hmis_no_outpatient' => 'CR02', 'hmis_no_inpatient' => '73', 'prompts' => 'Treat with inhaled steroids and bronchodilators. target SPO2 of 88%', 'reference_areas' => 'http://uploads/hospital_resources/456433329.pdf#page=352', 'reference_names' => 'UCG Chronic Obstructive Pulmonary Disease', 'chronic_status' => '1', 'hmis_category' => '9', 'available' => '1', 'created_by' => NULL, 'updated_by' => '3', 'created_at' => '2022-12-07 12:44:32', 'updated_at' => '2023-06-09 11:31:57', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '795', 'name' => 'Pterygium', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:32', 'updated_at' => '2022-12-07 12:44:32', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '796', 'name' => 'endometrial masses', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:32', 'updated_at' => '2022-12-07 12:44:32', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '797', 'name' => 'Stress-induced headache', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => '/uploads/hospital_resources/456433329.pdf#page=496', 'reference_names' => 'UCG Headache', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:32', 'updated_at' => '2022-12-07 12:44:32', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '799', 'name' => 'myalgia', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:32', 'updated_at' => '2022-12-07 12:44:32', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '800', 'name' => 'Ringworm', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => '/uploads/hospital_resources/456433329.pdf#page=959', 'reference_names' => 'UCG Fungal skin infections', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:33', 'updated_at' => '2022-12-07 12:44:33', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '802', 'name' => 'HIV exposure', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => 'check client RCT. if less than seventy two hours, give tripple therapy PEP. retest after three months of exposure', 'reference_areas' => '/uploads/hospital_resources/456433329.pdf#page=237', 'reference_names' => 'UCG HIV Infection & AIDS', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:33', 'updated_at' => '2022-12-07 12:44:33', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '803', 'name' => 'sensitive teeth', 'icd10_code' => '-', 'hmis_no_outpatient' => 'OD06', 'hmis_no_inpatient' => '-', 'prompts' => 'rule out dental carries and periodontal abscess', 'reference_areas' => '', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '5', 'available' => '1', 'created_by' => NULL, 'updated_by' => '3', 'created_at' => '2022-12-07 12:44:33', 'updated_at' => '2023-06-09 10:30:53', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '804', 'name' => 'Tinea Unguium', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => '/uploads/hospital_resources/1934487423.pdf#page=24', 'reference_names' => 'Common skin conditions', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:33', 'updated_at' => '2022-12-07 12:44:33', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '805', 'name' => 'Vertebral Arteritis', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:33', 'updated_at' => '2022-12-07 12:44:33', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '806', 'name' => 'hypertrophied turbinates', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => 'associated with allergic Rhinitis', 'reference_areas' => '', 'reference_names' => '', 'chronic_status' => '1', 'hmis_category' => NULL, 'available' => '1', 'created_by' => NULL, 'updated_by' => '75', 'created_at' => '2022-12-07 12:44:33', 'updated_at' => '2023-06-08 12:26:57', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '807', 'name' => 'DO NOT USE - Backache; work related', 'icd10_code' => '-', 'hmis_no_outpatient' => NULL, 'hmis_no_inpatient' => '102', 'prompts' => '-', 'reference_areas' => '', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => NULL, 'available' => '0', 'created_by' => NULL, 'updated_by' => '15', 'created_at' => '2022-12-07 12:44:33', 'updated_at' => '2023-08-03 11:14:12', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '809', 'name' => 'Uterine prolapse', 'icd10_code' => '-', 'hmis_no_outpatient' => '120', 'hmis_no_inpatient' => '130', 'prompts' => '-', 'reference_areas' => 'https://www.rcog.org.uk/globalassets/documents/patients/patient-information-leaflets/gynaecology/pi-pelvic-organ-prolapse.pdf', 'reference_names' => 'RCOG Pelvic organ prolapse', 'chronic_status' => '0', 'hmis_category' => '21', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:33', 'updated_at' => '2022-12-07 12:44:33', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '810', 'name' => 'polymyalgia Rheumatica', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '1', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:33', 'updated_at' => '2022-12-07 12:44:33', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '811', 'name' => 'DO NOT USE Wound secondary to trauma', 'icd10_code' => '-', 'hmis_no_outpatient' => 'IN04', 'hmis_no_inpatient' => '93', 'prompts' => '-', 'reference_areas' => 'http://uploads/hospital_resources/456433329.pdf#page=123', 'reference_names' => 'UCG Wounds', 'chronic_status' => '0', 'hmis_category' => '14', 'available' => '0', 'created_by' => NULL, 'updated_by' => '15', 'created_at' => '2022-12-07 12:44:33', 'updated_at' => '2023-08-03 13:28:19', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '812', 'name' => 'hyperhistaminosis', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '1', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:33', 'updated_at' => '2022-12-07 12:44:33', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '813', 'name' => 'Arthritis New-attendance', 'icd10_code' => '-', 'hmis_no_outpatient' => '120', 'hmis_no_inpatient' => '102', 'prompts' => NULL, 'reference_areas' => '', 'reference_names' => '', 'chronic_status' => '1', 'hmis_category' => NULL, 'available' => '1', 'created_by' => NULL, 'updated_by' => '15', 'created_at' => '2022-12-07 12:44:33', 'updated_at' => '2023-08-03 14:08:25', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '814', 'name' => 'food poisoning', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:33', 'updated_at' => '2022-12-07 12:44:33', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '815', 'name' => 'Polyp: Gingival', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:33', 'updated_at' => '2022-12-07 12:44:33', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '816', 'name' => 'Chronic pelvic pain', 'icd10_code' => 'pelvic ', 'hmis_no_outpatient' => '120', 'hmis_no_inpatient' => '130', 'prompts' => 'Consider Gynaecology referral', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '1', 'hmis_category' => '21', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:33', 'updated_at' => '2022-12-07 12:44:33', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '817', 'name' => 'pruritus ani', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => 'Entrobias infection. mebendazole for atleast three days', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '1', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:33', 'updated_at' => '2022-12-07 12:44:33', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '818', 'name' => 'fungal skin infection', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => '/uploads/hospital_resources/1934487423.pdf#page=21', 'reference_names' => 'common skin conditions', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:33', 'updated_at' => '2022-12-07 12:44:33', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '819', 'name' => 'Implanon side effects/Etonogesteral', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:33', 'updated_at' => '2022-12-07 12:44:33', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '820', 'name' => 'Schizoaffective disorder', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => 'https://www.nice.org.uk/guidance/cg178', 'reference_names' => 'NICE Guidance Psychosis & Schizophrenia 2014', 'chronic_status' => '1', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:33', 'updated_at' => '2022-12-07 12:44:33', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '821', 'name' => 'Organic mental disorder', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '1', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:33', 'updated_at' => '2022-12-07 12:44:33', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '823', 'name' => 'Quinsy', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:33', 'updated_at' => '2022-12-07 12:44:33', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '824', 'name' => 'Tumor: Soft Tissue', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '1', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:33', 'updated_at' => '2022-12-07 12:44:33', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '826', 'name' => 'Photosensitivity', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:33', 'updated_at' => '2022-12-07 12:44:33', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '827', 'name' => 'Renal mass', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:33', 'updated_at' => '2022-12-07 12:44:33', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '828', 'name' => 'monorhagia', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => 'history of depo injection?', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '1', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:33', 'updated_at' => '2022-12-07 12:44:33', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '829', 'name' => 'Shoulder dislocation', 'icd10_code' => '.', 'hmis_no_outpatient' => '.', 'hmis_no_inpatient' => '.', 'prompts' => 'Must be urgently reduced', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:33', 'updated_at' => '2022-12-07 12:44:33', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '830', 'name' => 'pruritus', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => 'may be associated with systemic illness. check eyes and bilirubin', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:33', 'updated_at' => '2022-12-07 12:44:33', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '832', 'name' => 'HYepatic cysts', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => 'exclude hydatid disease', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '1', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:33', 'updated_at' => '2022-12-07 12:44:33', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '833', 'name' => 'Hepatic cysts', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => 'exclude hydatid disease', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '1', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:33', 'updated_at' => '2022-12-07 12:44:33', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '834', 'name' => 'Epiglotitis', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:33', 'updated_at' => '2022-12-07 12:44:33', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '835', 'name' => 'Blunt trauma', 'icd10_code' => '-', 'hmis_no_outpatient' => 'IN04', 'hmis_no_inpatient' => '93', 'prompts' => '-', 'reference_areas' => '', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '14', 'available' => '1', 'created_by' => NULL, 'updated_by' => '3', 'created_at' => '2022-12-07 12:44:33', 'updated_at' => '2023-06-09 12:39:24', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '836', 'name' => 'Batholins cyst', 'icd10_code' => '-', 'hmis_no_outpatient' => '', 'hmis_no_inpatient' => '130', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '1', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:33', 'updated_at' => '2022-12-07 12:44:33', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '837', 'name' => 'Septic wound', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:33', 'updated_at' => '2022-12-07 12:44:33', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '838', 'name' => 'Facial Palsy (Physio] New-Att', 'icd10_code' => '-', 'hmis_no_outpatient' => NULL, 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => '', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '31', 'available' => '1', 'created_by' => NULL, 'updated_by' => '15', 'created_at' => '2022-12-07 12:44:33', 'updated_at' => '2023-08-02 10:16:26', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '839', 'name' => 'PCOS', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:33', 'updated_at' => '2022-12-07 12:44:33', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '840', 'name' => 'Hormonal disturbances', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:33', 'updated_at' => '2022-12-07 12:44:33', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '842', 'name' => 'Gastrointestinal disorder', 'icd10_code' => '- ', 'hmis_no_outpatient' => ' ', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:33', 'updated_at' => '2022-12-07 12:44:33', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '843', 'name' => 'Strain', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:33', 'updated_at' => '2022-12-07 12:44:33', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '844', 'name' => 'Rheusus incopartibility', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => 'check partners blood group.. Ant D when pregnant', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '1', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:33', 'updated_at' => '2022-12-07 12:44:33', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '845', 'name' => 'Cerebellar disease', 'icd10_code' => '', 'hmis_no_outpatient' => 'OP01', 'hmis_no_inpatient' => '70', 'prompts' => 'Remember DANISH (Dysdiadokinesia &Dysmetria, Ataxia, Nystagmus, Intention tremor, Slurred speech, Hypotonia] for symptoms.', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '1', 'hmis_category' => '18', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:33', 'updated_at' => '2022-12-07 12:44:33', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '846', 'name' => 'vitamin B12 deficiency', 'icd10_code' => '-', 'hmis_no_outpatient' => 'OP01', 'hmis_no_inpatient' => '114', 'prompts' => 'check CBC', 'reference_areas' => '/uploads/hospital_resources/456433329.pdf#page=545', 'reference_names' => 'UCG Anaemia', 'chronic_status' => '0', 'hmis_category' => '18', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:33', 'updated_at' => '2022-12-07 12:44:33', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '848', 'name' => 'Bronchitis-Allergic', 'icd10_code' => '-', 'hmis_no_outpatient' => 'CR04', 'hmis_no_inpatient' => '27', 'prompts' => '-', 'reference_areas' => '', 'reference_names' => '', 'chronic_status' => '1', 'hmis_category' => '9', 'available' => '1', 'created_by' => NULL, 'updated_by' => '3', 'created_at' => '2022-12-07 12:44:33', 'updated_at' => '2023-06-09 11:30:22', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '849', 'name' => 'Inevitable Abortion', 'icd10_code' => '-', 'hmis_no_outpatient' => 'MC02', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => '', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '17', 'available' => '1', 'created_by' => NULL, 'updated_by' => '75', 'created_at' => '2022-12-07 12:44:33', 'updated_at' => '2023-06-06 13:16:38', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '850', 'name' => 'Bone marrow failure', 'icd10_code' => '-', 'hmis_no_outpatient' => 'CA12', 'hmis_no_inpatient' => '80', 'prompts' => 'Do bone marrow biopsy. check thin film if first time', 'reference_areas' => '', 'reference_names' => '', 'chronic_status' => '1', 'hmis_category' => '10', 'available' => '1', 'created_by' => NULL, 'updated_by' => '3', 'created_at' => '2022-12-07 12:44:33', 'updated_at' => '2023-06-09 11:46:36', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '851', 'name' => 'Abscess:Perineal', 'icd10_code' => '-', 'hmis_no_outpatient' => 'CD35', 'hmis_no_inpatient' => '113', 'prompts' => '-', 'reference_areas' => '', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '2', 'available' => '1', 'created_by' => NULL, 'updated_by' => '75', 'created_at' => '2022-12-07 12:44:33', 'updated_at' => '2023-06-10 14:18:34', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '852', 'name' => 'Rape', 'icd10_code' => 'Z04.4', 'hmis_no_outpatient' => 'IN03', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => 'http://uploads/hospital_resources/456433329.pdf#page=131', 'reference_names' => 'UCG Rape/Sexual Assault', 'chronic_status' => '0', 'hmis_category' => '14', 'available' => '1', 'created_by' => NULL, 'updated_by' => '3', 'created_at' => '2022-12-07 12:44:33', 'updated_at' => '2023-06-09 12:40:17', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '853', 'name' => 'Herpatic neuralgia', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => 'Do RCT', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '1', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:33', 'updated_at' => '2022-12-07 12:44:33', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '854', 'name' => 'Prostate Cancer>>> PLEASE USE "CANCER: PROSTATE" label', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '', 'reference_areas' => '/index.php?lang=en&page=resource_details&id=157,
/uploads/hospital_resources/456433329.pdf#page=590', 'reference_names' => 'Prostate cancer handout,
UCG Prostate cancer', 'chronic_status' => '1', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:33', 'updated_at' => '2022-12-07 12:44:33', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '855', 'name' => 'ACEI induced Angioedema', 'icd10_code' => '-', 'hmis_no_outpatient' => 'CV18', 'hmis_no_inpatient' => '115', 'prompts' => 'stop ACEI ARBs next option', 'reference_areas' => 'http://uploads/hospital_resources/456433329.pdf#page=75', 'reference_names' => 'UCG Anaphylactic Shock', 'chronic_status' => '0', 'hmis_category' => '11', 'available' => '1', 'created_by' => NULL, 'updated_by' => '3', 'created_at' => '2022-12-07 12:44:33', 'updated_at' => '2023-06-09 11:53:34', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '856', 'name' => 'Adhesional pain', 'icd10_code' => '-', 'hmis_no_outpatient' => 'OP01', 'hmis_no_inpatient' => '115', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '18', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:33', 'updated_at' => '2022-12-07 12:44:33', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '857', 'name' => 'Hernia; supraumbilical', 'icd10_code' => '', 'hmis_no_outpatient' => '', 'hmis_no_inpatient' => '', 'prompts' => '', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:33', 'updated_at' => '2022-12-07 12:44:33', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '858', 'name' => 'Iron Deficiency Anaemia', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => 'Do not forget o deworm', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '1', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:33', 'updated_at' => '2022-12-07 12:44:33', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '859', 'name' => 'Alopecia universalis', 'icd10_code' => '-', 'hmis_no_outpatient' => 'OP01', 'hmis_no_inpatient' => '115', 'prompts' => 'Auto immune.', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '18', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:33', 'updated_at' => '2022-12-07 12:44:33', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '862', 'name' => 'GERD', 'icd10_code' => '-=', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => 'Need for endoscopy to rule out Hiatus hernia or Barrets esophagus', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '1', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:33', 'updated_at' => '2022-12-07 12:44:33', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '863', 'name' => 'Coccydynia', 'icd10_code' => NULL, 'hmis_no_outpatient' => 'PT16', 'hmis_no_inpatient' => '102', 'prompts' => '-', 'reference_areas' => '', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '31', 'available' => '1', 'created_by' => NULL, 'updated_by' => '75', 'created_at' => '2022-12-07 12:44:33', 'updated_at' => '2023-06-10 13:14:06', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '864', 'name' => 'Goitre', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:33', 'updated_at' => '2022-12-07 12:44:33', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '865', 'name' => 'Otalgia', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:33', 'updated_at' => '2022-12-07 12:44:33', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '866', 'name' => 'Epididymitis', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:33', 'updated_at' => '2022-12-07 12:44:33', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '867', 'name' => 'senescence', 'icd10_code' => '', 'hmis_no_outpatient' => '', 'hmis_no_inpatient' => '', 'prompts' => '', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '1', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:33', 'updated_at' => '2022-12-07 12:44:33', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '868', 'name' => 'Palpitations', 'icd10_code' => '-', 'hmis_no_outpatient' => 'CV19', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => '', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '11', 'available' => '1', 'created_by' => NULL, 'updated_by' => '3', 'created_at' => '2022-12-07 12:44:33', 'updated_at' => '2023-06-09 11:53:48', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '869', 'name' => 'Endometritis', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:34', 'updated_at' => '2022-12-07 12:44:34', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '870', 'name' => 'human Biite', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:34', 'updated_at' => '2022-12-07 12:44:34', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '871', 'name' => 'Pleuritis', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => 'Rule out underlying cause', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:34', 'updated_at' => '2022-12-07 12:44:34', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '872', 'name' => 'Sciatica', 'icd10_code' => '-', 'hmis_no_outpatient' => 'PT19', 'hmis_no_inpatient' => '-', 'prompts' => 'Needs Physiotherapy. Consider Physician/Neurologist review.', 'reference_areas' => 'https://patient.info/doctor/low-back-pain-and-sciatica', 'reference_names' => 'Patient.info Lower back pain and sciatica', 'chronic_status' => '1', 'hmis_category' => '31', 'available' => '1', 'created_by' => NULL, 'updated_by' => '75', 'created_at' => '2022-12-07 12:44:34', 'updated_at' => '2023-06-06 14:29:56', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '873', 'name' => 'Tinea cruris', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => '/uploads/hospital_resources/456433329.pdf#page=959', 'reference_names' => 'UCG Fungal skin infections', 'chronic_status' => '1', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:34', 'updated_at' => '2022-12-07 12:44:34', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '875', 'name' => 'Laryngitis: Infectious', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:34', 'updated_at' => '2022-12-07 12:44:34', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '876', 'name' => 'Delirium', 'icd10_code' => '-', 'hmis_no_outpatient' => 'MH18', 'hmis_no_inpatient' => '70', 'prompts' => 'Consider cause: Drugs, infection, pain, electrolyte disturbance', 'reference_areas' => '', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '8', 'available' => '0', 'created_by' => NULL, 'updated_by' => '75', 'created_at' => '2022-12-07 12:44:34', 'updated_at' => '2023-06-09 11:08:32', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '877', 'name' => 'Aphasia', 'icd10_code' => '-', 'hmis_no_outpatient' => 'MH27', 'hmis_no_inpatient' => '71', 'prompts' => 'Specify if possible the kind', 'reference_areas' => '', 'reference_names' => '', 'chronic_status' => '1', 'hmis_category' => '8', 'available' => '1', 'created_by' => NULL, 'updated_by' => '75', 'created_at' => '2022-12-07 12:44:34', 'updated_at' => '2023-06-09 11:21:37', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '878', 'name' => 'post trauma headache', 'icd10_code' => '', 'hmis_no_outpatient' => '', 'hmis_no_inpatient' => '', 'prompts' => '', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:34', 'updated_at' => '2022-12-07 12:44:34', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '879', 'name' => 'fibromyalgia', 'icd10_code' => '', 'hmis_no_outpatient' => '', 'hmis_no_inpatient' => '', 'prompts' => '', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:34', 'updated_at' => '2022-12-07 12:44:34', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '880', 'name' => 'Medical check up', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => 'school, job vacancy. refer to M.O', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:34', 'updated_at' => '2022-12-07 12:44:34', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '881', 'name' => 'Breast Engorgement', 'icd10_code' => '-', 'hmis_no_outpatient' => 'OP01', 'hmis_no_inpatient' => '114', 'prompts' => 'R/O infection.', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '18', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:34', 'updated_at' => '2022-12-07 12:44:34', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '882', 'name' => 'Patent Process Vaginalis', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '1', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:34', 'updated_at' => '2022-12-07 12:44:34', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '883', 'name' => 'headaches; idiopathic', 'icd10_code' => '', 'hmis_no_outpatient' => '', 'hmis_no_inpatient' => '', 'prompts' => '', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:34', 'updated_at' => '2022-12-07 12:44:34', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '884', 'name' => 'Pre-hypertension', 'icd10_code' => '', 'hmis_no_outpatient' => '', 'hmis_no_inpatient' => '', 'prompts' => '', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:34', 'updated_at' => '2023-08-03 11:59:01', 'deleted_at' => '2023-08-03 11:59:01', 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '885', 'name' => 'Heart failure', 'icd10_code' => '-', 'hmis_no_outpatient' => 'CV03', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => '', 'reference_names' => '', 'chronic_status' => '1', 'hmis_category' => '11', 'available' => '1', 'created_by' => NULL, 'updated_by' => '75', 'created_at' => '2022-12-07 12:44:34', 'updated_at' => '2023-06-06 13:50:42', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '886', 'name' => 'Acne Vulgaris', 'icd10_code' => '-', 'hmis_no_outpatient' => 'OP01', 'hmis_no_inpatient' => '101', 'prompts' => '-', 'reference_areas' => '/uploads/hospital_resources/456433329.pdf#page=968,
/uploads/hospital_resources/85490643.pdf#page=1,', 'reference_names' => 'UCG Acne, Acne image,', 'chronic_status' => '0', 'hmis_category' => '18', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:34', 'updated_at' => '2022-12-07 12:44:34', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '887', 'name' => 'Endometriosis', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:34', 'updated_at' => '2022-12-07 12:44:34', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '888', 'name' => 'Menopause', 'icd10_code' => '', 'hmis_no_outpatient' => '', 'hmis_no_inpatient' => '', 'prompts' => '', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:34', 'updated_at' => '2022-12-07 12:44:34', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '889', 'name' => 'Stye (Hordeolum]: External or internal', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => 'Evaluate for pus drainage if suppurative.', 'reference_areas' => '/uploads/hospital_resources/456433329.pdf#page=901', 'reference_names' => 'UCG Stye', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:34', 'updated_at' => '2022-12-07 12:44:34', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '890', 'name' => 'Spurulative adenitis', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => 'cover for anaerobic bacteria if submandibular for ingu', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '1', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:34', 'updated_at' => '2022-12-07 12:44:34', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '891', 'name' => 'Chronic venous insuficiency', 'icd10_code' => '', 'hmis_no_outpatient' => 'OP01', 'hmis_no_inpatient' => '114', 'prompts' => 'Advise good foot wear. Perform Ankle Brachial Pressure Index (ABPI] to check it is purely venous.', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '1', 'hmis_category' => '18', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:34', 'updated_at' => '2022-12-07 12:44:34', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '892', 'name' => 'Cuteneous cryptococcalinfection', 'icd10_code' => '-', 'hmis_no_outpatient' => 'OP01', 'hmis_no_inpatient' => '101', 'prompts' => 'Differential diagnosis is kaposi sarcoma', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '1', 'hmis_category' => '18', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:34', 'updated_at' => '2022-12-07 12:44:34', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '893', 'name' => 'Toxic epidermal necrolysis', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => 'commonly due to sulfur drugs. avoid cotrimoxazole', 'reference_areas' => '/uploads/hospital_resources/456433329.pdf#page=976', 'reference_names' => 'UCG Drug-induced skin reactions', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:34', 'updated_at' => '2022-12-07 12:44:34', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '894', 'name' => 'Uterine leiomyoma', 'icd10_code' => '-', 'hmis_no_outpatient' => '85', 'hmis_no_inpatient' => '130', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:34', 'updated_at' => '2022-12-07 12:44:34', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '895', 'name' => 'pseudobalbar palsy', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => 'check gag reflex. treat associated emotional/affect complications with amitripylin', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '1', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:34', 'updated_at' => '2022-12-07 12:44:34', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '896', 'name' => 'Hernia: Inguinal', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:34', 'updated_at' => '2022-12-07 12:44:34', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '897', 'name' => 'Postmenopause syndrome', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:34', 'updated_at' => '2022-12-07 12:44:34', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '898', 'name' => 'ischial rectal infection', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:34', 'updated_at' => '2022-12-07 12:44:34', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '899', 'name' => 'parasthesia', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:34', 'updated_at' => '2022-12-07 12:44:34', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '900', 'name' => 'Disc prolapse', 'icd10_code' => '', 'hmis_no_outpatient' => 'OP01', 'hmis_no_inpatient' => '102', 'prompts' => 'Check for cauda equina. If not present most resolve in 6-8 weeks. Advise back exercises and prescribe strong pain killers to help them mobilise', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '18', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:34', 'updated_at' => '2022-12-07 12:44:34', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '901', 'name' => 'Vulval warts', 'icd10_code' => '', 'hmis_no_outpatient' => '22', 'hmis_no_inpatient' => '101', 'prompts' => '', 'reference_areas' => '/uploads/hospital_resources/456433329.pdf#page=305', 'reference_names' => 'UCG Genital warts', 'chronic_status' => '1', 'hmis_category' => '21', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:34', 'updated_at' => '2022-12-07 12:44:34', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '902', 'name' => 'Routine Check up', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:34', 'updated_at' => '2022-12-07 12:44:34', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '903', 'name' => 'DVT', 'icd10_code' => '', 'hmis_no_outpatient' => '91', 'hmis_no_inpatient' => '58', 'prompts' => '', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:34', 'updated_at' => '2022-12-07 12:44:34', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '905', 'name' => 'Vertigo', 'icd10_code' => '-', 'hmis_no_outpatient' => 'EN12', 'hmis_no_inpatient' => '101', 'prompts' => '-', 'reference_areas' => 'http://www.aafp.org/patient-care/clinical-recommendations/all/vertigo.html,https://patient.info/doctor/vertigo', 'reference_names' => 'American Guidelines - Vertigo,Patient.info on Vertigo', 'chronic_status' => '1', 'hmis_category' => '6', 'available' => '1', 'created_by' => NULL, 'updated_by' => '6', 'created_at' => '2022-12-07 12:44:34', 'updated_at' => '2023-06-06 13:20:40', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '906', 'name' => 'Venous insufficiency', 'icd10_code' => '-', 'hmis_no_outpatient' => 'NC05', 'hmis_no_inpatient' => '101', 'prompts' => '-', 'reference_areas' => 'http://uploads/hospital_resources/456433329.pdf#page=974', 'reference_names' => 'UCG Leg ulcers', 'chronic_status' => '1', 'hmis_category' => '4', 'available' => '1', 'created_by' => NULL, 'updated_by' => '75', 'created_at' => '2022-12-07 12:44:34', 'updated_at' => '2023-06-09 13:06:24', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '907', 'name' => 'Post-herpetic neuralgia', 'icd10_code' => '', 'hmis_no_outpatient' => '', 'hmis_no_inpatient' => '', 'prompts' => '', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:34', 'updated_at' => '2022-12-07 12:44:34', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '908', 'name' => 'Cancer: Ovary', 'icd10_code' => '-', 'hmis_no_outpatient' => '85', 'hmis_no_inpatient' => '127', 'prompts' => '-', 'reference_areas' => '/uploads/hospital_resources/456433329.pdf#page=587,
/uploads/hospital_resources/1945337244.pdf#page=1', 'reference_names' => 'UCG Common Cancers in Adults,
Ovarian Cancer handout', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:34', 'updated_at' => '2022-12-07 12:44:34', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '909', 'name' => 'Parkinison\'s disease', 'icd10_code' => '-', 'hmis_no_outpatient' => 'NE03', 'hmis_no_inpatient' => '-', 'prompts' => 'Needs levodopa, manage rigidity and emotional symptoms', 'reference_areas' => '', 'reference_names' => '', 'chronic_status' => '1', 'hmis_category' => '32', 'available' => '1', 'created_by' => NULL, 'updated_by' => '75', 'created_at' => '2022-12-07 12:44:34', 'updated_at' => '2023-06-06 14:49:21', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '910', 'name' => 'Allergic Reaction', 'icd10_code' => NULL, 'hmis_no_outpatient' => 'NC05', 'hmis_no_inpatient' => '101', 'prompts' => NULL, 'reference_areas' => 'http://uploads/hospital_resources/456433329.pdf#page=75', 'reference_names' => 'UCG Anaphylaxis', 'chronic_status' => '0', 'hmis_category' => '4', 'available' => '1', 'created_by' => NULL, 'updated_by' => '75', 'created_at' => '2022-12-07 12:44:34', 'updated_at' => '2023-06-09 13:05:53', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '911', 'name' => 'Cyclic mastalgia', 'icd10_code' => '-', 'hmis_no_outpatient' => '120', 'hmis_no_inpatient' => '130', 'prompts' => '', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '1', 'hmis_category' => '21', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:34', 'updated_at' => '2022-12-07 12:44:34', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '912', 'name' => 'Prostate cyst', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:34', 'updated_at' => '2022-12-07 12:44:34', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '913', 'name' => 'Endometrial hyperplasia', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '1', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:34', 'updated_at' => '2022-12-07 12:44:34', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '914', 'name' => 'preterm labour', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => 'needs steroids, dexamethasone three doses', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:34', 'updated_at' => '2022-12-07 12:44:34', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '915', 'name' => 'Vaginal flatulence', 'icd10_code' => '-', 'hmis_no_outpatient' => '120', 'hmis_no_inpatient' => '130', 'prompts' => 'Usually normal but rule out fistula', 'reference_areas' => ',', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '21', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:34', 'updated_at' => '2022-12-07 12:44:34', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '916', 'name' => 'Dislocation', 'icd10_code' => '-', 'hmis_no_outpatient' => 'IN02d', 'hmis_no_inpatient' => '93', 'prompts' => NULL, 'reference_areas' => '', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '14', 'available' => '1', 'created_by' => NULL, 'updated_by' => '3', 'created_at' => '2022-12-07 12:44:34', 'updated_at' => '2023-06-09 12:42:43', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '917', 'name' => 'Family Planning', 'icd10_code' => '', 'hmis_no_outpatient' => '', 'hmis_no_inpatient' => '', 'prompts' => '', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:34', 'updated_at' => '2022-12-07 12:44:34', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '918', 'name' => 'Antenatal care', 'icd10_code' => 'Z36', 'hmis_no_outpatient' => '122', 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => 'http://uploads/hospital_resources/456433329.pdf#page=663', 'reference_names' => 'UCG Antenatal Care', 'chronic_status' => '0', 'hmis_category' => NULL, 'available' => '1', 'created_by' => NULL, 'updated_by' => '3', 'created_at' => '2022-12-07 12:44:34', 'updated_at' => '2023-06-09 12:21:41', 'deleted_at' => '2023-06-09 12:21:41', 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '919', 'name' => 'Hymenal growth', 'icd10_code' => '', 'hmis_no_outpatient' => '', 'hmis_no_inpatient' => '', 'prompts' => '', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:34', 'updated_at' => '2022-12-07 12:44:34', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '921', 'name' => 'Amenorrhea', 'icd10_code' => NULL, 'hmis_no_outpatient' => 'OP01', 'hmis_no_inpatient' => '130', 'prompts' => NULL, 'reference_areas' => '', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '18', 'available' => '1', 'created_by' => NULL, 'updated_by' => '75', 'created_at' => '2022-12-07 12:44:34', 'updated_at' => '2023-06-08 14:04:11', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '922', 'name' => 'Hyper emesis Gravidarum ', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '1', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:34', 'updated_at' => '2022-12-07 12:44:34', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '923', 'name' => 'Perineal tear-1st Degree', 'icd10_code' => '', 'hmis_no_outpatient' => '', 'hmis_no_inpatient' => '', 'prompts' => '', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:34', 'updated_at' => '2022-12-07 12:44:34', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '924', 'name' => 'Perineal tear -2nd Degree', 'icd10_code' => '', 'hmis_no_outpatient' => '', 'hmis_no_inpatient' => '', 'prompts' => '', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:34', 'updated_at' => '2022-12-07 12:44:34', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '925', 'name' => 'Perineal tear - 3rd Degree', 'icd10_code' => '', 'hmis_no_outpatient' => '', 'hmis_no_inpatient' => '', 'prompts' => '', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:34', 'updated_at' => '2022-12-07 12:44:34', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '926', 'name' => 'Perineal tear 4th Degree', 'icd10_code' => '', 'hmis_no_outpatient' => '', 'hmis_no_inpatient' => '', 'prompts' => '', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:34', 'updated_at' => '2022-12-07 12:44:34', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '927', 'name' => 'Cervical Incompetence', 'icd10_code' => '', 'hmis_no_outpatient' => '120', 'hmis_no_inpatient' => '130', 'prompts' => 'Refer to gynaecology if suspected', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '21', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:34', 'updated_at' => '2022-12-07 12:44:34', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '928', 'name' => 'Infertiliy partner screening', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:34', 'updated_at' => '2022-12-07 12:44:34', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '929', 'name' => 'NASAL POLYP', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:34', 'updated_at' => '2022-12-07 12:44:34', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '930', 'name' => 'Ovarian cyst', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:34', 'updated_at' => '2022-12-07 12:44:34', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '931', 'name' => 'Hirsuties coronae glandis', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => 'sometimes confused with HPV infection, the papules are not a sexually transmitted infection and are not contagious.', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '1', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:34', 'updated_at' => '2022-12-07 12:44:34', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '932', 'name' => 'Foreign body', 'icd10_code' => '-', 'hmis_no_outpatient' => 'EN08', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => '', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '6', 'available' => '1', 'created_by' => NULL, 'updated_by' => '75', 'created_at' => '2022-12-07 12:44:34', 'updated_at' => '2023-06-08 12:23:38', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '933', 'name' => 'wax impaction', 'icd10_code' => '-', 'hmis_no_outpatient' => '55', 'hmis_no_inpatient' => '114', 'prompts' => '-', 'reference_areas' => '/uploads/hospital_resources/456433329.pdf#page=928', 'reference_names' => 'UCG Wax in ear', 'chronic_status' => '0', 'hmis_category' => NULL, 'available' => '1', 'created_by' => NULL, 'updated_by' => '75', 'created_at' => '2022-12-07 12:44:35', 'updated_at' => '2023-06-08 13:07:54', 'deleted_at' => '2023-06-08 13:07:54', 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '934', 'name' => 'Congenital Heart Disease', 'icd10_code' => NULL, 'hmis_no_outpatient' => 'ND08', 'hmis_no_inpatient' => '104', 'prompts' => 'Check if cyanotic or acyanotic.
Obtain echo', 'reference_areas' => '', 'reference_names' => '', 'chronic_status' => '1', 'hmis_category' => '3', 'available' => '1', 'created_by' => NULL, 'updated_by' => '75', 'created_at' => '2022-12-07 12:44:35', 'updated_at' => '2023-06-09 10:45:23', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '936', 'name' => 'Tragus sinus', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '1', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:35', 'updated_at' => '2022-12-07 12:44:35', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '937', 'name' => 'Insomnia', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:35', 'updated_at' => '2022-12-07 12:44:35', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '938', 'name' => 'Contractures', 'icd10_code' => '-', 'hmis_no_outpatient' => 'OP01', 'hmis_no_inpatient' => '102', 'prompts' => '', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '1', 'hmis_category' => '18', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:35', 'updated_at' => '2022-12-07 12:44:35', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '939', 'name' => 'Nifedipine induced headache/Migraine', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:35', 'updated_at' => '2022-12-07 12:44:35', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '941', 'name' => 'Corneal abrasion', 'icd10_code' => '-', 'hmis_no_outpatient' => 'EC29', 'hmis_no_inpatient' => '93', 'prompts' => 'check eye using floroscene. Inform Ophthalmology team', 'reference_areas' => '', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '7', 'available' => '1', 'created_by' => NULL, 'updated_by' => '3', 'created_at' => '2022-12-07 12:44:35', 'updated_at' => '2023-06-09 11:25:57', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '942', 'name' => 'Parasitic infestation', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => 'can cause anemia and rectal prolapse in children', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '1', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:35', 'updated_at' => '2022-12-07 12:44:35', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '943', 'name' => 'Bed sores', 'icd10_code' => '-', 'hmis_no_outpatient' => '29', 'hmis_no_inpatient' => '101', 'prompts' => '-', 'reference_areas' => '/uploads/hospital_resources/456433329.pdf#page=613', 'reference_names' => 'UCG Pressure Ulcer (Decubitus Ulcers]', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:35', 'updated_at' => '2022-12-07 12:44:35', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '944', 'name' => 'Erectile dysfunction', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:35', 'updated_at' => '2022-12-07 12:44:35', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '945', 'name' => 'Threatened abortion', 'icd10_code' => '-', 'hmis_no_outpatient' => 'MC02', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => 'http://uploads/hospital_resources/456433329.pdf#page=690', 'reference_names' => 'UCG Bleeding in early pregnancy/abortion', 'chronic_status' => '0', 'hmis_category' => '17', 'available' => '1', 'created_by' => NULL, 'updated_by' => '75', 'created_at' => '2022-12-07 12:44:35', 'updated_at' => '2023-06-06 13:17:29', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '946', 'name' => 'Oophritis', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:35', 'updated_at' => '2022-12-07 12:44:35', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '948', 'name' => 'Somatoform disorder', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => 'Psychiatric assessment and Counseling may be helpful.', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:35', 'updated_at' => '2022-12-07 12:44:35', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '949', 'name' => 'Fibroids', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => 'Refer to GYn CLINIC', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '1', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:35', 'updated_at' => '2022-12-07 12:44:35', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '951', 'name' => 'Acute bronchitis', 'icd10_code' => '-', 'hmis_no_outpatient' => 'OP01', 'hmis_no_inpatient' => '27', 'prompts' => 'may be viral, if cough productive ensure its not pneumonia', 'reference_areas' => '/uploads/hospital_resources/456433329.pdf#page=352', 'reference_names' => 'UCG Chronic Obstructive Pulmonary
Disease (COPD]', 'chronic_status' => '0', 'hmis_category' => '18', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:35', 'updated_at' => '2022-12-07 12:44:35', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '952', 'name' => 'Allergic conjuctivitis', 'icd10_code' => 'H10', 'hmis_no_outpatient' => 'EC01', 'hmis_no_inpatient' => '115', 'prompts' => NULL, 'reference_areas' => 'http://uploads/hospital_resources/456433329.pdf#page=900', 'reference_names' => 'UCG Allergic Conjunctivitis', 'chronic_status' => '0', 'hmis_category' => '7', 'available' => '1', 'created_by' => NULL, 'updated_by' => '6', 'created_at' => '2022-12-07 12:44:35', 'updated_at' => '2023-06-06 14:35:39', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '953', 'name' => 'Dysphagia', 'icd10_code' => '-', 'hmis_no_outpatient' => '46', 'hmis_no_inpatient' => '87', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:35', 'updated_at' => '2022-12-07 12:44:35', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '954', 'name' => 'physiologic change', 'icd10_code' => '', 'hmis_no_outpatient' => '', 'hmis_no_inpatient' => '', 'prompts' => '', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:35', 'updated_at' => '2022-12-07 12:44:35', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '955', 'name' => 'Aspiration Pneumonia', 'icd10_code' => '-', 'hmis_no_outpatient' => 'CD28', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => '', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '2', 'available' => '1', 'created_by' => NULL, 'updated_by' => '15', 'created_at' => '2022-12-07 12:44:35', 'updated_at' => '2023-06-09 13:23:14', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '956', 'name' => 'Buccal cellulitis', 'icd10_code' => '-', 'hmis_no_outpatient' => 'CD29', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => '', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '2', 'available' => '1', 'created_by' => NULL, 'updated_by' => '15', 'created_at' => '2022-12-07 12:44:35', 'updated_at' => '2023-06-09 12:55:44', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '957', 'name' => 'Discitis', 'icd10_code' => '-', 'hmis_no_outpatient' => 'OP01', 'hmis_no_inpatient' => '102', 'prompts' => '', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '18', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:35', 'updated_at' => '2022-12-07 12:44:35', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '958', 'name' => 'Family planning side effects', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:35', 'updated_at' => '2022-12-07 12:44:35', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '959', 'name' => 'Preeclampsia', 'icd10_code' => '', 'hmis_no_outpatient' => '', 'hmis_no_inpatient' => '', 'prompts' => '', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:35', 'updated_at' => '2023-08-03 12:03:16', 'deleted_at' => '2023-08-03 12:03:16', 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '960', 'name' => 'hyper dynamic bowel', 'icd10_code' => '', 'hmis_no_outpatient' => '', 'hmis_no_inpatient' => '', 'prompts' => '', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '1', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:35', 'updated_at' => '2022-12-07 12:44:35', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '961', 'name' => 'indigestion', 'icd10_code' => '', 'hmis_no_outpatient' => '', 'hmis_no_inpatient' => '', 'prompts' => '', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:35', 'updated_at' => '2022-12-07 12:44:35', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '963', 'name' => 'Peri-Anal Eczema', 'icd10_code' => '-', 'hmis_no_outpatient' => '', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:35', 'updated_at' => '2022-12-07 12:44:35', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '964', 'name' => 'Retrograde ejaculation ', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => 'presents as dry orgasm in men. may follow prostate surgery or spinal injuries.', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '1', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:35', 'updated_at' => '2022-12-07 12:44:35', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '965', 'name' => 'genital tract infection', 'icd10_code' => '', 'hmis_no_outpatient' => '', 'hmis_no_inpatient' => '', 'prompts' => '', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:35', 'updated_at' => '2022-12-07 12:44:35', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '966', 'name' => 'Necrotic dermatoses', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => '', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => NULL, 'available' => '1', 'created_by' => NULL, 'updated_by' => '15', 'created_at' => '2022-12-07 12:44:35', 'updated_at' => '2023-08-03 14:04:51', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '967', 'name' => 'Sialadenitis', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:35', 'updated_at' => '2022-12-07 12:44:35', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '968', 'name' => 'Pulpitis -acute', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:35', 'updated_at' => '2022-12-07 12:44:35', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '969', 'name' => 'Rabies risk: Post exposure prophylaxis', 'icd10_code' => 'Z20.3, Z23', 'hmis_no_outpatient' => 'IN07', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => 'http://uploads/hospital_resources/456433329.pdf#page=108', 'reference_names' => 'UCG Rabies Post-exposure Prophylaxis', 'chronic_status' => '0', 'hmis_category' => '14', 'available' => '1', 'created_by' => NULL, 'updated_by' => '3', 'created_at' => '2022-12-07 12:44:35', 'updated_at' => '2023-06-09 12:41:49', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '970', 'name' => 'Jaundice: Under investigation', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:35', 'updated_at' => '2022-12-07 12:44:35', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '971', 'name' => 'Intra- abdominal mass', 'icd10_code' => '', 'hmis_no_outpatient' => '', 'hmis_no_inpatient' => '', 'prompts' => '', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:35', 'updated_at' => '2022-12-07 12:44:35', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '972', 'name' => 'Appendicitis', 'icd10_code' => 'K35-K37', 'hmis_no_outpatient' => 'NC03', 'hmis_no_inpatient' => '100', 'prompts' => '-', 'reference_areas' => 'http://uploads/hospital_resources/456433329.pdf#page=398', 'reference_names' => 'UCG Appendicitis (Acute]', 'chronic_status' => '0', 'hmis_category' => '4', 'available' => '1', 'created_by' => NULL, 'updated_by' => '75', 'created_at' => '2022-12-07 12:44:35', 'updated_at' => '2023-06-09 13:03:03', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '973', 'name' => 'Esophageal Candidiasis', 'icd10_code' => '-', 'hmis_no_outpatient' => '52', 'hmis_no_inpatient' => '52', 'prompts' => 'check HIV serostatus', 'reference_areas' => 'http://uploads/hospital_resources/456433329.pdf#page=185', 'reference_names' => 'UCG Candidiasis', 'chronic_status' => '0', 'hmis_category' => NULL, 'available' => '1', 'created_by' => NULL, 'updated_by' => '15', 'created_at' => '2022-12-07 12:44:35', 'updated_at' => '2023-08-03 13:23:48', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '974', 'name' => 'Electolyte imbalance', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:35', 'updated_at' => '2022-12-07 12:44:35', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '975', 'name' => 'genital prolapse', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => 'refer to gyn clinic', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '1', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:35', 'updated_at' => '2022-12-07 12:44:35', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '976', 'name' => 'Neuropathy', 'icd10_code' => '', 'hmis_no_outpatient' => '', 'hmis_no_inpatient' => '', 'prompts' => '', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:35', 'updated_at' => '2022-12-07 12:44:35', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '977', 'name' => 'Spondylosis: Occipital', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:35', 'updated_at' => '2022-12-07 12:44:35', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '978', 'name' => 'Cat bite', 'icd10_code' => '-', 'hmis_no_outpatient' => 'IN05a', 'hmis_no_inpatient' => '94.A', 'prompts' => NULL, 'reference_areas' => 'http://uploads/hospital_resources/456433329.pdf#page=100', 'reference_names' => 'UCG Bites and Stings', 'chronic_status' => '0', 'hmis_category' => '14', 'available' => '1', 'created_by' => NULL, 'updated_by' => '3', 'created_at' => '2022-12-07 12:44:35', 'updated_at' => '2023-06-09 12:38:42', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '979', 'name' => 'Hypersensitivity reaction', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:35', 'updated_at' => '2022-12-07 12:44:35', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '980', 'name' => 'Bartholins absess', 'icd10_code' => '-', 'hmis_no_outpatient' => '', 'hmis_no_inpatient' => '130', 'prompts' => 'may need surgery', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:35', 'updated_at' => '2022-12-07 12:44:35', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '981', 'name' => 'Psychosis; Alcohol induced', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => 'https://www.nice.org.uk/guidance/cg178,
/uploads/hospital_resources/1377372132.pdf#page=41', 'reference_names' => 'NICE Guidance Psychosis & Schizophrenia 2014,
Psychoses: WHO mhGAP,', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:35', 'updated_at' => '2022-12-07 12:44:35', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '982', 'name' => 'Spondylosis: Cervical', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:35', 'updated_at' => '2022-12-07 12:44:35', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '983', 'name' => 'Spinal cord injury', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:35', 'updated_at' => '2022-12-07 12:44:35', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '985', 'name' => 'Schizophreniform disorder', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => 'https://www.nice.org.uk/guidance/cg178', 'reference_names' => 'NICE Guidance Psychosis & Schizophrenia 2014', 'chronic_status' => '1', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:35', 'updated_at' => '2022-12-07 12:44:35', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '986', 'name' => 'Temporal lobe epilepsy', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => '/uploads/hospital_resources/456433329.pdf#page=487', 'reference_names' => 'UCG Epilepsy', 'chronic_status' => '1', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:35', 'updated_at' => '2022-12-07 12:44:35', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '987', 'name' => 'Pelvic fracture', 'icd10_code' => '', 'hmis_no_outpatient' => '', 'hmis_no_inpatient' => '', 'prompts' => '', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:35', 'updated_at' => '2022-12-07 12:44:35', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '988', 'name' => 'Septic arthritis', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => '/uploads/hospital_resources/456433329.pdf#page=531', 'reference_names' => 'UCG Septic arthritis', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:35', 'updated_at' => '2022-12-07 12:44:35', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '989', 'name' => 'Malignant ulcer', 'icd10_code' => '-', 'hmis_no_outpatient' => '', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '1', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:35', 'updated_at' => '2022-12-07 12:44:35', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '990', 'name' => 'Post-leprosy neuralgia', 'icd10_code' => '', 'hmis_no_outpatient' => '', 'hmis_no_inpatient' => '', 'prompts' => '', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '1', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:35', 'updated_at' => '2022-12-07 12:44:35', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '991', 'name' => 'Globus Pharyngeus', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '1', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:35', 'updated_at' => '2022-12-07 12:44:35', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '992', 'name' => 'Post traumatic pain', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:35', 'updated_at' => '2022-12-07 12:44:35', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '993', 'name' => 'Uterine retroflexion', 'icd10_code' => '-', 'hmis_no_outpatient' => '120', 'hmis_no_inpatient' => '130', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:35', 'updated_at' => '2022-12-07 12:44:35', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '994', 'name' => 'Gluten intolerance', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '1', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:35', 'updated_at' => '2022-12-07 12:44:35', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '995', 'name' => 'Shock: Septic', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => 'Follow Protocol; available in OPD', 'reference_areas' => '/uploads/hospital_resources/456433329.pdf#page=175', 'reference_names' => 'UCG Sepsis', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:35', 'updated_at' => '2022-12-07 12:44:35', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '996', 'name' => 'Spondylodiscitis', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:35', 'updated_at' => '2022-12-07 12:44:35', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '997', 'name' => 'Lacrimal Duct Blockage', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '1', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:35', 'updated_at' => '2022-12-07 12:44:35', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '998', 'name' => 'Referred testicular pain', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:35', 'updated_at' => '2022-12-07 12:44:35', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '999', 'name' => 'Onychomycosis (tinea unguium]', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:35', 'updated_at' => '2023-08-03 14:22:55', 'deleted_at' => '2023-08-03 14:22:55', 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1000', 'name' => 'Monoplegia', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:36', 'updated_at' => '2022-12-07 12:44:36', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1001', 'name' => 'Epicondylitis lateralis', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => 'Self limiting. May need Physiotherapy', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:36', 'updated_at' => '2022-12-07 12:44:36', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1002', 'name' => 'Psychogenic polydipsia', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => 'Rule out DM, Hypercalcaemia and other causes of polyuria.', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:36', 'updated_at' => '2022-12-07 12:44:36', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1003', 'name' => 'Vaginal Dryness', 'icd10_code' => '-', 'hmis_no_outpatient' => '120', 'hmis_no_inpatient' => '130', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '21', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:36', 'updated_at' => '2022-12-07 12:44:36', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1004', 'name' => 'Pulmonary contusion', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => 'usually follows blant chest trauma. check for rib fractures', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:36', 'updated_at' => '2022-12-07 12:44:36', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1005', 'name' => 'Alcohol Induced Seizures', 'icd10_code' => '-', 'hmis_no_outpatient' => 'MH21', 'hmis_no_inpatient' => '71', 'prompts' => '-', 'reference_areas' => 'http://uploads/hospital_resources/456433329.pdf#page=522', 'reference_names' => 'UCG Alcohol Use Disorders', 'chronic_status' => '0', 'hmis_category' => '8', 'available' => '1', 'created_by' => NULL, 'updated_by' => '75', 'created_at' => '2022-12-07 12:44:36', 'updated_at' => '2023-06-09 11:17:02', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1006', 'name' => 'Cancer: Cervix- Suspected', 'icd10_code' => '-', 'hmis_no_outpatient' => 'CA15', 'hmis_no_inpatient' => '-', 'prompts' => 'refer to a gynaecologist', 'reference_areas' => 'http://uploads/hospital_resources/456433329.pdf#page=588,http://uploads/hospital_resources/931316352.pdf#page=1', 'reference_names' => 'UCG Common Cancers in Adults,Cancer of the Cervix handout', 'chronic_status' => '1', 'hmis_category' => '10', 'available' => '1', 'created_by' => NULL, 'updated_by' => '75', 'created_at' => '2022-12-07 12:44:36', 'updated_at' => '2023-06-10 14:03:12', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1007', 'name' => 'Septic sinus', 'icd10_code' => '', 'hmis_no_outpatient' => '', 'hmis_no_inpatient' => '', 'prompts' => '', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:36', 'updated_at' => '2022-12-07 12:44:36', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1008', 'name' => 'SUPRACLAVICULAR FOSSA MASS', 'icd10_code' => '', 'hmis_no_outpatient' => '', 'hmis_no_inpatient' => '', 'prompts' => '', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '1', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:36', 'updated_at' => '2022-12-07 12:44:36', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1009', 'name' => 'normal pregnancy', 'icd10_code' => '', 'hmis_no_outpatient' => '', 'hmis_no_inpatient' => '', 'prompts' => 'start ferrous/folic acid if not already taking. continue ferrous/folic acid if already on these hematenics.', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:36', 'updated_at' => '2022-12-07 12:44:36', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1010', 'name' => 'Hepatitis;other causes', 'icd10_code' => '.', 'hmis_no_outpatient' => '.', 'hmis_no_inpatient' => '.', 'prompts' => '.', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:36', 'updated_at' => '2022-12-07 12:44:36', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1011', 'name' => 'Hepatitis; Alcohol induced ', 'icd10_code' => '', 'hmis_no_outpatient' => '', 'hmis_no_inpatient' => '', 'prompts' => 'rule out other causes of hepatitis', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '1', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:36', 'updated_at' => '2022-12-07 12:44:36', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1012', 'name' => 'Hypovolemic shock', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:36', 'updated_at' => '2022-12-07 12:44:36', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1013', 'name' => 'Kissing Tonsils', 'icd10_code' => '.', 'hmis_no_outpatient' => '.', 'hmis_no_inpatient' => '.', 'prompts' => '.', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '1', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:36', 'updated_at' => '2022-12-07 12:44:36', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1014', 'name' => 'Gynaecomastia', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:36', 'updated_at' => '2022-12-07 12:44:36', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1015', 'name' => 'HERPES SIMPLEX 2', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '1', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:36', 'updated_at' => '2022-12-07 12:44:36', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1016', 'name' => 'Chronic Marginal Gingivitis-CMG', 'icd10_code' => NULL, 'hmis_no_outpatient' => 'OD11', 'hmis_no_inpatient' => '50', 'prompts' => 'Refer to Dentist', 'reference_areas' => '', 'reference_names' => '', 'chronic_status' => '1', 'hmis_category' => '5', 'available' => '1', 'created_by' => NULL, 'updated_by' => '3', 'created_at' => '2022-12-07 12:44:36', 'updated_at' => '2023-06-09 10:34:51', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1020', 'name' => 'Atopic dermatitis New-attendance', 'icd10_code' => 'L20', 'hmis_no_outpatient' => 'NC06', 'hmis_no_inpatient' => '101', 'prompts' => '-', 'reference_areas' => 'http://uploads/hospital_resources/456433329.pdf#page=971,http://uploads/hospital_resources/1934487423.pdf#page=10', 'reference_names' => 'UCG Eczema (Dermatitis],Common skin conditions', 'chronic_status' => '0', 'hmis_category' => '4', 'available' => '1', 'created_by' => NULL, 'updated_by' => '15', 'created_at' => '2022-12-07 12:44:36', 'updated_at' => '2023-08-03 14:01:11', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1021', 'name' => 'Tubo-orphritis', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => 'may be complicated with tubal blockade and future infertility', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '1', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:36', 'updated_at' => '2022-12-07 12:44:36', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1022', 'name' => 'Invasive Candidiasis', 'icd10_code' => '', 'hmis_no_outpatient' => '', 'hmis_no_inpatient' => '', 'prompts' => '', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:36', 'updated_at' => '2022-12-07 12:44:36', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1023', 'name' => 'malunion tibia-fibular', 'icd10_code' => '-', 'hmis_no_outpatient' => '', 'hmis_no_inpatient' => '-', 'prompts' => 'refer to surgical opd', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '1', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:36', 'updated_at' => '2022-12-07 12:44:36', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1024', 'name' => 'Metabolic syndrome secondary to Antipsychotics', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '1', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:36', 'updated_at' => '2022-12-07 12:44:36', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1025', 'name' => 'Thyroid gland adenoma', 'icd10_code' => '', 'hmis_no_outpatient' => '', 'hmis_no_inpatient' => '', 'prompts' => '', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:36', 'updated_at' => '2022-12-07 12:44:36', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1026', 'name' => 'Testicular atrophy', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => 'May have been due to a missed Tortion', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '1', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:36', 'updated_at' => '2022-12-07 12:44:36', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1027', 'name' => 'Pneumonia; Hypostatic', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '', 'reference_areas' => '/uploads/hospital_resources/456433329.pdf#page=369', 'reference_names' => 'UCG Pneumonia', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:36', 'updated_at' => '2022-12-07 12:44:36', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1029', 'name' => 'Pseudophakia', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '1', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:36', 'updated_at' => '2022-12-07 12:44:36', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1030', 'name' => 'Seborrhoic Dermatitis New-attendance', 'icd10_code' => NULL, 'hmis_no_outpatient' => NULL, 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => 'https://patient.info/health/seborrhoeic-dermatitis-leaflet', 'reference_names' => 'Patient.info Seborrhoeic dermatitis', 'chronic_status' => '1', 'hmis_category' => NULL, 'available' => '1', 'created_by' => NULL, 'updated_by' => '15', 'created_at' => '2022-12-07 12:44:36', 'updated_at' => '2023-08-03 14:05:36', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1032', 'name' => 'Deep Venous Thrombosis', 'icd10_code' => NULL, 'hmis_no_outpatient' => 'NC05', 'hmis_no_inpatient' => '114', 'prompts' => 'Consider cause of DVT', 'reference_areas' => '', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '4', 'available' => '1', 'created_by' => NULL, 'updated_by' => '75', 'created_at' => '2022-12-07 12:44:36', 'updated_at' => '2023-06-09 13:09:40', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1033', 'name' => 'Hypertensive Heart Disease', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '1', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:36', 'updated_at' => '2022-12-07 12:44:36', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1034', 'name' => 'Anal Tags', 'icd10_code' => '-', 'hmis_no_outpatient' => 'NC08', 'hmis_no_inpatient' => '87', 'prompts' => '-', 'reference_areas' => '', 'reference_names' => '', 'chronic_status' => '1', 'hmis_category' => '4', 'available' => '1', 'created_by' => NULL, 'updated_by' => '75', 'created_at' => '2022-12-07 12:44:36', 'updated_at' => '2023-06-09 12:49:01', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1035', 'name' => 'Anal Mass; other', 'icd10_code' => '-', 'hmis_no_outpatient' => 'NC06', 'hmis_no_inpatient' => '87', 'prompts' => '-', 'reference_areas' => '', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '4', 'available' => '1', 'created_by' => NULL, 'updated_by' => '75', 'created_at' => '2022-12-07 12:44:36', 'updated_at' => '2023-06-09 13:10:17', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1037', 'name' => 'HEPATITIS B EXPOSED', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => 'Please do HBsAG, if negative then vaccinate', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:36', 'updated_at' => '2022-12-07 12:44:36', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1038', 'name' => 'Urinary retension', 'icd10_code' => '', 'hmis_no_outpatient' => '', 'hmis_no_inpatient' => '', 'prompts' => '', 'reference_areas' => '/uploads/hospital_resources/456433329.pdf#page=468', 'reference_names' => 'UCG Urinary Obstruction', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:36', 'updated_at' => '2022-12-07 12:44:36', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1039', 'name' => 'Adenolymphoma', 'icd10_code' => '-', 'hmis_no_outpatient' => 'EN17', 'hmis_no_inpatient' => '115', 'prompts' => 'Usually affects parotid gland. needs ENT review', 'reference_areas' => '', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '6', 'available' => '1', 'created_by' => NULL, 'updated_by' => '75', 'created_at' => '2022-12-07 12:44:36', 'updated_at' => '2023-06-08 13:08:44', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1040', 'name' => 'Hypocalcemia', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => 'Check kidney function', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:36', 'updated_at' => '2022-12-07 12:44:36', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1041', 'name' => 'Epididymal mass', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '1', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:36', 'updated_at' => '2022-12-07 12:44:36', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1042', 'name' => 'Temporal Arteritis', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => 'https://academic.oup.com/rheumatology/article/49/8/1594/1789465', 'reference_names' => 'OUP TEmporal arteritis guidelines', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:36', 'updated_at' => '2022-12-07 12:44:36', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1043', 'name' => 'Larygeal pathology ; under investigation', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:36', 'updated_at' => '2022-12-07 12:44:36', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1044', 'name' => 'Sensorineural deafness', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:36', 'updated_at' => '2022-12-07 12:44:36', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1045', 'name' => 'Prostatic mass', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:36', 'updated_at' => '2022-12-07 12:44:36', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1046', 'name' => 'Umblical Cord ; Poor healing', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:36', 'updated_at' => '2022-12-07 12:44:36', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1047', 'name' => 'HONK', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => 'Treat as per hyperglycemia protocol', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:36', 'updated_at' => '2022-12-07 12:44:36', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1048', 'name' => 'IUD; Poorly removed', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:36', 'updated_at' => '2022-12-07 12:44:36', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1049', 'name' => 'Aortic Aneurysm', 'icd10_code' => NULL, 'hmis_no_outpatient' => 'CV09', 'hmis_no_inpatient' => '58', 'prompts' => NULL, 'reference_areas' => '', 'reference_names' => '', 'chronic_status' => '1', 'hmis_category' => '11', 'available' => '1', 'created_by' => NULL, 'updated_by' => '3', 'created_at' => '2022-12-07 12:44:36', 'updated_at' => '2023-06-09 11:49:55', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1050', 'name' => 'Constipation', 'icd10_code' => '-', 'hmis_no_outpatient' => 'OP01', 'hmis_no_inpatient' => '87', 'prompts' => 'Change in bowel habit in elderly consider bowel cancer', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '18', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:36', 'updated_at' => '2022-12-07 12:44:36', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1051', 'name' => 'Uterine adenomyosis', 'icd10_code' => '-', 'hmis_no_outpatient' => '85', 'hmis_no_inpatient' => '130', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '21', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:36', 'updated_at' => '2022-12-07 12:44:36', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1052', 'name' => 'Intra-cerebral hemorrhage', 'icd10_code' => '', 'hmis_no_outpatient' => '', 'hmis_no_inpatient' => '', 'prompts' => '', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:36', 'updated_at' => '2022-12-07 12:44:36', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1053', 'name' => 'Myocardial infarction', 'icd10_code' => '', 'hmis_no_outpatient' => '', 'hmis_no_inpatient' => '', 'prompts' => '', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '1', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:36', 'updated_at' => '2022-12-07 12:44:36', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1054', 'name' => 'Cancer: Colorectal', 'icd10_code' => 'C18', 'hmis_no_outpatient' => 'CA06', 'hmis_no_inpatient' => '77', 'prompts' => '-', 'reference_areas' => 'http://uploads/hospital_resources/456433329.pdf#page=586,http://uploads/hospital_resources/1596248630.pdf#page=1', 'reference_names' => 'UCG Common Cancers in Adults,Lower GI cancer handout', 'chronic_status' => '1', 'hmis_category' => '10', 'available' => '1', 'created_by' => NULL, 'updated_by' => '75', 'created_at' => '2022-12-07 12:44:36', 'updated_at' => '2023-06-10 14:04:56', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1056', 'name' => 'Breast enlargement', 'icd10_code' => '-', 'hmis_no_outpatient' => 'OP01', 'hmis_no_inpatient' => '114', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '1', 'hmis_category' => '18', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:36', 'updated_at' => '2022-12-07 12:44:36', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1057', 'name' => 'Vitiligo', 'icd10_code' => '-', 'hmis_no_outpatient' => 'NC05', 'hmis_no_inpatient' => '101', 'prompts' => '-', 'reference_areas' => 'http://www.bad.org.uk/shared/get-file.ashx?id=63&itemtype=document', 'reference_names' => 'British Association of Dermatologists Vitiligo guidelines', 'chronic_status' => '1', 'hmis_category' => '4', 'available' => '1', 'created_by' => NULL, 'updated_by' => '75', 'created_at' => '2022-12-07 12:44:36', 'updated_at' => '2023-06-08 13:53:56', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1058', 'name' => 'Acute abdomen', 'icd10_code' => '', 'hmis_no_outpatient' => 'OP01', 'hmis_no_inpatient' => '115', 'prompts' => '', 'reference_areas' => '/uploads/hospital_resources/456433329.pdf#page=562', 'reference_names' => 'UCG Acute abdo in Sickle cell disease', 'chronic_status' => '0', 'hmis_category' => '18', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:36', 'updated_at' => '2022-12-07 12:44:36', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1059', 'name' => 'Pharyngeal abcess', 'icd10_code' => '', 'hmis_no_outpatient' => '', 'hmis_no_inpatient' => '', 'prompts' => '', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:36', 'updated_at' => '2022-12-07 12:44:36', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1060', 'name' => 'Varicose veins', 'icd10_code' => '-', 'hmis_no_outpatient' => 'NC05', 'hmis_no_inpatient' => '101', 'prompts' => NULL, 'reference_areas' => '', 'reference_names' => '', 'chronic_status' => '1', 'hmis_category' => '4', 'available' => '1', 'created_by' => NULL, 'updated_by' => '75', 'created_at' => '2022-12-07 12:44:36', 'updated_at' => '2023-06-09 13:05:23', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1061', 'name' => 'Chronic Hiccup', 'icd10_code' => '', 'hmis_no_outpatient' => 'OP01', 'hmis_no_inpatient' => '114', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '1', 'hmis_category' => '18', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:36', 'updated_at' => '2022-12-07 12:44:36', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1062', 'name' => 'Lower motor Neuron lesion', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:36', 'updated_at' => '2022-12-07 12:44:36', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1063', 'name' => 'Animal Stings; Bee', 'icd10_code' => '-', 'hmis_no_outpatient' => 'IN05b', 'hmis_no_inpatient' => '114', 'prompts' => '-', 'reference_areas' => '', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '14', 'available' => '1', 'created_by' => NULL, 'updated_by' => '3', 'created_at' => '2022-12-07 12:44:36', 'updated_at' => '2023-06-09 12:37:56', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1064', 'name' => 'Diabetic foot', 'icd10_code' => '', 'hmis_no_outpatient' => '29', 'hmis_no_inpatient' => '101', 'prompts' => 'Check compliance to meds and diet. Advise good foot wear. Check for severe infection', 'reference_areas' => '/uploads/hospital_resources/456433329.pdf#page=473', 'reference_names' => 'UCG Diabetes', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:36', 'updated_at' => '2022-12-07 12:44:36', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1065', 'name' => 'Dysmenorrhea', 'icd10_code' => '-', 'hmis_no_outpatient' => '120', 'hmis_no_inpatient' => '130', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:36', 'updated_at' => '2022-12-07 12:44:36', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1066', 'name' => 'Epigastric Hernia', 'icd10_code' => '', 'hmis_no_outpatient' => '', 'hmis_no_inpatient' => '', 'prompts' => '', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:36', 'updated_at' => '2022-12-07 12:44:36', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1067', 'name' => 'Acne Baebe', 'icd10_code' => '-', 'hmis_no_outpatient' => 'CD29', 'hmis_no_inpatient' => '101', 'prompts' => '-', 'reference_areas' => '', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '2', 'available' => '1', 'created_by' => NULL, 'updated_by' => '15', 'created_at' => '2022-12-07 12:44:36', 'updated_at' => '2023-06-09 13:00:10', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1068', 'name' => 'Galactocele', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:37', 'updated_at' => '2022-12-07 12:44:37', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1069', 'name' => 'Stupor', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:37', 'updated_at' => '2022-12-07 12:44:37', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1070', 'name' => 'Stress incontinence ', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => '/uploads/hospital_resources/456433329.pdf#page=469', 'reference_names' => 'UCG Urinary incontinence', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:37', 'updated_at' => '2022-12-07 12:44:37', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1071', 'name' => 'Splenomegaly', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:37', 'updated_at' => '2022-12-07 12:44:37', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1072', 'name' => 'Congenital Musculoskeletal anomaly', 'icd10_code' => '-', 'hmis_no_outpatient' => 'ND08', 'hmis_no_inpatient' => '104', 'prompts' => NULL, 'reference_areas' => '', 'reference_names' => '', 'chronic_status' => '1', 'hmis_category' => '3', 'available' => '1', 'created_by' => NULL, 'updated_by' => '75', 'created_at' => '2022-12-07 12:44:37', 'updated_at' => '2023-06-09 10:33:22', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1073', 'name' => 'Uterine Agenesis', 'icd10_code' => '-', 'hmis_no_outpatient' => 'ND08', 'hmis_no_inpatient' => '48', 'prompts' => '-', 'reference_areas' => '', 'reference_names' => '', 'chronic_status' => '1', 'hmis_category' => '3', 'available' => '1', 'created_by' => NULL, 'updated_by' => '75', 'created_at' => '2022-12-07 12:44:37', 'updated_at' => '2023-06-09 10:34:01', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1074', 'name' => 'Polydactyly', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:37', 'updated_at' => '2022-12-07 12:44:37', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1075', 'name' => 'Tenosynovitis', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => 'https://patient.info/health/tendinopathy-and-tenosynovitis', 'reference_names' => 'Patient.info tenosynovitis', 'chronic_status' => '1', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:37', 'updated_at' => '2022-12-07 12:44:37', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1076', 'name' => 'Hepatosplenomegaly; under investigation', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:37', 'updated_at' => '2022-12-07 12:44:37', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1077', 'name' => 'Polyp: Rectal', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '1', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:37', 'updated_at' => '2022-12-07 12:44:37', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1079', 'name' => 'Hyperdontia', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:37', 'updated_at' => '2022-12-07 12:44:37', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1080', 'name' => 'Phimosis; physiological', 'icd10_code' => '', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => 'in neonates and early infanthood', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:37', 'updated_at' => '2022-12-07 12:44:37', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1081', 'name' => 'Pyomyomitis ossificans', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '1', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:37', 'updated_at' => '2022-12-07 12:44:37', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1082', 'name' => 'intra cranel lession', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '1', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:37', 'updated_at' => '2022-12-07 12:44:37', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1083', 'name' => 'Peripheral Arterial Disease', 'icd10_code' => '173.9', 'hmis_no_outpatient' => '', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '1', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:37', 'updated_at' => '2022-12-07 12:44:37', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1084', 'name' => 'Erbs palsy', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:37', 'updated_at' => '2022-12-07 12:44:37', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1085', 'name' => 'Depressed skull fracture', 'icd10_code' => NULL, 'hmis_no_outpatient' => 'IN04', 'hmis_no_inpatient' => '93', 'prompts' => 'Do skull X-ray and consult the surgeon/ orthopedic team. Check for other injuries. Check GCS and C-Spine', 'reference_areas' => '', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '14', 'available' => '1', 'created_by' => NULL, 'updated_by' => '3', 'created_at' => '2022-12-07 12:44:37', 'updated_at' => '2023-06-09 12:44:50', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1086', 'name' => 'Deaths in OPD', 'icd10_code' => '', 'hmis_no_outpatient' => 'OP01', 'hmis_no_inpatient' => '114', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '18', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:37', 'updated_at' => '2022-12-07 12:44:37', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1087', 'name' => 'hypovolemic shock- G I T losses', 'icd10_code' => '', 'hmis_no_outpatient' => '', 'hmis_no_inpatient' => '', 'prompts' => 'generous fluid infusions, check RBS to rule out concurrent hypoglycemia', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:37', 'updated_at' => '2022-12-07 12:44:37', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1088', 'name' => 'Geographical tongue', 'icd10_code' => '', 'hmis_no_outpatient' => '', 'hmis_no_inpatient' => '', 'prompts' => 'Autoimmune, may be precipitated by coldness
treat symptomatically with topical steroid/lignocaine', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '1', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:37', 'updated_at' => '2022-12-07 12:44:37', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1089', 'name' => 'Acute Psychotic Reaction', 'icd10_code' => '-', 'hmis_no_outpatient' => 'MH22', 'hmis_no_inpatient' => '71', 'prompts' => 'use specific diagnosis if known e.g. schizophrenia', 'reference_areas' => 'http://uploads/hospital_resources/456433329.pdf#page=517', 'reference_names' => 'UCG Psychosis', 'chronic_status' => '0', 'hmis_category' => '8', 'available' => '1', 'created_by' => NULL, 'updated_by' => '75', 'created_at' => '2022-12-07 12:44:37', 'updated_at' => '2023-06-09 11:18:17', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1090', 'name' => 'Occipal neuralgia (C2 Neuralgia]', 'icd10_code' => '', 'hmis_no_outpatient' => '', 'hmis_no_inpatient' => '', 'prompts' => '', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '1', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:37', 'updated_at' => '2022-12-07 12:44:37', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1091', 'name' => 'Regurgitation', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:37', 'updated_at' => '2022-12-07 12:44:37', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1092', 'name' => 'Dyslipidemia', 'icd10_code' => '', 'hmis_no_outpatient' => '91', 'hmis_no_inpatient' => '58', 'prompts' => '', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '1', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:37', 'updated_at' => '2022-12-07 12:44:37', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1093', 'name' => 'Adnexa mass', 'icd10_code' => '-', 'hmis_no_outpatient' => 'MC15', 'hmis_no_inpatient' => '130', 'prompts' => 'may be benign or malignant, investigate', 'reference_areas' => '', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '17', 'available' => '1', 'created_by' => NULL, 'updated_by' => '75', 'created_at' => '2022-12-07 12:44:37', 'updated_at' => '2023-06-10 14:21:58', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1094', 'name' => 'Hyperprolactinaemia', 'icd10_code' => '', 'hmis_no_outpatient' => '', 'hmis_no_inpatient' => '', 'prompts' => '', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:37', 'updated_at' => '2022-12-07 12:44:37', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1095', 'name' => 'Menstruation-Normal', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => 'Reassure patient', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '1', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:37', 'updated_at' => '2022-12-07 12:44:37', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1096', 'name' => 'Sexual dysfunction', 'icd10_code' => '', 'hmis_no_outpatient' => '', 'hmis_no_inpatient' => '', 'prompts' => '', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '1', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:37', 'updated_at' => '2022-12-07 12:44:37', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1097', 'name' => 'Transient Ischemic Attack (TIA]', 'icd10_code' => '', 'hmis_no_outpatient' => '', 'hmis_no_inpatient' => '', 'prompts' => '', 'reference_areas' => 'https://patient.info/doctor/transient-ischaemic-attacks', 'reference_names' => 'Patient.com TIA', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:37', 'updated_at' => '2022-12-07 12:44:37', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1099', 'name' => 'Hydronephrosis; Cause under investigation', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:37', 'updated_at' => '2022-12-07 12:44:37', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1100', 'name' => 'Angioedema', 'icd10_code' => '-', 'hmis_no_outpatient' => 'OP01', 'hmis_no_inpatient' => '115', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '18', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:37', 'updated_at' => '2022-12-07 12:44:37', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1101', 'name' => 'Stitch Removal', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:37', 'updated_at' => '2022-12-07 12:44:37', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1102', 'name' => 'Corn', 'icd10_code' => '-', 'hmis_no_outpatient' => 'OP01', 'hmis_no_inpatient' => '101', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '18', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:37', 'updated_at' => '2022-12-07 12:44:37', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1104', 'name' => 'Pilonidal sinus', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:37', 'updated_at' => '2022-12-07 12:44:37', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1106', 'name' => 'Hypretensive Emergency', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:37', 'updated_at' => '2022-12-07 12:44:37', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1107', 'name' => 'Immunization; missed date', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:37', 'updated_at' => '2022-12-07 12:44:37', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1108', 'name' => 'Glossitis', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => 'Treat underlying cause', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:37', 'updated_at' => '2022-12-07 12:44:37', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1109', 'name' => 'Spondylolisthesis', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '1', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:37', 'updated_at' => '2022-12-07 12:44:37', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1110', 'name' => 'Abortion- habitual/recurrent', 'icd10_code' => NULL, 'hmis_no_outpatient' => 'MC02', 'hmis_no_inpatient' => '116', 'prompts' => NULL, 'reference_areas' => 'http://uploads/hospital_resources/456433329.pdf#page=690', 'reference_names' => 'UCG Vaginal Bleeding in Early Pregnancy', 'chronic_status' => '0', 'hmis_category' => '17', 'available' => '1', 'created_by' => NULL, 'updated_by' => '1', 'created_at' => '2022-12-07 12:44:37', 'updated_at' => '2023-06-05 12:16:32', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1111', 'name' => 'Post-operative follow up', 'icd10_code' => '', 'hmis_no_outpatient' => '', 'hmis_no_inpatient' => '', 'prompts' => '', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:37', 'updated_at' => '2022-12-07 12:44:37', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1112', 'name' => 'Metrorrhagia', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:37', 'updated_at' => '2022-12-07 12:44:37', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1113', 'name' => 'Ectopic Pregnancy', 'icd10_code' => '-', 'hmis_no_outpatient' => '116', 'hmis_no_inpatient' => '120', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '1', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:37', 'updated_at' => '2022-12-07 12:44:37', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1114', 'name' => 'Bursitis', 'icd10_code' => '-', 'hmis_no_outpatient' => 'PT19', 'hmis_no_inpatient' => '102', 'prompts' => '-', 'reference_areas' => '', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '31', 'available' => '1', 'created_by' => NULL, 'updated_by' => '75', 'created_at' => '2022-12-07 12:44:37', 'updated_at' => '2023-06-09 12:45:47', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1115', 'name' => 'Ear sinus - infected', 'icd10_code' => '-', 'hmis_no_outpatient' => '55', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:37', 'updated_at' => '2022-12-07 12:44:37', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1116', 'name' => 'Cheilitis', 'icd10_code' => '-', 'hmis_no_outpatient' => '0D07', 'hmis_no_inpatient' => '52', 'prompts' => '?Nutritional deficiency', 'reference_areas' => '', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '5', 'available' => '1', 'created_by' => NULL, 'updated_by' => '3', 'created_at' => '2022-12-07 12:44:37', 'updated_at' => '2023-06-09 10:33:09', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1117', 'name' => 'Cholangitis', 'icd10_code' => NULL, 'hmis_no_outpatient' => 'EM03', 'hmis_no_inpatient' => '98', 'prompts' => 'Triad of fever, jaundice and RUQ pain. Often very unwell.', 'reference_areas' => '', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '12', 'available' => '1', 'created_by' => NULL, 'updated_by' => '75', 'created_at' => '2022-12-07 12:44:37', 'updated_at' => '2023-06-09 13:10:48', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1118', 'name' => 'Bells palsy', 'icd10_code' => '', 'hmis_no_outpatient' => '', 'hmis_no_inpatient' => '70', 'prompts' => '', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:37', 'updated_at' => '2022-12-07 12:44:37', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1120', 'name' => 'Uterine myomas', 'icd10_code' => '-', 'hmis_no_outpatient' => '85', 'hmis_no_inpatient' => '130', 'prompts' => '-', 'reference_areas' => '', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:37', 'updated_at' => '2022-12-07 12:44:37', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1121', 'name' => 'Infertility-primary', 'icd10_code' => '', 'hmis_no_outpatient' => '', 'hmis_no_inpatient' => '', 'prompts' => '', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:37', 'updated_at' => '2022-12-07 12:44:37', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1122', 'name' => 'Infertility-secondary', 'icd10_code' => '', 'hmis_no_outpatient' => '', 'hmis_no_inpatient' => '', 'prompts' => '', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:37', 'updated_at' => '2022-12-07 12:44:37', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1123', 'name' => 'Muscle spasms', 'icd10_code' => NULL, 'hmis_no_outpatient' => NULL, 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => '', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => NULL, 'available' => '1', 'created_by' => NULL, 'updated_by' => '15', 'created_at' => '2022-12-07 12:44:37', 'updated_at' => '2023-08-03 13:24:55', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1125', 'name' => 'Dental abcess', 'icd10_code' => NULL, 'hmis_no_outpatient' => '0D08', 'hmis_no_inpatient' => '52', 'prompts' => 'Refer to dentist, can start metronidazole', 'reference_areas' => '', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '5', 'available' => '1', 'created_by' => NULL, 'updated_by' => '3', 'created_at' => '2022-12-07 12:44:37', 'updated_at' => '2023-06-09 10:32:48', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1126', 'name' => 'pyrexia of un known origin', 'icd10_code' => '', 'hmis_no_outpatient' => '', 'hmis_no_inpatient' => '', 'prompts' => '', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:37', 'updated_at' => '2022-12-07 12:44:37', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1127', 'name' => 'Club foot', 'icd10_code' => NULL, 'hmis_no_outpatient' => 'ND08', 'hmis_no_inpatient' => '104', 'prompts' => NULL, 'reference_areas' => '', 'reference_names' => '', 'chronic_status' => '1', 'hmis_category' => '3', 'available' => '1', 'created_by' => NULL, 'updated_by' => '75', 'created_at' => '2022-12-07 12:44:37', 'updated_at' => '2023-06-09 10:35:56', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1128', 'name' => 'orbital cellulitis', 'icd10_code' => NULL, 'hmis_no_outpatient' => 'CD29', 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => '', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '2', 'available' => '1', 'created_by' => NULL, 'updated_by' => '15', 'created_at' => '2022-12-07 12:44:37', 'updated_at' => '2023-06-09 12:57:05', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1129', 'name' => 'Naso-pharyngeal carcinoma', 'icd10_code' => '--', 'hmis_no_outpatient' => '_', 'hmis_no_inpatient' => '_', 'prompts' => '', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '1', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:37', 'updated_at' => '2022-12-07 12:44:37', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1130', 'name' => 'Pancreatic cancer', 'icd10_code' => '', 'hmis_no_outpatient' => '', 'hmis_no_inpatient' => '', 'prompts' => '', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '1', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:37', 'updated_at' => '2022-12-07 12:44:37', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1131', 'name' => 'manic depression', 'icd10_code' => '', 'hmis_no_outpatient' => '', 'hmis_no_inpatient' => '', 'prompts' => '', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:37', 'updated_at' => '2022-12-07 12:44:37', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1132', 'name' => 'hip dislocation', 'icd10_code' => '', 'hmis_no_outpatient' => '', 'hmis_no_inpatient' => '', 'prompts' => '', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:37', 'updated_at' => '2022-12-07 12:44:37', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1133', 'name' => 'Chronic Demyelnating Polyneuropathy', 'icd10_code' => NULL, 'hmis_no_outpatient' => 'OP01', 'hmis_no_inpatient' => '70', 'prompts' => NULL, 'reference_areas' => '', 'reference_names' => '', 'chronic_status' => '1', 'hmis_category' => '18', 'available' => '1', 'created_by' => NULL, 'updated_by' => '15', 'created_at' => '2022-12-07 12:44:37', 'updated_at' => '2023-08-03 12:58:46', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1134', 'name' => 'Orchidopexy', 'icd10_code' => '', 'hmis_no_outpatient' => '', 'hmis_no_inpatient' => '', 'prompts' => '', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '1', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:37', 'updated_at' => '2022-12-07 12:44:37', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1135', 'name' => 'Drug reaction', 'icd10_code' => '', 'hmis_no_outpatient' => '', 'hmis_no_inpatient' => '', 'prompts' => '', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:38', 'updated_at' => '2022-12-07 12:44:38', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1136', 'name' => 'Upper GI Bleeding', 'icd10_code' => '', 'hmis_no_outpatient' => '', 'hmis_no_inpatient' => '', 'prompts' => '', 'reference_areas' => '/uploads/hospital_resources/456433329.pdf#page=403', 'reference_names' => 'UCG Upper GI bleeding', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:38', 'updated_at' => '2022-12-07 12:44:38', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1138', 'name' => 'Skin disease; bacterial', 'icd10_code' => '', 'hmis_no_outpatient' => '', 'hmis_no_inpatient' => '', 'prompts' => '', 'reference_areas' => '/uploads/hospital_resources/456433329.pdf#page=952', 'reference_names' => 'UCG Bacterial skin infection', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:38', 'updated_at' => '2022-12-07 12:44:38', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1139', 'name' => 'Colitis', 'icd10_code' => '-', 'hmis_no_outpatient' => 'OP01', 'hmis_no_inpatient' => '87', 'prompts' => '', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '18', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:38', 'updated_at' => '2022-12-07 12:44:38', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1140', 'name' => 'Enteric fever>>>use "Typhoid Fever" as diagnosis', 'icd10_code' => '', 'hmis_no_outpatient' => '', 'hmis_no_inpatient' => '', 'prompts' => '', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:38', 'updated_at' => '2022-12-07 12:44:38', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1142', 'name' => 'Adverse drug reaction-Allergy', 'icd10_code' => '-', 'hmis_no_outpatient' => 'OP01', 'hmis_no_inpatient' => '114', 'prompts' => '', 'reference_areas' => '/uploads/hospital_resources/456433329.pdf#page=1051', 'reference_names' => 'UCG Adverse drug reaction reporting', 'chronic_status' => '1', 'hmis_category' => '18', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:38', 'updated_at' => '2022-12-07 12:44:38', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1143', 'name' => 'Drug side effects', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '', 'prompts' => 'Specify the side effect and suspected drug', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '1', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:38', 'updated_at' => '2022-12-07 12:44:38', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1144', 'name' => 'Periodontitis', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:38', 'updated_at' => '2022-12-07 12:44:38', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1145', 'name' => 'Clotting disorder', 'icd10_code' => '', 'hmis_no_outpatient' => 'OP01', 'hmis_no_inpatient' => '114', 'prompts' => '', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '1', 'hmis_category' => '18', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:38', 'updated_at' => '2022-12-07 12:44:38', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1146', 'name' => 'Autistic disorder', 'icd10_code' => '', 'hmis_no_outpatient' => '', 'hmis_no_inpatient' => '', 'prompts' => '', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '1', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:38', 'updated_at' => '2022-12-07 12:44:38', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1147', 'name' => 'Angina Pectoris', 'icd10_code' => '-', 'hmis_no_outpatient' => 'CV14', 'hmis_no_inpatient' => '58', 'prompts' => '-', 'reference_areas' => 'http://uploads/hospital_resources/456433329.pdf#page=331', 'reference_names' => 'UCG Ischaemic heart disease', 'chronic_status' => '1', 'hmis_category' => '11', 'available' => '1', 'created_by' => NULL, 'updated_by' => '3', 'created_at' => '2022-12-07 12:44:38', 'updated_at' => '2023-06-09 11:52:27', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1149', 'name' => 'Rosacea', 'icd10_code' => '', 'hmis_no_outpatient' => '', 'hmis_no_inpatient' => '', 'prompts' => '', 'reference_areas' => 'https://patient.info/search.asp?searchterm=rosacea&searchcoll=All', 'reference_names' => 'Patient.info Rosacea', 'chronic_status' => '1', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:38', 'updated_at' => '2022-12-07 12:44:38', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1150', 'name' => 'Motion Sickness', 'icd10_code' => '', 'hmis_no_outpatient' => '', 'hmis_no_inpatient' => '', 'prompts' => '', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:38', 'updated_at' => '2022-12-07 12:44:38', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1151', 'name' => 'Hiccups', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:38', 'updated_at' => '2022-12-07 12:44:38', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1152', 'name' => 'Intertrochanteric fracture of the femur', 'icd10_code' => '', 'hmis_no_outpatient' => '', 'hmis_no_inpatient' => '', 'prompts' => '', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:38', 'updated_at' => '2022-12-07 12:44:38', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1154', 'name' => 'hypertensive Emergency', 'icd10_code' => '', 'hmis_no_outpatient' => '', 'hmis_no_inpatient' => '', 'prompts' => '', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:38', 'updated_at' => '2023-08-03 11:56:21', 'deleted_at' => '2023-08-03 11:56:21', 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1155', 'name' => 'Blunt Chest Trauma', 'icd10_code' => NULL, 'hmis_no_outpatient' => 'PT05', 'hmis_no_inpatient' => '93', 'prompts' => NULL, 'reference_areas' => '', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '31', 'available' => '1', 'created_by' => NULL, 'updated_by' => '75', 'created_at' => '2022-12-07 12:44:38', 'updated_at' => '2023-06-06 14:45:32', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1157', 'name' => 'Compartment Syndrome', 'icd10_code' => '', 'hmis_no_outpatient' => 'OP01', 'hmis_no_inpatient' => '115', 'prompts' => 'Check median nerve function in hand.', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '18', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:38', 'updated_at' => '2022-12-07 12:44:38', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1158', 'name' => 'GANGLION', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:38', 'updated_at' => '2022-12-07 12:44:38', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1159', 'name' => 'Bladder Dysangia', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '', 'reference_areas' => '', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:38', 'updated_at' => '2022-12-07 12:44:38', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1160', 'name' => 'Isosporiosis', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:38', 'updated_at' => '2022-12-07 12:44:38', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1161', 'name' => 'Sepsis :Urogenital focus', 'icd10_code' => '', 'hmis_no_outpatient' => '', 'hmis_no_inpatient' => '', 'prompts' => '', 'reference_areas' => '/uploads/hospital_resources/456433329.pdf#page=463', 'reference_names' => 'UCG Pyelonephritis', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:38', 'updated_at' => '2022-12-07 12:44:38', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1162', 'name' => 'Rectocoele', 'icd10_code' => '', 'hmis_no_outpatient' => '', 'hmis_no_inpatient' => '', 'prompts' => '', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:38', 'updated_at' => '2022-12-07 12:44:38', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1163', 'name' => 'Fracture Patella', 'icd10_code' => '', 'hmis_no_outpatient' => '', 'hmis_no_inpatient' => '', 'prompts' => '', 'reference_areas' => '/uploads/hospital_resources/456433329.pdf#page=114', 'reference_names' => 'UCG Fractures', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:38', 'updated_at' => '2022-12-07 12:44:38', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1164', 'name' => 'Seizure Disorder', 'icd10_code' => '', 'hmis_no_outpatient' => '', 'hmis_no_inpatient' => '', 'prompts' => '', 'reference_areas' => '/uploads/hospital_resources/456433329.pdf#page=487', 'reference_names' => 'UCG Epilepsy', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:38', 'updated_at' => '2022-12-07 12:44:38', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1165', 'name' => 'Fatigue', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:38', 'updated_at' => '2022-12-07 12:44:38', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1166', 'name' => 'postmenopousal syndrom', 'icd10_code' => '', 'hmis_no_outpatient' => '', 'hmis_no_inpatient' => '', 'prompts' => '', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:38', 'updated_at' => '2022-12-07 12:44:38', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1167', 'name' => 'Schizo Affective disorder', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => 'https://www.nice.org.uk/guidance/cg178', 'reference_names' => 'NICE Guidance Psychosis & Schizophrenia 2014', 'chronic_status' => '1', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:38', 'updated_at' => '2022-12-07 12:44:38', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1168', 'name' => 'HIV Psychosis', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => '/uploads/hospital_resources/456433329.pdf#page=237', 'reference_names' => 'UCG HIV Infection & AIDS', 'chronic_status' => '1', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:38', 'updated_at' => '2022-12-07 12:44:38', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1169', 'name' => 'Cervical Spine Injury', 'icd10_code' => NULL, 'hmis_no_outpatient' => 'IN03', 'hmis_no_inpatient' => '102', 'prompts' => 'Collar and block if suspected. Check rest of spine and anal tone. Log roll when moving patient.', 'reference_areas' => '', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '14', 'available' => '1', 'created_by' => NULL, 'updated_by' => '3', 'created_at' => '2022-12-07 12:44:38', 'updated_at' => '2023-06-09 12:43:51', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1170', 'name' => 'Fracture Femur', 'icd10_code' => '', 'hmis_no_outpatient' => '', 'hmis_no_inpatient' => '', 'prompts' => '', 'reference_areas' => '/uploads/hospital_resources/456433329.pdf#page=114', 'reference_names' => 'UCG Fractures', 'chronic_status' => '1', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:38', 'updated_at' => '2022-12-07 12:44:38', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1171', 'name' => 'Post-abortal sepsis', 'icd10_code' => '', 'hmis_no_outpatient' => '', 'hmis_no_inpatient' => '', 'prompts' => '', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:38', 'updated_at' => '2022-12-07 12:44:38', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1172', 'name' => 'pleurisy', 'icd10_code' => '', 'hmis_no_outpatient' => '', 'hmis_no_inpatient' => '', 'prompts' => '', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:38', 'updated_at' => '2022-12-07 12:44:38', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1173', 'name' => 'Intertrigo', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:38', 'updated_at' => '2022-12-07 12:44:38', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1174', 'name' => 'Rhinitis', 'icd10_code' => NULL, 'hmis_no_outpatient' => 'EN04', 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => '', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '6', 'available' => '1', 'created_by' => NULL, 'updated_by' => '75', 'created_at' => '2022-12-07 12:44:38', 'updated_at' => '2023-06-08 12:26:57', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1175', 'name' => 'Testicular mass', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '1', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:38', 'updated_at' => '2022-12-07 12:44:38', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1176', 'name' => 'lacrimal duct cyst', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:38', 'updated_at' => '2022-12-07 12:44:38', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1177', 'name' => 'Cystic hygroma', 'icd10_code' => '-', 'hmis_no_outpatient' => 'OP01', 'hmis_no_inpatient' => '101', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '18', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:38', 'updated_at' => '2022-12-07 12:44:38', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1179', 'name' => 'Polymenorrhagia', 'icd10_code' => '', 'hmis_no_outpatient' => '', 'hmis_no_inpatient' => '', 'prompts' => 'more frequent menstrual bleeding. cycle <21 days', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:38', 'updated_at' => '2022-12-07 12:44:38', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1180', 'name' => 'AAA DEMONSTRATION TESTING', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => 'TESTING PROMPT FOR DIAGNOSIS', 'reference_areas' => 'http://www.kisiizihospital.org.ug,http://www.kisiizifalls.com,http://uploads/hospital_resources/841159965.jpg', 'reference_names' => 'TEST LINK KH,kisiizi falls,child beads photo demo', 'chronic_status' => '0', 'hmis_category' => NULL, 'available' => '1', 'created_by' => NULL, 'updated_by' => '15', 'created_at' => '2022-12-07 12:44:38', 'updated_at' => '2023-04-01 08:26:22', 'deleted_at' => '2023-04-01 08:26:22', 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1181', 'name' => 'Hidradenitis Suppurativa', 'icd10_code' => '-', 'hmis_no_outpatient' => '', 'hmis_no_inpatient' => '', 'prompts' => '', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '1', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:38', 'updated_at' => '2022-12-07 12:44:38', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1182', 'name' => 'Viral associated wheeze', 'icd10_code' => '-', 'hmis_no_outpatient' => 'OP01', 'hmis_no_inpatient' => '114', 'prompts' => 'use this diagnosis if there are no interval symptoms between viral RTIs', 'reference_areas' => ',', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '18', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:38', 'updated_at' => '2022-12-07 12:44:38', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1183', 'name' => 'psychosocial sexual related problem', 'icd10_code' => '', 'hmis_no_outpatient' => '', 'hmis_no_inpatient' => '', 'prompts' => '', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:38', 'updated_at' => '2022-12-07 12:44:38', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1184', 'name' => 'Blepharitis', 'icd10_code' => NULL, 'hmis_no_outpatient' => 'EC29', 'hmis_no_inpatient' => '114', 'prompts' => NULL, 'reference_areas' => '', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '7', 'available' => '1', 'created_by' => NULL, 'updated_by' => '3', 'created_at' => '2022-12-07 12:44:38', 'updated_at' => '2023-06-09 11:25:26', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1185', 'name' => 'DON\'t USE - Hypertensive Urgency', 'icd10_code' => NULL, 'hmis_no_outpatient' => NULL, 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => '', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => NULL, 'available' => '0', 'created_by' => NULL, 'updated_by' => '15', 'created_at' => '2022-12-07 12:44:38', 'updated_at' => '2023-08-03 10:45:16', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1186', 'name' => 'Ankle Joint Dislocation', 'icd10_code' => NULL, 'hmis_no_outpatient' => '1N03', 'hmis_no_inpatient' => '102', 'prompts' => NULL, 'reference_areas' => '', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '14', 'available' => '1', 'created_by' => NULL, 'updated_by' => '3', 'created_at' => '2022-12-07 12:44:38', 'updated_at' => '2023-06-09 12:37:21', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1187', 'name' => 'Hyperosmolar hyperglyceamic State', 'icd10_code' => '', 'hmis_no_outpatient' => '', 'hmis_no_inpatient' => '', 'prompts' => '', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:38', 'updated_at' => '2022-12-07 12:44:38', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1188', 'name' => 'fungal infection', 'icd10_code' => '', 'hmis_no_outpatient' => '', 'hmis_no_inpatient' => '', 'prompts' => '', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:38', 'updated_at' => '2022-12-07 12:44:38', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1189', 'name' => 'LYMPHEDEMA', 'icd10_code' => '', 'hmis_no_outpatient' => '', 'hmis_no_inpatient' => '', 'prompts' => '', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:38', 'updated_at' => '2022-12-07 12:44:38', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1190', 'name' => 'Cancer cervix screening Negative', 'icd10_code' => '', 'hmis_no_outpatient' => '', 'hmis_no_inpatient' => '', 'prompts' => '', 'reference_areas' => '/uploads/hospital_resources/456433329.pdf#page=588,
/uploads/hospital_resources/931316352.pdf#page=1', 'reference_names' => 'UCG Common Cancers in Adults,
Cancer of the Cervix handout', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:38', 'updated_at' => '2023-06-10 14:01:06', 'deleted_at' => '2023-06-10 14:01:06', 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1192', 'name' => 'Acute Tonsillitis', 'icd10_code' => 'J03', 'hmis_no_outpatient' => 'EN13', 'hmis_no_inpatient' => '114', 'prompts' => NULL, 'reference_areas' => 'http://uploads/hospital_resources/456433329.pdf#page=948', 'reference_names' => 'UCG Pharyngo-Tonsillitis', 'chronic_status' => '0', 'hmis_category' => '6', 'available' => '1', 'created_by' => NULL, 'updated_by' => '75', 'created_at' => '2022-12-07 12:44:38', 'updated_at' => '2023-06-08 13:23:16', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1193', 'name' => 'Intestinal Obstruction; partial', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:38', 'updated_at' => '2022-12-07 12:44:38', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1194', 'name' => 'Sandifer Syndrome', 'icd10_code' => 'M43.6 ', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => 'May mimic seizures. No loss of consciousness. Torticollis. Caused by gastro-oesophageal reflux.', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:38', 'updated_at' => '2022-12-07 12:44:38', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1195', 'name' => 'Spinal Cord Compression', 'icd10_code' => '', 'hmis_no_outpatient' => '', 'hmis_no_inpatient' => '', 'prompts' => '', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '1', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:38', 'updated_at' => '2022-12-07 12:44:38', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1196', 'name' => 'Hepatic Encephalopathy', 'icd10_code' => '', 'hmis_no_outpatient' => '', 'hmis_no_inpatient' => '', 'prompts' => '', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:38', 'updated_at' => '2022-12-07 12:44:38', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1197', 'name' => 'Mycetoma(Madura foot]', 'icd10_code' => '', 'hmis_no_outpatient' => '', 'hmis_no_inpatient' => '', 'prompts' => '', 'reference_areas' => '/uploads/hospital_resources/1934487423.pdf#page=28', 'reference_names' => 'Common skin conditions,', 'chronic_status' => '1', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:38', 'updated_at' => '2022-12-07 12:44:38', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1198', 'name' => 'Scar tenderness', 'icd10_code' => '', 'hmis_no_outpatient' => '', 'hmis_no_inpatient' => '', 'prompts' => '', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:38', 'updated_at' => '2022-12-07 12:44:38', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1199', 'name' => 'Salpingitis', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => '/uploads/hospital_resources/456433329.pdf#page=615', 'reference_names' => 'UCG Salpingitis', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:38', 'updated_at' => '2022-12-07 12:44:38', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1200', 'name' => 'Epididymal cyst', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:38', 'updated_at' => '2022-12-07 12:44:38', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1201', 'name' => 'Hyperprolactinemia', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => 'suspect pituitary tumor. Patient may have galactorrhoea, irregular menses, infertility, osteopenia.', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '1', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:38', 'updated_at' => '2022-12-07 12:44:38', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1202', 'name' => 'PHARYNGEAL Pouch', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:39', 'updated_at' => '2022-12-07 12:44:39', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1203', 'name' => 'exposure to a rabed animal secretions', 'icd10_code' => '', 'hmis_no_outpatient' => '', 'hmis_no_inpatient' => '', 'prompts' => '', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:39', 'updated_at' => '2022-12-07 12:44:39', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1204', 'name' => 'Hemorrhagic cyst', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:39', 'updated_at' => '2022-12-07 12:44:39', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1205', 'name' => 'whitlow', 'icd10_code' => '', 'hmis_no_outpatient' => 'OP01', 'hmis_no_inpatient' => '114', 'prompts' => 'Viral infection. due to Herpes Simplex Virus. Painful finger tip.', 'reference_areas' => ',', 'reference_names' => '', 'chronic_status' => '1', 'hmis_category' => '18', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:39', 'updated_at' => '2022-12-07 12:44:39', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1206', 'name' => 'polycythaemia vera', 'icd10_code' => '', 'hmis_no_outpatient' => '', 'hmis_no_inpatient' => '', 'prompts' => 'at risk of having stroke.prophylactic Aspirin required.', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:39', 'updated_at' => '2022-12-07 12:44:39', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1207', 'name' => 'Sperm granuloma', 'icd10_code' => '--', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => 'Follows vasectomy reassure the patient.', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:39', 'updated_at' => '2022-12-07 12:44:39', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1208', 'name' => 'Haematospermia', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => 'Can occur up to 2 months post vasectomy. Reassure the patient', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:39', 'updated_at' => '2022-12-07 12:44:39', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1210', 'name' => 'poor gylcemic control', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:39', 'updated_at' => '2022-12-07 12:44:39', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1211', 'name' => 'Preauricular sinus', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '1', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:39', 'updated_at' => '2022-12-07 12:44:39', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1213', 'name' => 'Fibrocystic Breast Disease', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '1', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:39', 'updated_at' => '2022-12-07 12:44:39', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1214', 'name' => 'Spermatocoele', 'icd10_code' => '', 'hmis_no_outpatient' => '', 'hmis_no_inpatient' => '', 'prompts' => '', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:39', 'updated_at' => '2022-12-07 12:44:39', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1215', 'name' => 'polyp', 'icd10_code' => '', 'hmis_no_outpatient' => '', 'hmis_no_inpatient' => '', 'prompts' => '', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:39', 'updated_at' => '2022-12-07 12:44:39', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1216', 'name' => 'HYDRONEPHROSIS', 'icd10_code' => '', 'hmis_no_outpatient' => '', 'hmis_no_inpatient' => '', 'prompts' => '', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:39', 'updated_at' => '2022-12-07 12:44:39', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1217', 'name' => 'winged scapular (scapula alata]', 'icd10_code' => '', 'hmis_no_outpatient' => 'OP01', 'hmis_no_inpatient' => '114', 'prompts' => 'can be traumatic (blow to neck or shoulder] or non-traumatic (viral illness, tonsilllitis] damaging the long thoracic nerve', 'reference_areas' => ',', 'reference_names' => '', 'chronic_status' => '1', 'hmis_category' => '18', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:39', 'updated_at' => '2022-12-07 12:44:39', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1218', 'name' => 'Functional symptoms / overlay', 'icd10_code' => '', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => 'stress may produce various symptoms e.g. epigastric pain. Exclude physical causes. Consider counselling.', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:39', 'updated_at' => '2022-12-07 12:44:39', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1219', 'name' => 'prei orbital swelling to trauma', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:39', 'updated_at' => '2022-12-07 12:44:39', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1220', 'name' => 'peri- orbital swelling secondary to trauma', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:39', 'updated_at' => '2022-12-07 12:44:39', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1221', 'name' => 'resolving peri auricular infection', 'icd10_code' => '', 'hmis_no_outpatient' => '', 'hmis_no_inpatient' => '', 'prompts' => '', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:39', 'updated_at' => '2022-12-07 12:44:39', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1223', 'name' => 'granuloma', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:39', 'updated_at' => '2022-12-07 12:44:39', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1225', 'name' => 'Pyometra', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => 'Consider HVS', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:39', 'updated_at' => '2022-12-07 12:44:39', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1226', 'name' => 'urinary bladder mass', 'icd10_code' => '', 'hmis_no_outpatient' => '', 'hmis_no_inpatient' => '', 'prompts' => '', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:39', 'updated_at' => '2022-12-07 12:44:39', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1227', 'name' => 'Contusion', 'icd10_code' => '-', 'hmis_no_outpatient' => 'IN04', 'hmis_no_inpatient' => '93', 'prompts' => NULL, 'reference_areas' => '', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '14', 'available' => '1', 'created_by' => NULL, 'updated_by' => '3', 'created_at' => '2022-12-07 12:44:39', 'updated_at' => '2023-06-09 12:47:26', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1228', 'name' => 'Lymphadenopathy; Resolved', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:39', 'updated_at' => '2022-12-07 12:44:39', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1229', 'name' => 'Attempted murder', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:39', 'updated_at' => '2022-12-07 12:44:39', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1230', 'name' => 'Neuritis- Intercostal', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:39', 'updated_at' => '2022-12-07 12:44:39', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1231', 'name' => 'Neuritis-Other', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:39', 'updated_at' => '2022-12-07 12:44:39', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1232', 'name' => 'Avulsion-Teeth', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:39', 'updated_at' => '2022-12-07 12:44:39', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1233', 'name' => 'Avulsion -Other', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:39', 'updated_at' => '2022-12-07 12:44:39', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1234', 'name' => 'Colic', 'icd10_code' => NULL, 'hmis_no_outpatient' => 'ND08', 'hmis_no_inpatient' => '87', 'prompts' => 'crying >3 hours a day for >3 days week for > 3 weeks
begins early weeks abates by three months
assess feeds', 'reference_areas' => '', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '3', 'available' => '1', 'created_by' => NULL, 'updated_by' => '75', 'created_at' => '2022-12-07 12:44:39', 'updated_at' => '2023-06-09 10:45:03', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1235', 'name' => 'Emphysema', 'icd10_code' => '-', 'hmis_no_outpatient' => '77', 'hmis_no_inpatient' => '73', 'prompts' => 'Stop smoking
Steroids NOT indicated except in exacerbations
Prone to recurrent Resp infections', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '1', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:39', 'updated_at' => '2022-12-07 12:44:39', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1236', 'name' => 'GENU VARUS', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '1', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:39', 'updated_at' => '2022-12-07 12:44:39', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1237', 'name' => 'Amenorrhoea-primary', 'icd10_code' => '', 'hmis_no_outpatient' => '120', 'hmis_no_inpatient' => '130', 'prompts' => '', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '21', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:39', 'updated_at' => '2022-12-07 12:44:39', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1238', 'name' => 'Amenorrhoea-secondary', 'icd10_code' => '', 'hmis_no_outpatient' => '120', 'hmis_no_inpatient' => '130', 'prompts' => '', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '21', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:39', 'updated_at' => '2022-12-07 12:44:39', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1239', 'name' => 'Ejaculatory Failure', 'icd10_code' => '', 'hmis_no_outpatient' => '120', 'hmis_no_inpatient' => '', 'prompts' => '', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:39', 'updated_at' => '2022-12-07 12:44:39', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1240', 'name' => 'Turbinate Hypertrophy', 'icd10_code' => '', 'hmis_no_outpatient' => '', 'hmis_no_inpatient' => '', 'prompts' => '', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '1', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:39', 'updated_at' => '2022-12-07 12:44:39', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1242', 'name' => 'Achondroplasia', 'icd10_code' => '-', 'hmis_no_outpatient' => 'OP01', 'hmis_no_inpatient' => '115', 'prompts' => 'may have narrow foramen magnum at base of skull with large head. Occasional hdrocephalus, pulmonary hypertension etc. Resp problems due to small chest, upper airway obstruction etc. Cervical cord comression frequent.', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '1', 'hmis_category' => '18', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:39', 'updated_at' => '2022-12-07 12:44:39', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1243', 'name' => 'Condyloma accuminata', 'icd10_code' => '', 'hmis_no_outpatient' => 'OP01', 'hmis_no_inpatient' => '101', 'prompts' => '', 'reference_areas' => '', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '18', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:39', 'updated_at' => '2022-12-07 12:44:39', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1244', 'name' => 'Metastatic adenocarcinoma', 'icd10_code' => '', 'hmis_no_outpatient' => '', 'hmis_no_inpatient' => '', 'prompts' => '', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '1', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:39', 'updated_at' => '2022-12-07 12:44:39', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1245', 'name' => 'esophageal stenosis', 'icd10_code' => '', 'hmis_no_outpatient' => '', 'hmis_no_inpatient' => '', 'prompts' => '', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:39', 'updated_at' => '2022-12-07 12:44:39', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1246', 'name' => 'Urethral Caruncle', 'icd10_code' => '', 'hmis_no_outpatient' => '', 'hmis_no_inpatient' => '', 'prompts' => '', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:39', 'updated_at' => '2022-12-07 12:44:39', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1247', 'name' => 'Diverticular disease', 'icd10_code' => '-', 'hmis_no_outpatient' => 'NC03', 'hmis_no_inpatient' => '87', 'prompts' => 'Symptoms include blood in stool, change in bowel habit and abdominal pain. No signs of infection. More common in elderly', 'reference_areas' => '', 'reference_names' => '', 'chronic_status' => '1', 'hmis_category' => '4', 'available' => '1', 'created_by' => NULL, 'updated_by' => '75', 'created_at' => '2022-12-07 12:44:39', 'updated_at' => '2023-06-09 12:59:56', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1248', 'name' => 'Plantar Faciitis', 'icd10_code' => '---', 'hmis_no_outpatient' => '', 'hmis_no_inpatient' => '', 'prompts' => 'Painful condition on walking / running. Usual NSAID and paracetamol ineffective. Difficult condition to treat', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '1', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:39', 'updated_at' => '2022-12-07 12:44:39', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1250', 'name' => 'Nipple Inversion', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:39', 'updated_at' => '2022-12-07 12:44:39', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1252', 'name' => 'oesophageal reflux disease', 'icd10_code' => '', 'hmis_no_outpatient' => '', 'hmis_no_inpatient' => '', 'prompts' => '', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:39', 'updated_at' => '2022-12-07 12:44:39', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1253', 'name' => 'Hepatic mass', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:39', 'updated_at' => '2022-12-07 12:44:39', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1255', 'name' => 'Viral Gastroenteritis', 'icd10_code' => '-', 'hmis_no_outpatient' => 'NC03', 'hmis_no_inpatient' => '87', 'prompts' => '-', 'reference_areas' => 'http://uploads/hospital_resources/456433329.pdf#page=407', 'reference_names' => 'UCG Diarrhoea', 'chronic_status' => '0', 'hmis_category' => '4', 'available' => '1', 'created_by' => NULL, 'updated_by' => '75', 'created_at' => '2022-12-07 12:44:39', 'updated_at' => '2023-08-03 14:15:42', 'deleted_at' => '2023-08-03 14:15:42', 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1256', 'name' => 'Goldenhar syndromme', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '1', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:39', 'updated_at' => '2022-12-07 12:44:39', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1257', 'name' => 'Aphthous ulcers', 'icd10_code' => NULL, 'hmis_no_outpatient' => '0D09', 'hmis_no_inpatient' => '52', 'prompts' => 'recurrent painful oral stomatitis.', 'reference_areas' => '', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '5', 'available' => '1', 'created_by' => NULL, 'updated_by' => '3', 'created_at' => '2022-12-07 12:44:39', 'updated_at' => '2023-06-09 10:33:48', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1258', 'name' => 'Encopresis', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:39', 'updated_at' => '2022-12-07 12:44:39', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1259', 'name' => 'Scalp laceration', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:39', 'updated_at' => '2022-12-07 12:44:39', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1260', 'name' => 'Calcaneal Spur', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '102', 'prompts' => '-', 'reference_areas' => '', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:39', 'updated_at' => '2022-12-07 12:44:39', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1261', 'name' => 'osteoma', 'icd10_code' => '', 'hmis_no_outpatient' => '', 'hmis_no_inpatient' => '', 'prompts' => '', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '1', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:39', 'updated_at' => '2022-12-07 12:44:39', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1262', 'name' => 'Wound', 'icd10_code' => '-', 'hmis_no_outpatient' => 'IN04', 'hmis_no_inpatient' => '93', 'prompts' => '-', 'reference_areas' => 'http://uploads/hospital_resources/456433329.pdf#page=123', 'reference_names' => 'UCG Wounds', 'chronic_status' => '0', 'hmis_category' => '14', 'available' => '1', 'created_by' => NULL, 'updated_by' => '15', 'created_at' => '2022-12-07 12:44:39', 'updated_at' => '2023-08-03 13:27:44', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1263', 'name' => 'Haemoptysis', 'icd10_code' => '', 'hmis_no_outpatient' => '', 'hmis_no_inpatient' => '', 'prompts' => 'coughing up fresh blood. cancer, TB , a-v malformations in lung', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '1', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:39', 'updated_at' => '2022-12-07 12:44:39', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1264', 'name' => 'Hernia - Para umbilical ', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:39', 'updated_at' => '2022-12-07 12:44:39', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1265', 'name' => 'Pityriasis Versicolor', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:39', 'updated_at' => '2022-12-07 12:44:39', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1266', 'name' => 'Menstrual Cramps', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:39', 'updated_at' => '2022-12-07 12:44:39', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1267', 'name' => 'Thrombocytosis', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:39', 'updated_at' => '2022-12-07 12:44:39', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1268', 'name' => 'DO NOT USE Pre hypertensive', 'icd10_code' => NULL, 'hmis_no_outpatient' => NULL, 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => '', 'reference_names' => '', 'chronic_status' => '1', 'hmis_category' => NULL, 'available' => '0', 'created_by' => NULL, 'updated_by' => '15', 'created_at' => '2022-12-07 12:44:39', 'updated_at' => '2023-08-03 11:57:56', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1269', 'name' => 'Tumor: lung', 'icd10_code' => '', 'hmis_no_outpatient' => '', 'hmis_no_inpatient' => '', 'prompts' => '', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '1', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:39', 'updated_at' => '2022-12-07 12:44:39', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1270', 'name' => 'Vesico-Vaginal Fistula', 'icd10_code' => '-', 'hmis_no_outpatient' => '120', 'hmis_no_inpatient' => '122', 'prompts' => '', 'reference_areas' => '/uploads/hospital_resources/456433329.pdf#page=761', 'reference_names' => 'UCG Obstetric fistulae', 'chronic_status' => '0', 'hmis_category' => '21', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:40', 'updated_at' => '2022-12-07 12:44:40', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1271', 'name' => 'normal m. periods', 'icd10_code' => '', 'hmis_no_outpatient' => '', 'hmis_no_inpatient' => '', 'prompts' => '', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:40', 'updated_at' => '2022-12-07 12:44:40', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1272', 'name' => 'Retinitis', 'icd10_code' => '', 'hmis_no_outpatient' => '', 'hmis_no_inpatient' => '', 'prompts' => 'Examine the fundus. Can have painful eye with uveitis', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '1', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:40', 'updated_at' => '2022-12-07 12:44:40', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1274', 'name' => 'Supracondylar Fracture Humerus', 'icd10_code' => '', 'hmis_no_outpatient' => '', 'hmis_no_inpatient' => '', 'prompts' => '', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:40', 'updated_at' => '2022-12-07 12:44:40', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1275', 'name' => 'Thyrotoxicosis', 'icd10_code' => '', 'hmis_no_outpatient' => '', 'hmis_no_inpatient' => '', 'prompts' => '', 'reference_areas' => '/uploads/hospital_resources/456433329.pdf#page=483', 'reference_names' => 'UCG Hyperthyroidism', 'chronic_status' => '1', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:40', 'updated_at' => '2022-12-07 12:44:40', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1276', 'name' => 'Breast tendernesss', 'icd10_code' => '', 'hmis_no_outpatient' => 'OP01', 'hmis_no_inpatient' => '114', 'prompts' => '', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '18', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:40', 'updated_at' => '2022-12-07 12:44:40', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1277', 'name' => 'Ureterovaginal fistula', 'icd10_code' => '', 'hmis_no_outpatient' => '', 'hmis_no_inpatient' => '', 'prompts' => '', 'reference_areas' => '/uploads/hospital_resources/456433329.pdf#page=761', 'reference_names' => 'UCG Obstetric fistulae', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:40', 'updated_at' => '2022-12-07 12:44:40', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1278', 'name' => 'early pregnancy', 'icd10_code' => '', 'hmis_no_outpatient' => '120', 'hmis_no_inpatient' => '', 'prompts' => '', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:40', 'updated_at' => '2022-12-07 12:44:40', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1279', 'name' => 'Thoraco-lumbar osteophytes', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '--', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '1', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:40', 'updated_at' => '2022-12-07 12:44:40', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1280', 'name' => 'Shock', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => 'put probable aetiology in secondary diagnosis box e.g. gastroenteritis or use "Shock-septic" if appropriate', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:40', 'updated_at' => '2022-12-07 12:44:40', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1281', 'name' => 'Bruise', 'icd10_code' => '-', 'hmis_no_outpatient' => 'OP01', 'hmis_no_inpatient' => '114', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '18', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:40', 'updated_at' => '2022-12-07 12:44:40', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1282', 'name' => 'Laceration', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:40', 'updated_at' => '2022-12-07 12:44:40', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1283', 'name' => 'Abrasion', 'icd10_code' => '-', 'hmis_no_outpatient' => 'IN04', 'hmis_no_inpatient' => '93', 'prompts' => 'if due to RTA or gender based violence use Injuries label', 'reference_areas' => 'http://uploads/hospital_resources/456433329.pdf#page=123', 'reference_names' => 'UCG Wounds', 'chronic_status' => '0', 'hmis_category' => '14', 'available' => '1', 'created_by' => NULL, 'updated_by' => '3', 'created_at' => '2022-12-07 12:44:40', 'updated_at' => '2023-06-09 12:46:17', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1284', 'name' => 'potts disease', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '1', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:40', 'updated_at' => '2022-12-07 12:44:40', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1285', 'name' => 'Sepsis (focus unclear]', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => 'consider stat gentamicin after blood cultures. Does pt need LP? Urine?', 'reference_areas' => '/uploads/hospital_resources/456433329.pdf#page=175', 'reference_names' => 'UCG Septicaemia', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:40', 'updated_at' => '2022-12-07 12:44:40', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1286', 'name' => 'Breast abscess', 'icd10_code' => '-', 'hmis_no_outpatient' => 'NC07', 'hmis_no_inpatient' => '101', 'prompts' => '-', 'reference_areas' => '', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '4', 'available' => '1', 'created_by' => NULL, 'updated_by' => '75', 'created_at' => '2022-12-07 12:44:40', 'updated_at' => '2023-06-09 12:40:54', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1287', 'name' => 'Tendon Rupture/Tear', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:40', 'updated_at' => '2022-12-07 12:44:40', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1288', 'name' => 'pulmonary edema', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '1', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:40', 'updated_at' => '2022-12-07 12:44:40', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1289', 'name' => 'Chronic otitis media', 'icd10_code' => NULL, 'hmis_no_outpatient' => 'EN01', 'hmis_no_inpatient' => '114', 'prompts' => 'Can effect development of children', 'reference_areas' => '', 'reference_names' => '', 'chronic_status' => '1', 'hmis_category' => '6', 'available' => '1', 'created_by' => NULL, 'updated_by' => '6', 'created_at' => '2022-12-07 12:44:40', 'updated_at' => '2023-06-06 13:56:22', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1290', 'name' => 'Skin Tag', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:40', 'updated_at' => '2022-12-07 12:44:40', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1291', 'name' => 'Tumor- Liver', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => '/uploads/hospital_resources/456433329.pdf#page=443', 'reference_names' => 'UCG HCC', 'chronic_status' => '1', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:40', 'updated_at' => '2022-12-07 12:44:40', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1292', 'name' => 'Gall Bladder Mass', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:40', 'updated_at' => '2022-12-07 12:44:40', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1293', 'name' => 'Postural Hypotension', 'icd10_code' => '', 'hmis_no_outpatient' => '', 'hmis_no_inpatient' => '', 'prompts' => '', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '1', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:40', 'updated_at' => '2022-12-07 12:44:40', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1294', 'name' => 'mucosal tag', 'icd10_code' => '', 'hmis_no_outpatient' => '', 'hmis_no_inpatient' => '', 'prompts' => '', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:40', 'updated_at' => '2022-12-07 12:44:40', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1296', 'name' => 'Friedreich Ataxia', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => 'May develop cardiomyopathy, diabetes etc.
Arrange specialist review.', 'reference_areas' => '', 'reference_names' => ',', 'chronic_status' => '1', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:40', 'updated_at' => '2022-12-07 12:44:40', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1297', 'name' => 'Pitryasis Alba', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => '/uploads/hospital_resources/1934487423.pdf#page=12', 'reference_names' => 'Common skin conditions', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:40', 'updated_at' => '2022-12-07 12:44:40', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1298', 'name' => 'Cancer: Bladder', 'icd10_code' => '-', 'hmis_no_outpatient' => 'CA08', 'hmis_no_inpatient' => '81', 'prompts' => '-', 'reference_areas' => '', 'reference_names' => '', 'chronic_status' => '1', 'hmis_category' => '10', 'available' => '1', 'created_by' => NULL, 'updated_by' => '75', 'created_at' => '2022-12-07 12:44:40', 'updated_at' => '2023-06-10 14:02:07', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1299', 'name' => 'Pertussoid Cough', 'icd10_code' => '', 'hmis_no_outpatient' => '', 'hmis_no_inpatient' => '', 'prompts' => 'Barking cough lasting 100 days', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:40', 'updated_at' => '2022-12-07 12:44:40', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1300', 'name' => 'Tracheomalacia', 'icd10_code' => '', 'hmis_no_outpatient' => '', 'hmis_no_inpatient' => '', 'prompts' => '.', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:40', 'updated_at' => '2022-12-07 12:44:40', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1301', 'name' => 'Scrotal swelling', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => 'Rule out Hydrocele, scrotal hernia', 'reference_areas' => '/uploads/hospital_resources/456433329.pdf#page=309, https://patient.info/doctor/hydrocele', 'reference_names' => 'UCG Painful scrotal swelling, Patient.info Hydrocele', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:40', 'updated_at' => '2022-12-07 12:44:40', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1302', 'name' => 'Incomplete Abortion', 'icd10_code' => NULL, 'hmis_no_outpatient' => 'MC02', 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => '', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '17', 'available' => '1', 'created_by' => NULL, 'updated_by' => '75', 'created_at' => '2022-12-07 12:44:40', 'updated_at' => '2023-06-06 13:18:17', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1303', 'name' => 'Trigger finger', 'icd10_code' => '', 'hmis_no_outpatient' => '', 'hmis_no_inpatient' => '', 'prompts' => 'tenderness in the affected finer. with a locked finger when bent.
consider steroids and analgesia', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:40', 'updated_at' => '2022-12-07 12:44:40', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1304', 'name' => 'urethral warts', 'icd10_code' => '', 'hmis_no_outpatient' => '', 'hmis_no_inpatient' => '', 'prompts' => '', 'reference_areas' => '/uploads/hospital_resources/456433329.pdf#page=305', 'reference_names' => 'UCG Genital warts', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:40', 'updated_at' => '2022-12-07 12:44:40', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1305', 'name' => 'Claudication', 'icd10_code' => '', 'hmis_no_outpatient' => 'OP01', 'hmis_no_inpatient' => '114', 'prompts' => 'Check ABPI. Check for ulcers and other signs of severe ischaemia. Advise exercise. Give clopidogrel or aspirin.', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '18', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:40', 'updated_at' => '2022-12-07 12:44:40', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1306', 'name' => 'Hyperhidrosis.', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => 'Generalised/ Focal.. Ascertain if any underlying cause', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:40', 'updated_at' => '2022-12-07 12:44:40', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1307', 'name' => 'Tendinitis', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => 'https://patient.info/health/tendinopathy-and-tenosynovitis', 'reference_names' => 'Patient.info Tendinitis', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:40', 'updated_at' => '2022-12-07 12:44:40', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1309', 'name' => 'penile injury', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:40', 'updated_at' => '2022-12-07 12:44:40', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1310', 'name' => 'Pediculosis/lice', 'icd10_code' => '', 'hmis_no_outpatient' => 'outpatient', 'hmis_no_inpatient' => '', 'prompts' => '', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:40', 'updated_at' => '2022-12-07 12:44:40', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1311', 'name' => 'perineal sinus', 'icd10_code' => '', 'hmis_no_outpatient' => '', 'hmis_no_inpatient' => '', 'prompts' => '', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:40', 'updated_at' => '2022-12-07 12:44:40', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1313', 'name' => 'human bite (from a rabid person]', 'icd10_code' => '', 'hmis_no_outpatient' => '', 'hmis_no_inpatient' => '', 'prompts' => '', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:40', 'updated_at' => '2022-12-07 12:44:40', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1315', 'name' => 'polyp-cervical', 'icd10_code' => '', 'hmis_no_outpatient' => '', 'hmis_no_inpatient' => '', 'prompts' => '', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:40', 'updated_at' => '2022-12-07 12:44:40', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1316', 'name' => 'Polyp-endometrial', 'icd10_code' => '', 'hmis_no_outpatient' => '', 'hmis_no_inpatient' => '', 'prompts' => '', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:40', 'updated_at' => '2022-12-07 12:44:40', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1318', 'name' => 'Varicocele', 'icd10_code' => '-', 'hmis_no_outpatient' => 'OP01', 'hmis_no_inpatient' => '114', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '18', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:40', 'updated_at' => '2022-12-07 12:44:40', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1319', 'name' => 'Disarticulation', 'icd10_code' => NULL, 'hmis_no_outpatient' => 'IN02d', 'hmis_no_inpatient' => '102', 'prompts' => NULL, 'reference_areas' => '', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '14', 'available' => '1', 'created_by' => NULL, 'updated_by' => '3', 'created_at' => '2022-12-07 12:44:40', 'updated_at' => '2023-06-09 12:45:40', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1320', 'name' => 'Pre-diabetic', 'icd10_code' => '', 'hmis_no_outpatient' => '', 'hmis_no_inpatient' => '', 'prompts' => '', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:40', 'updated_at' => '2022-12-07 12:44:40', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1321', 'name' => 'Urethral discharge syndrome', 'icd10_code' => '', 'hmis_no_outpatient' => '', 'hmis_no_inpatient' => '', 'prompts' => '', 'reference_areas' => '/uploads/hospital_resources/456433329.pdf#page=293', 'reference_names' => 'UCG Sexually Transmitted Diseases', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:40', 'updated_at' => '2022-12-07 12:44:40', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1322', 'name' => 'Exposure to HIV infected sample', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:40', 'updated_at' => '2023-08-03 14:30:35', 'deleted_at' => '2023-08-03 14:30:35', 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1324', 'name' => 'Fracture: spine', 'icd10_code' => '', 'hmis_no_outpatient' => '', 'hmis_no_inpatient' => '', 'prompts' => '', 'reference_areas' => '/uploads/hospital_resources/456433329.pdf#page=114', 'reference_names' => 'UCG Fractures', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:40', 'updated_at' => '2022-12-07 12:44:40', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1325', 'name' => 'Rhinosinusitis', 'icd10_code' => NULL, 'hmis_no_outpatient' => NULL, 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => '', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => NULL, 'available' => '1', 'created_by' => NULL, 'updated_by' => '75', 'created_at' => '2022-12-07 12:44:40', 'updated_at' => '2023-06-08 12:22:02', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1326', 'name' => 'Indirect inguinal hernia', 'icd10_code' => '', 'hmis_no_outpatient' => '', 'hmis_no_inpatient' => '', 'prompts' => '', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:40', 'updated_at' => '2022-12-07 12:44:40', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1327', 'name' => 'orthostatic Hypotension', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:40', 'updated_at' => '2022-12-07 12:44:40', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1328', 'name' => 'Myopia-Progressive', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => 'needs Ophthalmologist Review', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '1', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:40', 'updated_at' => '2022-12-07 12:44:40', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1329', 'name' => 'Vaginitis', 'icd10_code' => '-', 'hmis_no_outpatient' => '120', 'hmis_no_inpatient' => '130', 'prompts' => '-', 'reference_areas' => '/uploads/hospital_resources/456433329.pdf#page=296', 'reference_names' => 'UCG Abnormal vaginal discharge', 'chronic_status' => '0', 'hmis_category' => '21', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:40', 'updated_at' => '2022-12-07 12:44:40', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1330', 'name' => 'inflammation inferior mentosa', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:40', 'updated_at' => '2022-12-07 12:44:40', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1331', 'name' => 'Gonococcal Ophthalmia Neonatorum', 'icd10_code' => '-', 'hmis_no_outpatient' => 'CD20', 'hmis_no_inpatient' => '48', 'prompts' => 'Treat baby with stat dose ceftriaxone as in BNFc and treat family.', 'reference_areas' => '', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '2', 'available' => '1', 'created_by' => NULL, 'updated_by' => '75', 'created_at' => '2022-12-07 12:44:40', 'updated_at' => '2023-06-08 13:48:20', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1332', 'name' => 'POST AMPUTATION PAIN', 'icd10_code' => NULL, 'hmis_no_outpatient' => 'PT12', 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => '', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '31', 'available' => '1', 'created_by' => NULL, 'updated_by' => '75', 'created_at' => '2022-12-07 12:44:40', 'updated_at' => '2023-06-06 14:43:16', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1333', 'name' => 'PSEUDOCYESIS', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => 'Rule out pregnancy, consider Hormonal imbalance', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:40', 'updated_at' => '2022-12-07 12:44:40', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1334', 'name' => 'Degenerative disc disease', 'icd10_code' => '', 'hmis_no_outpatient' => 'OP01', 'hmis_no_inpatient' => '102', 'prompts' => 'Check no signs of cauda equina', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '1', 'hmis_category' => '18', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:40', 'updated_at' => '2022-12-07 12:44:40', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1335', 'name' => 'Lichen simplex chronicus', 'icd10_code' => '', 'hmis_no_outpatient' => '', 'hmis_no_inpatient' => '', 'prompts' => '', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:40', 'updated_at' => '2022-12-07 12:44:40', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1336', 'name' => 'peri anal absees', 'icd10_code' => '', 'hmis_no_outpatient' => '', 'hmis_no_inpatient' => '', 'prompts' => '', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:40', 'updated_at' => '2022-12-07 12:44:40', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1337', 'name' => 'Spinal induced chronic pain', 'icd10_code' => '', 'hmis_no_outpatient' => '', 'hmis_no_inpatient' => '', 'prompts' => '', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:41', 'updated_at' => '2022-12-07 12:44:41', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1338', 'name' => 'Cancer: Gall bladder', 'icd10_code' => NULL, 'hmis_no_outpatient' => 'CA08', 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => '', 'reference_names' => '', 'chronic_status' => '1', 'hmis_category' => '10', 'available' => '1', 'created_by' => NULL, 'updated_by' => '75', 'created_at' => '2022-12-07 12:44:41', 'updated_at' => '2023-06-10 14:06:29', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1339', 'name' => 'retinopathy', 'icd10_code' => '', 'hmis_no_outpatient' => '', 'hmis_no_inpatient' => '', 'prompts' => '', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:41', 'updated_at' => '2022-12-07 12:44:41', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1340', 'name' => 'Epistaxis', 'icd10_code' => '', 'hmis_no_outpatient' => '', 'hmis_no_inpatient' => '', 'prompts' => '', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:41', 'updated_at' => '2022-12-07 12:44:41', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1341', 'name' => 'Dehydration', 'icd10_code' => '', 'hmis_no_outpatient' => '120', 'hmis_no_inpatient' => '114', 'prompts' => 'Check level of dehydration. Rehydrate as appropriate', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:41', 'updated_at' => '2022-12-07 12:44:41', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1342', 'name' => 'undescended testis', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:41', 'updated_at' => '2022-12-07 12:44:41', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1343', 'name' => 'Finger abcess', 'icd10_code' => '', 'hmis_no_outpatient' => '', 'hmis_no_inpatient' => '', 'prompts' => '', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:41', 'updated_at' => '2022-12-07 12:44:41', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1344', 'name' => 'IUFD', 'icd10_code' => '', 'hmis_no_outpatient' => '', 'hmis_no_inpatient' => '', 'prompts' => '', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:41', 'updated_at' => '2022-12-07 12:44:41', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1345', 'name' => 'Stasis dermatitis New-attendance', 'icd10_code' => NULL, 'hmis_no_outpatient' => NULL, 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => '', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => NULL, 'available' => '1', 'created_by' => NULL, 'updated_by' => '15', 'created_at' => '2022-12-07 12:44:41', 'updated_at' => '2023-08-03 14:06:47', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1347', 'name' => 'Accessory Breast', 'icd10_code' => '-', 'hmis_no_outpatient' => 'OP01', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '1', 'hmis_category' => '18', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:41', 'updated_at' => '2022-12-07 12:44:41', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1348', 'name' => 'Hydrosalpinx', 'icd10_code' => '', 'hmis_no_outpatient' => '', 'hmis_no_inpatient' => '', 'prompts' => '', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:41', 'updated_at' => '2022-12-07 12:44:41', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1349', 'name' => 'Pica', 'icd10_code' => '', 'hmis_no_outpatient' => '', 'hmis_no_inpatient' => '', 'prompts' => 'abnormal eating behaviour. patient feeds on soil', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:41', 'updated_at' => '2022-12-07 12:44:41', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1350', 'name' => 'Ligament tear', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:41', 'updated_at' => '2022-12-07 12:44:41', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1351', 'name' => 'Subluxation', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:41', 'updated_at' => '2022-12-07 12:44:41', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1352', 'name' => 'molar pregnancy', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:41', 'updated_at' => '2022-12-07 12:44:41', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1353', 'name' => 'Diabetic Neuropathy', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => '/uploads/hospital_resources/456433329.pdf#page=473', 'reference_names' => 'UCG Diabetes', 'chronic_status' => '1', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:41', 'updated_at' => '2022-12-07 12:44:41', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1354', 'name' => 'Kyphoscoliosis', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '1', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:41', 'updated_at' => '2022-12-07 12:44:41', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1355', 'name' => 'Myoma', 'icd10_code' => '', 'hmis_no_outpatient' => '', 'hmis_no_inpatient' => '', 'prompts' => '', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:41', 'updated_at' => '2022-12-07 12:44:41', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1356', 'name' => 'Leiomyoma', 'icd10_code' => '', 'hmis_no_outpatient' => '', 'hmis_no_inpatient' => '', 'prompts' => '', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:41', 'updated_at' => '2022-12-07 12:44:41', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1357', 'name' => 'Sepsis; Skin', 'icd10_code' => '-', 'hmis_no_outpatient' => 'CD30', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => 'http://uploads/hospital_resources/456433329.pdf#page=955', 'reference_names' => 'UCG Cellulitis', 'chronic_status' => '0', 'hmis_category' => '2', 'available' => '1', 'created_by' => NULL, 'updated_by' => '15', 'created_at' => '2022-12-07 12:44:41', 'updated_at' => '2023-06-09 13:20:48', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1358', 'name' => 'Cephalohaematoma', 'icd10_code' => NULL, 'hmis_no_outpatient' => 'ND08', 'hmis_no_inpatient' => '48', 'prompts' => 'Blood clot over periosteum', 'reference_areas' => '', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '3', 'available' => '1', 'created_by' => NULL, 'updated_by' => '75', 'created_at' => '2022-12-07 12:44:41', 'updated_at' => '2023-06-09 10:31:00', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1359', 'name' => 'DO NOT USE Lumbago', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => '', 'reference_names' => '', 'chronic_status' => '1', 'hmis_category' => NULL, 'available' => '0', 'created_by' => NULL, 'updated_by' => '15', 'created_at' => '2022-12-07 12:44:41', 'updated_at' => '2023-08-03 13:40:52', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1360', 'name' => 'fracture pelvis', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '', 'reference_areas' => '/uploads/hospital_resources/456433329.pdf#page=114', 'reference_names' => 'UCG Fractures', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:41', 'updated_at' => '2022-12-07 12:44:41', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1361', 'name' => 'Cardiac asthma', 'icd10_code' => NULL, 'hmis_no_outpatient' => 'OT14', 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => '', 'reference_names' => '', 'chronic_status' => '1', 'hmis_category' => '34', 'available' => '1', 'created_by' => NULL, 'updated_by' => '75', 'created_at' => '2022-12-07 12:44:41', 'updated_at' => '2023-06-10 13:42:25', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1362', 'name' => 'Sinus headache', 'icd10_code' => '', 'hmis_no_outpatient' => '', 'hmis_no_inpatient' => '', 'prompts' => '', 'reference_areas' => '/uploads/hospital_resources/456433329.pdf#page=939', 'reference_names' => 'UCG SInusitis', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:41', 'updated_at' => '2022-12-07 12:44:41', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1363', 'name' => 'Abscess: impending', 'icd10_code' => NULL, 'hmis_no_outpatient' => '122', 'hmis_no_inpatient' => '144', 'prompts' => NULL, 'reference_areas' => '', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => NULL, 'available' => '1', 'created_by' => NULL, 'updated_by' => '75', 'created_at' => '2022-12-07 12:44:41', 'updated_at' => '2023-06-10 14:17:00', 'deleted_at' => '2023-06-10 14:17:00', 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1364', 'name' => 'anembryonic gestation', 'icd10_code' => '', 'hmis_no_outpatient' => 'OP01', 'hmis_no_inpatient' => '115', 'prompts' => 'admit on gyn.ward for cervical ripening and ERPC if needed.', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '1', 'hmis_category' => '18', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:41', 'updated_at' => '2022-12-07 12:44:41', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1365', 'name' => 'Hernia; Femoral', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '1', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:41', 'updated_at' => '2022-12-07 12:44:41', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1366', 'name' => 'Persistent Processus Vaginalis', 'icd10_code' => '', 'hmis_no_outpatient' => '', 'hmis_no_inpatient' => '', 'prompts' => '', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:41', 'updated_at' => '2022-12-07 12:44:41', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1367', 'name' => 'nosal vestibular furuculosis', 'icd10_code' => '', 'hmis_no_outpatient' => '', 'hmis_no_inpatient' => '', 'prompts' => '', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:41', 'updated_at' => '2022-12-07 12:44:41', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1368', 'name' => 'Jaundice: Obstructive', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '1', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:41', 'updated_at' => '2022-12-07 12:44:41', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1369', 'name' => 'German measles', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:41', 'updated_at' => '2022-12-07 12:44:41', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1370', 'name' => 'Angina Pectoris; Stable', 'icd10_code' => '-', 'hmis_no_outpatient' => 'OP01', 'hmis_no_inpatient' => '115', 'prompts' => '-', 'reference_areas' => '/uploads/hospital_resources/456433329.pdf#page=331', 'reference_names' => 'UCG Ischaemic heart disease', 'chronic_status' => '0', 'hmis_category' => '18', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:41', 'updated_at' => '2022-12-07 12:44:41', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1371', 'name' => 'Braxton Hicks contractions', 'icd10_code' => '', 'hmis_no_outpatient' => 'OP01', 'hmis_no_inpatient' => '114', 'prompts' => '', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '18', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:41', 'updated_at' => '2022-12-07 12:44:41', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1372', 'name' => 'Strongyloidiasis', 'icd10_code' => '', 'hmis_no_outpatient' => '', 'hmis_no_inpatient' => '', 'prompts' => '', 'reference_areas' => '/uploads/hospital_resources/456433329.pdf#page=201', 'reference_names' => 'UCG Intestinal worms', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:41', 'updated_at' => '2022-12-07 12:44:41', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1373', 'name' => 'pelvic mass', 'icd10_code' => '', 'hmis_no_outpatient' => '', 'hmis_no_inpatient' => '', 'prompts' => '', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:41', 'updated_at' => '2022-12-07 12:44:41', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1375', 'name' => 'Sub-acute combined degeneration of the cord', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => 'rule out other cord and muscle disorders', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '1', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:41', 'updated_at' => '2022-12-07 12:44:41', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1376', 'name' => 'Febrile illness', 'icd10_code' => '', 'hmis_no_outpatient' => '', 'hmis_no_inpatient' => '', 'prompts' => '', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:41', 'updated_at' => '2022-12-07 12:44:41', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1377', 'name' => 'Hernia; Incisional', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '1', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:41', 'updated_at' => '2022-12-07 12:44:41', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1378', 'name' => 'EYE PAIN', 'icd10_code' => '', 'hmis_no_outpatient' => '', 'hmis_no_inpatient' => '', 'prompts' => '', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:41', 'updated_at' => '2022-12-07 12:44:41', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1379', 'name' => 'Allergic Pharyngeal Irritation', 'icd10_code' => NULL, 'hmis_no_outpatient' => 'NC09', 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => '', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '4', 'available' => '1', 'created_by' => NULL, 'updated_by' => '75', 'created_at' => '2022-12-07 12:44:41', 'updated_at' => '2023-06-10 14:23:57', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1380', 'name' => 'Acute Kidney Failure', 'icd10_code' => '-', 'hmis_no_outpatient' => 'EM04', 'hmis_no_inpatient' => '112', 'prompts' => 'Are the renal functions and electrolytes known?', 'reference_areas' => 'https://www.nice.org.uk/guidance/cg169,http://uploads/hospital_resources/456433329.pdf#page=451', 'reference_names' => 'Nice Guideline 2013 Acute Kidney Injury,UCG Acute renal failure', 'chronic_status' => '0', 'hmis_category' => '12', 'available' => '1', 'created_by' => NULL, 'updated_by' => '75', 'created_at' => '2022-12-07 12:44:41', 'updated_at' => '2023-06-09 12:32:26', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1381', 'name' => 'tuberculus ulcer', 'icd10_code' => '', 'hmis_no_outpatient' => '', 'hmis_no_inpatient' => '', 'prompts' => '', 'reference_areas' => '/uploads/hospital_resources/456433329.pdf#page=378', 'reference_names' => 'UCG TB', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:41', 'updated_at' => '2022-12-07 12:44:41', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1382', 'name' => 'Buruli ulcer', 'icd10_code' => NULL, 'hmis_no_outpatient' => 'CD22', 'hmis_no_inpatient' => '101', 'prompts' => NULL, 'reference_areas' => 'http://uploads/hospital_resources/1934487423.pdf#page=40', 'reference_names' => 'Common skin conditions', 'chronic_status' => '0', 'hmis_category' => '2', 'available' => '1', 'created_by' => NULL, 'updated_by' => '75', 'created_at' => '2022-12-07 12:44:41', 'updated_at' => '2023-06-09 10:19:51', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1383', 'name' => 'Anaemia: Normocytic', 'icd10_code' => '-', 'hmis_no_outpatient' => 'NC02', 'hmis_no_inpatient' => '82', 'prompts' => 'Check for blood loss, chronic illnesses', 'reference_areas' => 'http://uploads/hospital_resources/456433329.pdf#page=545', 'reference_names' => 'UCG Anaemia', 'chronic_status' => '1', 'hmis_category' => '4', 'available' => '1', 'created_by' => NULL, 'updated_by' => '75', 'created_at' => '2022-12-07 12:44:41', 'updated_at' => '2023-06-09 13:00:59', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1384', 'name' => 'Athletes foot', 'icd10_code' => '', 'hmis_no_outpatient' => '', 'hmis_no_inpatient' => '', 'prompts' => '', 'reference_areas' => '/uploads/hospital_resources/456433329.pdf#page=959,
/uploads/hospital_resources/1934487423.pdf#page=25', 'reference_names' => 'UCG Tinea, Common Skin Conditions', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:41', 'updated_at' => '2022-12-07 12:44:41', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1385', 'name' => 'Oral ulcers', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:41', 'updated_at' => '2022-12-07 12:44:41', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1387', 'name' => 'Parotitis', 'icd10_code' => '', 'hmis_no_outpatient' => '', 'hmis_no_inpatient' => '', 'prompts' => '', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:41', 'updated_at' => '2022-12-07 12:44:41', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1388', 'name' => 'Cardiomyopathy', 'icd10_code' => NULL, 'hmis_no_outpatient' => 'CV13', 'hmis_no_inpatient' => '58', 'prompts' => 'Obtain echo if not done. Consider both symptomatic treatment and cardio protective treatment. Educate about exercise and life style', 'reference_areas' => '', 'reference_names' => '', 'chronic_status' => '1', 'hmis_category' => '11', 'available' => '1', 'created_by' => NULL, 'updated_by' => '3', 'created_at' => '2022-12-07 12:44:41', 'updated_at' => '2023-06-09 11:51:42', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1389', 'name' => 'Heart failure: right side heart failure', 'icd10_code' => '', 'hmis_no_outpatient' => '', 'hmis_no_inpatient' => '', 'prompts' => '', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '1', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:41', 'updated_at' => '2022-12-07 12:44:41', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1390', 'name' => 'Para-pneumonic effusion', 'icd10_code' => '', 'hmis_no_outpatient' => '', 'hmis_no_inpatient' => '', 'prompts' => '', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:41', 'updated_at' => '2022-12-07 12:44:41', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1391', 'name' => 'Diabetes in Pregancy', 'icd10_code' => 'O24', 'hmis_no_outpatient' => 'EM03', 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => 'http://uploads/hospital_resources/456433329.pdf#page=686', 'reference_names' => 'UCG Diabetes in Pregnancy', 'chronic_status' => '0', 'hmis_category' => '12', 'available' => '1', 'created_by' => NULL, 'updated_by' => '15', 'created_at' => '2022-12-07 12:44:41', 'updated_at' => '2023-08-03 13:18:03', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1392', 'name' => 'heart failure due to Anemia', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => 'Rule out other causes of heart failure', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '1', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:41', 'updated_at' => '2022-12-07 12:44:41', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1393', 'name' => 'phyloides tumor', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:41', 'updated_at' => '2022-12-07 12:44:41', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1394', 'name' => 'Polyradiculopathy', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '1', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:41', 'updated_at' => '2022-12-07 12:44:41', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1397', 'name' => 'Irritable bowel disease', 'icd10_code' => '', 'hmis_no_outpatient' => '', 'hmis_no_inpatient' => '', 'prompts' => '', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:41', 'updated_at' => '2022-12-07 12:44:41', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1399', 'name' => 'Trigeminal Neuralgia', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => '/uploads/hospital_resources/456433329.pdf#page=602', 'reference_names' => 'UCG Neuropathic pain', 'chronic_status' => '1', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:41', 'updated_at' => '2022-12-07 12:44:41', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1400', 'name' => 'Venous Ulcer', 'icd10_code' => NULL, 'hmis_no_outpatient' => 'NC03', 'hmis_no_inpatient' => '101', 'prompts' => NULL, 'reference_areas' => 'http://uploads/hospital_resources/456433329.pdf#page=974', 'reference_names' => 'UCG Leg ulcers', 'chronic_status' => '1', 'hmis_category' => '4', 'available' => '1', 'created_by' => NULL, 'updated_by' => '75', 'created_at' => '2022-12-07 12:44:41', 'updated_at' => '2023-06-09 13:03:42', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1401', 'name' => 'Bowel Incontinence', 'icd10_code' => '-', 'hmis_no_outpatient' => 'EM03', 'hmis_no_inpatient' => '87', 'prompts' => NULL, 'reference_areas' => '', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '12', 'available' => '1', 'created_by' => NULL, 'updated_by' => '75', 'created_at' => '2022-12-07 12:44:41', 'updated_at' => '2023-06-09 12:55:45', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1403', 'name' => 'Fistula- Vesicocutaneous', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:41', 'updated_at' => '2022-12-07 12:44:41', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1404', 'name' => 'Fitula- Enterocutaneous', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:42', 'updated_at' => '2022-12-07 12:44:42', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1405', 'name' => 'haemorrhagic cystitis', 'icd10_code' => '', 'hmis_no_outpatient' => '', 'hmis_no_inpatient' => '', 'prompts' => '', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:42', 'updated_at' => '2022-12-07 12:44:42', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1406', 'name' => 'Cancer stomach >>> use Cancer: Gastric', 'icd10_code' => '-', 'hmis_no_outpatient' => 'CA10', 'hmis_no_inpatient' => '81', 'prompts' => NULL, 'reference_areas' => 'http://uploads/hospital_resources/456433329.pdf#page=585', 'reference_names' => 'UCG Common Cancers in Adults', 'chronic_status' => '1', 'hmis_category' => '10', 'available' => '1', 'created_by' => NULL, 'updated_by' => '3', 'created_at' => '2022-12-07 12:44:42', 'updated_at' => '2023-06-09 11:45:34', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1407', 'name' => 'Chronic pulpitis', 'icd10_code' => NULL, 'hmis_no_outpatient' => 'OD10', 'hmis_no_inpatient' => '52', 'prompts' => NULL, 'reference_areas' => '', 'reference_names' => '', 'chronic_status' => '1', 'hmis_category' => '5', 'available' => '1', 'created_by' => NULL, 'updated_by' => '3', 'created_at' => '2022-12-07 12:44:42', 'updated_at' => '2023-06-09 10:34:09', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1408', 'name' => 'TMJ disarticulation', 'icd10_code' => '', 'hmis_no_outpatient' => '', 'hmis_no_inpatient' => '', 'prompts' => '', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:42', 'updated_at' => '2022-12-07 12:44:42', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1409', 'name' => 'Chronic Bronchitis', 'icd10_code' => NULL, 'hmis_no_outpatient' => 'CR03', 'hmis_no_inpatient' => '73', 'prompts' => NULL, 'reference_areas' => '', 'reference_names' => '', 'chronic_status' => '1', 'hmis_category' => '9', 'available' => '1', 'created_by' => NULL, 'updated_by' => '3', 'created_at' => '2022-12-07 12:44:42', 'updated_at' => '2023-06-09 11:29:48', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1410', 'name' => 'Genital Herpes', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:42', 'updated_at' => '2022-12-07 12:44:42', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1411', 'name' => 'Calcaneal Apophysitis', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:42', 'updated_at' => '2022-12-07 12:44:42', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1412', 'name' => 'Tarsal Tunnel Syndrome', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:42', 'updated_at' => '2022-12-07 12:44:42', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1414', 'name' => 'Sialolithiasis', 'icd10_code' => '', 'hmis_no_outpatient' => '', 'hmis_no_inpatient' => '', 'prompts' => '', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:42', 'updated_at' => '2022-12-07 12:44:42', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1415', 'name' => 'Drugs induced psychosis', 'icd10_code' => '', 'hmis_no_outpatient' => '', 'hmis_no_inpatient' => '', 'prompts' => '', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:42', 'updated_at' => '2022-12-07 12:44:42', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1416', 'name' => 'Stitch Sinus', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:42', 'updated_at' => '2022-12-07 12:44:42', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1417', 'name' => 'Chemical injury to eye', 'icd10_code' => '-', 'hmis_no_outpatient' => 'IN04', 'hmis_no_inpatient' => '114', 'prompts' => 'Wash eye thoroughly with saline: 2-3litres.', 'reference_areas' => '', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '14', 'available' => '1', 'created_by' => NULL, 'updated_by' => '3', 'created_at' => '2022-12-07 12:44:42', 'updated_at' => '2023-06-09 12:36:58', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1418', 'name' => 'ophthalmia neonotrum', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:42', 'updated_at' => '2022-12-07 12:44:42', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1419', 'name' => 'Nocturnal leg clamps', 'icd10_code' => '', 'hmis_no_outpatient' => '', 'hmis_no_inpatient' => '', 'prompts' => '', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:42', 'updated_at' => '2022-12-07 12:44:42', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1420', 'name' => 'HEMIPARESIS', 'icd10_code' => '', 'hmis_no_outpatient' => '', 'hmis_no_inpatient' => '', 'prompts' => '', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:42', 'updated_at' => '2022-12-07 12:44:42', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1421', 'name' => 'TAG', 'icd10_code' => '', 'hmis_no_outpatient' => '', 'hmis_no_inpatient' => '', 'prompts' => '', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:42', 'updated_at' => '2022-12-07 12:44:42', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1423', 'name' => 'Acute Pericoronitis', 'icd10_code' => 'K05.30', 'hmis_no_outpatient' => 'OD11', 'hmis_no_inpatient' => '52', 'prompts' => NULL, 'reference_areas' => 'http://uploads/hospital_resources/456433329.pdf#page=1000', 'reference_names' => 'UCG Pericoronitis', 'chronic_status' => '1', 'hmis_category' => '5', 'available' => '1', 'created_by' => NULL, 'updated_by' => '3', 'created_at' => '2022-12-07 12:44:42', 'updated_at' => '2023-06-09 10:34:29', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1424', 'name' => 'thyroglossal fistula', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '1', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:42', 'updated_at' => '2022-12-07 12:44:42', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1425', 'name' => 'Retained Placenta', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:42', 'updated_at' => '2022-12-07 12:44:42', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1426', 'name' => 'Bartholinitis', 'icd10_code' => '', 'hmis_no_outpatient' => '', 'hmis_no_inpatient' => '', 'prompts' => 'bartholin gland inflammed but no pus discharge', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:42', 'updated_at' => '2022-12-07 12:44:42', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1427', 'name' => 'Gum infection', 'icd10_code' => '', 'hmis_no_outpatient' => '', 'hmis_no_inpatient' => '', 'prompts' => '', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:42', 'updated_at' => '2022-12-07 12:44:42', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1428', 'name' => 'Vasovagal syncope', 'icd10_code' => '', 'hmis_no_outpatient' => '', 'hmis_no_inpatient' => '', 'prompts' => '', 'reference_areas' => 'https://www.nice.org.uk/guidance/cg109/chapter/1-Guidance', 'reference_names' => 'NICE Guidelines - blackouts in over 16s', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:42', 'updated_at' => '2022-12-07 12:44:42', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1429', 'name' => 'Atrial flutter', 'icd10_code' => '', 'hmis_no_outpatient' => '', 'hmis_no_inpatient' => '', 'prompts' => '', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '1', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:42', 'updated_at' => '2022-12-07 12:44:42', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1430', 'name' => 'Maternity Admission - routine', 'icd10_code' => '=', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:42', 'updated_at' => '2022-12-07 12:44:42', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1431', 'name' => 'Umbilical Sinus', 'icd10_code' => '', 'hmis_no_outpatient' => '', 'hmis_no_inpatient' => '', 'prompts' => '', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:42', 'updated_at' => '2022-12-07 12:44:42', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1432', 'name' => 'Diverticulitis', 'icd10_code' => NULL, 'hmis_no_outpatient' => 'EM03', 'hmis_no_inpatient' => '87', 'prompts' => 'Infection of diverticular. Left lower quadrant pain and tenderness with signs of infection.', 'reference_areas' => '', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '12', 'available' => '1', 'created_by' => NULL, 'updated_by' => '75', 'created_at' => '2022-12-07 12:44:42', 'updated_at' => '2023-06-09 12:49:59', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1433', 'name' => 'OSTEOCHONDROMA', 'icd10_code' => '', 'hmis_no_outpatient' => '', 'hmis_no_inpatient' => '', 'prompts' => '', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:42', 'updated_at' => '2022-12-07 12:44:42', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1434', 'name' => 'ingrowing nail', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:42', 'updated_at' => '2022-12-07 12:44:42', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1435', 'name' => 'Madura Foot>>> see Mycetoma/Madura Foot', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => 'please use diagnosis label "Mycetoma / Madura Foot"', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:42', 'updated_at' => '2022-12-07 12:44:42', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1436', 'name' => 'Central Cord syndrome', 'icd10_code' => '', 'hmis_no_outpatient' => '', 'hmis_no_inpatient' => '', 'prompts' => '', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:42', 'updated_at' => '2022-12-07 12:44:42', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1437', 'name' => 'Sepsis: G.I focus', 'icd10_code' => '', 'hmis_no_outpatient' => '', 'hmis_no_inpatient' => '', 'prompts' => '', 'reference_areas' => '/uploads/hospital_resources/456433329.pdf#page=398, /uploads/hospital_resources/456433329.pdf#page=405, /uploads/hospital_resources/456433329.pdf#page=407', 'reference_names' => 'UCG Appendicitis, UCG Peritonitis, UCG Diarrhoea', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:42', 'updated_at' => '2022-12-07 12:44:42', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1438', 'name' => 'Retractile Testicle', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:42', 'updated_at' => '2022-12-07 12:44:42', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1440', 'name' => 'Hyperosmolar hyoperglycaemic state', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:42', 'updated_at' => '2022-12-07 12:44:42', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1441', 'name' => 'Fracture-Rib', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => '/uploads/hospital_resources/456433329.pdf#page=114', 'reference_names' => 'UCG Fractures', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:42', 'updated_at' => '2022-12-07 12:44:42', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1442', 'name' => 'Fracture-Humerus', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => '/uploads/hospital_resources/456433329.pdf#page=114', 'reference_names' => 'UCG Fractures', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:42', 'updated_at' => '2022-12-07 12:44:42', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1443', 'name' => 'Fracture-Tibia', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => '/uploads/hospital_resources/456433329.pdf#page=114', 'reference_names' => 'UCG Fractures', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:42', 'updated_at' => '2022-12-07 12:44:42', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1444', 'name' => 'Fracture-Fibula', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => '/uploads/hospital_resources/456433329.pdf#page=114', 'reference_names' => 'UCG Fractures', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:42', 'updated_at' => '2022-12-07 12:44:42', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1445', 'name' => 'Fracture- Tibia/Fibula', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => '/uploads/hospital_resources/456433329.pdf#page=114', 'reference_names' => 'UCG Fracture', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:42', 'updated_at' => '2022-12-07 12:44:42', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1446', 'name' => 'Fracture-Ulna', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => '/uploads/hospital_resources/456433329.pdf#page=114', 'reference_names' => 'UCG Fractures', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:42', 'updated_at' => '2022-12-07 12:44:42', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1447', 'name' => 'Fracture-Radius', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => '/uploads/hospital_resources/456433329.pdf#page=114', 'reference_names' => 'UCG Fractures', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:42', 'updated_at' => '2022-12-07 12:44:42', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1448', 'name' => 'Fracture-Radius/Ulna', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => '/uploads/hospital_resources/456433329.pdf#page=114', 'reference_names' => 'UCG Fractures', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:42', 'updated_at' => '2022-12-07 12:44:42', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1449', 'name' => 'Fracture-Skull', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => '/uploads/hospital_resources/456433329.pdf#page=114', 'reference_names' => 'UCG Fracture', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:42', 'updated_at' => '2022-12-07 12:44:42', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1450', 'name' => 'myopia', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '1', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:42', 'updated_at' => '2022-12-07 12:44:42', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1451', 'name' => 'presbiopia', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '1', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:42', 'updated_at' => '2022-12-07 12:44:42', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1452', 'name' => 'Hyperopia', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '1', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:42', 'updated_at' => '2022-12-07 12:44:42', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1453', 'name' => 'Iritis', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '--', 'prompts' => '--', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '1', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:42', 'updated_at' => '2022-12-07 12:44:42', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1454', 'name' => 'Xerophthalamia', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:42', 'updated_at' => '2022-12-07 12:44:42', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1455', 'name' => 'Dendritic Ulcers', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:42', 'updated_at' => '2022-12-07 12:44:42', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1456', 'name' => 'OPTICNERVE DAMAGE', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '1', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:42', 'updated_at' => '2022-12-07 12:44:42', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1457', 'name' => 'Long QT Syndrome', 'icd10_code' => '', 'hmis_no_outpatient' => '', 'hmis_no_inpatient' => '', 'prompts' => '', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '1', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:42', 'updated_at' => '2022-12-07 12:44:42', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1458', 'name' => 'fracture malleola', 'icd10_code' => '', 'hmis_no_outpatient' => '', 'hmis_no_inpatient' => '', 'prompts' => '', 'reference_areas' => '/uploads/hospital_resources/456433329.pdf#page=114', 'reference_names' => 'UCG Fractures', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:42', 'updated_at' => '2022-12-07 12:44:42', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1459', 'name' => 'fracture talus', 'icd10_code' => '', 'hmis_no_outpatient' => '', 'hmis_no_inpatient' => '', 'prompts' => '', 'reference_areas' => '/uploads/hospital_resources/456433329.pdf#page=114', 'reference_names' => 'UCG Fractures', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:42', 'updated_at' => '2022-12-07 12:44:42', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1460', 'name' => 'Delirium Tremens', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:42', 'updated_at' => '2022-12-07 12:44:42', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1461', 'name' => 'Cyst-Sebacoeus', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:42', 'updated_at' => '2022-12-07 12:44:42', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1462', 'name' => 'Laryngitis', 'icd10_code' => '', 'hmis_no_outpatient' => '', 'hmis_no_inpatient' => '', 'prompts' => '', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:42', 'updated_at' => '2022-12-07 12:44:42', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1463', 'name' => 'Paronychia', 'icd10_code' => '', 'hmis_no_outpatient' => '', 'hmis_no_inpatient' => '', 'prompts' => '', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:42', 'updated_at' => '2022-12-07 12:44:42', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1464', 'name' => 'Panic disorder', 'icd10_code' => '', 'hmis_no_outpatient' => '', 'hmis_no_inpatient' => '', 'prompts' => '', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '1', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:42', 'updated_at' => '2022-12-07 12:44:42', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1465', 'name' => 'Bulimia nervosa', 'icd10_code' => '', 'hmis_no_outpatient' => '', 'hmis_no_inpatient' => '', 'prompts' => '', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:42', 'updated_at' => '2022-12-07 12:44:42', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1467', 'name' => 'Tonsilor Abscess', 'icd10_code' => '`', 'hmis_no_outpatient' => '`', 'hmis_no_inpatient' => '', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:42', 'updated_at' => '2022-12-07 12:44:42', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1468', 'name' => 'Self Harm', 'icd10_code' => 'T14.91, Z91.5', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '', 'reference_areas' => '/uploads/hospital_resources/1377372132.pdf#page=139, /uploads/hospital_resources/456433329.pdf#page=511', 'reference_names' => 'Self Harm: WHO mhGAPv2, UCG Self harm', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:43', 'updated_at' => '2022-12-07 12:44:43', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1469', 'name' => 'genu recurvutum', 'icd10_code' => '', 'hmis_no_outpatient' => '', 'hmis_no_inpatient' => '', 'prompts' => '', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:43', 'updated_at' => '2022-12-07 12:44:43', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1470', 'name' => 'Hypotension', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => 'identify cause ,fluid resuscitation', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:43', 'updated_at' => '2022-12-07 12:44:43', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1471', 'name' => 'Congenital contractures', 'icd10_code' => NULL, 'hmis_no_outpatient' => 'PT15', 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => '', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '31', 'available' => '1', 'created_by' => NULL, 'updated_by' => '75', 'created_at' => '2022-12-07 12:44:43', 'updated_at' => '2023-06-06 14:41:25', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1472', 'name' => 'convulsion disorder>>> use epilepsy or seizure', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:43', 'updated_at' => '2023-08-03 13:49:04', 'deleted_at' => '2023-08-03 13:49:04', 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1473', 'name' => 'Abortion-missed', 'icd10_code' => 'O03', 'hmis_no_outpatient' => 'MC02', 'hmis_no_inpatient' => '116', 'prompts' => NULL, 'reference_areas' => 'http://uploads/hospital_resources/456433329.pdf#page=690', 'reference_names' => 'UCG Vaginal Bleeding in Early Pregnancy', 'chronic_status' => '0', 'hmis_category' => '17', 'available' => '1', 'created_by' => NULL, 'updated_by' => '1', 'created_at' => '2022-12-07 12:44:43', 'updated_at' => '2023-06-05 12:17:02', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1474', 'name' => 'ChorioAmnionitis', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:43', 'updated_at' => '2022-12-07 12:44:43', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1476', 'name' => 'Fecal impaction', 'icd10_code' => '', 'hmis_no_outpatient' => '', 'hmis_no_inpatient' => '', 'prompts' => '', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:43', 'updated_at' => '2022-12-07 12:44:43', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1477', 'name' => 'Sleep apnea', 'icd10_code' => '', 'hmis_no_outpatient' => '', 'hmis_no_inpatient' => '', 'prompts' => '', 'reference_areas' => 'https://patient.info/doctor/obstructive-sleep-apnoea-syndrome-pro', 'reference_names' => 'Patient.org sleep apnoea', 'chronic_status' => '1', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:43', 'updated_at' => '2022-12-07 12:44:43', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1478', 'name' => 'ARVs SIDE EFFECTS', 'icd10_code' => '', 'hmis_no_outpatient' => 'OP01', 'hmis_no_inpatient' => '115', 'prompts' => '', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '18', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:43', 'updated_at' => '2022-12-07 12:44:43', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1479', 'name' => 'Septic Abortion', 'icd10_code' => '-', 'hmis_no_outpatient' => 'MC02', 'hmis_no_inpatient' => '-', 'prompts' => NULL, 'reference_areas' => 'http://uploads/hospital_resources/456433329.pdf#page=693', 'reference_names' => 'UCG Septic abortion', 'chronic_status' => '0', 'hmis_category' => '17', 'available' => '1', 'created_by' => NULL, 'updated_by' => '75', 'created_at' => '2022-12-07 12:44:43', 'updated_at' => '2023-06-06 13:15:55', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1481', 'name' => 'PSYCHOSIS', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => '/uploads/hospital_resources/1377372132.pdf#page=41', 'reference_names' => 'Psychoses: WHO mhGAP,', 'chronic_status' => '1', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:43', 'updated_at' => '2022-12-07 12:44:43', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1482', 'name' => 'Quadriparesis', 'icd10_code' => '', 'hmis_no_outpatient' => '', 'hmis_no_inpatient' => '', 'prompts' => '', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '1', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:43', 'updated_at' => '2022-12-07 12:44:43', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1483', 'name' => 'Organophosphate poisoning', 'icd10_code' => '', 'hmis_no_outpatient' => '', 'hmis_no_inpatient' => '', 'prompts' => '', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:43', 'updated_at' => '2022-12-07 12:44:43', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1484', 'name' => 'Hemangiomas', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '1', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:43', 'updated_at' => '2022-12-07 12:44:43', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1485', 'name' => 'Breast Cysts', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:43', 'updated_at' => '2022-12-07 12:44:43', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1486', 'name' => 'Tungiasis', 'icd10_code' => '', 'hmis_no_outpatient' => '', 'hmis_no_inpatient' => '', 'prompts' => '', 'reference_areas' => '/uploads/hospital_resources/456433329.pdf#page=966', 'reference_names' => 'UCG Tungiasis', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:43', 'updated_at' => '2022-12-07 12:44:43', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1487', 'name' => 'Menstrual disorder', 'icd10_code' => '', 'hmis_no_outpatient' => '', 'hmis_no_inpatient' => '', 'prompts' => '', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:43', 'updated_at' => '2022-12-07 12:44:43', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1488', 'name' => 'Traumatic Pain', 'icd10_code' => '', 'hmis_no_outpatient' => '', 'hmis_no_inpatient' => '', 'prompts' => '', 'reference_areas' => '/uploads/hospital_resources/456433329.pdf#page=592', 'reference_names' => 'UCG Pain', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:43', 'updated_at' => '2022-12-07 12:44:43', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1489', 'name' => 'imperforate vagina', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:43', 'updated_at' => '2022-12-07 12:44:43', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1490', 'name' => 'imperforate hymen', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:43', 'updated_at' => '2022-12-07 12:44:43', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1491', 'name' => 'hypertrophied tonsils', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '1', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:43', 'updated_at' => '2022-12-07 12:44:43', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1492', 'name' => 'Peuperal Sepsis', 'icd10_code' => '', 'hmis_no_outpatient' => '', 'hmis_no_inpatient' => '', 'prompts' => '', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:43', 'updated_at' => '2022-12-07 12:44:43', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1493', 'name' => 'FIBROMA', 'icd10_code' => '', 'hmis_no_outpatient' => '', 'hmis_no_inpatient' => '', 'prompts' => '', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:43', 'updated_at' => '2022-12-07 12:44:43', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1494', 'name' => 'Mucositis', 'icd10_code' => '', 'hmis_no_outpatient' => '', 'hmis_no_inpatient' => '', 'prompts' => '', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:43', 'updated_at' => '2022-12-07 12:44:43', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1497', 'name' => 'climacteric phase', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '1', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:43', 'updated_at' => '2022-12-07 12:44:43', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1498', 'name' => 'Kerion', 'icd10_code' => '', 'hmis_no_outpatient' => '', 'hmis_no_inpatient' => '', 'prompts' => 'Fungal Abscess, usually confused with bacterial abscess', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '1', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:43', 'updated_at' => '2022-12-07 12:44:43', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1500', 'name' => 'Fracture: Clavicle', 'icd10_code' => '', 'hmis_no_outpatient' => '', 'hmis_no_inpatient' => '', 'prompts' => '', 'reference_areas' => '/uploads/hospital_resources/456433329.pdf#page=114', 'reference_names' => 'UCG Fractures', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:43', 'updated_at' => '2022-12-07 12:44:43', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1501', 'name' => 'Hypochondriasis', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:43', 'updated_at' => '2022-12-07 12:44:43', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1502', 'name' => 'Tongue tie', 'icd10_code' => '', 'hmis_no_outpatient' => '', 'hmis_no_inpatient' => '', 'prompts' => '', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:43', 'updated_at' => '2022-12-07 12:44:43', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1503', 'name' => 'Ankyloglossia', 'icd10_code' => '', 'hmis_no_outpatient' => '', 'hmis_no_inpatient' => '', 'prompts' => '', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:43', 'updated_at' => '2022-12-07 12:44:43', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1504', 'name' => 'Scalds', 'icd10_code' => '', 'hmis_no_outpatient' => '', 'hmis_no_inpatient' => '', 'prompts' => '', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:43', 'updated_at' => '2022-12-07 12:44:43', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1505', 'name' => 'URETHRA TRAUMA', 'icd10_code' => '', 'hmis_no_outpatient' => '', 'hmis_no_inpatient' => '', 'prompts' => '', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:43', 'updated_at' => '2022-12-07 12:44:43', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1506', 'name' => 'Trichomoniasis', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => '/uploads/hospital_resources/456433329.pdf#page=296', 'reference_names' => 'UCG Abnormal vaginal discharge', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:43', 'updated_at' => '2022-12-07 12:44:43', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1507', 'name' => 'folliculitis keloidalis', 'icd10_code' => '', 'hmis_no_outpatient' => '', 'hmis_no_inpatient' => '', 'prompts' => '', 'reference_areas' => '/uploads/hospital_resources/1934487423.pdf#page=31', 'reference_names' => 'common skin conditions,', 'chronic_status' => '1', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:43', 'updated_at' => '2022-12-07 12:44:43', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1508', 'name' => 'colles fracture', 'icd10_code' => '', 'hmis_no_outpatient' => '', 'hmis_no_inpatient' => '', 'prompts' => '', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:43', 'updated_at' => '2022-12-07 12:44:43', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1509', 'name' => 'Occipital Neuralgia', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:43', 'updated_at' => '2022-12-07 12:44:43', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1510', 'name' => 'Radiculopathy', 'icd10_code' => '', 'hmis_no_outpatient' => '', 'hmis_no_inpatient' => '', 'prompts' => '', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '1', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:43', 'updated_at' => '2022-12-07 12:44:43', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1511', 'name' => 'Insect Bite', 'icd10_code' => NULL, 'hmis_no_outpatient' => 'IN07', 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => '', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '14', 'available' => '1', 'created_by' => NULL, 'updated_by' => '75', 'created_at' => '2022-12-07 12:44:43', 'updated_at' => '2023-06-06 13:37:43', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1513', 'name' => 'hyperkerototic hand dermertitis', 'icd10_code' => '', 'hmis_no_outpatient' => '', 'hmis_no_inpatient' => '', 'prompts' => '', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:43', 'updated_at' => '2022-12-07 12:44:43', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1514', 'name' => 'frozen shoulder', 'icd10_code' => '', 'hmis_no_outpatient' => '', 'hmis_no_inpatient' => '', 'prompts' => '', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '1', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:43', 'updated_at' => '2022-12-07 12:44:43', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1515', 'name' => 'Furuncle', 'icd10_code' => '', 'hmis_no_outpatient' => '', 'hmis_no_inpatient' => '', 'prompts' => '', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:43', 'updated_at' => '2022-12-07 12:44:43', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1516', 'name' => 'Restless Leg Syndrome', 'icd10_code' => '', 'hmis_no_outpatient' => '', 'hmis_no_inpatient' => '', 'prompts' => 'Try o identify cause', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '1', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:43', 'updated_at' => '2022-12-07 12:44:43', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1517', 'name' => 'Subconjunctival haemorrhage', 'icd10_code' => '', 'hmis_no_outpatient' => '', 'hmis_no_inpatient' => '', 'prompts' => '', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:43', 'updated_at' => '2022-12-07 12:44:43', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1518', 'name' => 'Chalazion', 'icd10_code' => '', 'hmis_no_outpatient' => '', 'hmis_no_inpatient' => '', 'prompts' => '', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:43', 'updated_at' => '2022-12-07 12:44:43', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1521', 'name' => 'dislocation of shoulder joint', 'icd10_code' => '', 'hmis_no_outpatient' => '', 'hmis_no_inpatient' => '', 'prompts' => '', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:43', 'updated_at' => '2022-12-07 12:44:43', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1522', 'name' => 'Pre-eclampsia', 'icd10_code' => '', 'hmis_no_outpatient' => '', 'hmis_no_inpatient' => '', 'prompts' => '', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:43', 'updated_at' => '2022-12-07 12:44:43', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1523', 'name' => 'Obstructive Uropathy', 'icd10_code' => '', 'hmis_no_outpatient' => '', 'hmis_no_inpatient' => '', 'prompts' => '', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:43', 'updated_at' => '2022-12-07 12:44:43', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1524', 'name' => 'Cancer stomach >>> use Cancer: Gastric ', 'icd10_code' => '11', 'hmis_no_outpatient' => 'CA10', 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => NULL, 'reference_names' => NULL, 'chronic_status' => '0', 'hmis_category' => '7', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => NULL, 'updated_at' => '2023-06-09 11:45:50', 'deleted_at' => '2023-06-09 11:45:50', 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1525', 'name' => 'Obstructive airway Disease', 'icd10_code' => '', 'hmis_no_outpatient' => '', 'hmis_no_inpatient' => '', 'prompts' => '', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:43', 'updated_at' => '2022-12-07 12:44:43', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1526', 'name' => 'Post concussion syndrome', 'icd10_code' => '', 'hmis_no_outpatient' => '', 'hmis_no_inpatient' => '', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:43', 'updated_at' => '2022-12-07 12:44:43', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1527', 'name' => 'aneurysm', 'icd10_code' => '', 'hmis_no_outpatient' => '', 'hmis_no_inpatient' => '', 'prompts' => '', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:43', 'updated_at' => '2022-12-07 12:44:43', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1528', 'name' => 'Adenomyosis', 'icd10_code' => NULL, 'hmis_no_outpatient' => 'MC14', 'hmis_no_inpatient' => '130', 'prompts' => NULL, 'reference_areas' => '', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '17', 'available' => '1', 'created_by' => NULL, 'updated_by' => '75', 'created_at' => '2022-12-07 12:44:43', 'updated_at' => '2023-06-10 14:21:21', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1529', 'name' => 'Thelarche', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:43', 'updated_at' => '2022-12-07 12:44:43', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1531', 'name' => 'Genital Warts', 'icd10_code' => '`', 'hmis_no_outpatient' => '`', 'hmis_no_inpatient' => '`', 'prompts' => '`', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:43', 'updated_at' => '2022-12-07 12:44:43', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1532', 'name' => 'Migraine Headache - Classic', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:43', 'updated_at' => '2022-12-07 12:44:43', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1533', 'name' => 'Mirgaine Headache - Common type', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:43', 'updated_at' => '2022-12-07 12:44:43', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1534', 'name' => 'Blighted Ovum', 'icd10_code' => '', 'hmis_no_outpatient' => '', 'hmis_no_inpatient' => '', 'prompts' => '', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:43', 'updated_at' => '2022-12-07 12:44:43', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1535', 'name' => 'Rape trauma syndrome', 'icd10_code' => NULL, 'hmis_no_outpatient' => 'MH28', 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => 'http://uploads/hospital_resources/456433329.pdf#page=131', 'reference_names' => 'UCG Rape/Sexual Assault', 'chronic_status' => '0', 'hmis_category' => '8', 'available' => '1', 'created_by' => NULL, 'updated_by' => '75', 'created_at' => '2022-12-07 12:44:43', 'updated_at' => '2023-06-09 11:23:24', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1536', 'name' => 'Syndactyly', 'icd10_code' => '', 'hmis_no_outpatient' => '', 'hmis_no_inpatient' => '', 'prompts' => '', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:43', 'updated_at' => '2022-12-07 12:44:43', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1537', 'name' => 'Inguinal Abscess', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:43', 'updated_at' => '2022-12-07 12:44:43', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1538', 'name' => 'Polycystic Ovarian Syndrome', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '1', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:43', 'updated_at' => '2022-12-07 12:44:43', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1539', 'name' => 'Cervical prolapse', 'icd10_code' => '', 'hmis_no_outpatient' => '', 'hmis_no_inpatient' => '', 'prompts' => '', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:43', 'updated_at' => '2022-12-07 12:44:43', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1540', 'name' => 'Oligospermia', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:44', 'updated_at' => '2022-12-07 12:44:44', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1542', 'name' => 'Appendicular mass', 'icd10_code' => '', 'hmis_no_outpatient' => '', 'hmis_no_inpatient' => '', 'prompts' => '', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '1', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:44', 'updated_at' => '2022-12-07 12:44:44', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1543', 'name' => 'Disseminated herpes infection', 'icd10_code' => '', 'hmis_no_outpatient' => '', 'hmis_no_inpatient' => '', 'prompts' => '', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:44', 'updated_at' => '2022-12-07 12:44:44', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1544', 'name' => 'attempted Rape', 'icd10_code' => '', 'hmis_no_outpatient' => '', 'hmis_no_inpatient' => '', 'prompts' => '', 'reference_areas' => '/uploads/hospital_resources/456433329.pdf#page=131', 'reference_names' => 'UCG Sexual Assault/Rape', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:44', 'updated_at' => '2022-12-07 12:44:44', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1545', 'name' => 'male pseudohermaphroditism', 'icd10_code' => '', 'hmis_no_outpatient' => '', 'hmis_no_inpatient' => '', 'prompts' => '', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:44', 'updated_at' => '2022-12-07 12:44:44', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1546', 'name' => 'Flatulence', 'icd10_code' => '', 'hmis_no_outpatient' => '', 'hmis_no_inpatient' => '', 'prompts' => '', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '1', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:44', 'updated_at' => '2022-12-07 12:44:44', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1547', 'name' => 'Papular Pruritic Eruption', 'icd10_code' => '', 'hmis_no_outpatient' => '', 'hmis_no_inpatient' => '', 'prompts' => '', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:44', 'updated_at' => '2022-12-07 12:44:44', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1548', 'name' => 'Breast lump', 'icd10_code' => '', 'hmis_no_outpatient' => '', 'hmis_no_inpatient' => '', 'prompts' => '', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:44', 'updated_at' => '2022-12-07 12:44:44', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1550', 'name' => 'Tubo-ovarian cyst', 'icd10_code' => '', 'hmis_no_outpatient' => '', 'hmis_no_inpatient' => '', 'prompts' => '', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:44', 'updated_at' => '2022-12-07 12:44:44', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1552', 'name' => 'Extrapyramidal side effects', 'icd10_code' => '', 'hmis_no_outpatient' => '', 'hmis_no_inpatient' => '', 'prompts' => '', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:44', 'updated_at' => '2022-12-07 12:44:44', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1553', 'name' => 'Hydrolethalus syndrome', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => 'see Smith book Recognisable Patterns of Human Malformation', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '1', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:44', 'updated_at' => '2022-12-07 12:44:44', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1554', 'name' => 'Nasal septal deviation', 'icd10_code' => '', 'hmis_no_outpatient' => '', 'hmis_no_inpatient' => '', 'prompts' => '', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:44', 'updated_at' => '2022-12-07 12:44:44', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1555', 'name' => 'DO NOT USE Arthritis: Rheumatoid', 'icd10_code' => 'M05', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => NULL, 'reference_areas' => 'http://uploads/hospital_resources/456433329.pdf#page=539', 'reference_names' => 'UCG Rheumatoid arthritis', 'chronic_status' => '1', 'hmis_category' => NULL, 'available' => '0', 'created_by' => NULL, 'updated_by' => '15', 'created_at' => '2022-12-07 12:44:44', 'updated_at' => '2023-08-03 12:13:21', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1556', 'name' => 'Gout Arthritis', 'icd10_code' => 'M10', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => NULL, 'reference_areas' => 'http://uploads/hospital_resources/456433329.pdf#page=541', 'reference_names' => 'UCG Gout Arthritis', 'chronic_status' => '1', 'hmis_category' => NULL, 'available' => '1', 'created_by' => NULL, 'updated_by' => '15', 'created_at' => '2022-12-07 12:44:44', 'updated_at' => '2023-08-03 12:11:25', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1557', 'name' => 'DO NOT USE Arthritis: Osteo-arthritis', 'icd10_code' => 'M15-M19', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => NULL, 'reference_areas' => 'http://uploads/hospital_resources/456433329.pdf#page=543', 'reference_names' => 'UCG Osteoarthritis', 'chronic_status' => '1', 'hmis_category' => NULL, 'available' => '0', 'created_by' => NULL, 'updated_by' => '15', 'created_at' => '2022-12-07 12:44:44', 'updated_at' => '2023-08-03 12:07:52', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1558', 'name' => 'Seronegative Arthritis ', 'icd10_code' => '', 'hmis_no_outpatient' => '', 'hmis_no_inpatient' => '', 'prompts' => '', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '1', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:44', 'updated_at' => '2023-08-03 12:16:53', 'deleted_at' => '2023-08-03 12:16:53', 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1559', 'name' => 'Not in Waiting Room', 'icd10_code' => '', 'hmis_no_outpatient' => '', 'hmis_no_inpatient' => '', 'prompts' => '', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:44', 'updated_at' => '2022-12-07 12:44:44', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1560', 'name' => 'Supra-umbilical mass ', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:44', 'updated_at' => '2022-12-07 12:44:44', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1561', 'name' => ' Medical Check Up', 'icd10_code' => '', 'hmis_no_outpatient' => '', 'hmis_no_inpatient' => '', 'prompts' => '', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:44', 'updated_at' => '2022-12-07 12:44:44', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1562', 'name' => 'Hereditary Angioedema', 'icd10_code' => '', 'hmis_no_outpatient' => '', 'hmis_no_inpatient' => '', 'prompts' => '', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '1', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:44', 'updated_at' => '2022-12-07 12:44:44', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1563', 'name' => 'Gallbladder Polyp', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => '-,', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:44', 'updated_at' => '2022-12-07 12:44:44', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1564', 'name' => 'Hydatidiform mole', 'icd10_code' => '', 'hmis_no_outpatient' => '', 'hmis_no_inpatient' => '', 'prompts' => '', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:44', 'updated_at' => '2022-12-07 12:44:44', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1565', 'name' => 'invasive mole', 'icd10_code' => '', 'hmis_no_outpatient' => '', 'hmis_no_inpatient' => '', 'prompts' => '', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:44', 'updated_at' => '2022-12-07 12:44:44', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1566', 'name' => 'tumor [ear]', 'icd10_code' => '', 'hmis_no_outpatient' => '', 'hmis_no_inpatient' => '', 'prompts' => '', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:44', 'updated_at' => '2022-12-07 12:44:44', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1568', 'name' => 'vulvitis', 'icd10_code' => '', 'hmis_no_outpatient' => '', 'hmis_no_inpatient' => '', 'prompts' => '', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:44', 'updated_at' => '2022-12-07 12:44:44', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1569', 'name' => 'ChorioCarcinoma', 'icd10_code' => '', 'hmis_no_outpatient' => '', 'hmis_no_inpatient' => '', 'prompts' => '', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '1', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:44', 'updated_at' => '2022-12-07 12:44:44', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1570', 'name' => 'Atrophic vaginitis ', 'icd10_code' => '', 'hmis_no_outpatient' => '', 'hmis_no_inpatient' => '', 'prompts' => '', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '1', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:44', 'updated_at' => '2022-12-07 12:44:44', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1571', 'name' => 'Eczema: Infantile', 'icd10_code' => 'L20, L23', 'hmis_no_outpatient' => 'OP01', 'hmis_no_inpatient' => '-', 'prompts' => 'avoid use of potent steroid creams in infancy. Hydrocortisone 1% is safe.', 'reference_areas' => '/uploads/hospital_resources/1934487423.pdf#page=13,', 'reference_names' => 'Common Skin Conditions,,', 'chronic_status' => '0', 'hmis_category' => '18', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:44', 'updated_at' => '2022-12-07 12:44:44', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1572', 'name' => 'Substance Abuse', 'icd10_code' => 'F11 - F19', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => NULL, 'reference_areas' => 'http://uploads/hospital_resources/1377372132.pdf#page=113,http://uploads/hospital_resources/456433329.pdf#page=525', 'reference_names' => 'Substance Abuse: WHO mhGAPv2,UCG Substance Abuse', 'chronic_status' => '0', 'hmis_category' => NULL, 'available' => '1', 'created_by' => NULL, 'updated_by' => '75', 'created_at' => '2022-12-07 12:44:44', 'updated_at' => '2023-06-09 11:22:21', 'deleted_at' => '2023-06-09 11:22:21', 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1573', 'name' => 'Cervical polyp', 'icd10_code' => '', 'hmis_no_outpatient' => '', 'hmis_no_inpatient' => '', 'prompts' => '', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:44', 'updated_at' => '2022-12-07 12:44:44', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1574', 'name' => 'Giant cell arteritis', 'icd10_code' => '', 'hmis_no_outpatient' => '', 'hmis_no_inpatient' => '', 'prompts' => '', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '1', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:44', 'updated_at' => '2022-12-07 12:44:44', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1575', 'name' => 'Malignant Melanoma', 'icd10_code' => '', 'hmis_no_outpatient' => '', 'hmis_no_inpatient' => '', 'prompts' => '', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '1', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:44', 'updated_at' => '2022-12-07 12:44:44', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1576', 'name' => 'DO NOT USE Lower Respiratory Tract Infection', 'icd10_code' => NULL, 'hmis_no_outpatient' => NULL, 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => '', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => NULL, 'available' => '0', 'created_by' => NULL, 'updated_by' => '15', 'created_at' => '2022-12-07 12:44:44', 'updated_at' => '2023-08-03 12:25:25', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1577', 'name' => 'POST ABORTAL CARE', 'icd10_code' => NULL, 'hmis_no_outpatient' => 'MC03', 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => '', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '17', 'available' => '1', 'created_by' => NULL, 'updated_by' => '75', 'created_at' => '2022-12-07 12:44:44', 'updated_at' => '2023-06-06 13:13:56', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1579', 'name' => 'Pitted keratolysis', 'icd10_code' => '', 'hmis_no_outpatient' => '', 'hmis_no_inpatient' => '', 'prompts' => '', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:44', 'updated_at' => '2022-12-07 12:44:44', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1580', 'name' => 'Trisomy 18 Edwards syndrome', 'icd10_code' => '-', 'hmis_no_outpatient' => 'ND08', 'hmis_no_inpatient' => '-', 'prompts' => NULL, 'reference_areas' => 'http://uploads/hospital_resources/2147341947.jpg', 'reference_names' => 'Trisomy 18 photo', 'chronic_status' => '1', 'hmis_category' => '3', 'available' => '1', 'created_by' => NULL, 'updated_by' => '75', 'created_at' => '2022-12-07 12:44:44', 'updated_at' => '2023-06-09 10:44:38', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1581', 'name' => 'Lymphogranuloma Vereneum', 'icd10_code' => '-', 'hmis_no_outpatient' => '-', 'hmis_no_inpatient' => '-', 'prompts' => '-', 'reference_areas' => ',', 'reference_names' => ',', 'chronic_status' => '0', 'hmis_category' => '0', 'available' => '1', 'created_by' => NULL, 'updated_by' => NULL, 'created_at' => '2022-12-07 12:44:44', 'updated_at' => '2022-12-07 12:44:44', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1582', 'name' => 'Peripheral neuropathies with parasthesias', 'icd10_code' => NULL, 'hmis_no_outpatient' => NULL, 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => NULL, 'reference_names' => NULL, 'chronic_status' => '0', 'hmis_category' => NULL, 'available' => '1', 'created_by' => '66', 'updated_by' => NULL, 'created_at' => '2023-02-28 10:40:15', 'updated_at' => '2023-02-28 10:40:15', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1583', 'name' => 'Hemorrhoids', 'icd10_code' => NULL, 'hmis_no_outpatient' => 'OP01', 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => 'http://', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '18', 'available' => '1', 'created_by' => '6', 'updated_by' => '6', 'created_at' => '2023-03-06 07:54:44', 'updated_at' => '2023-03-06 07:54:44', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1588', 'name' => 'Test', 'icd10_code' => NULL, 'hmis_no_outpatient' => NULL, 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => 'http://', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => NULL, 'available' => '1', 'created_by' => '7', 'updated_by' => '7', 'created_at' => '2023-03-27 14:59:40', 'updated_at' => '2023-03-27 14:59:40', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1589', 'name' => 'Spina Bifida (Physio] New-Att', 'icd10_code' => NULL, 'hmis_no_outpatient' => NULL, 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => 'http://http://', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '31', 'available' => '1', 'created_by' => '15', 'updated_by' => '15', 'created_at' => '2023-03-31 11:50:01', 'updated_at' => '2023-08-02 14:00:47', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1590', 'name' => 'Lower Back Pain', 'icd10_code' => NULL, 'hmis_no_outpatient' => NULL, 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => 'http://http://', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => NULL, 'available' => '1', 'created_by' => '15', 'updated_by' => '15', 'created_at' => '2023-04-01 08:24:00', 'updated_at' => '2023-08-03 11:10:12', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1591', 'name' => 'Stroke (Physio] New-Att', 'icd10_code' => NULL, 'hmis_no_outpatient' => NULL, 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => 'http://http://', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '31', 'available' => '1', 'created_by' => '15', 'updated_by' => '15', 'created_at' => '2023-04-01 08:27:58', 'updated_at' => '2023-08-02 14:02:27', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1592', 'name' => 'DO NOT USE - Back Pain', 'icd10_code' => NULL, 'hmis_no_outpatient' => NULL, 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => 'http://http://', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => NULL, 'available' => '0', 'created_by' => '15', 'updated_by' => '15', 'created_at' => '2023-04-01 08:29:48', 'updated_at' => '2023-08-03 11:12:44', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1593', 'name' => 'Lumber Spondylosis', 'icd10_code' => NULL, 'hmis_no_outpatient' => 'PT19', 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => 'http://http://', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '31', 'available' => '1', 'created_by' => '15', 'updated_by' => '75', 'created_at' => '2023-04-01 08:31:20', 'updated_at' => '2023-06-06 14:34:43', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1596', 'name' => 'Pelvic Inflammatory Disease', 'icd10_code' => NULL, 'hmis_no_outpatient' => NULL, 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => 'http://', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => NULL, 'available' => '1', 'created_by' => '15', 'updated_by' => '15', 'created_at' => '2023-04-01 08:36:33', 'updated_at' => '2023-04-01 08:38:23', 'deleted_at' => '2023-04-01 08:38:23', 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1597', 'name' => 'Knee Pain - (Physio] Re-Att (Arthritis, Patella Instability, Mensci tears, Ligament tears]', 'icd10_code' => NULL, 'hmis_no_outpatient' => NULL, 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => 'http://http://', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '31', 'available' => '1', 'created_by' => '15', 'updated_by' => '15', 'created_at' => '2023-04-01 08:41:09', 'updated_at' => '2023-08-02 13:38:41', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1598', 'name' => 'Knee Pain (Dr]', 'icd10_code' => NULL, 'hmis_no_outpatient' => NULL, 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => 'http://http://', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => NULL, 'available' => '1', 'created_by' => '15', 'updated_by' => '7', 'created_at' => '2023-04-01 08:41:58', 'updated_at' => '2023-08-02 09:22:01', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1599', 'name' => 'Ankle Pain (Arthritis] Physio New-Att', 'icd10_code' => NULL, 'hmis_no_outpatient' => NULL, 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => 'http://http://', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '31', 'available' => '1', 'created_by' => '15', 'updated_by' => '15', 'created_at' => '2023-04-01 08:42:58', 'updated_at' => '2023-08-02 12:20:23', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1600', 'name' => 'Ankle Pain DR New-Att', 'icd10_code' => NULL, 'hmis_no_outpatient' => NULL, 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => 'http://http://', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => NULL, 'available' => '1', 'created_by' => '15', 'updated_by' => '15', 'created_at' => '2023-04-01 08:44:15', 'updated_at' => '2023-08-02 12:25:30', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1601', 'name' => 'Down\'s Syndrome', 'icd10_code' => NULL, 'hmis_no_outpatient' => NULL, 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => 'http://', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => NULL, 'available' => '1', 'created_by' => '15', 'updated_by' => '15', 'created_at' => '2023-04-01 08:45:10', 'updated_at' => '2023-06-06 14:53:15', 'deleted_at' => '2023-06-06 14:53:15', 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1605', 'name' => 'Brachial Plexus (PHYSIO] New-Att', 'icd10_code' => NULL, 'hmis_no_outpatient' => NULL, 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => 'http://http://', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '31', 'available' => '1', 'created_by' => '15', 'updated_by' => '15', 'created_at' => '2023-04-01 08:48:48', 'updated_at' => '2023-08-02 12:57:41', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1606', 'name' => 'Corpal tunnel Syndrome', 'icd10_code' => NULL, 'hmis_no_outpatient' => NULL, 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => 'http://,http://', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => NULL, 'available' => '1', 'created_by' => '6', 'updated_by' => '6', 'created_at' => '2023-04-18 11:51:18', 'updated_at' => '2023-04-18 11:51:18', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1607', 'name' => 'Cardio Pulmonary conditions', 'icd10_code' => NULL, 'hmis_no_outpatient' => NULL, 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => 'http://', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => NULL, 'available' => '1', 'created_by' => '6', 'updated_by' => '6', 'created_at' => '2023-04-18 11:55:36', 'updated_at' => '2023-04-18 11:55:36', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1608', 'name' => 'Joint replacement', 'icd10_code' => NULL, 'hmis_no_outpatient' => NULL, 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => 'http://', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => NULL, 'available' => '1', 'created_by' => '6', 'updated_by' => '6', 'created_at' => '2023-04-18 11:56:34', 'updated_at' => '2023-04-18 11:56:34', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1609', 'name' => 'huntingtons disease', 'icd10_code' => NULL, 'hmis_no_outpatient' => NULL, 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => 'http://', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => NULL, 'available' => '1', 'created_by' => '6', 'updated_by' => '6', 'created_at' => '2023-04-18 11:59:59', 'updated_at' => '2023-04-18 11:59:59', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1610', 'name' => 'Parkinson\'s disease', 'icd10_code' => NULL, 'hmis_no_outpatient' => NULL, 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => 'http://', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => NULL, 'available' => '1', 'created_by' => '6', 'updated_by' => '6', 'created_at' => '2023-04-18 12:01:07', 'updated_at' => '2023-04-18 12:02:17', 'deleted_at' => '2023-04-18 12:02:17', 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1611', 'name' => 'Pelvic floor dysfunctions', 'icd10_code' => NULL, 'hmis_no_outpatient' => NULL, 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => 'http://', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => NULL, 'available' => '1', 'created_by' => '6', 'updated_by' => '6', 'created_at' => '2023-04-18 12:06:02', 'updated_at' => '2023-08-03 11:17:29', 'deleted_at' => '2023-08-03 11:17:29', 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1615', 'name' => 'Whiplash', 'icd10_code' => NULL, 'hmis_no_outpatient' => NULL, 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => 'http://', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => NULL, 'available' => '1', 'created_by' => '6', 'updated_by' => '6', 'created_at' => '2023-04-18 12:22:22', 'updated_at' => '2023-04-18 12:22:22', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1616', 'name' => 'Neck Pain (Physio] New-Att (Whiplash, cervical spondylosis, cervical hemitation]', 'icd10_code' => NULL, 'hmis_no_outpatient' => NULL, 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => 'http://http://', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '31', 'available' => '1', 'created_by' => '6', 'updated_by' => '15', 'created_at' => '2023-04-18 12:35:06', 'updated_at' => '2023-08-02 13:44:14', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1617', 'name' => 'Elbow Pain (PHYSIO] New-Att', 'icd10_code' => NULL, 'hmis_no_outpatient' => NULL, 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => 'http://http://', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '31', 'available' => '1', 'created_by' => '6', 'updated_by' => '15', 'created_at' => '2023-04-18 12:36:08', 'updated_at' => '2023-08-02 13:17:31', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1618', 'name' => 'Chest Pain', 'icd10_code' => NULL, 'hmis_no_outpatient' => 'PT05', 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => 'http://http://', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '31', 'available' => '1', 'created_by' => '6', 'updated_by' => '75', 'created_at' => '2023-04-18 12:36:57', 'updated_at' => '2023-06-06 14:46:18', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1619', 'name' => 'Injection neutritis', 'icd10_code' => NULL, 'hmis_no_outpatient' => NULL, 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => 'http://', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => NULL, 'available' => '1', 'created_by' => '6', 'updated_by' => '6', 'created_at' => '2023-04-18 12:38:03', 'updated_at' => '2023-04-18 12:38:03', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1620', 'name' => 'Wrist pain (Physio] New-Att', 'icd10_code' => NULL, 'hmis_no_outpatient' => NULL, 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => 'http://http://', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '31', 'available' => '1', 'created_by' => '6', 'updated_by' => '15', 'created_at' => '2023-04-18 12:39:00', 'updated_at' => '2023-08-02 10:46:53', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1621', 'name' => 'Lower Limb pain (Physio] New-Att', 'icd10_code' => NULL, 'hmis_no_outpatient' => NULL, 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => 'http://http://', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '31', 'available' => '1', 'created_by' => '6', 'updated_by' => '15', 'created_at' => '2023-04-18 12:39:58', 'updated_at' => '2023-08-02 10:18:57', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1622', 'name' => 'Thoracic spine Pain (Physio] Re-Att', 'icd10_code' => NULL, 'hmis_no_outpatient' => NULL, 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => 'http://http://', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '31', 'available' => '1', 'created_by' => '6', 'updated_by' => '15', 'created_at' => '2023-04-18 12:40:58', 'updated_at' => '2023-08-02 10:13:52', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1623', 'name' => 'Hip Pain (Physio] New-att', 'icd10_code' => NULL, 'hmis_no_outpatient' => NULL, 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => 'http://http://', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '31', 'available' => '1', 'created_by' => '6', 'updated_by' => '15', 'created_at' => '2023-04-18 12:42:46', 'updated_at' => '2023-08-02 09:39:00', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1624', 'name' => 'Shoulder Pain (Physio] New-att', 'icd10_code' => NULL, 'hmis_no_outpatient' => NULL, 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => 'http://http://', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '31', 'available' => '1', 'created_by' => '6', 'updated_by' => '15', 'created_at' => '2023-04-18 12:43:47', 'updated_at' => '2023-08-02 10:11:32', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1625', 'name' => 'General body weakness', 'icd10_code' => NULL, 'hmis_no_outpatient' => NULL, 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => 'http://', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => NULL, 'available' => '1', 'created_by' => '6', 'updated_by' => '6', 'created_at' => '2023-04-18 12:44:33', 'updated_at' => '2023-04-18 12:44:33', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1626', 'name' => 'Upper Limb pain', 'icd10_code' => NULL, 'hmis_no_outpatient' => NULL, 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => 'http://', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => NULL, 'available' => '1', 'created_by' => '6', 'updated_by' => '6', 'created_at' => '2023-04-18 12:45:12', 'updated_at' => '2023-04-18 12:45:12', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1627', 'name' => 'Anthroglyposis', 'icd10_code' => NULL, 'hmis_no_outpatient' => NULL, 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => 'http://', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => NULL, 'available' => '1', 'created_by' => '6', 'updated_by' => '6', 'created_at' => '2023-04-18 12:46:03', 'updated_at' => '2023-08-02 12:30:48', 'deleted_at' => '2023-08-02 12:30:48', 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1628', 'name' => 'Incontinance', 'icd10_code' => NULL, 'hmis_no_outpatient' => NULL, 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => 'http://', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => NULL, 'available' => '1', 'created_by' => '6', 'updated_by' => '6', 'created_at' => '2023-04-18 12:46:47', 'updated_at' => '2023-04-18 12:46:47', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1629', 'name' => 'Abdominal dua tasks', 'icd10_code' => NULL, 'hmis_no_outpatient' => NULL, 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => 'http://', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => NULL, 'available' => '1', 'created_by' => '6', 'updated_by' => '6', 'created_at' => '2023-04-19 08:06:56', 'updated_at' => '2023-06-06 13:19:39', 'deleted_at' => '2023-06-06 13:19:39', 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1630', 'name' => 'De-quavains syndrome (Physio] Re-Att', 'icd10_code' => NULL, 'hmis_no_outpatient' => NULL, 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => 'http://http://', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '31', 'available' => '1', 'created_by' => '6', 'updated_by' => '15', 'created_at' => '2023-04-19 08:07:42', 'updated_at' => '2023-08-02 10:32:00', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1631', 'name' => 'Golfers elbow', 'icd10_code' => NULL, 'hmis_no_outpatient' => NULL, 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => 'http://http://', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => NULL, 'available' => '1', 'created_by' => '6', 'updated_by' => '6', 'created_at' => '2023-04-19 08:08:31', 'updated_at' => '2023-04-19 08:09:32', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1632', 'name' => 'Gluteal Fibrosis', 'icd10_code' => NULL, 'hmis_no_outpatient' => NULL, 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => 'http://', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => NULL, 'available' => '1', 'created_by' => '6', 'updated_by' => '6', 'created_at' => '2023-04-19 08:27:44', 'updated_at' => '2023-04-19 08:27:44', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1633', 'name' => 'Neonatal Pneumonia (8 - 28 days]', 'icd10_code' => NULL, 'hmis_no_outpatient' => 'ND04', 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => 'http://', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '3', 'available' => '1', 'created_by' => '75', 'updated_by' => '75', 'created_at' => '2023-06-06 12:26:53', 'updated_at' => '2023-06-06 12:26:53', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1634', 'name' => 'Severe Pneumonia', 'icd10_code' => NULL, 'hmis_no_outpatient' => 'CD13', 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => 'http://', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '2', 'available' => '1', 'created_by' => '75', 'updated_by' => '75', 'created_at' => '2023-06-06 12:51:44', 'updated_at' => '2023-06-06 12:51:44', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1635', 'name' => 'Breast Cancer', 'icd10_code' => NULL, 'hmis_no_outpatient' => 'CA03', 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => 'http://', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '10', 'available' => '1', 'created_by' => '75', 'updated_by' => '75', 'created_at' => '2023-06-06 13:04:55', 'updated_at' => '2023-06-06 13:04:55', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1636', 'name' => 'Ischemic Heart Diseases', 'icd10_code' => NULL, 'hmis_no_outpatient' => 'CV04', 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => 'http://', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '11', 'available' => '1', 'created_by' => '75', 'updated_by' => '75', 'created_at' => '2023-06-06 13:50:01', 'updated_at' => '2023-08-03 13:38:24', 'deleted_at' => '2023-08-03 13:38:24', 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1637', 'name' => 'Dysfluency / Stammering', 'icd10_code' => NULL, 'hmis_no_outpatient' => 'SL05', 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => 'http://', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '30', 'available' => '1', 'created_by' => '75', 'updated_by' => '75', 'created_at' => '2023-06-06 14:17:36', 'updated_at' => '2023-06-06 14:17:36', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1638', 'name' => 'Hearing impairments', 'icd10_code' => NULL, 'hmis_no_outpatient' => 'SL03', 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => 'http://', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '30', 'available' => '1', 'created_by' => '75', 'updated_by' => '75', 'created_at' => '2023-06-06 14:19:52', 'updated_at' => '2023-06-06 14:19:52', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1639', 'name' => 'Voice Disorders', 'icd10_code' => NULL, 'hmis_no_outpatient' => 'SL04', 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => 'http://', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '30', 'available' => '1', 'created_by' => '75', 'updated_by' => '75', 'created_at' => '2023-06-06 14:20:38', 'updated_at' => '2023-06-06 14:20:38', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1640', 'name' => 'Lumbar Spondylosis', 'icd10_code' => NULL, 'hmis_no_outpatient' => 'PT19', 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => 'http://', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '31', 'available' => '1', 'created_by' => '75', 'updated_by' => '75', 'created_at' => '2023-06-06 14:31:52', 'updated_at' => '2023-06-06 14:35:05', 'deleted_at' => '2023-06-06 14:35:05', 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1641', 'name' => 'Low Back Pain (Physio] New-Att', 'icd10_code' => NULL, 'hmis_no_outpatient' => 'PT19', 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => 'http://http://', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '31', 'available' => '1', 'created_by' => '75', 'updated_by' => '15', 'created_at' => '2023-06-06 14:33:01', 'updated_at' => '2023-08-02 13:40:32', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1642', 'name' => 'Bacteremia New-Attendance', 'icd10_code' => NULL, 'hmis_no_outpatient' => NULL, 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => '', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => NULL, 'available' => '1', 'created_by' => '47', 'updated_by' => '15', 'created_at' => '2023-06-07 12:13:01', 'updated_at' => '2023-08-03 11:02:08', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1643', 'name' => 'Umblical hernia', 'icd10_code' => NULL, 'hmis_no_outpatient' => NULL, 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => NULL, 'reference_names' => NULL, 'chronic_status' => '0', 'hmis_category' => NULL, 'available' => '1', 'created_by' => '66', 'updated_by' => NULL, 'created_at' => '2023-06-07 13:40:26', 'updated_at' => '2023-06-07 13:40:26', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1644', 'name' => 'DO NOT USE Known Diabetes', 'icd10_code' => NULL, 'hmis_no_outpatient' => NULL, 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => 'http://http://', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => NULL, 'available' => '0', 'created_by' => '15', 'updated_by' => '15', 'created_at' => '2023-06-08 10:09:01', 'updated_at' => '2023-08-03 12:43:29', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1645', 'name' => 'Anal piles', 'icd10_code' => NULL, 'hmis_no_outpatient' => NULL, 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => 'http://', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => NULL, 'available' => '1', 'created_by' => '15', 'updated_by' => '15', 'created_at' => '2023-06-08 10:10:06', 'updated_at' => '2023-06-08 10:10:06', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1649', 'name' => 'DO NOT USE Known Hypertensive', 'icd10_code' => NULL, 'hmis_no_outpatient' => NULL, 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => 'http://http://', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => NULL, 'available' => '0', 'created_by' => '15', 'updated_by' => '15', 'created_at' => '2023-06-08 10:14:43', 'updated_at' => '2023-08-03 11:57:13', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1650', 'name' => 'cone', 'icd10_code' => NULL, 'hmis_no_outpatient' => NULL, 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => NULL, 'reference_names' => NULL, 'chronic_status' => '0', 'hmis_category' => NULL, 'available' => '1', 'created_by' => '47', 'updated_by' => NULL, 'created_at' => '2023-06-08 10:22:12', 'updated_at' => '2023-06-08 10:22:12', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1651', 'name' => 'DO NOT USE HTN and Dm', 'icd10_code' => NULL, 'hmis_no_outpatient' => NULL, 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => 'http://http://', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => NULL, 'available' => '0', 'created_by' => '15', 'updated_by' => '15', 'created_at' => '2023-06-08 11:25:49', 'updated_at' => '2023-08-03 11:51:10', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1652', 'name' => 'DO NOT USE Hypertension', 'icd10_code' => NULL, 'hmis_no_outpatient' => NULL, 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => 'http://http://', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => NULL, 'available' => '0', 'created_by' => '15', 'updated_by' => '15', 'created_at' => '2023-06-08 11:26:23', 'updated_at' => '2023-08-03 12:04:52', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1653', 'name' => 'DO NOT USE Diabetes', 'icd10_code' => NULL, 'hmis_no_outpatient' => 'OT11', 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => 'http://http://', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '34', 'available' => '0', 'created_by' => '15', 'updated_by' => '15', 'created_at' => '2023-06-08 11:26:49', 'updated_at' => '2023-08-03 12:41:21', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1654', 'name' => 'Epixtasis', 'icd10_code' => NULL, 'hmis_no_outpatient' => 'EN06', 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => 'http://', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '6', 'available' => '1', 'created_by' => '75', 'updated_by' => '75', 'created_at' => '2023-06-08 12:28:07', 'updated_at' => '2023-06-08 12:28:07', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1655', 'name' => 'Tonsillar Hypertrophy', 'icd10_code' => NULL, 'hmis_no_outpatient' => 'EN14', 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => 'http://', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '6', 'available' => '1', 'created_by' => '75', 'updated_by' => '75', 'created_at' => '2023-06-08 12:39:14', 'updated_at' => '2023-06-08 12:39:14', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1656', 'name' => 'Tinnitus', 'icd10_code' => NULL, 'hmis_no_outpatient' => 'EN15', 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => 'http://', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '6', 'available' => '1', 'created_by' => '75', 'updated_by' => '75', 'created_at' => '2023-06-08 12:40:10', 'updated_at' => '2023-06-08 12:40:10', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1657', 'name' => 'Infected Pre-auricular Sinuses', 'icd10_code' => NULL, 'hmis_no_outpatient' => 'EN09', 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => 'http://', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '6', 'available' => '1', 'created_by' => '75', 'updated_by' => '75', 'created_at' => '2023-06-08 12:41:22', 'updated_at' => '2023-06-08 12:41:22', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1658', 'name' => 'Infected Pre-auricular Abscess', 'icd10_code' => NULL, 'hmis_no_outpatient' => 'EN09', 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => 'http://', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '6', 'available' => '1', 'created_by' => '75', 'updated_by' => '75', 'created_at' => '2023-06-08 12:41:58', 'updated_at' => '2023-06-08 12:41:58', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1659', 'name' => 'DO NOT USE Poorly Controlled Diabetes', 'icd10_code' => NULL, 'hmis_no_outpatient' => NULL, 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => 'http://http://', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => NULL, 'available' => '0', 'created_by' => '3', 'updated_by' => '15', 'created_at' => '2023-06-08 12:53:13', 'updated_at' => '2023-08-03 12:44:03', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1660', 'name' => 'Mastoid Abscess', 'icd10_code' => NULL, 'hmis_no_outpatient' => 'EN11', 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => 'http://', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '6', 'available' => '1', 'created_by' => '75', 'updated_by' => '75', 'created_at' => '2023-06-08 12:54:02', 'updated_at' => '2023-06-08 12:54:02', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1661', 'name' => 'DO NOT USE Poorly Controlled HTN', 'icd10_code' => NULL, 'hmis_no_outpatient' => 'OP01', 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => 'http://http://', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '18', 'available' => '0', 'created_by' => '3', 'updated_by' => '15', 'created_at' => '2023-06-08 12:54:26', 'updated_at' => '2023-08-03 11:52:03', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1662', 'name' => 'No pathology', 'icd10_code' => NULL, 'hmis_no_outpatient' => 'OP01', 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => 'http://', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '18', 'available' => '1', 'created_by' => '75', 'updated_by' => '75', 'created_at' => '2023-06-08 15:14:34', 'updated_at' => '2023-06-08 15:14:34', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1663', 'name' => 'Suspected Fever', 'icd10_code' => NULL, 'hmis_no_outpatient' => 'EP01a', 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => 'http://http://', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '1', 'available' => '1', 'created_by' => '15', 'updated_by' => '15', 'created_at' => '2023-06-09 09:45:02', 'updated_at' => '2023-06-09 10:02:28', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1664', 'name' => 'Bacterial Conjunctivitis', 'icd10_code' => NULL, 'hmis_no_outpatient' => 'EC02', 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => 'http://', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '7', 'available' => '1', 'created_by' => '3', 'updated_by' => '3', 'created_at' => '2023-06-09 10:41:35', 'updated_at' => '2023-06-09 10:41:35', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1665', 'name' => 'Corneal scars (Non trachomatous]', 'icd10_code' => NULL, 'hmis_no_outpatient' => 'EC17', 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => 'http://', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '7', 'available' => '1', 'created_by' => '3', 'updated_by' => '3', 'created_at' => '2023-06-09 10:43:09', 'updated_at' => '2023-06-09 10:43:09', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1666', 'name' => 'Corneal Ulcers/ Keratitis', 'icd10_code' => NULL, 'hmis_no_outpatient' => 'EC05', 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => 'http://', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '7', 'available' => '1', 'created_by' => '3', 'updated_by' => '3', 'created_at' => '2023-06-09 10:43:31', 'updated_at' => '2023-06-09 10:43:31', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1667', 'name' => 'Un Operable Cataract (>6/60]', 'icd10_code' => NULL, 'hmis_no_outpatient' => 'EC06', 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => 'http://', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '7', 'available' => '1', 'created_by' => '3', 'updated_by' => '3', 'created_at' => '2023-06-09 10:44:37', 'updated_at' => '2023-06-09 10:44:37', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1668', 'name' => 'Other eye conditions', 'icd10_code' => NULL, 'hmis_no_outpatient' => 'EC27', 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => 'http://', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '7', 'available' => '1', 'created_by' => '3', 'updated_by' => '3', 'created_at' => '2023-06-09 10:46:22', 'updated_at' => '2023-06-09 10:46:22', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1669', 'name' => 'Tumours', 'icd10_code' => NULL, 'hmis_no_outpatient' => 'EC18', 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => 'http://', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '7', 'available' => '1', 'created_by' => '3', 'updated_by' => '3', 'created_at' => '2023-06-09 10:47:33', 'updated_at' => '2023-06-09 10:47:33', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1670', 'name' => 'Strabismus ( All types]', 'icd10_code' => NULL, 'hmis_no_outpatient' => 'EC19', 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => 'http://http://', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '7', 'available' => '1', 'created_by' => '3', 'updated_by' => '3', 'created_at' => '2023-06-09 10:47:57', 'updated_at' => '2023-06-09 10:59:30', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1671', 'name' => 'Ptosis and other lid Disorders', 'icd10_code' => NULL, 'hmis_no_outpatient' => 'EC21', 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => 'http://http://', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '7', 'available' => '1', 'created_by' => '3', 'updated_by' => '3', 'created_at' => '2023-06-09 10:48:24', 'updated_at' => '2023-06-09 10:59:06', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1672', 'name' => 'Squamous Cell Carcinoma of Conjunctiva', 'icd10_code' => NULL, 'hmis_no_outpatient' => 'EC20', 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => 'http://', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '7', 'available' => '1', 'created_by' => '3', 'updated_by' => '3', 'created_at' => '2023-06-09 10:48:55', 'updated_at' => '2023-06-09 10:48:55', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1675', 'name' => 'Anxiety Disorders due to gender based violence', 'icd10_code' => NULL, 'hmis_no_outpatient' => 'MH02', 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => 'http://', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '8', 'available' => '1', 'created_by' => '3', 'updated_by' => '3', 'created_at' => '2023-06-09 10:53:24', 'updated_at' => '2023-06-09 10:53:24', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1676', 'name' => 'Spectacles Dispensed', 'icd10_code' => NULL, 'hmis_no_outpatient' => 'EC28', 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => 'http://http://', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '7', 'available' => '1', 'created_by' => '3', 'updated_by' => '3', 'created_at' => '2023-06-09 10:54:19', 'updated_at' => '2023-06-09 10:58:19', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1677', 'name' => 'Unipolar Depressive Disorder', 'icd10_code' => NULL, 'hmis_no_outpatient' => 'MH03', 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => 'http://', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '8', 'available' => '1', 'created_by' => '75', 'updated_by' => '75', 'created_at' => '2023-06-09 10:54:24', 'updated_at' => '2023-06-09 10:54:24', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1678', 'name' => 'Other Eye Disorders', 'icd10_code' => NULL, 'hmis_no_outpatient' => 'EC25', 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => 'http://', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '7', 'available' => '1', 'created_by' => '3', 'updated_by' => '3', 'created_at' => '2023-06-09 10:54:52', 'updated_at' => '2023-06-09 10:54:52', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1679', 'name' => 'Other Malignant Tumours', 'icd10_code' => NULL, 'hmis_no_outpatient' => 'EC23', 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => 'http://', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '7', 'available' => '1', 'created_by' => '3', 'updated_by' => '3', 'created_at' => '2023-06-09 10:55:23', 'updated_at' => '2023-06-09 10:55:23', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1680', 'name' => 'Post -Traumatic Stress Disorder', 'icd10_code' => NULL, 'hmis_no_outpatient' => 'MH06', 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => 'http://', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '8', 'available' => '1', 'created_by' => '75', 'updated_by' => '75', 'created_at' => '2023-06-09 10:56:52', 'updated_at' => '2023-06-09 10:56:52', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1684', 'name' => 'Alzheimers disease', 'icd10_code' => NULL, 'hmis_no_outpatient' => 'MH09', 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => 'http://', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '8', 'available' => '1', 'created_by' => '75', 'updated_by' => '75', 'created_at' => '2023-06-09 10:58:59', 'updated_at' => '2023-06-09 10:58:59', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1685', 'name' => 'HIV related dementia', 'icd10_code' => NULL, 'hmis_no_outpatient' => 'MH10', 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => 'http://', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '8', 'available' => '1', 'created_by' => '75', 'updated_by' => '75', 'created_at' => '2023-06-09 10:59:37', 'updated_at' => '2023-06-09 10:59:37', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1686', 'name' => 'Alcohol related Dementia', 'icd10_code' => NULL, 'hmis_no_outpatient' => 'MH11', 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => 'http://', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '8', 'available' => '1', 'created_by' => '75', 'updated_by' => '75', 'created_at' => '2023-06-09 11:00:17', 'updated_at' => '2023-06-09 11:00:17', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1687', 'name' => 'DO NOT USE Dementia due to stroke (Diabetes, Hypertension]', 'icd10_code' => NULL, 'hmis_no_outpatient' => 'MH12', 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => 'http://http://', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '8', 'available' => '0', 'created_by' => '75', 'updated_by' => '15', 'created_at' => '2023-06-09 11:01:02', 'updated_at' => '2023-08-03 12:04:09', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1688', 'name' => 'Internet addiction', 'icd10_code' => NULL, 'hmis_no_outpatient' => 'MH15', 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => 'http://', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '8', 'available' => '1', 'created_by' => '75', 'updated_by' => '75', 'created_at' => '2023-06-09 11:04:26', 'updated_at' => '2023-06-09 11:04:26', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1689', 'name' => 'Substance (Drug] use Disorder', 'icd10_code' => NULL, 'hmis_no_outpatient' => 'MH17', 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => 'http://', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '8', 'available' => '1', 'created_by' => '75', 'updated_by' => '75', 'created_at' => '2023-06-09 11:07:35', 'updated_at' => '2023-06-09 11:07:35', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1690', 'name' => 'Intellectual disability', 'icd10_code' => NULL, 'hmis_no_outpatient' => 'MH19', 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => 'http://', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '8', 'available' => '1', 'created_by' => '75', 'updated_by' => '75', 'created_at' => '2023-06-09 11:09:19', 'updated_at' => '2023-06-09 11:09:19', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1691', 'name' => 'Autism spectrum disorders', 'icd10_code' => NULL, 'hmis_no_outpatient' => 'MH20', 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => 'http://', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '8', 'available' => '1', 'created_by' => '75', 'updated_by' => '75', 'created_at' => '2023-06-09 11:10:09', 'updated_at' => '2023-06-09 11:10:09', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1693', 'name' => 'Aphasia or Loss of Language due to Stroke;', 'icd10_code' => '0', 'hmis_no_outpatient' => 'NE01', 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => 'http://', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '32', 'available' => '1', 'created_by' => '6', 'updated_by' => '6', 'created_at' => '2023-06-09 11:15:22', 'updated_at' => '2023-08-03 14:18:01', 'deleted_at' => '2023-08-03 14:18:01', 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1696', 'name' => 'Dysarthria or Speech Disorder due to Stroke', 'icd10_code' => '0', 'hmis_no_outpatient' => 'NE02', 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => 'http://', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '32', 'available' => '1', 'created_by' => '6', 'updated_by' => '6', 'created_at' => '2023-06-09 11:17:17', 'updated_at' => '2023-06-09 11:17:17', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1697', 'name' => 'Dementia or excessive forgetfulness due to advanced age,', 'icd10_code' => NULL, 'hmis_no_outpatient' => 'NE04', 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => 'http://', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '32', 'available' => '1', 'created_by' => '6', 'updated_by' => '6', 'created_at' => '2023-06-09 11:19:09', 'updated_at' => '2023-06-09 11:19:09', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1700', 'name' => 'Glaucoma', 'icd10_code' => NULL, 'hmis_no_outpatient' => 'EC09', 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => 'http://', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '7', 'available' => '1', 'created_by' => '3', 'updated_by' => '3', 'created_at' => '2023-06-09 11:20:43', 'updated_at' => '2023-06-09 11:20:43', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1701', 'name' => 'Trachoma', 'icd10_code' => NULL, 'hmis_no_outpatient' => 'EC10', 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => 'http://', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '7', 'available' => '1', 'created_by' => '3', 'updated_by' => '3', 'created_at' => '2023-06-09 11:21:24', 'updated_at' => '2023-06-09 11:21:24', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1702', 'name' => 'Amyotrophic Lateral Sclerosis(ALS]', 'icd10_code' => NULL, 'hmis_no_outpatient' => 'NE05', 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => 'http://', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '32', 'available' => '1', 'created_by' => '6', 'updated_by' => '6', 'created_at' => '2023-06-09 11:21:55', 'updated_at' => '2023-06-09 11:21:55', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1704', 'name' => 'Ocular trauma and Burns', 'icd10_code' => NULL, 'hmis_no_outpatient' => 'EC12', 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => 'http://', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '7', 'available' => '1', 'created_by' => '3', 'updated_by' => '3', 'created_at' => '2023-06-09 11:22:39', 'updated_at' => '2023-06-09 11:22:39', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1705', 'name' => 'Speech disorders due to Head Injuries(penetrating or closed]', 'icd10_code' => NULL, 'hmis_no_outpatient' => 'NE06', 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => 'http://', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '32', 'available' => '1', 'created_by' => '6', 'updated_by' => '6', 'created_at' => '2023-06-09 11:23:27', 'updated_at' => '2023-06-09 11:23:27', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1706', 'name' => 'Vitamin A Deficiency', 'icd10_code' => NULL, 'hmis_no_outpatient' => 'EC11', 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => 'http://', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '7', 'available' => '1', 'created_by' => '3', 'updated_by' => '3', 'created_at' => '2023-06-09 11:24:06', 'updated_at' => '2023-06-09 11:24:06', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1707', 'name' => 'Chorioretinal, Macular & Vitreous Disorders', 'icd10_code' => NULL, 'hmis_no_outpatient' => 'EC14', 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => 'http://', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '7', 'available' => '1', 'created_by' => '3', 'updated_by' => '3', 'created_at' => '2023-06-09 11:24:47', 'updated_at' => '2023-06-09 11:24:47', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1709', 'name' => 'Tooth extractions', 'icd10_code' => NULL, 'hmis_no_outpatient' => 'MN01', 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => 'http://http://', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '15', 'available' => '1', 'created_by' => '6', 'updated_by' => '15', 'created_at' => '2023-06-09 11:32:29', 'updated_at' => '2023-08-04 13:24:29', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1710', 'name' => 'Dental filling', 'icd10_code' => NULL, 'hmis_no_outpatient' => 'MN02', 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => 'http://', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '15', 'available' => '0', 'created_by' => '6', 'updated_by' => '6', 'created_at' => '2023-06-09 11:33:20', 'updated_at' => '2023-06-09 11:33:20', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1711', 'name' => 'other minor operations', 'icd10_code' => NULL, 'hmis_no_outpatient' => 'MN03', 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => 'http://', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '15', 'available' => '1', 'created_by' => '6', 'updated_by' => '6', 'created_at' => '2023-06-09 11:34:25', 'updated_at' => '2023-06-09 11:34:25', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1712', 'name' => 'Individuals with Difficulty in seeing', 'icd10_code' => NULL, 'hmis_no_outpatient' => 'DS01', 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => 'http://', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '33', 'available' => '1', 'created_by' => '75', 'updated_by' => '75', 'created_at' => '2023-06-09 11:34:30', 'updated_at' => '2023-06-09 11:34:30', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1713', 'name' => 'Individuals with Albinism', 'icd10_code' => NULL, 'hmis_no_outpatient' => 'DS02', 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => 'http://', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '33', 'available' => '1', 'created_by' => '75', 'updated_by' => '75', 'created_at' => '2023-06-09 11:35:02', 'updated_at' => '2023-06-09 11:35:02', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1714', 'name' => 'Individuals with Difficulty in hearing', 'icd10_code' => NULL, 'hmis_no_outpatient' => 'DS03', 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => 'http://', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '33', 'available' => '1', 'created_by' => '75', 'updated_by' => '75', 'created_at' => '2023-06-09 11:35:47', 'updated_at' => '2023-06-09 11:35:47', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1715', 'name' => 'Individuals with Speech Difficulties', 'icd10_code' => NULL, 'hmis_no_outpatient' => 'DS04', 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => 'http://', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '33', 'available' => '1', 'created_by' => '75', 'updated_by' => '75', 'created_at' => '2023-06-09 11:36:17', 'updated_at' => '2023-06-09 11:36:17', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1716', 'name' => 'Cervical Cancer', 'icd10_code' => NULL, 'hmis_no_outpatient' => 'CA01', 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => 'http://', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '10', 'available' => '1', 'created_by' => '3', 'updated_by' => '3', 'created_at' => '2023-06-09 11:36:39', 'updated_at' => '2023-06-09 11:36:39', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1717', 'name' => 'Individuals with delayed age specific motor development', 'icd10_code' => NULL, 'hmis_no_outpatient' => 'DS05', 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => 'http://', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '33', 'available' => '1', 'created_by' => '75', 'updated_by' => '75', 'created_at' => '2023-06-09 11:37:08', 'updated_at' => '2023-06-09 11:37:08', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1718', 'name' => 'Prostate Cancer', 'icd10_code' => NULL, 'hmis_no_outpatient' => 'CA02', 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => 'http://http://', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '10', 'available' => '1', 'created_by' => '3', 'updated_by' => '75', 'created_at' => '2023-06-09 11:37:12', 'updated_at' => '2023-06-10 14:08:02', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1720', 'name' => 'Individuals with Dwarfism', 'icd10_code' => NULL, 'hmis_no_outpatient' => 'DS06', 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => 'http://', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '33', 'available' => '1', 'created_by' => '75', 'updated_by' => '75', 'created_at' => '2023-06-09 11:37:45', 'updated_at' => '2023-06-09 11:37:45', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1721', 'name' => 'Individuals with Difficulty understanding', 'icd10_code' => NULL, 'hmis_no_outpatient' => 'DS07', 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => 'http://', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '33', 'available' => '1', 'created_by' => '75', 'updated_by' => '75', 'created_at' => '2023-06-09 11:38:28', 'updated_at' => '2023-06-09 11:38:28', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1722', 'name' => 'Individuals with Difficulty in remembering', 'icd10_code' => NULL, 'hmis_no_outpatient' => 'DS08', 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => 'http://', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '33', 'available' => '1', 'created_by' => '75', 'updated_by' => '75', 'created_at' => '2023-06-09 11:39:09', 'updated_at' => '2023-06-09 11:39:09', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1723', 'name' => 'Individuals with Difficulty in reading', 'icd10_code' => NULL, 'hmis_no_outpatient' => 'DS09', 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => 'http://', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '33', 'available' => '1', 'created_by' => '75', 'updated_by' => '75', 'created_at' => '2023-06-09 11:39:40', 'updated_at' => '2023-06-09 11:39:40', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1724', 'name' => 'Kaposis Sarcoma', 'icd10_code' => NULL, 'hmis_no_outpatient' => 'CA07', 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => 'http://', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '10', 'available' => '1', 'created_by' => '3', 'updated_by' => '3', 'created_at' => '2023-06-09 11:39:46', 'updated_at' => '2023-06-09 11:39:46', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1725', 'name' => 'Other Cancers', 'icd10_code' => NULL, 'hmis_no_outpatient' => 'CA08', 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => 'http://', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '10', 'available' => '1', 'created_by' => '3', 'updated_by' => '3', 'created_at' => '2023-06-09 11:40:09', 'updated_at' => '2023-06-09 11:40:09', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1726', 'name' => 'Individuals with Difficulty in writing', 'icd10_code' => NULL, 'hmis_no_outpatient' => 'DS10', 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => 'http://', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '33', 'available' => '1', 'created_by' => '75', 'updated_by' => '75', 'created_at' => '2023-06-09 11:40:19', 'updated_at' => '2023-06-09 11:40:19', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1727', 'name' => 'Individuals with Difficulty in self-care', 'icd10_code' => NULL, 'hmis_no_outpatient' => 'DS11', 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => 'http://', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '33', 'available' => '1', 'created_by' => '75', 'updated_by' => '75', 'created_at' => '2023-06-09 11:40:54', 'updated_at' => '2023-06-09 11:40:54', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1730', 'name' => 'Individuals with Mentally impairment', 'icd10_code' => NULL, 'hmis_no_outpatient' => 'DS12', 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => 'http://', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '33', 'available' => '1', 'created_by' => '75', 'updated_by' => '75', 'created_at' => '2023-06-09 11:41:30', 'updated_at' => '2023-06-09 11:41:30', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1732', 'name' => 'Individuals with Emotionally impairment', 'icd10_code' => NULL, 'hmis_no_outpatient' => 'DS13', 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => 'http://', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '33', 'available' => '1', 'created_by' => '75', 'updated_by' => '75', 'created_at' => '2023-06-09 11:42:03', 'updated_at' => '2023-06-09 11:42:03', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1734', 'name' => 'Muscular disorders.', 'icd10_code' => NULL, 'hmis_no_outpatient' => 'PT01', 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => 'http://', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '31', 'available' => '1', 'created_by' => '6', 'updated_by' => '6', 'created_at' => '2023-06-09 11:42:38', 'updated_at' => '2023-06-09 11:42:38', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1735', 'name' => 'Acute Flaccid Paralysis', 'icd10_code' => NULL, 'hmis_no_outpatient' => 'EP02', 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => 'http://http://', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '1', 'available' => '1', 'created_by' => '15', 'updated_by' => '15', 'created_at' => '2023-06-09 11:45:19', 'updated_at' => '2023-06-09 12:48:53', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1736', 'name' => 'Joint Dysfunction', 'icd10_code' => NULL, 'hmis_no_outpatient' => 'PT02', 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => 'http://', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '31', 'available' => '1', 'created_by' => '6', 'updated_by' => '6', 'created_at' => '2023-06-09 11:50:39', 'updated_at' => '2023-06-09 11:50:39', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1737', 'name' => 'Soft tissue injuries', 'icd10_code' => NULL, 'hmis_no_outpatient' => 'PT03', 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => 'http://', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '31', 'available' => '1', 'created_by' => '6', 'updated_by' => '6', 'created_at' => '2023-06-09 11:51:34', 'updated_at' => '2023-06-09 11:51:34', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1738', 'name' => 'Chronic respiratory disease', 'icd10_code' => NULL, 'hmis_no_outpatient' => 'PT04', 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => 'http://', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '31', 'available' => '1', 'created_by' => '6', 'updated_by' => '6', 'created_at' => '2023-06-09 11:53:12', 'updated_at' => '2023-08-03 12:18:22', 'deleted_at' => '2023-08-03 12:18:22', 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1739', 'name' => 'Paralysis due to spinal cord injury and other diseases', 'icd10_code' => NULL, 'hmis_no_outpatient' => 'PT06', 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => 'http://', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '31', 'available' => '1', 'created_by' => '6', 'updated_by' => '6', 'created_at' => '2023-06-09 11:59:13', 'updated_at' => '2023-06-09 11:59:13', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1740', 'name' => 'Upper Motor Neuron lesions (UMN]', 'icd10_code' => NULL, 'hmis_no_outpatient' => 'PT08', 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => 'http://', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '31', 'available' => '1', 'created_by' => '6', 'updated_by' => '6', 'created_at' => '2023-06-09 12:00:23', 'updated_at' => '2023-06-09 12:00:23', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1741', 'name' => 'Lower motor neuron lesions (LMN]', 'icd10_code' => NULL, 'hmis_no_outpatient' => 'PT10', 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => 'http://', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '31', 'available' => '1', 'created_by' => '6', 'updated_by' => '6', 'created_at' => '2023-06-09 12:01:41', 'updated_at' => '2023-06-09 12:01:41', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1742', 'name' => 'Gynaecological, obstetric and urogenital conditions', 'icd10_code' => NULL, 'hmis_no_outpatient' => 'PT11', 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => 'http://', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '31', 'available' => '1', 'created_by' => '6', 'updated_by' => '6', 'created_at' => '2023-06-09 12:02:57', 'updated_at' => '2023-06-09 12:02:57', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1743', 'name' => 'Altered Posture and gait.', 'icd10_code' => NULL, 'hmis_no_outpatient' => 'PT13', 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => 'http://', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '31', 'available' => '1', 'created_by' => '6', 'updated_by' => '6', 'created_at' => '2023-06-09 12:04:18', 'updated_at' => '2023-06-09 12:04:18', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1744', 'name' => 'Injection neuritis/Acute flaccid paralysis', 'icd10_code' => NULL, 'hmis_no_outpatient' => 'PT14', 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => 'http://', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '31', 'available' => '1', 'created_by' => '6', 'updated_by' => '6', 'created_at' => '2023-06-09 12:05:15', 'updated_at' => '2023-06-09 12:05:15', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1745', 'name' => 'Spine disorders e.g neck, thoracic, lumber, coccygeal pains', 'icd10_code' => NULL, 'hmis_no_outpatient' => 'PT16', 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => 'http://', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '31', 'available' => '1', 'created_by' => '6', 'updated_by' => '6', 'created_at' => '2023-06-09 12:07:13', 'updated_at' => '2023-06-09 12:07:13', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1746', 'name' => 'Lymph oedema.', 'icd10_code' => NULL, 'hmis_no_outpatient' => 'PT17', 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => 'http://', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '31', 'available' => '1', 'created_by' => '6', 'updated_by' => '6', 'created_at' => '2023-06-09 12:09:00', 'updated_at' => '2023-06-09 12:09:00', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1747', 'name' => 'Patients prescribed with assistive devices', 'icd10_code' => NULL, 'hmis_no_outpatient' => 'OT15', 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => 'http://http://', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '34', 'available' => '1', 'created_by' => '6', 'updated_by' => '75', 'created_at' => '2023-06-09 12:09:45', 'updated_at' => '2023-06-10 13:58:20', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1748', 'name' => 'Others', 'icd10_code' => NULL, 'hmis_no_outpatient' => 'PT19', 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => 'http://', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '31', 'available' => '1', 'created_by' => '6', 'updated_by' => '6', 'created_at' => '2023-06-09 12:11:52', 'updated_at' => '2023-06-09 12:11:52', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1750', 'name' => 'Persons in Coma / Emergency Care', 'icd10_code' => NULL, 'hmis_no_outpatient' => 'NE07', 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => 'http://', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '32', 'available' => '1', 'created_by' => '6', 'updated_by' => '6', 'created_at' => '2023-06-09 12:13:07', 'updated_at' => '2023-06-09 12:13:07', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1751', 'name' => 'Alzheimer Disease', 'icd10_code' => NULL, 'hmis_no_outpatient' => 'NE08', 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => 'http://', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '32', 'available' => '1', 'created_by' => '6', 'updated_by' => '6', 'created_at' => '2023-06-09 12:13:43', 'updated_at' => '2023-06-09 12:13:43', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1753', 'name' => 'CP / PMLD', 'icd10_code' => NULL, 'hmis_no_outpatient' => 'NE10', 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => 'http://', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '32', 'available' => '1', 'created_by' => '6', 'updated_by' => '6', 'created_at' => '2023-06-09 12:15:56', 'updated_at' => '2023-06-09 12:15:56', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1756', 'name' => 'Child abuse and Neglect', 'icd10_code' => NULL, 'hmis_no_outpatient' => 'NE11', 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => 'http://', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '32', 'available' => '1', 'created_by' => '6', 'updated_by' => '6', 'created_at' => '2023-06-09 12:16:34', 'updated_at' => '2023-06-09 12:16:34', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1760', 'name' => 'Cervical cancer', 'icd10_code' => NULL, 'hmis_no_outpatient' => 'MC11', 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => 'http://', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '17', 'available' => '1', 'created_by' => '3', 'updated_by' => '3', 'created_at' => '2023-06-09 12:19:30', 'updated_at' => '2023-06-09 12:19:30', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1762', 'name' => 'Attention Deficit Hyperactivity disorder (ADHD]', 'icd10_code' => NULL, 'hmis_no_outpatient' => 'NE12', 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => 'http://', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '32', 'available' => '1', 'created_by' => '6', 'updated_by' => '6', 'created_at' => '2023-06-09 12:21:59', 'updated_at' => '2023-06-09 12:21:59', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1763', 'name' => 'Learning Disability', 'icd10_code' => NULL, 'hmis_no_outpatient' => 'NE13', 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => 'http://', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '32', 'available' => '1', 'created_by' => '6', 'updated_by' => '6', 'created_at' => '2023-06-09 12:22:45', 'updated_at' => '2023-06-09 12:22:45', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1764', 'name' => 'Conduct disorders', 'icd10_code' => NULL, 'hmis_no_outpatient' => 'NE14', 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => 'http://', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '32', 'available' => '1', 'created_by' => '6', 'updated_by' => '6', 'created_at' => '2023-06-09 12:23:39', 'updated_at' => '2023-06-09 12:23:39', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1768', 'name' => 'Atresia: Ileal', 'icd10_code' => NULL, 'hmis_no_outpatient' => 'EM03', 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => 'http://', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '12', 'available' => '1', 'created_by' => '75', 'updated_by' => '75', 'created_at' => '2023-06-09 12:43:46', 'updated_at' => '2023-06-09 12:43:46', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1778', 'name' => 'Eating disorders (anorexia, Bulimia, other feeding]', 'icd10_code' => '0', 'hmis_no_outpatient' => 'NE15', 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => 'http://', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '32', 'available' => '1', 'created_by' => '6', 'updated_by' => '6', 'created_at' => '2023-06-09 13:10:24', 'updated_at' => '2023-06-09 13:10:24', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1779', 'name' => 'Somatoform disorders', 'icd10_code' => NULL, 'hmis_no_outpatient' => 'NE16', 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => 'http://', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '32', 'available' => '1', 'created_by' => '6', 'updated_by' => '6', 'created_at' => '2023-06-09 13:11:26', 'updated_at' => '2023-06-09 13:11:26', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1780', 'name' => 'Sleeping Disorders', 'icd10_code' => NULL, 'hmis_no_outpatient' => 'NE17', 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => 'http://', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '32', 'available' => '1', 'created_by' => '6', 'updated_by' => '6', 'created_at' => '2023-06-09 13:12:07', 'updated_at' => '2023-06-09 13:12:07', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1782', 'name' => 'DO NOT USE Congestive heart failure', 'icd10_code' => NULL, 'hmis_no_outpatient' => NULL, 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => '', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => NULL, 'available' => '0', 'created_by' => '66', 'updated_by' => '15', 'created_at' => '2023-06-10 11:06:04', 'updated_at' => '2023-08-03 13:40:01', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1783', 'name' => 'check up routene', 'icd10_code' => NULL, 'hmis_no_outpatient' => NULL, 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => NULL, 'reference_names' => NULL, 'chronic_status' => '0', 'hmis_category' => NULL, 'available' => '1', 'created_by' => '47', 'updated_by' => NULL, 'created_at' => '2023-06-10 12:12:46', 'updated_at' => '2023-06-10 12:12:46', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1784', 'name' => 'Neuro-developmental Disorders', 'icd10_code' => NULL, 'hmis_no_outpatient' => 'OT01', 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => 'http://', 'reference_names' => '', 'chronic_status' => '1', 'hmis_category' => '34', 'available' => '1', 'created_by' => '75', 'updated_by' => '75', 'created_at' => '2023-06-10 13:31:11', 'updated_at' => '2023-06-10 13:31:11', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1785', 'name' => 'Sensory Integration disorders', 'icd10_code' => NULL, 'hmis_no_outpatient' => 'OT02', 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => 'http://', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '34', 'available' => '1', 'created_by' => '75', 'updated_by' => '75', 'created_at' => '2023-06-10 13:31:40', 'updated_at' => '2023-06-10 13:31:40', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1786', 'name' => 'Adult Neurological Disorders', 'icd10_code' => NULL, 'hmis_no_outpatient' => 'OT03', 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => 'http://', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '34', 'available' => '1', 'created_by' => '75', 'updated_by' => '75', 'created_at' => '2023-06-10 13:32:13', 'updated_at' => '2023-06-10 13:32:13', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1787', 'name' => 'Orthopaedic Conditions', 'icd10_code' => NULL, 'hmis_no_outpatient' => 'OT06', 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => 'http://', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '34', 'available' => '1', 'created_by' => '75', 'updated_by' => '75', 'created_at' => '2023-06-10 13:34:53', 'updated_at' => '2023-06-10 13:34:53', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1788', 'name' => 'Birth Defects and Trauma', 'icd10_code' => NULL, 'hmis_no_outpatient' => 'OT08', 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => 'http://', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '34', 'available' => '1', 'created_by' => '75', 'updated_by' => '75', 'created_at' => '2023-06-10 13:36:43', 'updated_at' => '2023-06-10 13:36:43', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1789', 'name' => 'Arthrogryposis', 'icd10_code' => NULL, 'hmis_no_outpatient' => 'OT09', 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => 'http://', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '34', 'available' => '1', 'created_by' => '75', 'updated_by' => '75', 'created_at' => '2023-06-10 13:37:34', 'updated_at' => '2023-06-10 13:37:34', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1790', 'name' => 'DO NOT USE HIV/ AIDS', 'icd10_code' => NULL, 'hmis_no_outpatient' => 'OT10', 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => 'http://http://', 'reference_names' => '', 'chronic_status' => '1', 'hmis_category' => '34', 'available' => '1', 'created_by' => '75', 'updated_by' => '15', 'created_at' => '2023-06-10 13:38:22', 'updated_at' => '2023-08-03 14:32:35', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1791', 'name' => 'Cancer', 'icd10_code' => NULL, 'hmis_no_outpatient' => 'OT12', 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => 'http://', 'reference_names' => '', 'chronic_status' => '1', 'hmis_category' => '34', 'available' => '1', 'created_by' => '75', 'updated_by' => '75', 'created_at' => '2023-06-10 13:40:16', 'updated_at' => '2023-06-10 13:40:16', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1792', 'name' => 'Other chronic conditions', 'icd10_code' => NULL, 'hmis_no_outpatient' => 'OT13', 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => 'http://', 'reference_names' => '', 'chronic_status' => '1', 'hmis_category' => '34', 'available' => '1', 'created_by' => '75', 'updated_by' => '75', 'created_at' => '2023-06-10 13:41:02', 'updated_at' => '2023-06-10 13:41:02', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1794', 'name' => 'unilateral oedema', 'icd10_code' => NULL, 'hmis_no_outpatient' => NULL, 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => NULL, 'reference_names' => NULL, 'chronic_status' => '0', 'hmis_category' => NULL, 'available' => '1', 'created_by' => '81', 'updated_by' => NULL, 'created_at' => '2023-06-12 10:11:10', 'updated_at' => '2023-06-12 10:11:10', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1795', 'name' => 'lbp and l/l pains', 'icd10_code' => NULL, 'hmis_no_outpatient' => NULL, 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => NULL, 'reference_names' => NULL, 'chronic_status' => '0', 'hmis_category' => NULL, 'available' => '1', 'created_by' => '53', 'updated_by' => NULL, 'created_at' => '2023-06-12 10:36:47', 'updated_at' => '2023-06-12 10:36:47', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1797', 'name' => 'vericose veins', 'icd10_code' => NULL, 'hmis_no_outpatient' => NULL, 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => NULL, 'reference_names' => NULL, 'chronic_status' => '0', 'hmis_category' => NULL, 'available' => '1', 'created_by' => '47', 'updated_by' => NULL, 'created_at' => '2023-06-12 12:38:35', 'updated_at' => '2023-06-12 12:38:35', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1798', 'name' => 'INFECTED BAKERS CYST', 'icd10_code' => NULL, 'hmis_no_outpatient' => NULL, 'hmis_no_inpatient' => NULL, 'prompts' => 'INFECTED BAKERS CYST', 'reference_areas' => NULL, 'reference_names' => NULL, 'chronic_status' => '0', 'hmis_category' => NULL, 'available' => '1', 'created_by' => '81', 'updated_by' => NULL, 'created_at' => '2023-06-12 16:42:17', 'updated_at' => '2023-06-12 16:42:17', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1799', 'name' => 'kidney stones', 'icd10_code' => NULL, 'hmis_no_outpatient' => NULL, 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => NULL, 'reference_names' => NULL, 'chronic_status' => '0', 'hmis_category' => NULL, 'available' => '1', 'created_by' => '47', 'updated_by' => NULL, 'created_at' => '2023-06-13 09:30:39', 'updated_at' => '2023-06-13 09:30:39', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1800', 'name' => 'flue', 'icd10_code' => NULL, 'hmis_no_outpatient' => NULL, 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => NULL, 'reference_names' => NULL, 'chronic_status' => '0', 'hmis_category' => NULL, 'available' => '1', 'created_by' => '47', 'updated_by' => NULL, 'created_at' => '2023-06-14 10:32:10', 'updated_at' => '2023-06-14 10:32:10', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1801', 'name' => 'Anal stage', 'icd10_code' => NULL, 'hmis_no_outpatient' => NULL, 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => NULL, 'reference_names' => NULL, 'chronic_status' => '0', 'hmis_category' => NULL, 'available' => '1', 'created_by' => '47', 'updated_by' => NULL, 'created_at' => '2023-06-14 11:33:39', 'updated_at' => '2023-06-14 11:33:39', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1802', 'name' => 'CERUMEN IMPACTION', 'icd10_code' => NULL, 'hmis_no_outpatient' => NULL, 'hmis_no_inpatient' => NULL, 'prompts' => 'CERUMEN IMPACTION', 'reference_areas' => NULL, 'reference_names' => NULL, 'chronic_status' => '0', 'hmis_category' => NULL, 'available' => '1', 'created_by' => '81', 'updated_by' => NULL, 'created_at' => '2023-06-14 12:25:12', 'updated_at' => '2023-06-14 12:25:12', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1807', 'name' => 'sigmoid colonitis', 'icd10_code' => NULL, 'hmis_no_outpatient' => NULL, 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => NULL, 'reference_names' => NULL, 'chronic_status' => '0', 'hmis_category' => NULL, 'available' => '1', 'created_by' => '47', 'updated_by' => NULL, 'created_at' => '2023-06-15 09:37:05', 'updated_at' => '2023-06-15 09:37:05', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1808', 'name' => 'DERMATITIS New-attendance', 'icd10_code' => NULL, 'hmis_no_outpatient' => NULL, 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => '', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => NULL, 'available' => '1', 'created_by' => '47', 'updated_by' => '15', 'created_at' => '2023-06-15 12:27:08', 'updated_at' => '2023-08-03 13:57:58', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1809', 'name' => 'paraparesis', 'icd10_code' => NULL, 'hmis_no_outpatient' => NULL, 'hmis_no_inpatient' => NULL, 'prompts' => 'paraparesis', 'reference_areas' => NULL, 'reference_names' => NULL, 'chronic_status' => '0', 'hmis_category' => NULL, 'available' => '1', 'created_by' => '81', 'updated_by' => NULL, 'created_at' => '2023-06-16 09:23:52', 'updated_at' => '2023-06-16 09:23:52', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1810', 'name' => 'PAIN UNSPECIFIED', 'icd10_code' => NULL, 'hmis_no_outpatient' => NULL, 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => NULL, 'reference_names' => NULL, 'chronic_status' => '0', 'hmis_category' => NULL, 'available' => '1', 'created_by' => '47', 'updated_by' => NULL, 'created_at' => '2023-06-16 09:57:30', 'updated_at' => '2023-06-16 09:57:30', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1811', 'name' => 'STABLE NUTRITIONAL STATUS', 'icd10_code' => NULL, 'hmis_no_outpatient' => NULL, 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => NULL, 'reference_names' => NULL, 'chronic_status' => '0', 'hmis_category' => NULL, 'available' => '1', 'created_by' => '47', 'updated_by' => NULL, 'created_at' => '2023-06-16 14:30:10', 'updated_at' => '2023-06-16 14:30:10', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1812', 'name' => 'Hot flashes', 'icd10_code' => NULL, 'hmis_no_outpatient' => NULL, 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => 'http://', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => NULL, 'available' => '1', 'created_by' => '6', 'updated_by' => '6', 'created_at' => '2023-06-17 12:38:32', 'updated_at' => '2023-06-17 12:38:32', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1813', 'name' => 'Moderate Acute Malnutrition ( MAM ]', 'icd10_code' => NULL, 'hmis_no_outpatient' => NULL, 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => 'http://', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => NULL, 'available' => '1', 'created_by' => '6', 'updated_by' => '6', 'created_at' => '2023-06-17 12:45:08', 'updated_at' => '2023-06-17 12:45:08', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1814', 'name' => 'cleft lip and palate', 'icd10_code' => NULL, 'hmis_no_outpatient' => NULL, 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => NULL, 'reference_names' => NULL, 'chronic_status' => '0', 'hmis_category' => '4', 'available' => '1', 'created_by' => '14', 'updated_by' => NULL, 'created_at' => '2023-06-20 11:10:46', 'updated_at' => '2023-06-20 11:10:46', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1815', 'name' => 'degenerative brain disease', 'icd10_code' => NULL, 'hmis_no_outpatient' => NULL, 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => NULL, 'reference_names' => NULL, 'chronic_status' => '0', 'hmis_category' => NULL, 'available' => '1', 'created_by' => '47', 'updated_by' => NULL, 'created_at' => '2023-06-21 09:34:52', 'updated_at' => '2023-06-21 09:34:52', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1816', 'name' => 'DO NOT USE Preauricular sinus abscess Right', 'icd10_code' => NULL, 'hmis_no_outpatient' => NULL, 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => '', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => NULL, 'available' => '0', 'created_by' => '47', 'updated_by' => '15', 'created_at' => '2023-06-22 09:18:05', 'updated_at' => '2023-08-03 13:47:15', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1817', 'name' => 'Syphilis New-attendance', 'icd10_code' => NULL, 'hmis_no_outpatient' => NULL, 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => '', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => NULL, 'available' => '1', 'created_by' => '77', 'updated_by' => '15', 'created_at' => '2023-06-22 14:23:21', 'updated_at' => '2023-08-03 14:20:18', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1818', 'name' => 'secondary infertility', 'icd10_code' => NULL, 'hmis_no_outpatient' => NULL, 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => NULL, 'reference_names' => NULL, 'chronic_status' => '0', 'hmis_category' => NULL, 'available' => '1', 'created_by' => '47', 'updated_by' => NULL, 'created_at' => '2023-06-23 10:07:22', 'updated_at' => '2023-06-23 10:07:22', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1819', 'name' => 'Erosion', 'icd10_code' => NULL, 'hmis_no_outpatient' => NULL, 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => 'http://', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => NULL, 'available' => '1', 'created_by' => '15', 'updated_by' => '15', 'created_at' => '2023-06-23 11:52:14', 'updated_at' => '2023-06-23 11:52:14', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1820', 'name' => 'Chronic tooth sensitivity', 'icd10_code' => NULL, 'hmis_no_outpatient' => NULL, 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => 'http://', 'reference_names' => '', 'chronic_status' => '1', 'hmis_category' => NULL, 'available' => '1', 'created_by' => '15', 'updated_by' => '15', 'created_at' => '2023-06-23 11:53:24', 'updated_at' => '2023-06-23 11:53:24', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1821', 'name' => 'kheloid', 'icd10_code' => NULL, 'hmis_no_outpatient' => NULL, 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => NULL, 'reference_names' => NULL, 'chronic_status' => '0', 'hmis_category' => NULL, 'available' => '1', 'created_by' => '47', 'updated_by' => NULL, 'created_at' => '2023-06-23 12:05:46', 'updated_at' => '2023-06-23 12:05:46', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1822', 'name' => 'Dental abscess of 42', 'icd10_code' => NULL, 'hmis_no_outpatient' => NULL, 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => 'http://', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => NULL, 'available' => '1', 'created_by' => '15', 'updated_by' => '15', 'created_at' => '2023-06-23 12:38:06', 'updated_at' => '2023-06-23 12:38:06', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1823', 'name' => 'PBC old', 'icd10_code' => NULL, 'hmis_no_outpatient' => NULL, 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => 'http://', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => NULL, 'available' => '1', 'created_by' => '6', 'updated_by' => '6', 'created_at' => '2023-06-23 16:29:12', 'updated_at' => '2023-06-23 16:29:12', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1824', 'name' => 'PBC new', 'icd10_code' => NULL, 'hmis_no_outpatient' => NULL, 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => 'http://', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => NULL, 'available' => '1', 'created_by' => '6', 'updated_by' => '6', 'created_at' => '2023-06-23 16:29:43', 'updated_at' => '2023-06-23 16:29:43', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1825', 'name' => 'PCD new', 'icd10_code' => NULL, 'hmis_no_outpatient' => NULL, 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => 'http://', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => NULL, 'available' => '1', 'created_by' => '6', 'updated_by' => '6', 'created_at' => '2023-06-23 16:30:11', 'updated_at' => '2023-06-23 16:30:11', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1826', 'name' => 'PCD old', 'icd10_code' => NULL, 'hmis_no_outpatient' => NULL, 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => 'http://', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => NULL, 'available' => '1', 'created_by' => '6', 'updated_by' => '6', 'created_at' => '2023-06-23 16:30:33', 'updated_at' => '2023-06-23 16:30:33', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1827', 'name' => 'EPTB new', 'icd10_code' => NULL, 'hmis_no_outpatient' => NULL, 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => 'http://', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => NULL, 'available' => '1', 'created_by' => '6', 'updated_by' => '6', 'created_at' => '2023-06-23 16:30:58', 'updated_at' => '2023-08-03 14:27:45', 'deleted_at' => '2023-08-03 14:27:45', 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1828', 'name' => 'EPTB old', 'icd10_code' => NULL, 'hmis_no_outpatient' => NULL, 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => 'http://', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => NULL, 'available' => '1', 'created_by' => '6', 'updated_by' => '6', 'created_at' => '2023-06-23 16:31:24', 'updated_at' => '2023-08-03 14:28:01', 'deleted_at' => '2023-08-03 14:28:01', 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1829', 'name' => 'SCD CRISIS', 'icd10_code' => NULL, 'hmis_no_outpatient' => NULL, 'hmis_no_inpatient' => NULL, 'prompts' => 'IV FLUIDS AND ANALGESICS AVDISED', 'reference_areas' => NULL, 'reference_names' => NULL, 'chronic_status' => '0', 'hmis_category' => NULL, 'available' => '1', 'created_by' => '81', 'updated_by' => NULL, 'created_at' => '2023-06-26 09:43:38', 'updated_at' => '2023-06-26 09:43:38', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1830', 'name' => 'Post nasal drip', 'icd10_code' => NULL, 'hmis_no_outpatient' => NULL, 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => NULL, 'reference_names' => NULL, 'chronic_status' => '0', 'hmis_category' => NULL, 'available' => '1', 'created_by' => '47', 'updated_by' => NULL, 'created_at' => '2023-06-26 10:56:34', 'updated_at' => '2023-06-26 10:56:34', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1836', 'name' => 'Fracture tibia', 'icd10_code' => NULL, 'hmis_no_outpatient' => NULL, 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => NULL, 'reference_names' => NULL, 'chronic_status' => '0', 'hmis_category' => NULL, 'available' => '1', 'created_by' => '76', 'updated_by' => NULL, 'created_at' => '2023-06-26 14:34:26', 'updated_at' => '2023-06-26 14:34:26', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1837', 'name' => 'SPLEENIC SEUARTATION', 'icd10_code' => NULL, 'hmis_no_outpatient' => NULL, 'hmis_no_inpatient' => NULL, 'prompts' => 'SCD CRISIS', 'reference_areas' => NULL, 'reference_names' => NULL, 'chronic_status' => '0', 'hmis_category' => '11', 'available' => '1', 'created_by' => '81', 'updated_by' => NULL, 'created_at' => '2023-06-26 15:26:41', 'updated_at' => '2023-06-26 15:26:41', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1838', 'name' => 'Hyperglycaemia', 'icd10_code' => NULL, 'hmis_no_outpatient' => NULL, 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => NULL, 'reference_names' => NULL, 'chronic_status' => '0', 'hmis_category' => NULL, 'available' => '1', 'created_by' => '47', 'updated_by' => NULL, 'created_at' => '2023-06-26 16:20:56', 'updated_at' => '2023-06-26 16:20:56', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1839', 'name' => 'SCOLIOSIS', 'icd10_code' => NULL, 'hmis_no_outpatient' => NULL, 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => NULL, 'reference_names' => NULL, 'chronic_status' => '0', 'hmis_category' => NULL, 'available' => '1', 'created_by' => '81', 'updated_by' => NULL, 'created_at' => '2023-06-27 12:29:28', 'updated_at' => '2023-06-27 12:29:28', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1840', 'name' => 'ISS Newly Diagnosed', 'icd10_code' => NULL, 'hmis_no_outpatient' => NULL, 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => 'http://', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '2', 'available' => '1', 'created_by' => '15', 'updated_by' => '15', 'created_at' => '2023-06-27 13:30:03', 'updated_at' => '2023-06-27 13:30:03', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1841', 'name' => 'ISS Known case', 'icd10_code' => NULL, 'hmis_no_outpatient' => NULL, 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => 'http://', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '2', 'available' => '1', 'created_by' => '15', 'updated_by' => '15', 'created_at' => '2023-06-27 13:30:41', 'updated_at' => '2023-06-27 13:30:41', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1842', 'name' => 'syncope', 'icd10_code' => NULL, 'hmis_no_outpatient' => NULL, 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => NULL, 'reference_names' => NULL, 'chronic_status' => '0', 'hmis_category' => NULL, 'available' => '1', 'created_by' => '47', 'updated_by' => NULL, 'created_at' => '2023-06-29 09:36:24', 'updated_at' => '2023-06-29 09:36:24', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1843', 'name' => 'DON"T USE - BLEEDING PUD', 'icd10_code' => NULL, 'hmis_no_outpatient' => NULL, 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => '', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => NULL, 'available' => '0', 'created_by' => '47', 'updated_by' => '7', 'created_at' => '2023-06-29 15:09:31', 'updated_at' => '2023-08-02 12:26:46', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1844', 'name' => 'VERICOCELE', 'icd10_code' => NULL, 'hmis_no_outpatient' => NULL, 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => NULL, 'reference_names' => NULL, 'chronic_status' => '0', 'hmis_category' => NULL, 'available' => '1', 'created_by' => '47', 'updated_by' => NULL, 'created_at' => '2023-06-29 15:10:56', 'updated_at' => '2023-06-29 15:10:56', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1845', 'name' => 'premenopausal syndrome', 'icd10_code' => NULL, 'hmis_no_outpatient' => NULL, 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => NULL, 'reference_names' => NULL, 'chronic_status' => '0', 'hmis_category' => NULL, 'available' => '1', 'created_by' => '81', 'updated_by' => NULL, 'created_at' => '2023-06-30 10:28:46', 'updated_at' => '2023-06-30 10:28:46', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1846', 'name' => 'post menapause', 'icd10_code' => NULL, 'hmis_no_outpatient' => NULL, 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => NULL, 'reference_names' => NULL, 'chronic_status' => '0', 'hmis_category' => NULL, 'available' => '1', 'created_by' => '47', 'updated_by' => NULL, 'created_at' => '2023-07-01 12:36:09', 'updated_at' => '2023-07-01 12:36:09', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1847', 'name' => 'Constrictive pericarditis', 'icd10_code' => 'I31.1', 'hmis_no_outpatient' => NULL, 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => '', 'reference_names' => '', 'chronic_status' => '1', 'hmis_category' => '11', 'available' => '1', 'created_by' => '14', 'updated_by' => '15', 'created_at' => '2023-07-01 12:39:29', 'updated_at' => '2023-07-01 13:06:27', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1849', 'name' => 'Acute pericarditis', 'icd10_code' => 'I30.9', 'hmis_no_outpatient' => NULL, 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => '', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '11', 'available' => '1', 'created_by' => '14', 'updated_by' => '15', 'created_at' => '2023-07-01 12:52:42', 'updated_at' => '2023-07-01 13:07:01', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1850', 'name' => 'Dilated cardiomyopathy', 'icd10_code' => 'I42.0', 'hmis_no_outpatient' => NULL, 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => '', 'reference_names' => '', 'chronic_status' => '1', 'hmis_category' => '11', 'available' => '1', 'created_by' => '14', 'updated_by' => '15', 'created_at' => '2023-07-01 12:54:54', 'updated_at' => '2023-07-01 13:04:46', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1851', 'name' => 'Hypertensive cardiomyopathy', 'icd10_code' => 'I11.0', 'hmis_no_outpatient' => NULL, 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => '', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '11', 'available' => '1', 'created_by' => '14', 'updated_by' => '15', 'created_at' => '2023-07-01 12:56:48', 'updated_at' => '2023-07-01 13:05:13', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1852', 'name' => 'Atrial fibrallation', 'icd10_code' => 'I48', 'hmis_no_outpatient' => NULL, 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => NULL, 'reference_names' => NULL, 'chronic_status' => '0', 'hmis_category' => '11', 'available' => '1', 'created_by' => '14', 'updated_by' => NULL, 'created_at' => '2023-07-01 13:00:47', 'updated_at' => '2023-07-01 13:00:47', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1853', 'name' => 'Ischemic cardiomyopathy', 'icd10_code' => 'I25.5', 'hmis_no_outpatient' => NULL, 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => NULL, 'reference_names' => NULL, 'chronic_status' => '0', 'hmis_category' => '11', 'available' => '1', 'created_by' => '14', 'updated_by' => NULL, 'created_at' => '2023-07-01 13:01:58', 'updated_at' => '2023-07-01 13:01:58', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1854', 'name' => 'RTI', 'icd10_code' => NULL, 'hmis_no_outpatient' => NULL, 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => NULL, 'reference_names' => NULL, 'chronic_status' => '0', 'hmis_category' => NULL, 'available' => '1', 'created_by' => '47', 'updated_by' => NULL, 'created_at' => '2023-07-03 09:33:10', 'updated_at' => '2023-07-03 09:33:10', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1855', 'name' => 'DON\'t USE - PUD du to H.pylori, Resolving', 'icd10_code' => NULL, 'hmis_no_outpatient' => NULL, 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => '', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => NULL, 'available' => '0', 'created_by' => '47', 'updated_by' => '7', 'created_at' => '2023-07-03 09:51:58', 'updated_at' => '2023-08-02 12:27:30', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1856', 'name' => 'CANDIDIASIS VALVULAR', 'icd10_code' => NULL, 'hmis_no_outpatient' => NULL, 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => NULL, 'reference_names' => NULL, 'chronic_status' => '0', 'hmis_category' => NULL, 'available' => '1', 'created_by' => '47', 'updated_by' => NULL, 'created_at' => '2023-07-03 12:43:57', 'updated_at' => '2023-07-03 12:43:57', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1857', 'name' => 'ORBITAL ABSCESS', 'icd10_code' => NULL, 'hmis_no_outpatient' => NULL, 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => NULL, 'reference_names' => NULL, 'chronic_status' => '0', 'hmis_category' => NULL, 'available' => '1', 'created_by' => '81', 'updated_by' => NULL, 'created_at' => '2023-07-03 14:32:32', 'updated_at' => '2023-07-03 14:32:32', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1858', 'name' => 'COPD', 'icd10_code' => NULL, 'hmis_no_outpatient' => NULL, 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => NULL, 'reference_names' => NULL, 'chronic_status' => '0', 'hmis_category' => NULL, 'available' => '1', 'created_by' => '47', 'updated_by' => NULL, 'created_at' => '2023-07-04 10:40:13', 'updated_at' => '2023-07-04 10:40:13', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1859', 'name' => 'jaw dislocation', 'icd10_code' => NULL, 'hmis_no_outpatient' => NULL, 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => NULL, 'reference_names' => NULL, 'chronic_status' => '0', 'hmis_category' => '18', 'available' => '1', 'created_by' => '23', 'updated_by' => NULL, 'created_at' => '2023-07-07 13:30:06', 'updated_at' => '2023-07-07 13:30:06', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1860', 'name' => 'ELECTROCUTION', 'icd10_code' => NULL, 'hmis_no_outpatient' => NULL, 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => NULL, 'reference_names' => NULL, 'chronic_status' => '0', 'hmis_category' => NULL, 'available' => '1', 'created_by' => '47', 'updated_by' => NULL, 'created_at' => '2023-07-10 14:06:15', 'updated_at' => '2023-07-10 14:06:15', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1862', 'name' => 'POST HEPATIC NEURALGIA', 'icd10_code' => NULL, 'hmis_no_outpatient' => NULL, 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => NULL, 'reference_names' => NULL, 'chronic_status' => '0', 'hmis_category' => NULL, 'available' => '1', 'created_by' => '47', 'updated_by' => NULL, 'created_at' => '2023-07-12 09:39:29', 'updated_at' => '2023-07-12 09:39:29', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1863', 'name' => 'ABCESS', 'icd10_code' => NULL, 'hmis_no_outpatient' => NULL, 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => NULL, 'reference_names' => NULL, 'chronic_status' => '0', 'hmis_category' => NULL, 'available' => '1', 'created_by' => '47', 'updated_by' => NULL, 'created_at' => '2023-07-14 09:35:34', 'updated_at' => '2023-07-14 09:35:34', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1867', 'name' => 'palpitis46', 'icd10_code' => NULL, 'hmis_no_outpatient' => NULL, 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => NULL, 'reference_names' => NULL, 'chronic_status' => '0', 'hmis_category' => NULL, 'available' => '1', 'created_by' => '23', 'updated_by' => NULL, 'created_at' => '2023-07-21 11:00:56', 'updated_at' => '2023-07-21 11:00:56', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1868', 'name' => 'DUCTAL ECTASIA', 'icd10_code' => NULL, 'hmis_no_outpatient' => NULL, 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => NULL, 'reference_names' => NULL, 'chronic_status' => '0', 'hmis_category' => NULL, 'available' => '1', 'created_by' => '81', 'updated_by' => NULL, 'created_at' => '2023-07-21 12:40:52', 'updated_at' => '2023-07-21 12:40:52', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1869', 'name' => 'palpitis17', 'icd10_code' => NULL, 'hmis_no_outpatient' => NULL, 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => NULL, 'reference_names' => NULL, 'chronic_status' => '0', 'hmis_category' => NULL, 'available' => '1', 'created_by' => '23', 'updated_by' => NULL, 'created_at' => '2023-07-21 16:04:53', 'updated_at' => '2023-07-21 16:04:53', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1876', 'name' => 'DO NOT USE ISOLATED SYSTOLIC HYPERTENSION', 'icd10_code' => NULL, 'hmis_no_outpatient' => NULL, 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => '', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '11', 'available' => '0', 'created_by' => '81', 'updated_by' => '15', 'created_at' => '2023-07-31 10:41:29', 'updated_at' => '2023-08-03 12:06:15', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1881', 'name' => 'ANAL FISTULA', 'icd10_code' => NULL, 'hmis_no_outpatient' => NULL, 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => NULL, 'reference_names' => NULL, 'chronic_status' => '0', 'hmis_category' => NULL, 'available' => '1', 'created_by' => '81', 'updated_by' => NULL, 'created_at' => '2023-08-01 12:24:07', 'updated_at' => '2023-08-01 12:24:07', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1885', 'name' => 'ACUTE FOOD POISIONING', 'icd10_code' => NULL, 'hmis_no_outpatient' => NULL, 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => NULL, 'reference_names' => NULL, 'chronic_status' => '0', 'hmis_category' => NULL, 'available' => '1', 'created_by' => '81', 'updated_by' => NULL, 'created_at' => '2023-08-01 17:24:02', 'updated_at' => '2023-08-01 17:24:02', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1886', 'name' => 'Cerebral Palsy (Dr] Re-Att', 'icd10_code' => NULL, 'hmis_no_outpatient' => NULL, 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => 'http://http://', 'reference_names' => '', 'chronic_status' => '1', 'hmis_category' => NULL, 'available' => '1', 'created_by' => '7', 'updated_by' => '7', 'created_at' => '2023-08-02 09:21:03', 'updated_at' => '2023-08-02 09:50:22', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1887', 'name' => 'Cerebral Palsy (Physio] New-Att', 'icd10_code' => NULL, 'hmis_no_outpatient' => 'PT07', 'hmis_no_inpatient' => '70', 'prompts' => NULL, 'reference_areas' => 'http://http://', 'reference_names' => '', 'chronic_status' => '1', 'hmis_category' => '31', 'available' => '1', 'created_by' => '7', 'updated_by' => '15', 'created_at' => '2023-08-02 09:35:13', 'updated_at' => '2023-08-02 13:05:53', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1888', 'name' => 'Cerebral Palsy (Dr] New-Att', 'icd10_code' => NULL, 'hmis_no_outpatient' => NULL, 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => 'http://http://', 'reference_names' => '', 'chronic_status' => '1', 'hmis_category' => NULL, 'available' => '1', 'created_by' => '7', 'updated_by' => '15', 'created_at' => '2023-08-02 09:36:06', 'updated_at' => '2023-08-02 13:04:36', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1889', 'name' => 'Burns (Physio] New-Att', 'icd10_code' => NULL, 'hmis_no_outpatient' => NULL, 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => 'http://http://', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '31', 'available' => '1', 'created_by' => '15', 'updated_by' => '15', 'created_at' => '2023-08-02 09:37:27', 'updated_at' => '2023-08-02 13:02:26', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1890', 'name' => 'Low Back Pain (Physio] Re-Att', 'icd10_code' => NULL, 'hmis_no_outpatient' => 'PT19', 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => 'http://http://', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => NULL, 'available' => '1', 'created_by' => '7', 'updated_by' => '15', 'created_at' => '2023-08-02 09:38:31', 'updated_at' => '2023-08-02 13:41:06', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1891', 'name' => 'Hip Pain (Physio] Re-att', 'icd10_code' => '0', 'hmis_no_outpatient' => NULL, 'hmis_no_inpatient' => '0', 'prompts' => NULL, 'reference_areas' => 'http://', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '31', 'available' => '1', 'created_by' => '15', 'updated_by' => '15', 'created_at' => '2023-08-02 09:40:51', 'updated_at' => '2023-08-02 09:40:51', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1894', 'name' => 'Knee Pain (Physio] New-Att (Arthritis, Patella Instability, Mensci tears, Ligament tears]', 'icd10_code' => NULL, 'hmis_no_outpatient' => NULL, 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => 'http://http://', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '31', 'available' => '1', 'created_by' => '7', 'updated_by' => '15', 'created_at' => '2023-08-02 09:45:38', 'updated_at' => '2023-08-02 13:36:36', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1895', 'name' => 'Ankle Pain (Arthritis] Physio Re-Att', 'icd10_code' => NULL, 'hmis_no_outpatient' => NULL, 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => 'http://http://', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '31', 'available' => '1', 'created_by' => '7', 'updated_by' => '15', 'created_at' => '2023-08-02 09:47:04', 'updated_at' => '2023-08-02 12:21:35', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1896', 'name' => 'Ankle Pain DR Re-Att', 'icd10_code' => NULL, 'hmis_no_outpatient' => NULL, 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => 'http://http://', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => NULL, 'available' => '1', 'created_by' => '7', 'updated_by' => '15', 'created_at' => '2023-08-02 09:48:16', 'updated_at' => '2023-08-02 12:26:03', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1903', 'name' => 'Hip Pain (Physio] New-attendance', 'icd10_code' => NULL, 'hmis_no_outpatient' => NULL, 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => 'http://', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '31', 'available' => '1', 'created_by' => '15', 'updated_by' => '15', 'created_at' => '2023-08-02 09:51:47', 'updated_at' => '2023-08-02 10:06:59', 'deleted_at' => '2023-08-02 10:06:59', 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1904', 'name' => 'Down\'s Syndrome (PHYSIO] Re-Att', 'icd10_code' => NULL, 'hmis_no_outpatient' => 'NE09', 'hmis_no_inpatient' => '104', 'prompts' => 'Usually associated with cardiac anomalies. Need multidisciplinary management eg. Physiotherapy', 'reference_areas' => 'http://http://', 'reference_names' => '', 'chronic_status' => '1', 'hmis_category' => '32', 'available' => '1', 'created_by' => '7', 'updated_by' => '15', 'created_at' => '2023-08-02 09:55:51', 'updated_at' => '2023-08-02 13:15:06', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1905', 'name' => 'Down Syndrome (Dr] New Att', 'icd10_code' => NULL, 'hmis_no_outpatient' => 'NE09', 'hmis_no_inpatient' => '104', 'prompts' => 'Usually associated with cardiac anomalies. Need multidisciplinary management eg. Physiotherapy', 'reference_areas' => 'http://', 'reference_names' => '', 'chronic_status' => '1', 'hmis_category' => '32', 'available' => '1', 'created_by' => '7', 'updated_by' => '7', 'created_at' => '2023-08-02 09:57:29', 'updated_at' => '2023-08-02 09:57:29', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1906', 'name' => 'Down Syndrome (Dr] Re Att', 'icd10_code' => NULL, 'hmis_no_outpatient' => 'NE09', 'hmis_no_inpatient' => '104', 'prompts' => 'Usually associated with cardiac anomalies. Need multidisciplinary management eg. Physiotherapy', 'reference_areas' => 'http://', 'reference_names' => '', 'chronic_status' => '1', 'hmis_category' => '32', 'available' => '1', 'created_by' => '7', 'updated_by' => '7', 'created_at' => '2023-08-02 10:00:02', 'updated_at' => '2023-08-02 10:00:02', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1907', 'name' => 'Hydrocephalus Physio Re Att', 'icd10_code' => 'G91', 'hmis_no_outpatient' => 'NE22', 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => 'http://', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '32', 'available' => '1', 'created_by' => '7', 'updated_by' => '7', 'created_at' => '2023-08-02 10:03:58', 'updated_at' => '2023-08-02 10:03:58', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1908', 'name' => 'Hydrocephalus DR Re Att', 'icd10_code' => NULL, 'hmis_no_outpatient' => NULL, 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => 'http://', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '32', 'available' => '1', 'created_by' => '7', 'updated_by' => '7', 'created_at' => '2023-08-02 10:05:37', 'updated_at' => '2023-08-02 10:05:37', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1909', 'name' => 'Poor Proprioception (Physio] New-Att', 'icd10_code' => NULL, 'hmis_no_outpatient' => NULL, 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => 'http://', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '31', 'available' => '1', 'created_by' => '15', 'updated_by' => '15', 'created_at' => '2023-08-02 10:08:37', 'updated_at' => '2023-08-02 10:08:37', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1910', 'name' => 'Hydrocephalus Dr New Att', 'icd10_code' => NULL, 'hmis_no_outpatient' => NULL, 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => 'http://', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '32', 'available' => '1', 'created_by' => '7', 'updated_by' => '7', 'created_at' => '2023-08-02 10:09:29', 'updated_at' => '2023-08-02 10:09:29', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1911', 'name' => 'Poor Proprioception (Physio] Re-Att', 'icd10_code' => NULL, 'hmis_no_outpatient' => NULL, 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => 'http://', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '31', 'available' => '1', 'created_by' => '15', 'updated_by' => '15', 'created_at' => '2023-08-02 10:09:55', 'updated_at' => '2023-08-02 10:09:55', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1912', 'name' => 'Brachial Plexus (PHYSIO] Re-Att', 'icd10_code' => NULL, 'hmis_no_outpatient' => NULL, 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => 'http://http://', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '31', 'available' => '1', 'created_by' => '7', 'updated_by' => '15', 'created_at' => '2023-08-02 10:10:29', 'updated_at' => '2023-08-02 12:56:58', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1913', 'name' => 'Brachial Plexus Dr New Att', 'icd10_code' => NULL, 'hmis_no_outpatient' => NULL, 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => 'http://', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => NULL, 'available' => '1', 'created_by' => '7', 'updated_by' => '7', 'created_at' => '2023-08-02 10:10:45', 'updated_at' => '2023-08-02 10:10:45', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1914', 'name' => 'Brachial Plexus Dr Re Att', 'icd10_code' => NULL, 'hmis_no_outpatient' => NULL, 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => 'http://http://', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => NULL, 'available' => '1', 'created_by' => '7', 'updated_by' => '15', 'created_at' => '2023-08-02 10:10:57', 'updated_at' => '2023-08-02 12:56:01', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1915', 'name' => 'Shoulder Pain (Physio] Re-att', 'icd10_code' => NULL, 'hmis_no_outpatient' => NULL, 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => 'http://', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '31', 'available' => '1', 'created_by' => '15', 'updated_by' => '15', 'created_at' => '2023-08-02 10:12:29', 'updated_at' => '2023-08-02 10:12:29', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1916', 'name' => 'Developmental Delay (Physio] Re-Att', 'icd10_code' => 'F80-F89', 'hmis_no_outpatient' => 'OP01', 'hmis_no_inpatient' => '114', 'prompts' => 'Full examination to look for cause. Remember malnutrition and congenital abnormalities', 'reference_areas' => 'http://http://', 'reference_names' => '', 'chronic_status' => '1', 'hmis_category' => '31', 'available' => '1', 'created_by' => '7', 'updated_by' => '15', 'created_at' => '2023-08-02 10:12:57', 'updated_at' => '2023-08-02 13:12:56', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1917', 'name' => 'Developmental Delay Dr New-Att', 'icd10_code' => 'F80-F89', 'hmis_no_outpatient' => 'OP01', 'hmis_no_inpatient' => '114', 'prompts' => 'Full examination to look for cause. Remember malnutrition and congenital abnormalities', 'reference_areas' => 'http://http://', 'reference_names' => '', 'chronic_status' => '1', 'hmis_category' => '31', 'available' => '1', 'created_by' => '7', 'updated_by' => '15', 'created_at' => '2023-08-02 10:14:05', 'updated_at' => '2023-08-02 13:13:36', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1918', 'name' => 'Developmental Delay Dr Re-Att', 'icd10_code' => 'F80-F89', 'hmis_no_outpatient' => 'OP01', 'hmis_no_inpatient' => '114', 'prompts' => 'Full examination to look for cause. Remember malnutrition and congenital abnormalities.', 'reference_areas' => 'http://http://', 'reference_names' => '', 'chronic_status' => '1', 'hmis_category' => '18', 'available' => '1', 'created_by' => '7', 'updated_by' => '15', 'created_at' => '2023-08-02 10:15:03', 'updated_at' => '2023-08-02 13:08:35', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1919', 'name' => 'Thoracic spine Pain (Physio] New-Att', 'icd10_code' => NULL, 'hmis_no_outpatient' => NULL, 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => 'http://', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '31', 'available' => '1', 'created_by' => '15', 'updated_by' => '15', 'created_at' => '2023-08-02 10:15:13', 'updated_at' => '2023-08-02 10:15:13', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1920', 'name' => 'Spina Bifida (Physio] Re Att', 'icd10_code' => NULL, 'hmis_no_outpatient' => NULL, 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => 'http://http://', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '31', 'available' => '1', 'created_by' => '7', 'updated_by' => '15', 'created_at' => '2023-08-02 10:15:40', 'updated_at' => '2023-08-02 14:01:36', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1921', 'name' => 'Spinal Bifida Dr New Att', 'icd10_code' => NULL, 'hmis_no_outpatient' => NULL, 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => 'http://http://', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => NULL, 'available' => '1', 'created_by' => '7', 'updated_by' => '7', 'created_at' => '2023-08-02 10:16:21', 'updated_at' => '2023-08-02 10:16:42', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1922', 'name' => 'Spinal Bifida Dr Re Att', 'icd10_code' => NULL, 'hmis_no_outpatient' => NULL, 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => 'http://', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => NULL, 'available' => '1', 'created_by' => '7', 'updated_by' => '7', 'created_at' => '2023-08-02 10:16:52', 'updated_at' => '2023-08-02 10:16:52', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1923', 'name' => 'Facial Palsy (Physio] Re-Att', 'icd10_code' => NULL, 'hmis_no_outpatient' => NULL, 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => 'http://', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '31', 'available' => '1', 'created_by' => '15', 'updated_by' => '15', 'created_at' => '2023-08-02 10:17:16', 'updated_at' => '2023-08-02 10:17:16', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1924', 'name' => 'Neck Pain (Physio] Re-Att (Whiplash, cervical spondylosis, cervical hemitation]', 'icd10_code' => NULL, 'hmis_no_outpatient' => NULL, 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => 'http://http://', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '31', 'available' => '1', 'created_by' => '7', 'updated_by' => '15', 'created_at' => '2023-08-02 10:19:22', 'updated_at' => '2023-08-02 13:46:00', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1925', 'name' => 'Lower Limb pain (Physio] Re-Att', 'icd10_code' => NULL, 'hmis_no_outpatient' => NULL, 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => 'http://', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '31', 'available' => '1', 'created_by' => '15', 'updated_by' => '15', 'created_at' => '2023-08-02 10:19:23', 'updated_at' => '2023-08-02 10:19:23', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1926', 'name' => 'Neck Pain Dr New Att (Whiplash, cervical spondylosis, cervical hemitation]', 'icd10_code' => NULL, 'hmis_no_outpatient' => NULL, 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => 'http://', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => NULL, 'available' => '1', 'created_by' => '7', 'updated_by' => '7', 'created_at' => '2023-08-02 10:19:34', 'updated_at' => '2023-08-02 10:19:34', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1927', 'name' => 'Neck Pain Dr Re Att (Whiplash, cervical spondylosis, cervical hemitation]', 'icd10_code' => NULL, 'hmis_no_outpatient' => NULL, 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => 'http://', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => NULL, 'available' => '1', 'created_by' => '7', 'updated_by' => '7', 'created_at' => '2023-08-02 10:20:57', 'updated_at' => '2023-08-02 10:20:57', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1928', 'name' => 'Elbow Pain (PHYSIO] Re-Att', 'icd10_code' => NULL, 'hmis_no_outpatient' => NULL, 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => 'http://http://', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '31', 'available' => '1', 'created_by' => '7', 'updated_by' => '15', 'created_at' => '2023-08-02 10:22:13', 'updated_at' => '2023-08-02 13:18:14', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1929', 'name' => 'Pearly Penile papules', 'icd10_code' => NULL, 'hmis_no_outpatient' => NULL, 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => NULL, 'reference_names' => NULL, 'chronic_status' => '0', 'hmis_category' => NULL, 'available' => '1', 'created_by' => '47', 'updated_by' => NULL, 'created_at' => '2023-08-02 10:23:14', 'updated_at' => '2023-08-02 10:23:14', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1930', 'name' => 'Elbow Pain (Dr] Re-Att', 'icd10_code' => NULL, 'hmis_no_outpatient' => NULL, 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => 'http://http://', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => NULL, 'available' => '1', 'created_by' => '7', 'updated_by' => '15', 'created_at' => '2023-08-02 10:23:30', 'updated_at' => '2023-08-02 13:16:24', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1931', 'name' => 'Elbow Pain (Dr] New-Att', 'icd10_code' => NULL, 'hmis_no_outpatient' => NULL, 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => 'http://http://,http://http://', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => NULL, 'available' => '1', 'created_by' => '7', 'updated_by' => '15', 'created_at' => '2023-08-02 10:24:45', 'updated_at' => '2023-08-02 13:15:43', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1932', 'name' => 'Muscular Dystrophy (Physio] Re-Att', 'icd10_code' => NULL, 'hmis_no_outpatient' => NULL, 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => 'http://http://', 'reference_names' => '', 'chronic_status' => '1', 'hmis_category' => '31', 'available' => '1', 'created_by' => '7', 'updated_by' => '15', 'created_at' => '2023-08-02 10:26:24', 'updated_at' => '2023-08-02 13:43:06', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1933', 'name' => 'Stroke (Physio] Re-Att', 'icd10_code' => NULL, 'hmis_no_outpatient' => NULL, 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => 'http://http://', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '31', 'available' => '1', 'created_by' => '15', 'updated_by' => '15', 'created_at' => '2023-08-02 10:26:42', 'updated_at' => '2023-08-02 14:03:23', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1934', 'name' => 'De-quavains syndrome (Physio] New-Att', 'icd10_code' => NULL, 'hmis_no_outpatient' => NULL, 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => 'http://', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '31', 'available' => '1', 'created_by' => '15', 'updated_by' => '15', 'created_at' => '2023-08-02 10:32:35', 'updated_at' => '2023-08-02 10:32:35', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1935', 'name' => 'Finger pain (Physio] New-Att', 'icd10_code' => NULL, 'hmis_no_outpatient' => NULL, 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => 'http://', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '31', 'available' => '1', 'created_by' => '15', 'updated_by' => '15', 'created_at' => '2023-08-02 10:48:17', 'updated_at' => '2023-08-02 10:48:17', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1936', 'name' => 'Finger pain (Physio] Re-Att', 'icd10_code' => NULL, 'hmis_no_outpatient' => NULL, 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => 'http://', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '31', 'available' => '1', 'created_by' => '15', 'updated_by' => '15', 'created_at' => '2023-08-02 10:49:35', 'updated_at' => '2023-08-02 10:49:35', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1937', 'name' => 'Wrist pain (Physio] Re-Att', 'icd10_code' => NULL, 'hmis_no_outpatient' => NULL, 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => 'http://', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '31', 'available' => '1', 'created_by' => '15', 'updated_by' => '15', 'created_at' => '2023-08-02 10:50:12', 'updated_at' => '2023-08-02 10:50:12', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1938', 'name' => 'Dry skin', 'icd10_code' => NULL, 'hmis_no_outpatient' => NULL, 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => NULL, 'reference_names' => NULL, 'chronic_status' => '0', 'hmis_category' => NULL, 'available' => '1', 'created_by' => '47', 'updated_by' => NULL, 'created_at' => '2023-08-02 11:39:37', 'updated_at' => '2023-08-02 11:39:37', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1939', 'name' => 'Burns (Physio] Re-Att', 'icd10_code' => NULL, 'hmis_no_outpatient' => NULL, 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => 'http://http://', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '31', 'available' => '1', 'created_by' => '7', 'updated_by' => '15', 'created_at' => '2023-08-02 11:44:49', 'updated_at' => '2023-08-02 13:03:06', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1940', 'name' => 'Burns (Dr] New Att', 'icd10_code' => NULL, 'hmis_no_outpatient' => NULL, 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => 'http://', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => NULL, 'available' => '1', 'created_by' => '7', 'updated_by' => '7', 'created_at' => '2023-08-02 11:45:11', 'updated_at' => '2023-08-02 11:45:11', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1941', 'name' => 'Hip Pain', 'icd10_code' => NULL, 'hmis_no_outpatient' => NULL, 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => 'http://', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => NULL, 'available' => '1', 'created_by' => '15', 'updated_by' => '15', 'created_at' => '2023-08-02 11:54:27', 'updated_at' => '2023-08-02 11:54:27', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1942', 'name' => 'Poor Proprioception', 'icd10_code' => NULL, 'hmis_no_outpatient' => NULL, 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => 'http://', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => NULL, 'available' => '1', 'created_by' => '15', 'updated_by' => '15', 'created_at' => '2023-08-02 11:55:20', 'updated_at' => '2023-08-02 11:55:20', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1943', 'name' => 'Shoulder Pain', 'icd10_code' => NULL, 'hmis_no_outpatient' => NULL, 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => 'http://', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => NULL, 'available' => '1', 'created_by' => '15', 'updated_by' => '15', 'created_at' => '2023-08-02 11:56:24', 'updated_at' => '2023-08-02 11:56:24', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1944', 'name' => 'Thoracic spine Pain', 'icd10_code' => NULL, 'hmis_no_outpatient' => NULL, 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => 'http://', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => NULL, 'available' => '1', 'created_by' => '15', 'updated_by' => '15', 'created_at' => '2023-08-02 11:57:09', 'updated_at' => '2023-08-02 11:57:09', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1945', 'name' => 'Facial Palsy', 'icd10_code' => NULL, 'hmis_no_outpatient' => NULL, 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => 'http://', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => NULL, 'available' => '1', 'created_by' => '15', 'updated_by' => '15', 'created_at' => '2023-08-02 11:57:54', 'updated_at' => '2023-08-02 11:57:54', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1946', 'name' => 'Lower Limb pain', 'icd10_code' => NULL, 'hmis_no_outpatient' => NULL, 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => 'http://', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => NULL, 'available' => '1', 'created_by' => '15', 'updated_by' => '15', 'created_at' => '2023-08-02 11:58:38', 'updated_at' => '2023-08-02 11:58:38', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1947', 'name' => 'De-quavains syndrome', 'icd10_code' => NULL, 'hmis_no_outpatient' => NULL, 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => 'http://', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => NULL, 'available' => '1', 'created_by' => '15', 'updated_by' => '15', 'created_at' => '2023-08-02 11:59:22', 'updated_at' => '2023-08-02 11:59:22', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1948', 'name' => 'Wrist Pain', 'icd10_code' => NULL, 'hmis_no_outpatient' => NULL, 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => 'http://', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => NULL, 'available' => '1', 'created_by' => '15', 'updated_by' => '15', 'created_at' => '2023-08-02 12:00:31', 'updated_at' => '2023-08-02 12:00:31', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1949', 'name' => 'Finger Pain', 'icd10_code' => NULL, 'hmis_no_outpatient' => NULL, 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => 'http://', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => NULL, 'available' => '1', 'created_by' => '15', 'updated_by' => '15', 'created_at' => '2023-08-02 12:01:45', 'updated_at' => '2023-08-02 12:01:45', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1950', 'name' => 'Injection neuritis (Physio] Rew-Att', 'icd10_code' => NULL, 'hmis_no_outpatient' => NULL, 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => 'http://', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '31', 'available' => '1', 'created_by' => '15', 'updated_by' => '15', 'created_at' => '2023-08-02 12:04:56', 'updated_at' => '2023-08-02 12:04:56', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1951', 'name' => 'Injection neuritis (Physio] Re-Att', 'icd10_code' => NULL, 'hmis_no_outpatient' => NULL, 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => 'http://', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '31', 'available' => '1', 'created_by' => '15', 'updated_by' => '15', 'created_at' => '2023-08-02 12:05:38', 'updated_at' => '2023-08-02 12:05:38', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1952', 'name' => 'Erbs palsy (Physio] New-Att', 'icd10_code' => NULL, 'hmis_no_outpatient' => NULL, 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => 'http://', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '31', 'available' => '1', 'created_by' => '15', 'updated_by' => '15', 'created_at' => '2023-08-02 12:07:03', 'updated_at' => '2023-08-02 12:07:03', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1953', 'name' => 'Erbs palsy (Physio] Re-Att', 'icd10_code' => NULL, 'hmis_no_outpatient' => NULL, 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => 'http://', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '31', 'available' => '1', 'created_by' => '15', 'updated_by' => '15', 'created_at' => '2023-08-02 12:08:14', 'updated_at' => '2023-08-02 12:08:14', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1954', 'name' => 'Plantar Faciitis (Physio] New-Att', 'icd10_code' => NULL, 'hmis_no_outpatient' => NULL, 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => 'http://http://', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '31', 'available' => '1', 'created_by' => '15', 'updated_by' => '15', 'created_at' => '2023-08-02 12:09:06', 'updated_at' => '2023-08-02 13:57:53', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1955', 'name' => 'Plantar Faciitis (Physio] Re-Att', 'icd10_code' => NULL, 'hmis_no_outpatient' => NULL, 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => 'http://', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '31', 'available' => '1', 'created_by' => '15', 'updated_by' => '15', 'created_at' => '2023-08-02 12:09:46', 'updated_at' => '2023-08-02 12:09:46', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1956', 'name' => 'Chest Pain (Physio] New-Att', 'icd10_code' => NULL, 'hmis_no_outpatient' => NULL, 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => 'http://', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '31', 'available' => '1', 'created_by' => '15', 'updated_by' => '15', 'created_at' => '2023-08-02 12:10:33', 'updated_at' => '2023-08-02 12:10:33', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1957', 'name' => 'Chest Pain (Physio] Re-Att', 'icd10_code' => NULL, 'hmis_no_outpatient' => NULL, 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => 'http://', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '31', 'available' => '1', 'created_by' => '15', 'updated_by' => '15', 'created_at' => '2023-08-02 12:11:12', 'updated_at' => '2023-08-02 12:11:12', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1958', 'name' => 'Arthrogryposis (Physio] New-Att', 'icd10_code' => NULL, 'hmis_no_outpatient' => NULL, 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => 'http://', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '31', 'available' => '1', 'created_by' => '15', 'updated_by' => '15', 'created_at' => '2023-08-02 12:27:56', 'updated_at' => '2023-08-02 12:27:56', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1962', 'name' => 'Arthrogryposis (Physio] Re-Att', 'icd10_code' => NULL, 'hmis_no_outpatient' => NULL, 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => 'http://', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '31', 'available' => '1', 'created_by' => '15', 'updated_by' => '15', 'created_at' => '2023-08-02 12:35:28', 'updated_at' => '2023-08-02 12:35:28', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1964', 'name' => 'Foot Pain (Physio] New-Att', 'icd10_code' => NULL, 'hmis_no_outpatient' => NULL, 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => 'http://', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '31', 'available' => '1', 'created_by' => '15', 'updated_by' => '15', 'created_at' => '2023-08-02 13:21:05', 'updated_at' => '2023-08-02 13:21:05', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1965', 'name' => 'Foot Pain', 'icd10_code' => NULL, 'hmis_no_outpatient' => NULL, 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => 'http://', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => NULL, 'available' => '1', 'created_by' => '15', 'updated_by' => '15', 'created_at' => '2023-08-02 13:21:36', 'updated_at' => '2023-08-02 13:21:36', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1966', 'name' => 'Foot Pain (Physio] Re-Att', 'icd10_code' => NULL, 'hmis_no_outpatient' => NULL, 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => 'http://', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '31', 'available' => '1', 'created_by' => '15', 'updated_by' => '15', 'created_at' => '2023-08-02 13:22:18', 'updated_at' => '2023-08-02 13:22:18', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1967', 'name' => 'General body weakness (Physio] New-Att', 'icd10_code' => NULL, 'hmis_no_outpatient' => NULL, 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => 'http://', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => NULL, 'available' => '1', 'created_by' => '15', 'updated_by' => '15', 'created_at' => '2023-08-02 13:31:26', 'updated_at' => '2023-08-02 13:31:26', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1968', 'name' => 'General body weakness (Physio] Re-Att', 'icd10_code' => NULL, 'hmis_no_outpatient' => NULL, 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => 'http://', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => NULL, 'available' => '1', 'created_by' => '15', 'updated_by' => '15', 'created_at' => '2023-08-02 13:31:56', 'updated_at' => '2023-08-02 13:31:56', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1969', 'name' => 'Hip dislocation (Physio] New-Att', 'icd10_code' => NULL, 'hmis_no_outpatient' => NULL, 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => 'http://', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '31', 'available' => '1', 'created_by' => '15', 'updated_by' => '15', 'created_at' => '2023-08-02 13:33:39', 'updated_at' => '2023-08-02 13:33:39', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1970', 'name' => 'Hip dislocation (Physio] Re-Att', 'icd10_code' => NULL, 'hmis_no_outpatient' => NULL, 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => 'http://', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '31', 'available' => '1', 'created_by' => '15', 'updated_by' => '15', 'created_at' => '2023-08-02 13:34:18', 'updated_at' => '2023-08-02 13:34:18', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1971', 'name' => 'Osteomyelitis (Physio] New-Att', 'icd10_code' => NULL, 'hmis_no_outpatient' => NULL, 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => 'http://', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '31', 'available' => '1', 'created_by' => '15', 'updated_by' => '15', 'created_at' => '2023-08-02 13:49:06', 'updated_at' => '2023-08-02 13:49:06', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1972', 'name' => 'Osteomyelitis (Physio] Re-Att', 'icd10_code' => NULL, 'hmis_no_outpatient' => NULL, 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => 'http://', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '31', 'available' => '1', 'created_by' => '15', 'updated_by' => '15', 'created_at' => '2023-08-02 13:49:58', 'updated_at' => '2023-08-02 13:49:58', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1973', 'name' => 'Paraplegia (Physio] New-Att', 'icd10_code' => NULL, 'hmis_no_outpatient' => NULL, 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => 'http://', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '31', 'available' => '1', 'created_by' => '15', 'updated_by' => '15', 'created_at' => '2023-08-02 13:52:19', 'updated_at' => '2023-08-02 13:52:19', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1974', 'name' => 'Paraplegia (Physio] Re-Att', 'icd10_code' => NULL, 'hmis_no_outpatient' => NULL, 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => 'http://', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '31', 'available' => '1', 'created_by' => '15', 'updated_by' => '15', 'created_at' => '2023-08-02 13:52:51', 'updated_at' => '2023-08-02 13:52:51', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1975', 'name' => 'Parkinson\'s disease (Physio] New-Att', 'icd10_code' => NULL, 'hmis_no_outpatient' => NULL, 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => 'http://http://', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => NULL, 'available' => '1', 'created_by' => '15', 'updated_by' => '15', 'created_at' => '2023-08-02 13:54:33', 'updated_at' => '2023-08-02 13:55:07', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1976', 'name' => 'Parkinson\'s disease (Physio] Re-Att', 'icd10_code' => NULL, 'hmis_no_outpatient' => NULL, 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => 'http://', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => NULL, 'available' => '1', 'created_by' => '15', 'updated_by' => '15', 'created_at' => '2023-08-02 13:55:51', 'updated_at' => '2023-08-02 13:55:51', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1977', 'name' => 'Dry eyes', 'icd10_code' => NULL, 'hmis_no_outpatient' => NULL, 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => NULL, 'reference_names' => NULL, 'chronic_status' => '0', 'hmis_category' => NULL, 'available' => '1', 'created_by' => '47', 'updated_by' => NULL, 'created_at' => '2023-08-02 14:04:14', 'updated_at' => '2023-08-02 14:04:14', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1978', 'name' => 'Stroke', 'icd10_code' => NULL, 'hmis_no_outpatient' => NULL, 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => 'http://', 'reference_names' => '', 'chronic_status' => '1', 'hmis_category' => NULL, 'available' => '1', 'created_by' => '15', 'updated_by' => '15', 'created_at' => '2023-08-02 14:04:31', 'updated_at' => '2023-08-03 14:19:04', 'deleted_at' => '2023-08-03 14:19:04', 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1979', 'name' => 'Hemiplegia', 'icd10_code' => NULL, 'hmis_no_outpatient' => NULL, 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => 'http://', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => NULL, 'available' => '1', 'created_by' => '15', 'updated_by' => '15', 'created_at' => '2023-08-02 14:06:36', 'updated_at' => '2023-08-02 14:06:36', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1980', 'name' => 'Hemiplegia (Physio] New-Att', 'icd10_code' => NULL, 'hmis_no_outpatient' => NULL, 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => 'http://', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '31', 'available' => '1', 'created_by' => '15', 'updated_by' => '15', 'created_at' => '2023-08-02 14:07:16', 'updated_at' => '2023-08-02 14:07:16', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1981', 'name' => 'Hemiplegia (Physio] Re-Att', 'icd10_code' => NULL, 'hmis_no_outpatient' => NULL, 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => 'http://', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '31', 'available' => '1', 'created_by' => '15', 'updated_by' => '15', 'created_at' => '2023-08-02 14:07:54', 'updated_at' => '2023-08-02 14:07:54', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1982', 'name' => 'Traumatic Brain Injury', 'icd10_code' => NULL, 'hmis_no_outpatient' => NULL, 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => 'http://', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => NULL, 'available' => '1', 'created_by' => '15', 'updated_by' => '15', 'created_at' => '2023-08-02 14:10:43', 'updated_at' => '2023-08-02 14:10:43', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1983', 'name' => 'Traumatic Brain Injury (Physio] New-Att', 'icd10_code' => NULL, 'hmis_no_outpatient' => NULL, 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => 'http://', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '31', 'available' => '1', 'created_by' => '15', 'updated_by' => '15', 'created_at' => '2023-08-02 14:11:36', 'updated_at' => '2023-08-02 14:11:36', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1984', 'name' => 'Traumatic Brain Injury (Physio] Re-Att', 'icd10_code' => NULL, 'hmis_no_outpatient' => NULL, 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => 'http://', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '31', 'available' => '1', 'created_by' => '15', 'updated_by' => '15', 'created_at' => '2023-08-02 14:12:54', 'updated_at' => '2023-08-02 14:12:54', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1986', 'name' => 'Monoplegia (Physio] New-Att', 'icd10_code' => NULL, 'hmis_no_outpatient' => NULL, 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => 'http://http://', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '31', 'available' => '1', 'created_by' => '15', 'updated_by' => '15', 'created_at' => '2023-08-02 14:15:13', 'updated_at' => '2023-08-02 14:18:11', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1987', 'name' => 'Monoplegia (Physio] Re-Att', 'icd10_code' => NULL, 'hmis_no_outpatient' => NULL, 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => 'http://', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '31', 'available' => '1', 'created_by' => '15', 'updated_by' => '15', 'created_at' => '2023-08-02 14:17:27', 'updated_at' => '2023-08-02 14:17:27', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1988', 'name' => 'Quadriplegia', 'icd10_code' => NULL, 'hmis_no_outpatient' => NULL, 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => 'http://', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => NULL, 'available' => '1', 'created_by' => '15', 'updated_by' => '15', 'created_at' => '2023-08-02 14:19:46', 'updated_at' => '2023-08-02 14:19:46', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1989', 'name' => 'Quadriplegia (Physio] New-Att', 'icd10_code' => NULL, 'hmis_no_outpatient' => NULL, 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => 'http://', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '31', 'available' => '1', 'created_by' => '15', 'updated_by' => '15', 'created_at' => '2023-08-02 14:20:33', 'updated_at' => '2023-08-02 14:20:33', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1990', 'name' => 'Quadriplegia (Physio] Re-Att', 'icd10_code' => NULL, 'hmis_no_outpatient' => NULL, 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => 'http://', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '31', 'available' => '1', 'created_by' => '15', 'updated_by' => '15', 'created_at' => '2023-08-02 14:21:19', 'updated_at' => '2023-08-02 14:21:19', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1991', 'name' => 'Guillain-Barre Syndrome (GBS]', 'icd10_code' => NULL, 'hmis_no_outpatient' => NULL, 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => 'http://', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => NULL, 'available' => '1', 'created_by' => '15', 'updated_by' => '15', 'created_at' => '2023-08-02 14:24:15', 'updated_at' => '2023-08-02 14:24:15', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1992', 'name' => 'Guillain-Barre Syndrome (GBS] Physio New-Att', 'icd10_code' => NULL, 'hmis_no_outpatient' => NULL, 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => 'http://', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '31', 'available' => '1', 'created_by' => '15', 'updated_by' => '15', 'created_at' => '2023-08-02 14:26:34', 'updated_at' => '2023-08-02 14:26:34', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1993', 'name' => 'Guillain-Barre Syndrome (GBS] Physio Re-Att', 'icd10_code' => NULL, 'hmis_no_outpatient' => NULL, 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => 'http://', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '31', 'available' => '1', 'created_by' => '15', 'updated_by' => '15', 'created_at' => '2023-08-02 14:27:10', 'updated_at' => '2023-08-02 14:27:10', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1994', 'name' => 'Crowding', 'icd10_code' => NULL, 'hmis_no_outpatient' => NULL, 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => NULL, 'reference_names' => NULL, 'chronic_status' => '0', 'hmis_category' => NULL, 'available' => '1', 'created_by' => '23', 'updated_by' => NULL, 'created_at' => '2023-08-03 10:25:37', 'updated_at' => '2023-08-03 10:25:37', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1995', 'name' => 'Malaria - Re-attendance', 'icd10_code' => 'B54', 'hmis_no_outpatient' => 'EP01b', 'hmis_no_inpatient' => '6B', 'prompts' => NULL, 'reference_areas' => 'http://http://', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => NULL, 'available' => '1', 'created_by' => '15', 'updated_by' => '7', 'created_at' => '2023-08-03 10:51:08', 'updated_at' => '2023-08-25 14:00:12', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1996', 'name' => 'Peptic Ulcer Disease (PUD] Re-Attendance', 'icd10_code' => NULL, 'hmis_no_outpatient' => NULL, 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => 'http://', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => NULL, 'available' => '1', 'created_by' => '15', 'updated_by' => '15', 'created_at' => '2023-08-03 10:54:08', 'updated_at' => '2023-08-03 10:54:08', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1997', 'name' => 'Urinary tract infection Re-Attendance', 'icd10_code' => NULL, 'hmis_no_outpatient' => NULL, 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => 'http://', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => NULL, 'available' => '1', 'created_by' => '15', 'updated_by' => '15', 'created_at' => '2023-08-03 10:55:39', 'updated_at' => '2023-08-03 10:55:39', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1998', 'name' => 'Bacteremia Re-Attendance', 'icd10_code' => NULL, 'hmis_no_outpatient' => NULL, 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => 'http://', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => NULL, 'available' => '1', 'created_by' => '15', 'updated_by' => '15', 'created_at' => '2023-08-03 11:02:37', 'updated_at' => '2023-08-03 11:02:37', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '1999', 'name' => 'Pelvic Inflammatory Disease (PID] Re-Attendance', 'icd10_code' => NULL, 'hmis_no_outpatient' => NULL, 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => 'http://', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => '2', 'available' => '1', 'created_by' => '15', 'updated_by' => '15', 'created_at' => '2023-08-03 11:19:03', 'updated_at' => '2023-08-03 11:19:03', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '2000', 'name' => 'Cerebral Malaria Re-attendance', 'icd10_code' => NULL, 'hmis_no_outpatient' => NULL, 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => 'http://', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => NULL, 'available' => '1', 'created_by' => '15', 'updated_by' => '15', 'created_at' => '2023-08-03 12:55:39', 'updated_at' => '2023-08-03 12:55:39', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '2001', 'name' => 'Pneumonia Re-attendance', 'icd10_code' => NULL, 'hmis_no_outpatient' => NULL, 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => 'http://http://', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => NULL, 'available' => '1', 'created_by' => '15', 'updated_by' => '15', 'created_at' => '2023-08-03 13:56:05', 'updated_at' => '2023-08-03 13:57:16', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '2002', 'name' => 'DERMATITIS Re-attendance', 'icd10_code' => NULL, 'hmis_no_outpatient' => NULL, 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => 'http://', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => NULL, 'available' => '1', 'created_by' => '15', 'updated_by' => '15', 'created_at' => '2023-08-03 13:58:25', 'updated_at' => '2023-08-03 13:58:25', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '2003', 'name' => 'Atopic dermatitis Re-attendance', 'icd10_code' => NULL, 'hmis_no_outpatient' => NULL, 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => 'http://', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => NULL, 'available' => '1', 'created_by' => '15', 'updated_by' => '15', 'created_at' => '2023-08-03 14:01:33', 'updated_at' => '2023-08-03 14:01:33', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '2004', 'name' => 'Dermatitis: contact Re-attendance', 'icd10_code' => NULL, 'hmis_no_outpatient' => NULL, 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => 'http://', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => NULL, 'available' => '1', 'created_by' => '15', 'updated_by' => '15', 'created_at' => '2023-08-03 14:02:49', 'updated_at' => '2023-08-03 14:02:49', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '2005', 'name' => 'Seborrhoic Dermatitis Re-attendance', 'icd10_code' => NULL, 'hmis_no_outpatient' => NULL, 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => 'http://', 'reference_names' => '', 'chronic_status' => '1', 'hmis_category' => NULL, 'available' => '1', 'created_by' => '15', 'updated_by' => '15', 'created_at' => '2023-08-03 14:06:04', 'updated_at' => '2023-08-03 14:06:04', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '2006', 'name' => 'Stasis dermatitis Re-attendance', 'icd10_code' => NULL, 'hmis_no_outpatient' => NULL, 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => 'http://', 'reference_names' => '', 'chronic_status' => '1', 'hmis_category' => NULL, 'available' => '1', 'created_by' => '15', 'updated_by' => '15', 'created_at' => '2023-08-03 14:07:11', 'updated_at' => '2023-08-03 14:07:11', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '2007', 'name' => 'Arthritis Re-attendance', 'icd10_code' => NULL, 'hmis_no_outpatient' => NULL, 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => 'http://', 'reference_names' => '', 'chronic_status' => '1', 'hmis_category' => NULL, 'available' => '1', 'created_by' => '15', 'updated_by' => '15', 'created_at' => '2023-08-03 14:08:51', 'updated_at' => '2023-08-03 14:08:51', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '2008', 'name' => 'Osteoarthritis Re-attendance', 'icd10_code' => NULL, 'hmis_no_outpatient' => NULL, 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => 'http://', 'reference_names' => '', 'chronic_status' => '1', 'hmis_category' => NULL, 'available' => '1', 'created_by' => '15', 'updated_by' => '15', 'created_at' => '2023-08-03 14:11:02', 'updated_at' => '2023-08-03 14:11:02', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '2009', 'name' => 'Rheumatoid Arthritis Re-attendance', 'icd10_code' => NULL, 'hmis_no_outpatient' => NULL, 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => 'http://', 'reference_names' => '', 'chronic_status' => '1', 'hmis_category' => NULL, 'available' => '1', 'created_by' => '15', 'updated_by' => '15', 'created_at' => '2023-08-03 14:13:25', 'updated_at' => '2023-08-03 14:13:25', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '2010', 'name' => 'Syphilis Re-attendance', 'icd10_code' => NULL, 'hmis_no_outpatient' => NULL, 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => 'http://', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => NULL, 'available' => '1', 'created_by' => '15', 'updated_by' => '15', 'created_at' => '2023-08-03 14:20:41', 'updated_at' => '2023-08-03 14:20:41', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '2011', 'name' => 'Scabies Re-attendance', 'icd10_code' => NULL, 'hmis_no_outpatient' => NULL, 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => 'http://', 'reference_names' => '', 'chronic_status' => '0', 'hmis_category' => NULL, 'available' => '1', 'created_by' => '15', 'updated_by' => '15', 'created_at' => '2023-08-03 14:36:13', 'updated_at' => '2023-08-03 14:36:13', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '2012', 'name' => 'MTB REATTENDANCE', 'icd10_code' => NULL, 'hmis_no_outpatient' => NULL, 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => NULL, 'reference_names' => NULL, 'chronic_status' => '0', 'hmis_category' => NULL, 'available' => '1', 'created_by' => '27', 'updated_by' => NULL, 'created_at' => '2023-08-03 16:36:06', 'updated_at' => '2023-08-03 16:36:06', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '2013', 'name' => 'HYPERTENSIVE HEART DISEASE WITH GRADE 1 DIASTOLIC DYSFUNCTION', 'icd10_code' => NULL, 'hmis_no_outpatient' => NULL, 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => NULL, 'reference_names' => NULL, 'chronic_status' => '0', 'hmis_category' => NULL, 'available' => '1', 'created_by' => '27', 'updated_by' => NULL, 'created_at' => '2023-08-04 10:08:17', 'updated_at' => '2023-08-04 10:08:17', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '2014', 'name' => 'DEGENERATIVE VALVULAR HEART DISEASE ,MILD PAH', 'icd10_code' => NULL, 'hmis_no_outpatient' => NULL, 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => NULL, 'reference_names' => NULL, 'chronic_status' => '0', 'hmis_category' => NULL, 'available' => '1', 'created_by' => '27', 'updated_by' => NULL, 'created_at' => '2023-08-04 10:10:03', 'updated_at' => '2023-08-04 10:10:03', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '2015', 'name' => 'MALARIA NEW ATTENDANCE', 'icd10_code' => NULL, 'hmis_no_outpatient' => NULL, 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => NULL, 'reference_names' => NULL, 'chronic_status' => '0', 'hmis_category' => NULL, 'available' => '1', 'created_by' => '27', 'updated_by' => NULL, 'created_at' => '2023-08-04 16:18:34', 'updated_at' => '2023-08-04 16:18:34', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '2016', 'name' => 'EPILEPSY REATTENDANCE', 'icd10_code' => NULL, 'hmis_no_outpatient' => NULL, 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => NULL, 'reference_names' => NULL, 'chronic_status' => '0', 'hmis_category' => NULL, 'available' => '1', 'created_by' => '27', 'updated_by' => NULL, 'created_at' => '2023-08-05 11:09:43', 'updated_at' => '2023-08-05 11:09:43', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '2017', 'name' => 'SCHIZOPHRENIA REATTENDANCE', 'icd10_code' => NULL, 'hmis_no_outpatient' => NULL, 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => NULL, 'reference_names' => NULL, 'chronic_status' => '0', 'hmis_category' => NULL, 'available' => '1', 'created_by' => '27', 'updated_by' => NULL, 'created_at' => '2023-08-05 12:32:16', 'updated_at' => '2023-08-05 12:32:16', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '2018', 'name' => 'EPILEPTIC WITH PSYCHOTIC FEATURES REATTENDACE', 'icd10_code' => NULL, 'hmis_no_outpatient' => NULL, 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => NULL, 'reference_names' => NULL, 'chronic_status' => '0', 'hmis_category' => NULL, 'available' => '1', 'created_by' => '27', 'updated_by' => NULL, 'created_at' => '2023-08-05 12:44:54', 'updated_at' => '2023-08-05 12:44:54', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '2019', 'name' => 'ACUTE DIARROEA', 'icd10_code' => NULL, 'hmis_no_outpatient' => NULL, 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => NULL, 'reference_names' => NULL, 'chronic_status' => '0', 'hmis_category' => NULL, 'available' => '1', 'created_by' => '27', 'updated_by' => NULL, 'created_at' => '2023-08-05 14:37:30', 'updated_at' => '2023-08-05 14:37:30', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '2021', 'name' => 'MUSCLE PULL', 'icd10_code' => NULL, 'hmis_no_outpatient' => NULL, 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => NULL, 'reference_names' => NULL, 'chronic_status' => '0', 'hmis_category' => NULL, 'available' => '1', 'created_by' => '27', 'updated_by' => NULL, 'created_at' => '2023-08-05 15:24:20', 'updated_at' => '2023-08-05 15:24:20', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '2022', 'name' => 'anal fissure', 'icd10_code' => NULL, 'hmis_no_outpatient' => NULL, 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => NULL, 'reference_names' => NULL, 'chronic_status' => '0', 'hmis_category' => NULL, 'available' => '1', 'created_by' => '47', 'updated_by' => NULL, 'created_at' => '2023-08-08 09:38:04', 'updated_at' => '2023-08-08 09:38:04', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '2023', 'name' => 'MASS IN THE LF ARM PIT', 'icd10_code' => NULL, 'hmis_no_outpatient' => NULL, 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => NULL, 'reference_names' => NULL, 'chronic_status' => '0', 'hmis_category' => NULL, 'available' => '1', 'created_by' => '27', 'updated_by' => NULL, 'created_at' => '2023-08-10 10:04:37', 'updated_at' => '2023-08-10 10:04:37', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '2024', 'name' => 'icomplete rootcanal treatment', 'icd10_code' => NULL, 'hmis_no_outpatient' => NULL, 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => NULL, 'reference_names' => NULL, 'chronic_status' => '0', 'hmis_category' => NULL, 'available' => '1', 'created_by' => '23', 'updated_by' => NULL, 'created_at' => '2023-08-10 12:59:22', 'updated_at' => '2023-08-10 12:59:22', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '2025', 'name' => 'STROKE (HEMIPLEGIA] REATTENDANCE', 'icd10_code' => NULL, 'hmis_no_outpatient' => NULL, 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => NULL, 'reference_names' => NULL, 'chronic_status' => '0', 'hmis_category' => NULL, 'available' => '1', 'created_by' => '27', 'updated_by' => NULL, 'created_at' => '2023-08-10 14:18:39', 'updated_at' => '2023-08-10 14:18:39', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '2026', 'name' => 'CYCYTITIS', 'icd10_code' => NULL, 'hmis_no_outpatient' => NULL, 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => NULL, 'reference_names' => NULL, 'chronic_status' => '0', 'hmis_category' => NULL, 'available' => '1', 'created_by' => '27', 'updated_by' => NULL, 'created_at' => '2023-08-10 14:55:10', 'updated_at' => '2023-08-10 14:55:10', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '2032', 'name' => 'POST MENOPOSAUSE BLEEDING', 'icd10_code' => NULL, 'hmis_no_outpatient' => NULL, 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => NULL, 'reference_names' => NULL, 'chronic_status' => '0', 'hmis_category' => NULL, 'available' => '1', 'created_by' => '27', 'updated_by' => NULL, 'created_at' => '2023-08-11 09:41:07', 'updated_at' => '2023-08-11 09:41:07', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '2033', 'name' => 'Cerebral palsy', 'icd10_code' => NULL, 'hmis_no_outpatient' => NULL, 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => NULL, 'reference_names' => NULL, 'chronic_status' => '0', 'hmis_category' => NULL, 'available' => '1', 'created_by' => '47', 'updated_by' => NULL, 'created_at' => '2023-08-14 10:15:37', 'updated_at' => '2023-08-14 10:15:37', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '2034', 'name' => 'TYPHOID FEVER REATTENDANCE', 'icd10_code' => NULL, 'hmis_no_outpatient' => NULL, 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => NULL, 'reference_names' => NULL, 'chronic_status' => '0', 'hmis_category' => NULL, 'available' => '1', 'created_by' => '27', 'updated_by' => NULL, 'created_at' => '2023-08-19 11:21:19', 'updated_at' => '2023-08-19 11:21:19', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '2037', 'name' => 'Tactile hallucinations', 'icd10_code' => NULL, 'hmis_no_outpatient' => NULL, 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => NULL, 'reference_names' => NULL, 'chronic_status' => '0', 'hmis_category' => NULL, 'available' => '1', 'created_by' => '47', 'updated_by' => NULL, 'created_at' => '2023-08-24 10:39:48', 'updated_at' => '2023-08-24 10:39:48', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '2038', 'name' => 'Dry socket', 'icd10_code' => NULL, 'hmis_no_outpatient' => NULL, 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => NULL, 'reference_names' => NULL, 'chronic_status' => '0', 'hmis_category' => NULL, 'available' => '1', 'created_by' => '23', 'updated_by' => NULL, 'created_at' => '2023-08-25 12:04:27', 'updated_at' => '2023-08-25 12:04:27', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL],
['id' => '2039', 'name' => 'Early menopauses', 'icd10_code' => NULL, 'hmis_no_outpatient' => NULL, 'hmis_no_inpatient' => NULL, 'prompts' => NULL, 'reference_areas' => NULL, 'reference_names' => NULL, 'chronic_status' => '0', 'hmis_category' => NULL, 'available' => '1', 'created_by' => '47', 'updated_by' => NULL, 'created_at' => '2023-08-29 09:52:01', 'updated_at' => '2023-08-29 09:52:01', 'deleted_at' => NULL, 'insurance_tariffs' => NULL, 'diagnosis_category' => NULL]
];
foreach ($diagnoses as $row) {
Diagnosis::firstOrCreate([
'id' => $row['id'],
'name' => $row['name'],
'icd10_code' => $row['icd10_code'],
'hmis_no_outpatient' => $row['hmis_no_outpatient'],
'hmis_no_inpatient' => $row['hmis_no_inpatient'],
'prompts' => $row['prompts'],
'reference_areas' => $row['reference_areas'],
'reference_names' => $row['reference_names'],
'chronic_status' => $row['chronic_status'],
'hmis_category' => $row['hmis_category'],
]);
}
$this->call(EyeClinicDiagnosisSeeder::class);
}
}