Reviews diabetes-related laboratory results against ADA Standards of Care including HbA1c, fasting glucose, lipid panel, renal function, and urine albumin. Tracks glycemic control trends and flags overdue monitoring. Use when asked to review diabetes labs, A1c trends, diabetes panel, glycemic control, or diabetic monitoring.
Use when a clinician needs a focused diabetes laboratory review with ADA guideline-based interpretation, trend analysis, and gap identification.
fhir_read to retrieve Patient demographics (age for A1c target individualization)fhir_search to pull HbA1c results (LOINC 4548-4) over the past 2 years for trendingfhir_search to pull fasting glucose, random glucose, lipid panel, renal function (creatinine, eGFR), urine albumin/creatinine ratiofhir_search to pull active Condition resources for diabetes type, complications (retinopathy, nephropathy, neuropathy)fhir_search to pull active MedicationRequest resources for diabetes medicationsfhir_search(resourceType="Observation", queryParams="patient=[patient-id]&code=4548-4&date=ge[2-years-ago]&_sort=date")
fhir_search(resourceType="Observation", queryParams="patient=[patient-id]&code=14959-1&_sort=-date&_count=3")