azure-fhir-developer

Develop HL7 FHIR R4 applications on Azure with authentication and coding systems.

1|Updated Feb 12, 2026
One-click install
npx skills add https://github.com/JinLee794/Azure-Healthcare-Marketplace-Demo --skill azure-fhir-developer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: azure-fhir-developer
Source: https://github.com/JinLee794/Azure-Healthcare-Marketplace-Demo/tree/main/.github/skills/azure-fhir-developer
Command: npx skills add https://github.com/JinLee794/Azure-Healthcare-Marketplace-Demo --skill azure-fhir-developer

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the development of HL7 FHIR R4 applications on Azure by providing specialized knowledge of Azure API for FHIR, resource structures, coding systems, and authentication patterns, reducing integration time and complexity.

Core Features & Use Cases

  • FHIR Resource Management: Understand and generate FHIR R4 resources (Patient, Observation, etc.).
  • Coding System Integration: Utilize common coding systems like LOINC, SNOMED CT, RxNorm, and ICD-10.
  • Azure Authentication: Implement secure authentication using SMART on FHIR and Managed Identity.
  • Use Case: Quickly build a patient data interface by leveraging pre-defined Pydantic models and understanding Azure FHIR API endpoints for data exchange.

Quick Start

Use the azure-fhir-developer skill to generate a FHIR R4 Patient resource with the name John Doe and birthdate 1990-05-15.

Frequently Asked Questions about azure-fhir-developer

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

FAQPage Schema
How do I generate FHIR R4 resources on Azure API for FHIR?

To generate FHIR R4 resources on Azure API for FHIR, you can use this skill to create pre-defined Pydantic models and understand Azure FHIR API endpoints for streamlined data exchange.

What coding systems are supported for HL7 FHIR interoperability on Azure?

Supported coding systems for HL7 FHIR interoperability include LOINC, SNOMED CT, RxNorm, and ICD-10, enabling standardized clinical data mapping within Azure Health Data Services.

How does SMART on FHIR authentication work with Azure Managed Identity?

SMART on FHIR and Azure Managed Identity provide secure authentication mechanisms for FHIR applications, allowing authorized access to Azure API for FHIR without exposing credentials.

Can I perform bulk data operations using Azure Health Data Services?

Yes, you can perform bulk data operations using Azure Health Data Services, as this skill supports integration and bulk data management for HL7 FHIR R4 applications.

What is the best way to structure Patient resources for Azure FHIR APIs?

The best way to structure Patient resources for Azure FHIR APIs is by leveraging FHIR R4 resource structures and generating Pydantic models to validate and manage patient data interfaces.