
from claudefhirskill50
Assists agents building FHIR-based healthcare apps: package management, resource modeling, validation, SMART on FHIR, and IG/FSH workflows.
Comprehensive guidance for building FHIR (Fast Healthcare Interoperability Resources) systems. Covers package and specification management (caching FHIR packages), resource modeling (Pydantic/TypeScript patterns), server implementation patterns (FastAPI, Express), validation against profiles and terminology, search parameter parsing, SMART on FHIR OAuth flows, FSH/SUSHI IG authoring, and testing strategies. Provides code examples in Python and TypeScript and practical commands for SUSHI/GoFSH.
Use this skill when implementing or maintaining FHIR servers/clients, authoring Implementation Guides (IGs) with SUSHI/FSH, validating resources against profiles, integrating SMART on FHIR authentication, or building tools that consume FHIR packages and terminology services. Good for developer workflows, CI tests, and migration of FHIR artifacts.
Primarily useful for code-capable assistants (Claude Code, Copilot-like agents, Code LLMs) that can follow and apply developer-oriented instructions.
FHIR healthcare interoperability skill with two scripts: a Python package manager for downloading/caching FHIR packages from packages.fhir.org, and a TypeScript resource validator. Python script runs cleanly; TypeScript skipped due to needing compilation. SKILL.md is comprehensive covering FHIR R4/R5, FSH/SUSHI, validation patterns, SMART on FHIR — very thorough reference material.
Legitimate healthcare/FHIR development skill. No security concerns. Network calls only to packages.fhir.org (official FHIR registry). Scripts are functional. Main weakness is architecture — flat monolithic SKILL.md without proper directory separation.