Compiles oncology treatment timeline from FHIR data including cancer staging (TNM), treatment history (chemo, radiation, surgery), lab trends (tumor markers, CBC), and response assessment (RECIST criteria). Use when asked about oncology timeline, cancer treatment history, tumor staging, treatment response, or cancer care summary.
Use when a clinician needs a comprehensive cancer care timeline including staging, treatment history, lab trends, and response assessment.
fhir_read to retrieve Patient demographicsfhir_search to pull cancer Condition resources with staging information (TNM, clinical stage, pathologic stage)fhir_search to pull Procedure resources for surgical interventions (biopsy, resection, radiation)fhir_search to pull MedicationRequest/MedicationAdministration for chemotherapy, immunotherapy, targeted therapy, hormonal therapyfhir_search to pull Observation resources for tumor markers (PSA, CEA, CA-125, CA 19-9, AFP, HCG) and lab trends (CBC for myelosuppression, LFTs, renal function)fhir_search to pull DiagnosticReport for pathology and imaging reportsfhir_search(resourceType="Condition", queryParams="patient=[patient-id]&category=encounter-diagnosis&code=http://snomed.info/sct|363346000")
fhir_search(resourceType="Observation", queryParams="patient=[patient-id]&code=2857-1&_sort=date&_count=20")
fhir_search(resourceType="MedicationAdministration", queryParams="patient=[patient-id]&_sort=date&_count=200")