Generates structured procedure note templates from FHIR data including pre-procedure assessment, procedure details, findings, complications, and post-procedure plan. Use when asked to write a procedure note, create an operative note, document a procedure, or generate a procedural documentation template.
Use when a clinician needs a structured procedure note populated with patient context from FHIR resources.
fhir_read to retrieve Patient demographics and allergiesfhir_search to pull the Procedure resource for the completed procedure (code, performedDateTime, outcome)fhir_search to pull pre-procedure Observation resources (vitals, relevant labs, coagulation studies)fhir_search to pull active Condition resources for relevant comorbidities and procedure indicationfhir_search to pull MedicationRequest for anesthesia/sedation medications administeredfhir_create to persist as DocumentReference (LOINC 28570-0 for procedure note)fhir_read(resourceType="Procedure", id="[procedure-id]")
fhir_search(resourceType="Observation", queryParams="patient=[patient-id]&category=laboratory&date=ge[procedure-date-minus-7d]&date=le[procedure-date]&_sort=-date")