Fhir Developer Skill
This skill helps developers build and understand FHIR-based healthcare data solutions, streamlining interoperability and improving patient care workflows.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add fhir-developer-skill npx -- -y @trustedskills/fhir-developer-skill
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"fhir-developer-skill": {
"command": "npx",
"args": [
"-y",
"@trustedskills/fhir-developer-skill"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill enables AI agents to interact with healthcare data using the Fast Healthcare Interoperability Resources (FHIR) standard. It allows agents to query, retrieve, and manipulate patient records, clinical observations, and administrative information across different healthcare systems in a standardized format.
When to use it
- Integrating an AI agent into Electronic Health Record (EHR) systems to automate patient data retrieval.
- Building applications that need to exchange clinical data between hospitals, labs, and insurance providers.
- Developing tools for population health management that analyze aggregated FHIR datasets.
- Creating chatbots that assist healthcare professionals by fetching real-time patient history.
Key capabilities
- Parsing and generating FHIR R4 (Release 4) compliant JSON or XML resources.
- Querying specific resource types such as Patient, Observation, MedicationRequest, and Practitioner.
- Handling standard FHIR search parameters to filter data by date, status, or code.
- Validating incoming and outgoing data against the official FHIR specification schemas.
Example prompts
- "Retrieve the last three blood pressure observations for patient ID 12345 from the connected EHR."
- "Generate a FHIR MedicationRequest resource for prescribing Amoxicillin to a new patient."
- "Search for all Practitioner resources associated with the 'Cardiology' department and list their specialties."
Tips & gotchas
Ensure your AI agent has proper OAuth2 or API key authentication configured before attempting to access protected health information (PHI). Always validate that the returned data conforms to the specific version of the FHIR standard supported by your target server, as schema differences can cause parsing errors.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🏢 Official
Published by the company or team that built the technology.