Skip to content

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.

    Quick Start

  • FHIR & Pydantic


    Understand how FHIR structures map to Python types.

    Pydantic Representation

  • Working with Resources


    Create, validate, and serialize FHIR resources.

    Resource Models

  • Building Custom Models


    Construct models from profiles and implementation guides.

    Model Construction


Core Features

  • FHIRPath Querying


    Query and extract data from FHIR resources using standard FHIRPath expressions.

    Learn FHIRPath

  • Data Transformation


    Transform legacy data into FHIR resources using the FHIR Mapping Language.

    FHIR Mapper

  • Managing Artifacts


    Load and organize structure definitions, packages, and implementation guides.

    FHIR Artifacts

  • Configuration


    Control validation behavior and customize Fhircraft settings.

    Configuration


Additional Resources

  • FHIR Specification


    Official FHIR documentation and standards.

    hl7.org/fhir

  • Pydantic Documentation


    Learn about the validation framework behind Fhircraft.

    docs.pydantic.dev

  • API Reference


    Detailed technical documentation for all classes and methods.

    API Docs

  • GitHub Repository


    Source code, issues, discussions, and contributions.

    luisfabib/fhircraft