fhir-software

Provides expert guidance for designing, implementing, and validating FHIR software across R4, R4B, and R5.

50|4|Updated Nov 17, 2025
One-click install
npx skills add https://github.com/PhenoML/ClaudeFHIRSkill --skill fhir-software
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fhir-software
Source: https://github.com/PhenoML/ClaudeFHIRSkill/tree/main
Command: npx skills add https://github.com/PhenoML/ClaudeFHIRSkill --skill fhir-software

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires requests, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill provides expert guidance for designing, implementing, and validating FHIR-based software across R4, R4B, and R5, including IG workflows and SMART on FHIR integrations.

Core Features & Use Cases

  • FHIR Resource Modeling: practical patterns for servers and clients in multiple languages.
  • IG Authoring & Validation: guidance on FSH, SUSHI, and GoFSH workflows.
  • SMART on FHIR & Terminology: authentication, authorization, and terminology services integration.

Quick Start

Ask the skill to scaffold a FHIR server endpoint and perform a basic validation workflow.

Frequently Asked Questions about fhir-software

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I validate FHIR resources against implementation guides?

To validate FHIR resources, you can use validation workflows that check resource conformance against IG profiles. This skill provides concrete patterns for validating resources across R4, R4B, and R5, ensuring your data meets structural and terminological requirements.

What is the best way to author a FHIR implementation guide using FSH and SUSHI?

Authoring a FHIR implementation guide with FSH and SUSHI involves defining profiles and extensions in FSH syntax, then compiling them with SUSHI. This skill offers expert guidance on GoFSH and SUSHI workflows to generate ready-to-adapt IG templates.

How does SMART on FHIR integration work for healthcare applications?

SMART on FHIR integration handles authentication and authorization for healthcare apps. This skill provides practical implementation patterns to secure FHIR servers and clients using SMART workflows, managing scopes and OAuth2 token exchange.

Can I use FSH and SUSHI workflows with FHIR R5 resources?

Yes, FSH and SUSHI workflows support FHIR R5 resources. This skill covers implementation patterns and validation guidance across multiple FHIR versions, including R4, R4B, and R5, allowing you to model and validate resources accurately.

How do I scaffold a FHIR server endpoint and perform a basic validation workflow?

Scaffolding a FHIR server endpoint involves setting up resource routes and applying a basic validation workflow. This skill provides step-by-step patterns to initialize servers, validate incoming payloads, and integrate terminology services.