domain-healthcare:hl7-fhir

Implement HL7 FHIR R4 resource management and RESTful API interactions.

14|3|Updated Feb 22, 2026
One-click install
npx skills add https://github.com/rnavarych/alpha-engineer --skill domain-healthcare-hl7-fhir
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: domain-healthcare:hl7-fhir
Source: https://github.com/rnavarych/alpha-engineer/tree/main/plugins/domains/domain-healthcare/skills/hl7-fhir
Command: npx skills add https://github.com/rnavarych/alpha-engineer --skill domain-healthcare-hl7-fhir

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill addresses the complexities of healthcare data exchange by enabling seamless interoperability using the HL7 FHIR standard. It simplifies the implementation of FHIR resources, API interactions, and advanced features like SMART on FHIR and Bulk Data Access.

Core Features & Use Cases

  • FHIR Resource Management: Perform CRUD and search operations on standard FHIR resources.
  • Server Implementation: Guidance on setting up HAPI FHIR or Microsoft FHIR Server instances.
  • Interoperability Standards: Implementations for SMART on FHIR authorization, CDS Hooks, and Bulk Data Access.
  • US Core Compliance: Ensure resources conform to the US Core Implementation Guide profiles.
  • Use Case: Integrate a new patient portal with an existing EHR system by leveraging FHIR APIs for patient data retrieval and updates, ensuring compliance with US Core standards.

Quick Start

Use the domain-healthcare:hl7-fhir skill to implement FHIR R4 CRUD operations against a FHIR server for the Patient resource.

Frequently Asked Questions about domain-healthcare:hl7-fhir

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

FAQPage Schema
How do I implement HL7 FHIR R4 CRUD operations for healthcare data exchange?

You can implement HL7 FHIR R4 CRUD operations by using RESTful API interactions to create, read, update, and search standard healthcare resources on a FHIR server for data exchange.

What is SMART on FHIR and how does it work for EHR integration?

SMART on FHIR is an interoperability standard providing authorization for healthcare applications. It enables secure integration between new patient portals and existing EHR systems using FHIR APIs.

Can I use HAPI FHIR or Microsoft FHIR Server for FHIR server implementation?

Yes, you can use HAPI FHIR or Microsoft FHIR Server for FHIR server implementation. The skill provides specific guidance on setting up instances of both servers for healthcare data exchange.

How do I validate FHIR resources against the US Core Implementation Guide?

To validate FHIR resources against the US Core Implementation Guide, you ensure your resources conform to US Core profiles. This compliance check guarantees your healthcare data meets required interoperability standards.

Does FHIR bulk data access support large-scale healthcare data retrieval?

Yes, FHIR bulk data access supports large-scale healthcare data retrieval. It is an advanced interoperability feature designed to facilitate extraction and exchange of large volumes of healthcare data.

What are CDS Hooks in HL7 FHIR interoperability?

CDS Hooks are an advanced interoperability standard within HL7 FHIR enabling clinical decision support integration. They allow external CDS services to be triggered within EHR workflows for real-time patient data retrieval and updates.