Read, write, and query healthcare data via FHIR REST APIs. Work with Patient, Observation, Condition, MedicationRequest, and Encounter resources from EHR systems.
npx clawhub@latest install fhirThe FHIR skill brings Fast Healthcare Interoperability Resources (HL7 FHIR R4) capabilities to your AI assistant. It enables reading, writing, and querying structured clinical data — patients, observations, conditions, medications, and encounters — via standard FHIR REST APIs. Install this skill to bridge your assistant with EHR systems like Epic, Cerner, or any HAPI FHIR-compatible server.
npx clawhub@latest install fhirClick the Install button at the top of this page for one-click setup
$everything operation.Search patients by family name, birthdate, and other FHIR search parameters. Responses are parsed into strongly-typed Python objects for safe, structured access.
Create and update FHIR resources such as Patient, Observation, and MedicationRequest via POST and PUT requests with proper application/fhir+json content types.
Works with any FHIR R4-compliant server including HAPI FHIR, Epic, and Cerner. Simply configure the base URL for your target system.
Uses the fhir.resources library to validate and parse raw API responses into typed Python objects, reducing errors when accessing nested clinical data.
Supports the FHIR $everything operation to fetch all resources associated with a patient — conditions, medications, encounters, and more — in a single request.
Ask your assistant to retrieve a patient's active conditions, recent observations, or current medications directly from your EHR's FHIR endpoint.
Programmatically create new patient records in a FHIR-compliant system, including demographics and identifiers, without manual EHR data entry.
Exchange structured clinical data between disparate healthcare systems using the HL7 FHIR standard, enabling seamless care coordination workflows.
Use the $everything operation to pull a full patient history and generate care summaries or transition-of-care documents.
uv or pip availablefhir.resources and requests Python packages (uv pip install fhir.resources requests)npx clawhub@latest install fhirLog in to write a review
No reviews yet. Be the first to share your experience!