Reading FHIR resources is not hard; doing it in a way that survives both a HIPAA and a GDPR review is, and that is what the server puts around the queries. Clinical decision support safety is named as part of the scope, which sets expectations about how the results are meant to be used.
A Python server for healthcare FHIR work — patient data handling under HIPAA and GDPR at the same time, plus clinical decision support safety. It sits where a clinical record query and a compliance obligation meet, rather than treating them as separate systems.
Three tools, named in the repository's own examples: `search_patients`, `get_patient`, and `search_conditions` — find patients, read one, and search conditions across them.
`pip install healthcare_fhir_mcp`, or point your client at `uvx` with the argument `healthcare-fhir-mcp` (package version 1.0.8, stdio transport). MIT-licensed.
One command — pip install healthcare-fhir-mcp
