Overview
Welcome to the Fhircraft user guide. This comprehensive documentation shows you how to work with FHIR healthcare data in Python using type-safe Pydantic models.
Quick Navigation
-
Getting Started
New to Fhircraft? Start here to learn the basics.
-
FHIR & Pydantic
Understand how FHIR structures map to Python types.
-
Working with Resources
Create, validate, and serialize FHIR resources.
-
Building Custom Models
Construct models from profiles and implementation guides.
Core Features
-
FHIRPath Querying
Query and extract data from FHIR resources using standard FHIRPath expressions.
-
Data Transformation
Transform legacy data into FHIR resources using the FHIR Mapping Language.
-
Managing Artifacts
Load and organize structure definitions, packages, and implementation guides.
-
Configuration
Control validation behavior and customize Fhircraft settings.
Additional Resources
-
FHIR Specification
Official FHIR documentation and standards.
-
Pydantic Documentation
Learn about the validation framework behind Fhircraft.
-
API Reference
Detailed technical documentation for all classes and methods.
-
GitHub Repository
Source code, issues, discussions, and contributions.