{"id":66168,"date":"2020-08-05T13:46:31","date_gmt":"2020-08-05T10:46:31","guid":{"rendered":"https:\/\/avicennaint.com\/laboratuvar-sonuclari\/"},"modified":"2025-06-18T14:41:23","modified_gmt":"2025-06-18T11:41:23","slug":"laboratory-results","status":"publish","type":"page","link":"https:\/\/avicennaint.com\/en\/laboratory-results\/","title":{"rendered":"Laboratory Results"},"content":{"rendered":"<div id=\"cmsmasters_row_fstylkjfu\" class=\"cmsmasters_row cmsmasters_color_scheme_default cmsmasters_make_an_appointment cmsmasters_row_top_default cmsmasters_row_bot_default cmsmasters_row_boxed\">\n<div class=\"cmsmasters_row_outer_parent\">\n<div class=\"cmsmasters_row_outer\">\n<div class=\"cmsmasters_row_inner\">\n<div class=\"cmsmasters_row_margin\">\n<div id=\"cmsmasters_column_ojs52xsmpc\" class=\"cmsmasters_column one_third\">\n<div class=\"cmsmasters_column_inner\"><div class=\"custom_html\">\n<p><input id=\"txtHastaNo\" placeholder=\"Enter Your Patient Number...\" size=\"90%\" value=\"\"\/><\/p>\n<\/div>\n<\/div><\/div>\n<div id=\"cmsmasters_column_hohxat2n0a\" class=\"cmsmasters_column one_third\">\n<div class=\"cmsmasters_column_inner\"><div class=\"custom_html\">\n<p><input id=\"txtTcKimlikNo\" placeholder=\"Enter Your Passport Number... (Just Numbers)\" size=\"90%\" value=\"\" \/><\/p>\n<\/div>\n<\/div><\/div>\n<div id=\"cmsmasters_column_mj221qsdol\" class=\"cmsmasters_column one_third\">\n<div class=\"cmsmasters_column_inner\"><div class=\"custom_html\">\n<p><input type=\"button\" value=\"Search Results\" id=\"btnLabSend\"><\/p>\n<\/div>\n<\/div><\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<div id=\"cmsmasters_row_posj8xwfig\" class=\"cmsmasters_row cmsmasters_color_scheme_default cmsmasters_row_top_default cmsmasters_row_bot_default cmsmasters_row_boxed\">\n<div class=\"cmsmasters_row_outer_parent\">\n<div class=\"cmsmasters_row_outer\">\n<div class=\"cmsmasters_row_inner\">\n<div class=\"cmsmasters_row_margin\">\n<div id=\"cmsmasters_column_act39w9nl\" class=\"cmsmasters_column one_first\">\n<div class=\"cmsmasters_column_inner\"><div class=\"custom_html\">\n<form method=\"post\" action=\"\" id=\"myfrm\">\n<div id=\"testSonuclari\">\n<\/div>\n<\/form>\n<\/div>\n<\/div><\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<div id=\"cmsmasters_row_e48ui8za8r\" class=\"cmsmasters_row cmsmasters_color_scheme_default cmsmasters_row_top_default cmsmasters_row_bot_default cmsmasters_row_boxed\">\n<div class=\"cmsmasters_row_outer_parent\">\n<div class=\"cmsmasters_row_outer\">\n<div class=\"cmsmasters_row_inner\">\n<div class=\"cmsmasters_row_margin\">\n<div id=\"cmsmasters_column_xwc0ccl1o\" class=\"cmsmasters_column one_first\">\n<div class=\"cmsmasters_column_inner\"><p><\/p>\n<\/div><\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<div id=\"cmsmasters_row_kwd8uyfynu\" class=\"cmsmasters_row cmsmasters_color_scheme_default cmsmasters_row_top_default cmsmasters_row_bot_default cmsmasters_row_boxed\">\n<div class=\"cmsmasters_row_outer_parent\">\n<div class=\"cmsmasters_row_outer\">\n<div class=\"cmsmasters_row_inner\">\n<div class=\"cmsmasters_row_margin\">\n<div id=\"cmsmasters_column_g027rnzsy7\" class=\"cmsmasters_column one_first\">\n<div class=\"cmsmasters_column_inner\"><div class=\"custom_js\">\n<script type=\"text\/javascript\">\n$=jQuery;\n$(document).on('click','#btnLabSend',function(){\n    if(!$('#txtHastaNo').val() || !$('#txtTcKimlikNo').val()){\n        alert(\"Patient Number or TR Identity Number fields cannot be left blank!\");\n    }else{\nvar hastaTc = \"\";\nvar hastaAdi = \"\"; \nvar bulkHtml = '';\n$.ajax({\n  type: \"POST\",\n  url: \"\/checkLab.php\",\n  data: {\n      hastaNo: $('#txtHastaNo').val(),\n      tcKimlikNo: $('#txtTcKimlikNo').val(),\n      type: 'laboratuvar'\n  },\n  async: false,\n  success: function(data){\n    console.log(data);\n    if(data.length > 0){\n        hastaTc = data[0].TCKimlikNo;\n        hastaAdi = data[0].HastaAdi;\n        bulkHtml += '<h3>Laboratory Results<\/h3>';\n        bulkHtml += '<div class=\"sonucLine\">';\n        bulkHtml += '        <b>Passport number: <\/b>' + hastaTc;\n        bulkHtml += '    <\/div>';\n        bulkHtml += '<div class=\"sonucLine\">';\n        bulkHtml += '        <b>Patient name: <\/b>' + hastaAdi;\n        bulkHtml += '    <\/div>';\n        bulkHtml += '<table id=\"laboratuvarSonuclari\">';\n        bulkHtml += '<thead>';\n        bulkHtml += '<tr>';\n        bulkHtml += '<th>Date<\/th>';\n        bulkHtml += '<th>Test Name<\/th>';\n        bulkHtml += '<\/tr>';\n        bulkHtml += '<\/thead>';\n        bulkHtml += '<tbody>';\n        $(data).each(function(){\n            bulkHtml += '<tr data-masterno=\"'+this.MasterNo+'\"><td>'+this.Tarih+'<\/td><td>'+this.TestAdi+'<\/td><\/tr>';\n        })\n        bulkHtml += '<\/tbody><\/table>';\n    }else{\n        bulkHtml = '<h3>There were no results!<\/h3>';\n    }\n    $('#testSonuclari').html(bulkHtml);\n      $('#testDetay').remove();\n    $('#testSonuclari').after('<div id=\"testDetay\"><\/div>');\nwindow.location.hash = '#';\nwindow.location.hash = '#testSonuclari';\n  },\n  error: function(response){\n      if(response.responseText == \"Bilinmeyen istek!\"){\n          bulkHtml = '<h3>There were no results!<\/h3>';\n      }\n      $('#testSonuclari').html(bulkHtml);\nwindow.location.hash = '#';\nwindow.location.hash = '#testSonuclari';\n  }\n});\n}\n})\n\n\n$(document).on('click','#laboratuvarSonuclari tbody tr',function(){\n    var hastaTc = \"\";\n    var hastaNo = \"\"; \n    var hastaAdi = \"\"; \n    var bulkHtml = '';\n    var testAdi = \"\";\n    $.ajax({\n      type: \"POST\",\n      url: \"\/checkLab.php\",\n      data: {\n          hastaNo: $('#txtHastaNo').val(),\n          tcKimlikNo: $('#txtTcKimlikNo').val(),\n          masterNo: $(this).attr('data-masterno'),\n          type: 'laboratuvar'\n      },\n      async: false,\n      success: function(data){\n        if(data.length > 0){\n            hastaTc = data[0].TCKimlikNo;\n            hastaAdi = data[0].HastaAdi;\n            testAdi = data[0].TestAdi;\n            hastaNo = data[0].HastaNo;\n\nbulkHtml += '<h3>'+data[0].TestAdi+' Test results<\/h3>';\nbulkHtml += '<div class=\"detailLine\">';\nbulkHtml += '    <b>Patient No.<\/b>';\nbulkHtml += '    <span>'+hastaNo+'<\/span>';\nbulkHtml += '<\/div>';\nbulkHtml += '<div class=\"detailLine\">';\nbulkHtml += '    <b>Patient name<\/b>';\nbulkHtml += '    <span>'+hastaAdi+'<\/span>';\nbulkHtml += '<\/div>';\nbulkHtml += '<div class=\"detailLine\">';\nbulkHtml += '    <b>Passport number<\/b>';\nbulkHtml += '    <span>'+hastaTc+'<\/span>';\nbulkHtml += '<\/div>';\nbulkHtml += '<div class=\"detailLine\">';\nbulkHtml += '    <b>Test Name<\/b>';\nbulkHtml += '    <span>'+data[0].TestAdi+'<\/span>';\nbulkHtml += '<\/div>';\nbulkHtml += '<div style=\"overflow-x:auto;\"><table class=\"hoverTable centered responsive-table\"><thead><tr><th>Date of entry<\/th><th>LabAdmissionDate<\/th><th>SampleDate<\/th><th>ResultDate<\/th><th>ParamName<\/th><th>KitName<\/th><th>Unit<\/th><th>Result<\/th><th>NormalValue<\/th><\/tr><\/thead><tbody>';\n            $(data).each(function(){\nif(this.GirisTarih == null){this.GirisTarih = \"\"}\nif(this.LabKabulTarihi == null){this.LabKabulTarihi = \"\"}\nif(this.NumuneTarihi == null){this.NumuneTarihi = \"\"}\nif(this.SonucTarihi == null){this.SonucTarihi = \"\"}\nif(this.ParamName == null){this.ParamName = \"\"}\nif(this.KitName == null){this.KitName = \"\"}\nif(this.Birim == null){this.Birim = \"\"}\nif(this.Sonuc == null){this.Sonuc = \"\"}\nif(this.NormalDeger == null){this.NormalDeger = \"\"}\n                bulkHtml += '<tr>';\n                bulkHtml += '<td>'+this.GirisTarihi+'<\/td>';\n                bulkHtml += '<td>'+this.LabKabulTarihi+'<\/td>';\n                bulkHtml += '<td>'+this.NumuneTarihi+'<\/td>';\n                bulkHtml += '<td>'+this.SonucTarihi+'<\/td>';\n                bulkHtml += '<td>'+this.ParamName+'<\/td>';\n                bulkHtml += '<td>'+this.KitName+'<\/td>';\n                bulkHtml += '<td>'+this.Birim+'<\/td>';\n                bulkHtml += '<td>'+this.Sonuc+'<\/td>';\n                bulkHtml += '<td>'+this.NormalDeger+'<\/td>';\n                bulkHtml += '<\/tr>';\n            })\n            bulkHtml += '<\/tbody><\/table><\/div>';\n        }else{\n            bulkHtml = '<h3>There were no results!<\/h3>';\n        }\n        $('#testDetay').html(bulkHtml);\nwindow.location.hash = '#';\nwindow.location.hash = '#testDetay';\n      },\n      error: function(response){\n          if(response.responseText == \"Bilinmeyen istek!\"){\n              bulkHtml = '<h3>There were no results!<\/h3>';\n          }\n          $('#testDetay').html(bulkHtml);\nwindow.location.hash = '#';\nwindow.location.hash = '#testDetay';\n      }\n    });\n})\n\n\n\n\n\n\n\n\n        function myPrint(myfrm) {\n            var printdata = document.getElementById(myfrm);\n            newwin = window.open(\"\");\n            newwin.document.write(printdata.outerHTML);\n            newwin.print();\n            newwin.close();\n        }<\/script>\n<\/div>\n<\/div><\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<div id=\"cmsmasters_row_uaoqvwvjoq\" class=\"cmsmasters_row cmsmasters_color_scheme_default oShow cmsmasters_row_top_default cmsmasters_row_bot_default cmsmasters_row_boxed\">\n<div class=\"cmsmasters_row_outer_parent\">\n<div class=\"cmsmasters_row_outer\">\n<div class=\"cmsmasters_row_inner\">\n<div class=\"cmsmasters_row_margin\">\n<div id=\"cmsmasters_column_s9855imjg3\" class=\"cmsmasters_column one_first\">\n<div class=\"cmsmasters_column_inner\"><div id=\"cmsmasters_notice_gce6wjx0me\" class=\"cmsmasters_notice cmsmasters_notice_warning cmsmasters-icon-attention\">\n<a href=\"#\" class=\"notice_close cmsmasters_theme_icon_cancel\"><\/a><div class=\"notice_content\">\n<p><span style=\"font-weight: 400;\">Please change the vertical angle to a horizontal angle after clicking the print button.<\/span><\/p>\n<\/div>\n<\/div>\n<\/div><\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<div id=\"cmsmasters_row_3p7444nrko\" class=\"cmsmasters_row cmsmasters_color_scheme_default cmsmasters_row_top_default cmsmasters_row_bot_default cmsmasters_row_boxed\">\n<div class=\"cmsmasters_row_outer_parent\">\n<div class=\"cmsmasters_row_outer\">\n<div class=\"cmsmasters_row_inner\">\n<div class=\"cmsmasters_row_margin\">\n<div id=\"cmsmasters_column_gbu7wm132\" class=\"cmsmasters_column one_first\">\n<div class=\"cmsmasters_column_inner\"><div class=\"custom_html oShow\">\n\n<p align=\"center\"><input type=\"button\" onclick=\"myPrint('myfrm')\" value=\"PRINT\"><\/p>\n<\/div>\n<\/div><\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<div id=\"cmsmasters_row_6d67y15vrh\" class=\"cmsmasters_row cmsmasters_color_scheme_default cmsmasters_row_top_default cmsmasters_row_bot_default cmsmasters_row_boxed\">\n<div class=\"cmsmasters_row_outer_parent\">\n<div class=\"cmsmasters_row_outer\">\n<div class=\"cmsmasters_row_inner\">\n<div class=\"cmsmasters_row_margin\">\n<div id=\"cmsmasters_column_u8zwfzepqr\" class=\"cmsmasters_column one_first\">\n<div class=\"cmsmasters_column_inner\"><div class=\"cmsmasters_toggles toggles_mode_toggle\">\n<div class=\"cmsmasters_toggle_wrap\" data-tags=\"all \">\n<div class=\"cmsmasters_toggle_title\">\n<span class=\"cmsmasters_toggle_plus\">\n<span class=\"cmsmasters_toggle_plus_hor\"><\/span>\n<span class=\"cmsmasters_toggle_plus_vert\"><\/span>\n<\/span>\n<a href=\"#\">Avicenna Hospital Laboratory Results<\/a>\n<\/div>\n<div class=\"cmsmasters_toggle\">\n<div class=\"cmsmasters_toggle_inner\">\n<p><span style=\"font-weight: 400;\">Avicenna Ata\u015fehir Hospital offers all laboratory and analysis results with a single click online for the patients. The laboratory results can be obtained 24 hours a day, 7 days a week.<\/span><\/p>\n<h2>Analysis Results<\/h2>\n<p><span style=\"font-weight: 400;\">The laboratory department of Ata\u015fehir Avicenna Hospital is used in the diagnosis, treatment, and observation of almost all diseases. The importance of laboratory results in this context cannot be overstated. The results of the analyses, which are critical in the diagnosis and treatment of diseases, are discovered using samples taken from various parts of the human body. The tests are carried out using cutting-edge technology and devices. Internationally recognized quality controllers conduct the necessary inspections for Ata\u015fehir Avicenna Hospital&#8217;s e-laboratory department.<\/span><\/p>\n<h2>Laboratory Tests<\/h2>\n<p><span style=\"font-weight: 400;\">Samples taken from various parts of the human body are examined by specialist doctors and laboratory workers, accompanied by devices produced by using all the possibilities of modern medicine. Laboratory test results are extracted quickly and made ready for doctors&#8217; control. As a result, the treatment process can begin as soon as possible. The results obtained after the test show a hundred percent accuracy by using the most recent product of modern medical technology.<\/span><\/p>\n<h2>Avicenna Hospital Analysis Results<\/h2>\n<p><span style=\"font-weight: 400;\">All patients who look for Ata\u015fehir Avicenna Hospital analysis results will be directed to the e-laboratory department of our hospital. They can see all the assay details by entering the patient number and passport number. If you wish to learn more about laboratory results and analysis results, you can run an analysis query on the Ata\u015fehir Avicenna Hospital analysis results webpage. Patients who want to have both necessary analyzes and individual routine controls can give tests and learn the results from our laboratory.<\/span><\/p>\n<h2>Post Analysis Treatments<\/h2>\n<p><span style=\"font-weight: 400;\">The therapy process at Ata\u015fehir Avicenna Hospital begins when all of the analysis processes are completed. The doctor determines this process with the patient. Everyone can undergo frequent testing before suffering from any sickness. By these tests, anyone may give an early illness diagnosis at home. All diseases that are diagnosed early can be treated before they progress to a more critical stage and cause major health problems. All tests performed in this context can be managed by the e-laboratory department.<\/span><\/p>\n<\/div>\n<\/div>\n<\/div><\/div>\n<\/div><\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<div id=\"cmsmasters_row_f1xyi0pjfm\" class=\"cmsmasters_row cmsmasters_color_scheme_default cmsmasters_row_top_default cmsmasters_row_bot_default cmsmasters_row_boxed\">\n<div class=\"cmsmasters_row_outer_parent\">\n<div class=\"cmsmasters_row_outer\">\n<div class=\"cmsmasters_row_inner\">\n<div class=\"cmsmasters_row_margin\">\n<div id=\"cmsmasters_column_au5qihu9sk\" class=\"cmsmasters_column one_first\">\n<div class=\"cmsmasters_column_inner\">\n<div id=\"cmsmasters_divider_ozp4lsjbcf\" class=\"cmsmasters_divider cmsmasters_divider_width_medium cmsmasters_divider_pos_center\"><\/div>\n<div class=\"custom_html\">\n<h2 style=\"color:red\">COVID-19 Tests<\/h2>\n<p>Covid-19 testing is classified as PCR and antibody tests. This page contains the results of your coronavirus test results.<\/p>\n<\/div>\n<div class=\"cmsmasters_tabs tabs_mode_tour tabs_pos_left\">\n<ul class=\"cmsmasters_tabs_list\">\n<li id=\"cmsmasters_tabs_list_item_p05vpj9mrh\" class=\"cmsmasters_tabs_list_item current_tab\">\n<a href=\"#\">\n<span>SARS COV-2 Antigen (PCR) Test<\/span>\n<\/a>\n<\/li><li id=\"cmsmasters_tabs_list_item_jha1ubkby\" class=\"cmsmasters_tabs_list_item\">\n<a href=\"#\">\n<span>IgM<\/span>\n<\/a>\n<\/li><li id=\"cmsmasters_tabs_list_item_vnkj1tiuu\" class=\"cmsmasters_tabs_list_item\">\n<a href=\"#\">\n<span>IgG<\/span>\n<\/a>\n<\/li><\/ul>\n<div class=\"cmsmasters_tabs_wrap\">\n<div id=\"cmsmasters_tab_p05vpj9mrh\" class=\"cmsmasters_tab active_tab\">\n<div class=\"cmsmasters_tab_inner\">\n<p><span style=\"font-weight: 400;\">COVID-19 PCR Test is performed by swab method. If a virus is encountered in the mucosa sample taken from the patient&#8217;s nose and mouth, the result is &#8220;Positive&#8221;, and if no virus is found, the result is &#8220;Negative&#8221;.<\/span><\/p>\n<\/div>\n<\/div><div id=\"cmsmasters_tab_jha1ubkby\" class=\"cmsmasters_tab\">\n<div class=\"cmsmasters_tab_inner\">\n<p><span style=\"font-weight: 400;\">IgM is a type of antibody test used to detect the presence of antibodies in the early stages. A positive result indicates that the patient met the virus in a short time. However, if infected patients have not yet developed antibodies, the test may give a negative result.<\/span><\/p>\n<\/div>\n<\/div><div id=\"cmsmasters_tab_vnkj1tiuu\" class=\"cmsmasters_tab\">\n<div class=\"cmsmasters_tab_inner\">\n<p><span style=\"font-weight: 400;\">IgG is a type of late antibody test. A positive test implies that the patient is infected with the virus. For the IgG antibody to be positive, the virus must have been exposed for at least 10-15 days. It is assumed that patients with positive IgG antibody tests have an active immune system against the COVID-19 virus.<\/span><\/p>\n<\/div>\n<\/div><\/div>\n<\/div>\n<div id=\"cmsmasters_divider_6uwdhcs22\" class=\"cmsmasters_divider cmsmasters_divider_width_long cmsmasters_divider_pos_center\"><\/div>\n<div class=\"custom_html\">\n<h3>Hormone \u2013 Elisa<\/h3>\n<p>It is a test used to detect the presence of communicable illnesses such as hepatitis B, hepatitis C, and AIDS (HIV). It measures the amounts of antibodies in the body, such as anti-RLS, anti-HCV, and anti-HIV antibodies.<\/p>\n<\/div>\n<div class=\"cmsmasters_tabs tabs_mode_tour tabs_pos_left\">\n<ul class=\"cmsmasters_tabs_list\">\n<li id=\"cmsmasters_tabs_list_item_6s3o80w5fa\" class=\"cmsmasters_tabs_list_item current_tab\">\n<a href=\"#\">\n<span>Anti HBS<\/span>\n<\/a>\n<\/li><li id=\"cmsmasters_tabs_list_item_voqmsnig9\" class=\"cmsmasters_tabs_list_item\">\n<a href=\"#\">\n<span>Anti HCV<\/span>\n<\/a>\n<\/li><li id=\"cmsmasters_tabs_list_item_u1ngkma6ib\" class=\"cmsmasters_tabs_list_item\">\n<a href=\"#\">\n<span>Anti HIV<\/span>\n<\/a>\n<\/li><li id=\"cmsmasters_tabs_list_item_cafgkm2lgj\" class=\"cmsmasters_tabs_list_item\">\n<a href=\"#\">\n<span>HBsAg<\/span>\n<\/a>\n<\/li><\/ul>\n<div class=\"cmsmasters_tabs_wrap\">\n<div id=\"cmsmasters_tab_6s3o80w5fa\" class=\"cmsmasters_tab active_tab\">\n<div class=\"cmsmasters_tab_inner\">\n<p><span style=\"font-weight: 400;\">Anti-HBS is a hepatitis B viral monitoring test. This test determines if the virus has been eliminated from the body as well as the person&#8217;s immunity, which will last for the rest of his life. It is determined whether or not immunity develops in patients who have been vaccinated for hepatitis B disease.\u00a0 If the result is higher than 12 MLU, the person is disease-free. A positive anti-HBS test implies that the individual is immune to the hepatitis B virus. People&#8217;s test results might range from 100 to 1000. These figures indicate that the individual does not have Hepatitis B, but rather that he is immune to the illness.<\/span><\/p>\n<\/div>\n<\/div><div id=\"cmsmasters_tab_voqmsnig9\" class=\"cmsmasters_tab\">\n<div class=\"cmsmasters_tab_inner\">\n<p><span style=\"font-weight: 400;\">Anti HCV is a test that determines whether or not the individual&#8217;s body has generated antibodies against the hepatitis C virus. A positive anti-HCV test indicates that the patient is affected by the virus.<\/span><\/p>\n<\/div>\n<\/div><div id=\"cmsmasters_tab_u1ngkma6ib\" class=\"cmsmasters_tab\">\n<div class=\"cmsmasters_tab_inner\">\n<p><span style=\"font-weight: 400;\">The body begins to develop antibodies against the HIV (Aids) virus around 5 weeks after the infection enters the body. An anti-HIV test is to determine antibody levels. The anti-HIV test can be misleading because antibodies are not yet formed during the window period. To obtain an accurate and clear result, 90 days must pass after the unprotected sexual intercourse. In antibody testing, the 90-day guideline is important for accurate results.<\/span><\/p>\n<\/div>\n<\/div><div id=\"cmsmasters_tab_cafgkm2lgj\" class=\"cmsmasters_tab\">\n<div class=\"cmsmasters_tab_inner\">\n<p><span style=\"font-weight: 400;\">One of the hepatitis B tests, HBsAg, stands for hepatitis B surface antigen. A positive HBsAg test shows that the patient has Hepatitis B virus infection.<\/span><\/p>\n<\/div>\n<\/div><\/div>\n<\/div>\n<div id=\"cmsmasters_divider_ls3usfmz8d\" class=\"cmsmasters_divider cmsmasters_divider_width_medium cmsmasters_divider_pos_center\"><\/div>\n<div class=\"custom_html\">\n<h3>Complete Urine Examination<\/h3>\n<p>A complete urinalysis, as the name implies, is a urine test. It often informs doctors about kidney and urinary system problems. On the other hand, it is a valuable test used for diagnosing numerous diseases since it reflects the protein, blood, and leukocyte levels in the urine.<\/p>\n<\/div>\n<div class=\"cmsmasters_tabs tabs_mode_tour tabs_pos_left\">\n<ul class=\"cmsmasters_tabs_list\">\n<li id=\"cmsmasters_tabs_list_item_ipi60lrzvu\" class=\"cmsmasters_tabs_list_item current_tab\">\n<a href=\"#\">\n<span>Bilirubin<\/span>\n<\/a>\n<\/li><li id=\"cmsmasters_tabs_list_item_8gsijvwuf\" class=\"cmsmasters_tabs_list_item\">\n<a href=\"#\">\n<span>Density<\/span>\n<\/a>\n<\/li><li id=\"cmsmasters_tabs_list_item_6jig2gzdt\" class=\"cmsmasters_tabs_list_item\">\n<a href=\"#\">\n<span>Erythrocyte<\/span>\n<\/a>\n<\/li><li id=\"cmsmasters_tabs_list_item_tc64t35eoa\" class=\"cmsmasters_tabs_list_item\">\n<a href=\"#\">\n<span>Ketone<\/span>\n<\/a>\n<\/li><li id=\"cmsmasters_tabs_list_item_j710k426t\" class=\"cmsmasters_tabs_list_item\">\n<a href=\"#\">\n<span>Leukocyte<\/span>\n<\/a>\n<\/li><li id=\"cmsmasters_tabs_list_item_bswlhcs8km\" class=\"cmsmasters_tabs_list_item\">\n<a href=\"#\">\n<span>Nitrite<\/span>\n<\/a>\n<\/li><li id=\"cmsmasters_tabs_list_item_9xhiy8d4ag\" class=\"cmsmasters_tabs_list_item\">\n<a href=\"#\">\n<span>pH<\/span>\n<\/a>\n<\/li><li id=\"cmsmasters_tabs_list_item_rgr55m8wpj\" class=\"cmsmasters_tabs_list_item\">\n<a href=\"#\">\n<span>Protein<\/span>\n<\/a>\n<\/li><li id=\"cmsmasters_tabs_list_item_jzrtkv351\" class=\"cmsmasters_tabs_list_item\">\n<a href=\"#\">\n<span>Urine Glucose<\/span>\n<\/a>\n<\/li><li id=\"cmsmasters_tabs_list_item_8p4vz8pcwp\" class=\"cmsmasters_tabs_list_item\">\n<a href=\"#\">\n<span>Urobilinogen<\/span>\n<\/a>\n<\/li><\/ul>\n<div class=\"cmsmasters_tabs_wrap\">\n<div id=\"cmsmasters_tab_ipi60lrzvu\" class=\"cmsmasters_tab active_tab\">\n<div class=\"cmsmasters_tab_inner\">\n<p><span style=\"font-weight: 400;\">Bilirubin is a yellowish chemical produced by the breakdown of red blood cells in the regular functioning of the human body. Bilirubin is a substance produced by the liver that is ordinarily eliminated through the gastrointestinal tract. The presence of high amounts of bilirubin in the urine might be taken as an indication of a liver illness.<\/span><\/p>\n<\/div>\n<\/div><div id=\"cmsmasters_tab_8gsijvwuf\" class=\"cmsmasters_tab\">\n<div class=\"cmsmasters_tab_inner\">\n<p><span style=\"font-weight: 400;\">Density refers to thickness and density. In medicine, the word density is abbreviated as SG. The consistency level of the urine is shown by the density value in the urine test. Density values in the normal range are 1.002 \u2013 1.020.<\/span><\/p>\n<\/div>\n<\/div><div id=\"cmsmasters_tab_6jig2gzdt\" class=\"cmsmasters_tab\">\n<div class=\"cmsmasters_tab_inner\">\n<p><span style=\"font-weight: 400;\">Erythrocytes are vital cells in the human body. A high Erythrocyte indicates that there is insufficient oxygen reaching the tissues and cells. The human body generates red blood cells for recovery, and thus the erythrocyte level will be high.<\/span><\/p>\n<\/div>\n<\/div><div id=\"cmsmasters_tab_tc64t35eoa\" class=\"cmsmasters_tab\">\n<div class=\"cmsmasters_tab_inner\">\n<p><span style=\"font-weight: 400;\">This disease can occur if the glucose level in the human body is high or if you have diabetes and do not have enough insulin to enable your cells to absorb glucose. When we don&#8217;t have enough insulin, our bodies start breaking down lipids for energy. At this stage, the particles formed as a result of fatty acid breakdown are known as ketones.<\/span><\/p>\n<\/div>\n<\/div><div id=\"cmsmasters_tab_j710k426t\" class=\"cmsmasters_tab\">\n<div class=\"cmsmasters_tab_inner\">\n<p><span style=\"font-weight: 400;\">Leukocytes are white blood cells that protect the body against infections. Despite making up as little as 1% of the blood, they reproduce and multiply very fast in the presence of any foreign organism. Leukocytes are separated into five types of white blood cells.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">Lymphocytes, eosinophils, basophils, monocytes, and macrophages are all forms of neutrophils.<\/span><\/p>\n<\/div>\n<\/div><div id=\"cmsmasters_tab_bswlhcs8km\" class=\"cmsmasters_tab\">\n<div class=\"cmsmasters_tab_inner\">\n<p><span style=\"font-weight: 400;\">The most common cause of nitrite in the urine is urinary tract infection. It happens when bacteria infect the esophagus, ureters, and kidneys.<\/span><\/p>\n<\/div>\n<\/div><div id=\"cmsmasters_tab_9xhiy8d4ag\" class=\"cmsmasters_tab\">\n<div class=\"cmsmasters_tab_inner\">\n<p><span style=\"font-weight: 400;\">The pH value indicates the acidity or alkalinity of the urine. Urine can have an acidic or alkaline pH. The pH of the urine might change based on the dietary system, disorders, or medicines taken. A pH of 7 or above indicates that the urine is basic. If this level falls below 7, the urine has turned acidic.<\/span><\/p>\n<\/div>\n<\/div><div id=\"cmsmasters_tab_rgr55m8wpj\" class=\"cmsmasters_tab\">\n<div class=\"cmsmasters_tab_inner\">\n<p><span style=\"font-weight: 400;\">The blood delivers protein to organs and tissues of the human body. The kidneys prevent the current protein from passing through and ensure that the protein remains in the blood. When the kidneys fail to perform this function, the protein enters the urine.<\/span><\/p>\n<\/div>\n<\/div><div id=\"cmsmasters_tab_jzrtkv351\" class=\"cmsmasters_tab\">\n<div class=\"cmsmasters_tab_inner\">\n<p><span style=\"font-weight: 400;\">If the blood sugar level is above 140 milligrams for a long duration, the excess sugar in the blood is eliminated by the kidneys. Sugar can be found in the urine in these situations. Healthy people do not have sugar in their urine.<\/span><\/p>\n<\/div>\n<\/div><div id=\"cmsmasters_tab_8p4vz8pcwp\" class=\"cmsmasters_tab\">\n<div class=\"cmsmasters_tab_inner\">\n<p><span style=\"font-weight: 400;\">Urobilinogen levels in urine are an essential measure of human health, especially liver health. Urobilinogen levels in normal urine are low. There is liver dysfunction if there are little or no levels in the urine. If the urobilinogen level in the urine is higher than normal, liver disorders such as cirrhosis and hepatitis may be observed.<\/span><\/p>\n<\/div>\n<\/div><\/div>\n<\/div>\n<div id=\"cmsmasters_divider_d7ydwtg3wp\" class=\"cmsmasters_divider cmsmasters_divider_width_medium cmsmasters_divider_pos_center\"><\/div>\n<div class=\"custom_html\">\n<h3> Hemogram <\/h3>\n<p>A hemogram is a blood test that reveals the quantity, proportions, sizes, and differences between blood cells. It is a commonly utilized test in the examination of bone marrow issues because cells in the circulation are often formed in the bone marrow. It also shows the general health status, the effects of the treatment process, or the level of the disease, if any.<\/p>\n<\/div>\n<div class=\"cmsmasters_tabs tabs_mode_tour tabs_pos_left\">\n<ul class=\"cmsmasters_tabs_list\">\n<li id=\"cmsmasters_tabs_list_item_ce4c4ltweq\" class=\"cmsmasters_tabs_list_item current_tab\">\n<a href=\"#\">\n<span>BASO<\/span>\n<\/a>\n<\/li><li id=\"cmsmasters_tabs_list_item_jp9w8fkvf8\" class=\"cmsmasters_tabs_list_item\">\n<a href=\"#\">\n<span>EOS<\/span>\n<\/a>\n<\/li><li id=\"cmsmasters_tabs_list_item_mnjq3d70m\" class=\"cmsmasters_tabs_list_item\">\n<a href=\"#\">\n<span>LYM<\/span>\n<\/a>\n<\/li><li id=\"cmsmasters_tabs_list_item_y74v251d3\" class=\"cmsmasters_tabs_list_item\">\n<a href=\"#\">\n<span>MONO<\/span>\n<\/a>\n<\/li><li id=\"cmsmasters_tabs_list_item_x5yz2ea0fe\" class=\"cmsmasters_tabs_list_item\">\n<a href=\"#\">\n<span>NE<\/span>\n<\/a>\n<\/li><li id=\"cmsmasters_tabs_list_item_hqikyi8oq\" class=\"cmsmasters_tabs_list_item\">\n<a href=\"#\">\n<span>HCT<\/span>\n<\/a>\n<\/li><li id=\"cmsmasters_tabs_list_item_bclby1ksks\" class=\"cmsmasters_tabs_list_item\">\n<a href=\"#\">\n<span>HGB<\/span>\n<\/a>\n<\/li><li id=\"cmsmasters_tabs_list_item_vkb5k9mtor\" class=\"cmsmasters_tabs_list_item\">\n<a href=\"#\">\n<span>MCH<\/span>\n<\/a>\n<\/li><li id=\"cmsmasters_tabs_list_item_q6upopkgd\" class=\"cmsmasters_tabs_list_item\">\n<a href=\"#\">\n<span>MCHC<\/span>\n<\/a>\n<\/li><li id=\"cmsmasters_tabs_list_item_nedpo4yotl\" class=\"cmsmasters_tabs_list_item\">\n<a href=\"#\">\n<span>MCV<\/span>\n<\/a>\n<\/li><li id=\"cmsmasters_tabs_list_item_9o2h01eb2c\" class=\"cmsmasters_tabs_list_item\">\n<a href=\"#\">\n<span>MPV<\/span>\n<\/a>\n<\/li><li id=\"cmsmasters_tabs_list_item_m8swcpzyj\" class=\"cmsmasters_tabs_list_item\">\n<a href=\"#\">\n<span>PCT<\/span>\n<\/a>\n<\/li><li id=\"cmsmasters_tabs_list_item_qombsfy5x\" class=\"cmsmasters_tabs_list_item\">\n<a href=\"#\">\n<span>PDW<\/span>\n<\/a>\n<\/li><li id=\"cmsmasters_tabs_list_item_ezbqsatsr\" class=\"cmsmasters_tabs_list_item\">\n<a href=\"#\">\n<span>PLCR<\/span>\n<\/a>\n<\/li><li id=\"cmsmasters_tabs_list_item_cwpwy5l8hn\" class=\"cmsmasters_tabs_list_item\">\n<a href=\"#\">\n<span>PLT<\/span>\n<\/a>\n<\/li><li id=\"cmsmasters_tabs_list_item_92xktr295e\" class=\"cmsmasters_tabs_list_item\">\n<a href=\"#\">\n<span>RBC<\/span>\n<\/a>\n<\/li><li id=\"cmsmasters_tabs_list_item_dlldzzd9s\" class=\"cmsmasters_tabs_list_item\">\n<a href=\"#\">\n<span>RDW-CV<\/span>\n<\/a>\n<\/li><li id=\"cmsmasters_tabs_list_item_v7niffo7r5\" class=\"cmsmasters_tabs_list_item\">\n<a href=\"#\">\n<span>RDW-SD<\/span>\n<\/a>\n<\/li><li id=\"cmsmasters_tabs_list_item_9t8enp58i9\" class=\"cmsmasters_tabs_list_item\">\n<a href=\"#\">\n<span>WBC<\/span>\n<\/a>\n<\/li><\/ul>\n<div class=\"cmsmasters_tabs_wrap\">\n<div id=\"cmsmasters_tab_ce4c4ltweq\" class=\"cmsmasters_tab active_tab\">\n<div class=\"cmsmasters_tab_inner\">\n<p><span style=\"font-weight: 400;\">The human body has two kinds of blood cells: white and red. White blood cells come in a variety of shapes and sizes. These cells are also known as basophils. Healthy adults have a modest number of basophil cells. When Baso levels are high, it is considered that there is a problem in the body.<\/span><\/p>\n<\/div>\n<\/div><div id=\"cmsmasters_tab_jp9w8fkvf8\" class=\"cmsmasters_tab\">\n<div class=\"cmsmasters_tab_inner\">\n<p><span style=\"font-weight: 400;\">Eosinophils are white blood cells. It serves vital functions in the human body. If the EOS levels are higher than normal, it is suspected that there is an abnormality in the body. The primary function of eosinophils is to identify parasites in the body and attack illnesses caused by these parasites.<\/span><\/p>\n<\/div>\n<\/div><div id=\"cmsmasters_tab_mnjq3d70m\" class=\"cmsmasters_tab\">\n<div class=\"cmsmasters_tab_inner\">\n<p><span style=\"font-weight: 400;\">The LYM cell is a type of white blood cell. It is a kind of leukocyte, also called a white blood cell. It functions as a part of the immune system. If it is higher than usual, it indicates that the body activates the immune system against disease.<\/span><\/p>\n<\/div>\n<\/div><div id=\"cmsmasters_tab_y74v251d3\" class=\"cmsmasters_tab\">\n<div class=\"cmsmasters_tab_inner\">\n<p><span style=\"font-weight: 400;\">It is one of the most important components of the body. They attack organisms and cancer cells that infect the body. High and low monocyte numbers indicate the presence of certain disorders. Whereas low monocyte levels are normally considered normal, they can indicate bone marrow problems. A high monocyte level ma indicates that the body is fighting cancer.<\/span><\/p>\n<\/div>\n<\/div><div id=\"cmsmasters_tab_x5yz2ea0fe\" class=\"cmsmasters_tab\">\n<div class=\"cmsmasters_tab_inner\">\n<p><span style=\"font-weight: 400;\">The bone marrow produces neutrophils in the human body. They enter the bloodstream after being created by the bone marrow and fight fungi and bacteria. Neutrophils are the first to arrive at an infected area in the human body. Low or high levels of these parameters can be signs of a variety of diseases.<\/span><\/p>\n<\/div>\n<\/div><div id=\"cmsmasters_tab_hqikyi8oq\" class=\"cmsmasters_tab\">\n<div class=\"cmsmasters_tab_inner\">\n<p><span style=\"font-weight: 400;\">Hematocrit is shortened as HCT. It refers to the proportion of red blood cells in the blood. Generally defined as red blood cells. It is low in situations of anemia, or a lack of oxygen and fluids.\u00a0 High- and low levels might be indicators of some disorders.<\/span><\/p>\n<\/div>\n<\/div><div id=\"cmsmasters_tab_bclby1ksks\" class=\"cmsmasters_tab\">\n<div class=\"cmsmasters_tab_inner\">\n<p><span style=\"font-weight: 400;\">HGB is a protein that has a high iron level in red blood cells. High or low values can indicate major disorders.<\/span><\/p>\n<\/div>\n<\/div><div id=\"cmsmasters_tab_vkb5k9mtor\" class=\"cmsmasters_tab\">\n<div class=\"cmsmasters_tab_inner\">\n<p><span style=\"font-weight: 400;\">MCH refers to mean corpuscular hemoglobin. Each MCH value represents the average hemoglobin value found in a single red blood cell. Hemoglobin is a protein found in red blood cells that delivers oxygen to tissues. Its low level is referred to as an iron deficiency. High values of MCH\u00a0 show deficiency of B vitamins and folate.<\/span><\/p>\n<\/div>\n<\/div><div id=\"cmsmasters_tab_q6upopkgd\" class=\"cmsmasters_tab\">\n<div class=\"cmsmasters_tab_inner\">\n<p><span style=\"font-weight: 400;\">The mean corpuscular hemoglobin concentration (MCHC) is a term used to describe the concentration of hemoglobin in the blood. Low levels usually indicate iron deficiency. A high MCHC usually indicates a B12 deficiency, folic acid deficiency, or liver disease.<\/span><\/p>\n<\/div>\n<\/div><div id=\"cmsmasters_tab_nedpo4yotl\" class=\"cmsmasters_tab\">\n<div class=\"cmsmasters_tab_inner\">\n<p><span style=\"font-weight: 400;\">MCV refers to mean corpuscular volume. It represents the size of red blood cells in the body. Its high level implies that the red blood cells are larger than they should be. As a result, the capillaries split as they move through. If it is low, it means that the amount of oxygen delivered to the cells is less than normal.<\/span><\/p>\n<\/div>\n<\/div><div id=\"cmsmasters_tab_9o2h01eb2c\" class=\"cmsmasters_tab\">\n<div class=\"cmsmasters_tab_inner\">\n<p><span style=\"font-weight: 400;\">MPV refers to the average size of the factors that cause blood clotting. It may be defined as the average platelet size in the blood. Blood clots and slows blood flow in circumstances such as injuries and wounds.<\/span><\/p>\n<\/div>\n<\/div><div id=\"cmsmasters_tab_m8swcpzyj\" class=\"cmsmasters_tab\">\n<div class=\"cmsmasters_tab_inner\">\n<p><span style=\"font-weight: 400;\">PCT is a blood test that determines the amount of procalcitonin in the body. Procalcitonin is a hormone that indicates the number and severity of bacterial infections in the human body. It identifies disorders including sepsis, which happens when an infection enters the blood. Viral infections do not raise PCT levels in the blood. Bacterial infections have the potential to raise the PCT score.<\/span><\/p>\n<\/div>\n<\/div><div id=\"cmsmasters_tab_qombsfy5x\" class=\"cmsmasters_tab\">\n<div class=\"cmsmasters_tab_inner\">\n<p><span style=\"font-weight: 400;\">The platelet distribution range (PDW) describes the distribution range of platelets in the blood. It demonstrates the activity of the bone marrow as well as any abnormalities that may exist. Usually, the test is ordered as a consequence of unexplained nosebleeds, difficult-to-stop bleeding after injuries and wounds, easy bruising, and chronic redness.<\/span><\/p>\n<\/div>\n<\/div><div id=\"cmsmasters_tab_ezbqsatsr\" class=\"cmsmasters_tab\">\n<div class=\"cmsmasters_tab_inner\">\n<p><span style=\"font-weight: 400;\">Large cell platelet is known as PLCR. Different testing is required when the PLCR is high or low. The patient&#8217;s life is in danger if the PLCR value is low. It&#8217;s known as the main metric of human health. Because diseases that cause damage cause a decrease in PLCR values.<\/span><\/p>\n<\/div>\n<\/div><div id=\"cmsmasters_tab_cwpwy5l8hn\" class=\"cmsmasters_tab\">\n<div class=\"cmsmasters_tab_inner\">\n<p><span style=\"font-weight: 400;\">The thrombocyte or PLT helps to prevent bleeding by coagulating blood in hemorrhages. In healthy adults, platelets range between 150 and 450 thousand. The patient has a major life-threatening disease in both the low and high levels.<\/span><\/p>\n<\/div>\n<\/div><div id=\"cmsmasters_tab_92xktr295e\" class=\"cmsmasters_tab\">\n<div class=\"cmsmasters_tab_inner\">\n<p><span style=\"font-weight: 400;\">The RBC, also known as Erythrocyte, is a kind of blood cell. Its high levels imply that cells and tissues do not have adequate oxygen. Its function is to deliver oxygen and carbon dioxide from the lungs to the body&#8217;s cells.<\/span><\/p>\n<\/div>\n<\/div><div id=\"cmsmasters_tab_dlldzzd9s\" class=\"cmsmasters_tab\">\n<div class=\"cmsmasters_tab_inner\">\n<p><span style=\"font-weight: 400;\">It demonstrates that red blood cell diameters vary. The increase in these differences indicates the RDW&#8217;s high level. Many disorders can be indicated by low or high blood pressure. It should be checked with other blood values. RDW-CD is a formula that calculates the standard deviation as a percentage.<\/span><\/p>\n<\/div>\n<\/div><div id=\"cmsmasters_tab_v7niffo7r5\" class=\"cmsmasters_tab\">\n<div class=\"cmsmasters_tab_inner\">\n<p><span style=\"font-weight: 400;\">Red blood cells do not have the appropriate diameters and vary in size. Depending on the degree of these differences, several diseases may be detected. The RDW-SD function, commonly known as standard deviation or true measurement, indicates results in fL units.<\/span><\/p>\n<\/div>\n<\/div><div id=\"cmsmasters_tab_9t8enp58i9\" class=\"cmsmasters_tab\">\n<div class=\"cmsmasters_tab_inner\">\n<p><span style=\"font-weight: 400;\">WBC means white blood cells in the blood. In clinical medicine, it is also known as a leukocyte. It increases in proportion to the degree of infection in the body. Its function is to remove fungus, bacteria, and viruses from the body. Its intensity suggests a high level of risk, while its low level indicates a poor immune system.<\/span><\/p>\n<\/div>\n<\/div><\/div>\n<\/div>\n<div id=\"cmsmasters_divider_rwim236xbg\" class=\"cmsmasters_divider cmsmasters_divider_width_medium cmsmasters_divider_pos_center\"><\/div>\n<div class=\"custom_html\">\n<h3> Biochemistry<\/h3>\n<p>One of the most significant blood tests is the biochemistry test. This test is known to induce many prevalent disorders. It's frequently used when metabolic and endocrine issues need to be discovered.<\/p>\n<\/div>\n<div class=\"cmsmasters_tabs tabs_mode_tour tabs_pos_left\">\n<ul class=\"cmsmasters_tabs_list\">\n<li id=\"cmsmasters_tabs_list_item_uamsrq36j8\" class=\"cmsmasters_tabs_list_item current_tab\">\n<a href=\"#\">\n<span>CRP<\/span>\n<\/a>\n<\/li><\/ul>\n<div class=\"cmsmasters_tabs_wrap\">\n<div id=\"cmsmasters_tab_uamsrq36j8\" class=\"cmsmasters_tab active_tab\">\n<div class=\"cmsmasters_tab_inner\">\n<p><span style=\"font-weight: 400;\">CRP is a protein that the body makes when it needs to defend itself. Its low concentration makes it easier to become sick. A high CRP level indicates an infection, stroke, heart attack, or tissue death that occurred recently. It has an increase in C-Reactive Protein. When CRP levels are high, inflammation is suspected. It can, however, be a sign of a variety of disorders, ranging from infection to cancer.<\/span><\/p>\n<\/div>\n<\/div><\/div>\n<\/div>\n<\/div><\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-66168","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v27.4 (Yoast SEO v27.4) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>Laboratory Results | \u041c\u0435\u0436\u0434\u0443\u043d\u0430\u0440\u043e\u0434\u043d\u0430 \u0431\u043e\u043b\u043d\u0438\u0446\u0430 \u0410\u0432\u0438\u0446\u0435\u043d\u0430<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/avicennaint.com\/en\/laboratory-results\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Laboratory Results\" \/>\n<meta property=\"og:url\" content=\"https:\/\/avicennaint.com\/en\/laboratory-results\/\" \/>\n<meta property=\"og:site_name\" content=\"\u041c\u0435\u0436\u0434\u0443\u043d\u0430\u0440\u043e\u0434\u043d\u0430 \u0431\u043e\u043b\u043d\u0438\u0446\u0430 \u0410\u0432\u0438\u0446\u0435\u043d\u0430\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/avicennaint\" \/>\n<meta property=\"article:modified_time\" content=\"2025-06-18T11:41:23+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:site\" content=\"@avicennaintcom\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"16 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/avicennaint.com\\\/en\\\/laboratory-results\\\/\",\"url\":\"https:\\\/\\\/avicennaint.com\\\/en\\\/laboratory-results\\\/\",\"name\":\"Laboratory Results | \u041c\u0435\u0436\u0434\u0443\u043d\u0430\u0440\u043e\u0434\u043d\u0430 \u0431\u043e\u043b\u043d\u0438\u0446\u0430 \u0410\u0432\u0438\u0446\u0435\u043d\u0430\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/avicennaint.com\\\/en\\\/#website\"},\"datePublished\":\"2020-08-05T10:46:31+00:00\",\"dateModified\":\"2025-06-18T11:41:23+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/avicennaint.com\\\/en\\\/laboratory-results\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/avicennaint.com\\\/en\\\/laboratory-results\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/avicennaint.com\\\/en\\\/laboratory-results\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/avicennaint.com\\\/en\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Laboratory Results\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/avicennaint.com\\\/en\\\/#website\",\"url\":\"https:\\\/\\\/avicennaint.com\\\/en\\\/\",\"name\":\"Avicenna Hastanesi\",\"description\":\"Avicenna Atasehir International Hospital\",\"publisher\":{\"@id\":\"https:\\\/\\\/avicennaint.com\\\/en\\\/#organization\"},\"alternateName\":\"Avicenna\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/avicennaint.com\\\/en\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/avicennaint.com\\\/en\\\/#organization\",\"name\":\"Avicenna Hastanesi\",\"alternateName\":\"Avicenna Hospital\",\"url\":\"https:\\\/\\\/avicennaint.com\\\/en\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/avicennaint.com\\\/en\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/avicennaint.com\\\/wp-content\\\/uploads\\\/2021\\\/04\\\/avicenna-logo-kare-blog.jpg\",\"contentUrl\":\"https:\\\/\\\/avicennaint.com\\\/wp-content\\\/uploads\\\/2021\\\/04\\\/avicenna-logo-kare-blog.jpg\",\"width\":800,\"height\":450,\"caption\":\"Avicenna Hastanesi\"},\"image\":{\"@id\":\"https:\\\/\\\/avicennaint.com\\\/en\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/avicennaint\",\"https:\\\/\\\/x.com\\\/avicennaintcom\",\"https:\\\/\\\/mastodon.social\\\/@avicenna\",\"https:\\\/\\\/www.instagram.com\\\/avicennahastanesi\\\/\",\"https:\\\/\\\/www.linkedin.com\\\/company\\\/avicennahastanesi\\\/\",\"https:\\\/\\\/www.youtube.com\\\/@avicennaint\\\/\",\"https:\\\/\\\/www.instagram.com\\\/avicennaint\\\/\"]}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Laboratory Results | \u041c\u0435\u0436\u0434\u0443\u043d\u0430\u0440\u043e\u0434\u043d\u0430 \u0431\u043e\u043b\u043d\u0438\u0446\u0430 \u0410\u0432\u0438\u0446\u0435\u043d\u0430","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/avicennaint.com\/en\/laboratory-results\/","og_locale":"en_US","og_type":"article","og_title":"Laboratory Results","og_url":"https:\/\/avicennaint.com\/en\/laboratory-results\/","og_site_name":"\u041c\u0435\u0436\u0434\u0443\u043d\u0430\u0440\u043e\u0434\u043d\u0430 \u0431\u043e\u043b\u043d\u0438\u0446\u0430 \u0410\u0432\u0438\u0446\u0435\u043d\u0430","article_publisher":"https:\/\/www.facebook.com\/avicennaint","article_modified_time":"2025-06-18T11:41:23+00:00","twitter_card":"summary_large_image","twitter_site":"@avicennaintcom","twitter_misc":{"Est. reading time":"16 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/avicennaint.com\/en\/laboratory-results\/","url":"https:\/\/avicennaint.com\/en\/laboratory-results\/","name":"Laboratory Results | \u041c\u0435\u0436\u0434\u0443\u043d\u0430\u0440\u043e\u0434\u043d\u0430 \u0431\u043e\u043b\u043d\u0438\u0446\u0430 \u0410\u0432\u0438\u0446\u0435\u043d\u0430","isPartOf":{"@id":"https:\/\/avicennaint.com\/en\/#website"},"datePublished":"2020-08-05T10:46:31+00:00","dateModified":"2025-06-18T11:41:23+00:00","breadcrumb":{"@id":"https:\/\/avicennaint.com\/en\/laboratory-results\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/avicennaint.com\/en\/laboratory-results\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/avicennaint.com\/en\/laboratory-results\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/avicennaint.com\/en\/"},{"@type":"ListItem","position":2,"name":"Laboratory Results"}]},{"@type":"WebSite","@id":"https:\/\/avicennaint.com\/en\/#website","url":"https:\/\/avicennaint.com\/en\/","name":"Avicenna Hastanesi","description":"Avicenna Atasehir International Hospital","publisher":{"@id":"https:\/\/avicennaint.com\/en\/#organization"},"alternateName":"Avicenna","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/avicennaint.com\/en\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/avicennaint.com\/en\/#organization","name":"Avicenna Hastanesi","alternateName":"Avicenna Hospital","url":"https:\/\/avicennaint.com\/en\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/avicennaint.com\/en\/#\/schema\/logo\/image\/","url":"https:\/\/avicennaint.com\/wp-content\/uploads\/2021\/04\/avicenna-logo-kare-blog.jpg","contentUrl":"https:\/\/avicennaint.com\/wp-content\/uploads\/2021\/04\/avicenna-logo-kare-blog.jpg","width":800,"height":450,"caption":"Avicenna Hastanesi"},"image":{"@id":"https:\/\/avicennaint.com\/en\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/avicennaint","https:\/\/x.com\/avicennaintcom","https:\/\/mastodon.social\/@avicenna","https:\/\/www.instagram.com\/avicennahastanesi\/","https:\/\/www.linkedin.com\/company\/avicennahastanesi\/","https:\/\/www.youtube.com\/@avicennaint\/","https:\/\/www.instagram.com\/avicennaint\/"]}]}},"_links":{"self":[{"href":"https:\/\/avicennaint.com\/en\/wp-json\/wp\/v2\/pages\/66168","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/avicennaint.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/avicennaint.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/avicennaint.com\/en\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/avicennaint.com\/en\/wp-json\/wp\/v2\/comments?post=66168"}],"version-history":[{"count":0,"href":"https:\/\/avicennaint.com\/en\/wp-json\/wp\/v2\/pages\/66168\/revisions"}],"wp:attachment":[{"href":"https:\/\/avicennaint.com\/en\/wp-json\/wp\/v2\/media?parent=66168"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}