HAPI
byericmc21
0Interfaces with FHIR servers to retrieve healthcare data using natural language queries.
About
HAPI is a Model Context Protocol (MCP) server designed to query FHIR servers, allowing doctors and developers to interact with FHIR APIs using natural language. It enables seamless retrieval of patient data, medications, and observations through simple, developer-friendly tools, making healthcare data more accessible and manageable within development environments like Cline.
Key Features
- Retrieves patient observation records, such as vital signs or lab results.
- Built using Python and the requests library.
- Fetches medication requests associated with a specific patient.
- 0 GitHub stars
- Retrieves patient information by ID.
- Searches for patients by name.
Use Cases
- Integrating healthcare data into applications without navigating the complexities of FHIR queries.
- Retrieving medication requests for a patient by ID through Cline.
- Searching for patients by name within a development environment.