Retrieves, organizes, and interprets laboratory results with clinical context including delta checks, abnormal pattern recognition, and drug-lab correlations. Use when asked to interpret labs, review lab results, explain bloodwork, check labs, lab trends, or abnormal labs. Flags critical values requiring immediate action.
Use when a clinician needs laboratory results organized by panel, interpreted with clinical context, flagged for abnormals and critical values, and correlated with active medications and conditions.
fhir_read to retrieve Patient demographics (age, gender for reference range selection)fhir_search to pull recent Observation resources (category=laboratory) sorted by datefhir_search to pull active Conditions and MedicationStatements for clinical correlation (drug-lab interactions)fhir_search(resourceType="Observation", queryParams="patient=[patient-id]&category=laboratory&date=ge[30-days-ago]&_sort=-date&_count=200")
fhir_search(resourceType="Observation", queryParams="patient=[patient-id]&code=58410-2&_sort=-date&_count=5")
fhir_search(resourceType="Observation", queryParams="patient=[patient-id]&code=[loinc-code]&_sort=-date&_count=5")