Detects and alerts on critical laboratory values requiring immediate clinical action per CAP/CLIA thresholds. Generates structured critical value notifications with recommended interventions. Use when asked to check for critical labs, critical value alerts, panic values, stat lab review, or when monitoring for dangerous lab results.
Use when a clinician needs to identify laboratory results that fall outside critical (panic) value thresholds requiring immediate notification and intervention.
fhir_search to pull recent Observation resources (category=laboratory) with interpretation codes HH or LL, or status=preliminary for pending resultsfhir_search to pull active MedicationRequest resources to identify contributing medicationsfhir_search to pull active Condition resources for clinical contextfhir_search(resourceType="Observation", queryParams="patient=[patient-id]&category=laboratory&_sort=-date&_count=200")
fhir_search(resourceType="Observation", queryParams="patient=[patient-id]&category=laboratory&status=preliminary,registered")