Answer in detail about liver function tests and make PDF of that answer
"liver function tests" AND interpretation
liver blood tests interpretation ACG guideline albumin INR bilirubin alkaline phosphatase
https://www.merckmanuals.com/professional/hepatic-and-biliar…
~/
~/
mkdir -p "/tmp/workspace/liver-function-tests-pdf/src" "/tmp/workspace/liver-function-tests-pdf/output" && python - <<'PY' from reportlab.lib.pagesizes import A4 from reportlab.lib import colors from reportlab.lib.styles import getSampleStyleSheet, ParagraphStyle from reportlab.lib.enums import TA_CENTER from reportlab.lib.units import cm from reportlab.platypus import SimpleDocTemplate, Paragraph, Spacer, Table, TableStyle, PageBreak, KeepTogether from reportlab.pdfbase.pdfmetrics import stringWidth from reportlab.lib.colors import HexColor from reportlab.pdfbase.ttfonts import TTFont from reportlab.pdfbase import pdfmetrics from reportlab.lib.fonts import addMapping from reportlab.pdfbase.pdfmetrics import registerFontFamily from xml.sax.saxutils import escape out='/tmp/workspace/liver-function-tests-pdf/output/Liver_Function_Tests_Detailed_Guide.pdf' styles=getSampleStyleSheet() styles.add(ParagraphStyle(name='Title2', parent=styles['Title'], fontName='Helvetica-Bold', fontSize=20, leading=25, alignment=TA_CENTER, textColor=HexColor('#17365D'), spaceAfter=8)) styles.add(ParagraphStyle(name='Sub', parent=styles['Normal'], fontSize=10.5, leading=14, alignment=TA_CENTER, textColor=HexColor('#555555'), spaceAfter=18)) styles.add(ParagraphStyle(name='H1x', parent=styles['Heading1'], fontName='Helvetica-Bold', fontSize=14, leading=18, textColor=HexColor('#17365D'), spaceBefore=12, spaceAfter=7)) styles.add(ParagraphStyle(name='H2x', parent=styles['Heading2'], fontName='Helvetica-Bold', fontSize=11.5, leading=15, textColor=HexColor('#2F5597'), spaceBefore=9, spaceAfter=4)) styles.add(ParagraphStyle(name='Bodyx', parent=styles['BodyText'], fontName='Helvetica', fontSize=9.3, leading=13.3, spaceAfter=6)) styles.add(ParagraphStyle(name='Small', parent=styles['BodyText'], fontSize=8.1, leading=10.5, textColor=HexColor('#444444'), spaceAfter=4)) styles.add(ParagraphStyle(name='Callout', parent=styles['BodyText'], fontSize=9.3, leading=13.2, leftIndent=7, rightIndent=7, borderColor=HexColor('#9DC3E6'), borderWidth=0.8, borderPadding=7, backColor=HexColor('#EAF3F8'), spaceBefore=5, spaceAfter=9)) styles.add(ParagraphStyle(name='Bulletx', parent=styles['BodyText'], fontSize=9.1, leading=12.5, leftIndent=14, firstLineIndent=-8, spaceAfter=3)) def P(txt, style='Bodyx'): return Paragraph(txt, styles[style]) def bullet(txt): return P('• '+txt, 'Bulletx') def table(data, widths): t=Table(data, colWidths=widths, repeatRows=1, hAlign='LEFT') t.setStyle(TableStyle([ ('BACKGROUND',(0,0),(-1,0),HexColor('#1F4E78')),('TEXTCOLOR',(0,0),(-1,0),colors.white), ('FONTNAME',(0,0),(-1,0),'Helvetica-Bold'),('FONTSIZE',(0,0),(-1,0),8.5),('LEADING',(0,0),(-1,0),10.5), ('FONTNAME',(0,1),(-1,-1),'Helvetica'),('FONTSIZE',(0,1),(-1,-1),8.1),('LEADING',(0,1),(-1,-1),10.2), ('BACKGROUND',(0,1),(-1,-1),HexColor('#F7FAFC')),('ROWBACKGROUNDS',(0,1),(-1,-1),[HexColor('#F7FAFC'),colors.white]), ('GRID',(0,0),(-1,-1),0.25,HexColor('#B7C9D6')),('VALIGN',(0,0),(-1,-1),'TOP'), ('LEFTPADDING',(0,0),(-1,-1),5),('RIGHTPADDING',(0,0),(-1,-1),5),('TOPPADDING',(0,0),(-1,-1),4),('BOTTOMPADDING',(0,0),(-1,-1),4), ])) return t story=[] story += [P('Liver Function Tests (LFTs)', 'Title2'), P('A detailed guide to what the tests measure, how to recognize patterns, and when results need urgent review', 'Sub')] story.append(P('<b>Important:</b> “LFT” is a convenient but imperfect label. AST, ALT, ALP and GGT are chiefly markers of cellular injury or bile-flow disturbance, not direct measures of liver function. Albumin and PT/INR more closely reflect hepatic synthetic capacity, but they are also affected by non-liver conditions.', 'Callout')) story += [P('1. What is included in a liver panel?', 'H1x'), P('Laboratories vary, but a typical liver panel includes the following groups. Always interpret values using the laboratory-specific reference interval, the patient’s symptoms, medicines, alcohol exposure, pregnancy status, and prior results. A single abnormal number is less informative than the <b>pattern</b> and <b>trend</b>.')] data=[[P('<b>Test</b>','Small'),P('<b>Main meaning</b>','Small'),P('<b>Key limitations / non-liver causes</b>','Small')], [P('<b>ALT</b> (alanine aminotransferase)','Small'),P('Most liver-predominant aminotransferase. Raised with hepatocellular injury.','Small'),P('May be normal in advanced fibrosis/cirrhosis. Exercise and some drugs can raise it.','Small')], [P('<b>AST</b> (aspartate aminotransferase)','Small'),P('Aminotransferase released with cell injury; interpreted with ALT.','Small'),P('Also present in skeletal muscle, heart and red cells. Muscle injury, strenuous exercise or hemolysis may raise AST.','Small')], [P('<b>ALP</b> (alkaline phosphatase)','Small'),P('Often rises with cholestasis, obstruction or infiltrative liver disease.','Small'),P('Also comes from bone and placenta. Physiologic elevation occurs in growing children and pregnancy.','Small')], [P('<b>GGT</b>','Small'),P('Supports a hepatobiliary source when ALP is high.','Small'),P('Sensitive but nonspecific. Can rise with alcohol and enzyme-inducing drugs; it should not be used alone to diagnose alcohol-related disease.','Small')], [P('<b>Bilirubin</b>, total and direct','Small'),P('Reflects bilirubin production, hepatic uptake/conjugation, and biliary excretion.','Small'),P('Indirect bilirubin can rise with hemolysis or Gilbert syndrome. Direct bilirubin suggests conjugated hyperbilirubinemia.','Small')], [P('<b>Albumin, PT/INR</b>','Small'),P('Contextual markers of synthetic reserve, especially important for disease severity.','Small'),P('Albumin falls with inflammation, malnutrition, renal or gastrointestinal loss. INR is affected by warfarin, vitamin K deficiency and other coagulopathies.','Small')]] story.append(table(data,[3.0*cm,6.2*cm,7.2*cm])) story += [P('2. How to read each result', 'H1x'),P('Aminotransferases: ALT and AST', 'H2x'), P('ALT is more liver-predominant than AST. A rise in either signals leakage from injured cells, but the height of the value does <b>not</b> reliably equal the amount of permanent liver damage. In acute injury, values may be very high while albumin remains normal. In cirrhosis, AST and ALT can be normal or only mildly raised because there are fewer functioning hepatocytes left.'), bullet('<b>AST:ALT ratio:</b> a ratio greater than 2 can support alcohol-associated hepatitis in the appropriate clinical context, but it is not diagnostic and should not be used in isolation.'), bullet('<b>Marked elevations:</b> acute viral hepatitis, ischemic/hypoxic injury, acetaminophen toxicity and other drug-induced injury are important possibilities. The clinical situation and speed of change determine urgency.'), bullet('<b>Persistent mild elevations:</b> common considerations include metabolic dysfunction-associated steatotic liver disease (MASLD), alcohol exposure, medicines or supplements, viral hepatitis, autoimmune disease, and iron or other metabolic disorders.'), P('ALP and GGT', 'H2x'), P('A disproportionately raised ALP suggests cholestasis, meaning impaired bile formation or bile flow. Confirming that GGT (or 5′-nucleotidase) is elevated supports a hepatobiliary source; a normal GGT with isolated ALP elevation makes a bone source more likely. Cholestasis may be intrahepatic, for example drug-induced injury, primary biliary cholangitis or sepsis, or extrahepatic, for example a bile-duct stone, stricture or pancreatic/biliary mass.'), P('Bilirubin', 'H2x'), P('Requesting fractionated bilirubin is helpful. <b>Unconjugated (indirect)</b> predominance suggests increased production or impaired conjugation, such as hemolysis, Gilbert syndrome or ineffective erythropoiesis. <b>Conjugated (direct)</b> predominance is more consistent with impaired excretion from hepatocellular disease or cholestasis. Dark urine occurs with conjugated bilirubin because it is water soluble; pale stools and itching point toward cholestasis.'), P('Albumin and PT/INR', 'H2x'), P('Albumin changes slowly because of its relatively long half-life, so a low level is often a marker of chronic disease or a non-hepatic problem rather than acute liver failure. PT/INR can worsen more rapidly because clotting factors have shorter half-lives. In suspected acute liver injury, a rising INR with encephalopathy, worsening jaundice or hypoglycemia is particularly concerning and needs urgent medical assessment.')] story += [P('3. Pattern recognition', 'H1x'),P('The dominant pattern narrows the differential diagnosis. The R ratio can formalize this: <b>R = (ALT ÷ ALT upper limit of normal) ÷ (ALP ÷ ALP upper limit of normal)</b>. An R ratio ≥5 is hepatocellular, ≤2 is cholestatic, and 2 to 5 is mixed. Use values from the same laboratory and interpret it as a guide, not a diagnosis.')] data2=[[P('<b>Pattern</b>','Small'),P('<b>Usual laboratory profile</b>','Small'),P('<b>Examples to consider</b>','Small')], [P('Hepatocellular','Small'),P('ALT/AST disproportionately elevated relative to ALP','Small'),P('Viral hepatitis; MASLD; alcohol-related disease; ischemia; autoimmune hepatitis; drug/herbal injury; hemochromatosis, Wilson disease, alpha-1 antitrypsin deficiency','Small')], [P('Cholestatic','Small'),P('ALP disproportionately high, often with GGT and direct bilirubin elevation','Small'),P('Gallstone or other extrahepatic obstruction; primary biliary cholangitis; primary sclerosing cholangitis; drug-induced cholestasis; infiltrative disease','Small')], [P('Mixed','Small'),P('Both ALT/AST and ALP substantially elevated','Small'),P('Drug-induced liver injury, viral hepatitis, ischemic injury, obstruction with hepatocyte injury, overlapping disease','Small')], [P('Isolated bilirubin','Small'),P('Bilirubin elevated with otherwise normal or near-normal enzymes','Small'),P('Gilbert syndrome or hemolysis if indirect; early obstruction or hepatocellular dysfunction if direct','Small')]] story.append(table(data2,[3.0*cm,6.4*cm,7.0*cm])) story += [P('4. A practical approach to abnormal results', 'H1x'), bullet('<b>Confirm and trend:</b> check the reference range, repeat unexpected abnormalities when clinically safe, and compare with prior results. Review whether the sample was hemolyzed.'), bullet('<b>Take a targeted history:</b> symptoms, alcohol intake, recent illness or hypotension, travel and viral risk, metabolic risk factors, pregnancy, family history, prescription medicines, acetaminophen, non-prescription products, bodybuilding agents and herbal remedies.'), bullet('<b>Examine the pattern:</b> hepatocellular, cholestatic, mixed, or isolated bilirubin. If ALP is isolated, confirm its source with GGT or 5′-nucleotidase and consider bone causes.'), bullet('<b>Investigate cause:</b> typical testing may include hepatitis B and C testing, iron studies, autoantibodies/immunoglobulins, metabolic or genetic tests when appropriate, and abdominal ultrasound for cholestatic results or persistent abnormalities. Imaging and specialist-directed tests follow the clinical context.'), bullet('<b>Assess severity:</b> bilirubin, albumin, PT/INR, platelet count, renal function and mental status add information about liver reserve and complications. Normal AST/ALT do not exclude advanced fibrosis. In chronic-risk settings, clinicians may use FIB-4/APRI and elastography to estimate fibrosis.'), P('5. Results that warrant prompt medical attention', 'H1x'), P('Seek urgent medical care, rather than waiting for routine follow-up, if abnormal liver tests occur with any of the following:', 'Bodyx'), bullet('confusion, unusual sleepiness, personality change, asterixis, or new bleeding/bruising'), bullet('jaundice with fever, rigors, severe right-upper-abdominal pain, vomiting, or low blood pressure'), bullet('rapidly deepening jaundice, dark urine with pale stools and severe itching, or inability to keep fluids down'), bullet('known or suspected acetaminophen overdose, toxic ingestion, or severe reaction after starting a medication or supplement'), bullet('pregnancy with upper abdominal pain, headache, high blood pressure, vomiting, jaundice, or abnormal liver tests.'), P('These are clinical warning signs, not a substitute for diagnosis. A clinician must interpret results alongside examination, history and repeat testing.', 'Callout')] story += [P('6. Common interpretation pitfalls', 'H1x'), bullet('<b>“Normal enzymes mean no liver disease.”</b> Not necessarily. Fibrosis/cirrhosis and MASLD can exist with normal or minimally elevated aminotransferases.'), bullet('<b>“High enzymes equal liver failure.”</b> Not necessarily. Enzymes show injury. Synthetic failure is better suggested by worsening INR, low albumin in the appropriate setting, bilirubin trajectory, encephalopathy and other clinical features.'), bullet('<b>“GGT proves alcohol misuse.”</b> No. It is nonspecific and can be elevated by many drugs and hepatobiliary conditions.'), bullet('<b>“ALP is always hepatic.”</b> No. Bone and placental sources are frequent explanations, especially in children and pregnancy.'), bullet('<b>“AST is always from liver.”</b> No. Skeletal muscle injury and hemolysis are important alternatives; creatine kinase may help when muscle injury is suspected.'), P('7. Reference notes', 'H1x'), P('Reference intervals differ by method, age, sex and laboratory. The values printed on the individual report take priority. Do not attempt to diagnose a condition from a ratio or one result alone.', 'Bodyx'), P('<b>Primary educational sources used for this guide</b>', 'H2x'), bullet('Henry’s Clinical Diagnosis and Management by Laboratory Methods, section “Liver Function Tests,” pp. 3786-3800.'), bullet('Schwartz’s Principles of Surgery, 11th ed., “Liver Function Tests,” pp. 872-899.'), bullet('Merck Manual Professional, <i>Laboratory Tests of the Liver and Gallbladder</i>, accessed September 2026.'), bullet('NCBI Bookshelf, <i>Liver Function Tests</i> (StatPearls), accessed September 2026.'), P('Educational document only. It is not personal medical advice and should not be used to delay medical evaluation.', 'Small')] def footer(canvas, doc): canvas.saveState(); canvas.setStrokeColor(HexColor('#B7C9D6')); canvas.line(1.5*cm,1.3*cm,19.5*cm,1.3*cm) canvas.setFont('Helvetica',8); canvas.setFillColor(HexColor('#555555')) canvas.drawString(1.5*cm,0.85*cm,'Liver Function Tests - Educational guide') canvas.drawRightString(19.5*cm,0.85*cm,f'Page {doc.page}') canvas.restoreState() doc=SimpleDocTemplate(out,pagesize=A4,rightMargin=1.45*cm,leftMargin=1.45*cm,topMargin=1.35*cm,bottomMargin=1.75*cm,title='Liver Function Tests: Detailed Guide',author='Orris') doc.build(story,onFirstPage=footer,onLaterPages=footer) print(out) PY python - <<'PY' from pypdf import PdfReader p='/tmp/workspace/liver-function-tests-pdf/output/Liver_Function_Tests_Detailed_Guide.pdf' r=PdfReader(p) print('pages',len(r.pages),'bytes',__import__('os').path.getsize(p)) text=''.join(page.extract_text() or '' for page in r.pages) print('text_chars',len(text),'has urgent', 'urgent medical attention' in text.lower()) PY
| Test | What it mainly indicates | Important interpretation point |
|---|---|---|
| ALT | Hepatocellular injury | More liver-specific than AST |
| AST | Hepatocellular or muscle injury | Also rises in skeletal-muscle injury, hemolysis, and cardiac injury |
| ALP | Cholestasis or bile-duct obstruction | May also come from bone or placenta |
| GGT | Supports a hepatobiliary source for raised ALP | Sensitive but nonspecific; may rise with alcohol or certain drugs |
| Total/direct bilirubin | Bilirubin handling and excretion | Direct bilirubin often rises in cholestasis or hepatocellular disease |
| Albumin | Longer-term synthetic capacity | Also affected by nutrition, inflammation, renal and gut protein losses |
| PT/INR | Hepatic clotting-factor synthesis | May worsen quickly in severe liver injury, but is affected by warfarin and vitamin K deficiency |
Liver Function Tests Detailed Guide
PDF Document · PDF
ribe liver functiontests with its significance. And make PDF of this answer
"liver function tests" AND interpretation
liver function tests clinical significance AST ALT bilirubin albumin INR authoritative
~/
mkdir -p "/tmp/workspace/lft-significance-pdf/src" "/tmp/workspace/lft-significance-pdf/output" && python - <<'PY' from reportlab.lib.pagesizes import A4 from reportlab.lib import colors from reportlab.lib.colors import HexColor from reportlab.lib.styles import getSampleStyleSheet, ParagraphStyle from reportlab.lib.enums import TA_CENTER from reportlab.lib.units import cm from reportlab.platypus import SimpleDocTemplate, Paragraph, Spacer, Table, TableStyle, KeepTogether from pypdf import PdfReader import os path='/tmp/workspace/lft-significance-pdf/output/Liver_Function_Tests_and_Their_Significance.pdf' ss=getSampleStyleSheet() ss.add(ParagraphStyle(name='T', parent=ss['Title'], fontName='Helvetica-Bold', fontSize=20, leading=25, textColor=HexColor('#17365D'), alignment=TA_CENTER, spaceAfter=6)) ss.add(ParagraphStyle(name='ST', parent=ss['Normal'], fontSize=10, leading=13, textColor=HexColor('#555555'), alignment=TA_CENTER, spaceAfter=15)) ss.add(ParagraphStyle(name='H1a', parent=ss['Heading1'], fontName='Helvetica-Bold', fontSize=14, leading=18, textColor=HexColor('#17365D'), spaceBefore=10, spaceAfter=5)) ss.add(ParagraphStyle(name='H2a', parent=ss['Heading2'], fontName='Helvetica-Bold', fontSize=11, leading=14, textColor=HexColor('#2F5597'), spaceBefore=7, spaceAfter=3)) ss.add(ParagraphStyle(name='B', parent=ss['BodyText'], fontSize=9.4, leading=13.4, spaceAfter=6)) ss.add(ParagraphStyle(name='S', parent=ss['BodyText'], fontSize=8.3, leading=10.7, spaceAfter=3)) ss.add(ParagraphStyle(name='C', parent=ss['BodyText'], fontSize=9.2, leading=13, borderWidth=.7, borderColor=HexColor('#9DC3E6'), borderPadding=7, backColor=HexColor('#EAF3F8'), spaceAfter=9)) ss.add(ParagraphStyle(name='L', parent=ss['BodyText'], fontSize=9.2, leading=12.5, leftIndent=13, firstLineIndent=-8, spaceAfter=3)) def p(t,s='B'): return Paragraph(t,ss[s]) def b(t): return p('• '+t,'L') def tbl(rows,widths): t=Table(rows,colWidths=widths,repeatRows=1) t.setStyle(TableStyle([('BACKGROUND',(0,0),(-1,0),HexColor('#1F4E78')),('TEXTCOLOR',(0,0),(-1,0),colors.white),('FONTNAME',(0,0),(-1,0),'Helvetica-Bold'),('FONTSIZE',(0,0),(-1,0),8.5),('LEADING',(0,0),(-1,0),10.5),('FONTNAME',(0,1),(-1,-1),'Helvetica'),('FONTSIZE',(0,1),(-1,-1),8.1),('LEADING',(0,1),(-1,-1),10.2),('ROWBACKGROUNDS',(0,1),(-1,-1),[HexColor('#F7FAFC'),colors.white]),('GRID',(0,0),(-1,-1),.25,HexColor('#B7C9D6')),('VALIGN',(0,0),(-1,-1),'TOP'),('LEFTPADDING',(0,0),(-1,-1),5),('RIGHTPADDING',(0,0),(-1,-1),5),('TOPPADDING',(0,0),(-1,-1),4),('BOTTOMPADDING',(0,0),(-1,-1),4)])) return t story=[p('Liver Function Tests', 'T'),p('Description and clinical significance', 'ST'),p('<b>Definition.</b> Liver function tests (LFTs), more accurately termed <b>liver chemistries</b>, are blood tests used to assess hepatocellular injury, bile formation and flow, bilirubin handling, and hepatic synthetic capacity. They are interpreted as a pattern and over time, not as isolated values.', 'C'),p('Why LFTs are important', 'H1a'),p('The liver performs metabolic, excretory, detoxifying and protein-synthetic functions. LFTs help detect liver or biliary disease, distinguish broad injury patterns, judge severity, monitor progression, and assess response or toxicity during treatment. They cannot independently establish a specific diagnosis; history, examination, imaging and targeted investigations remain necessary.'),p('Major tests and their significance', 'H1a')] rows=[[p('<b>Test</b>','S'),p('<b>What it reflects</b>','S'),p('<b>Clinical significance</b>','S')], [p('<b>ALT</b>','S'),p('Predominantly hepatocyte enzyme; released with hepatocellular injury.','S'),p('A sensitive indicator of liver-cell injury. Raised in viral hepatitis, MASLD, drug-induced injury, ischemia and other hepatitides. It may be normal in advanced fibrosis or cirrhosis.','S')], [p('<b>AST</b>','S'),p('Aminotransferase released from liver and other tissues.','S'),p('Interpreted with ALT. It is less liver-specific because skeletal muscle, heart and red cells contain AST. An AST:ALT ratio >2 may support alcohol-associated hepatitis in the correct setting, but is not diagnostic.','S')], [p('<b>ALP</b>','S'),p('Enzyme associated with bile ducts and also bone/placenta.','S'),p('A disproportionate elevation suggests cholestasis or biliary obstruction. A raised result must be confirmed as hepatic with GGT or 5′-nucleotidase, since bone disease, childhood growth and pregnancy can also elevate ALP.','S')], [p('<b>GGT</b>','S'),p('Hepatobiliary enzyme, particularly from biliary epithelium.','S'),p('Supports hepatic/biliary origin of elevated ALP. It is highly sensitive but nonspecific and may rise with alcohol, obesity or enzyme-inducing medicines. An isolated high GGT does not diagnose alcohol use disorder.','S')], [p('<b>Bilirubin</b>','S'),p('Production, hepatic uptake/conjugation and biliary excretion of bilirubin.','S'),p('Helps evaluate jaundice. Indirect bilirubin can rise in hemolysis or Gilbert syndrome; direct bilirubin is more consistent with hepatocellular excretory dysfunction or cholestasis. Rising bilirubin may indicate increasing disease severity.','S')], [p('<b>Albumin</b>','S'),p('Longer-term hepatic protein synthesis, with substantial extrahepatic influences.','S'),p('Low albumin can support chronic impaired synthetic function, including cirrhosis, but also occurs with malnutrition, inflammation, renal loss and gastrointestinal protein loss. It is less useful for judging very acute injury.','S')], [p('<b>PT/INR</b>','S'),p('Synthesis of clotting factors by the liver.','S'),p('A key severity marker. Worsening PT/INR may develop rapidly in severe hepatic injury or acute liver failure. It is also affected by warfarin, vitamin K deficiency and non-hepatic coagulation disorders.','S')]] story.append(tbl(rows,[2.1*cm,5.8*cm,8.3*cm])) story += [p('Interpretation of common patterns', 'H1a'),p('<b>1. Hepatocellular pattern:</b> ALT and AST are elevated disproportionately relative to ALP. Causes include viral hepatitis, alcohol-associated liver disease, metabolic dysfunction-associated steatotic liver disease, autoimmune hepatitis, ischemic/hypoxic injury and medication or herbal-product injury.'),p('<b>2. Cholestatic pattern:</b> ALP is elevated disproportionately, often with GGT and direct bilirubin elevation. Consider gallstone obstruction, biliary stricture, primary biliary cholangitis, primary sclerosing cholangitis, drug-induced cholestasis, or infiltrative disease.'),p('<b>3. Mixed pattern:</b> Both aminotransferases and ALP are significantly elevated. Drug-induced liver injury is an important consideration, among other causes.'),p('<b>4. Isolated hyperbilirubinemia:</b> Fractionated bilirubin distinguishes predominantly indirect elevation, such as hemolysis or Gilbert syndrome, from direct elevation associated with hepatobiliary disease.'),p('Clinical uses and significance', 'H1a'),b('<b>Screening and detection:</b> LFTs can reveal otherwise silent liver or biliary abnormalities and may be the first indication of medication- or supplement-related injury.'),b('<b>Pattern-based differential diagnosis:</b> The relationship between ALT/AST and ALP helps classify injury as hepatocellular, cholestatic or mixed, directing subsequent tests and imaging.'),b('<b>Severity assessment:</b> Bilirubin, albumin and PT/INR help estimate hepatic reserve. In an acutely ill person, rising bilirubin or INR is more concerning than enzyme elevation alone.'),b('<b>Monitoring:</b> Serial tests are useful when monitoring hepatitis, chronic liver disease, biliary obstruction, drug toxicity, or response after removal of an offending exposure. Trends are usually more informative than one result.'),b('<b>Assessment of chronic disease:</b> AST, ALT and platelets can contribute to noninvasive fibrosis scores such as FIB-4 or APRI. These support risk stratification but do not replace clinical assessment or, where needed, elastography.'),p('Important limitations', 'H1a'),b('Many “LFTs” are injury markers, not direct measures of function. Markedly raised ALT/AST can occur with preserved synthetic function.'),b('Conversely, patients with advanced fibrosis or cirrhosis may have normal or mildly abnormal aminotransferases.'),b('Abnormal values can arise outside the liver: AST from muscle injury, ALP from bone or pregnancy, albumin from nutritional/inflammatory states, and INR from anticoagulants or vitamin K deficiency.'),b('Reference ranges differ by laboratory, age, sex and assay. Compare with the interval printed on the report.'),p('When results are urgent', 'H1a'),p('Prompt medical assessment is appropriate for jaundice with fever or severe abdominal pain, confusion or drowsiness, new bleeding/bruising, suspected acetaminophen overdose, severe vomiting, or rapidly worsening bilirubin/PT/INR. These features may indicate severe obstruction, sepsis, acute liver failure or toxic injury.', 'C'),p('Summary', 'H1a'),p('LFTs are best viewed as a group of complementary tests. ALT and AST indicate hepatocyte injury; ALP and GGT evaluate cholestasis; bilirubin assesses excretion; albumin and PT/INR provide information on synthetic capacity and severity. Correct interpretation relies on the pattern, the change over time and the patient’s clinical context.'),p('Sources', 'H1a'),p('Henry’s Clinical Diagnosis and Management by Laboratory Methods, “Liver Function Tests,” pp. 3786-3800. Schwartz’s Principles of Surgery, 11th ed., “Liver Function Tests,” pp. 872-899. The [Merck Manual laboratory tests overview](https://www.merckmanuals.com/professional/hepatic-and-biliary-disorders/testing-for-hepatic-and-biliary-disorders/laboratory-tests-of-the-liver-and-gallbladder) and [NCBI LFT review](https://www.ncbi.nlm.nih.gov/books/NBK482489) were also consulted.','S'),p('Educational content only. It is not a diagnosis or a substitute for professional medical care.','S')] def foot(c,d): c.saveState(); c.setStrokeColor(HexColor('#B7C9D6'));c.line(1.5*cm,1.25*cm,19.5*cm,1.25*cm);c.setFont('Helvetica',8);c.setFillColor(HexColor('#555555'));c.drawString(1.5*cm,.8*cm,'Liver Function Tests: description and significance');c.drawRightString(19.5*cm,.8*cm,f'Page {d.page}');c.restoreState() doc=SimpleDocTemplate(path,pagesize=A4,leftMargin=1.45*cm,rightMargin=1.45*cm,topMargin=1.35*cm,bottomMargin=1.7*cm,title='Liver Function Tests and Their Significance') doc.build(story,onFirstPage=foot,onLaterPages=foot) r=PdfReader(path);tx=''.join(x.extract_text() or '' for x in r.pages) print(f'pages={len(r.pages)} bytes={os.path.getsize(path)} chars={len(tx)}') PY
| Test | What it indicates | Clinical significance |
|---|---|---|
| ALT | Hepatocyte injury | ALT is relatively liver-specific. It rises in viral hepatitis, fatty liver disease, ischemic injury, and drug-induced liver injury. |
| AST | Liver or non-liver cellular injury | AST is present in liver, skeletal muscle, heart, and red blood cells. It should be interpreted with ALT. An AST:ALT ratio >2 may support alcohol-associated hepatitis in the right clinical setting. |
| ALP | Cholestasis or biliary obstruction | A high ALP may indicate bile-duct obstruction, cholestatic disease, or infiltrative liver disease. It may also be elevated in bone disease, childhood growth, and pregnancy. |
| GGT | Hepatobiliary origin of raised ALP | GGT helps show that an elevated ALP is likely from the liver or biliary tract. It is nonspecific and can increase with alcohol and some medicines. |
| Total and direct bilirubin | Bilirubin metabolism and excretion | Raised bilirubin causes jaundice. Direct bilirubin elevation suggests cholestasis or impaired hepatic excretion. Indirect bilirubin may occur with hemolysis or Gilbert syndrome. |
| Albumin | Longer-term hepatic protein synthesis | A low albumin may indicate chronic liver dysfunction, especially cirrhosis, but can also result from malnutrition, inflammation, kidney disease, or intestinal protein loss. |
| PT/INR | Clotting-factor synthesis | A prolonged PT/INR can indicate impaired liver synthesis and is an important severity marker in acute liver injury. It may also be affected by warfarin or vitamin K deficiency. |
Liver Function Tests and Their Significance
PDF Document · PDF