{"categories":[{"label":"Application Frameworks","url":"https://skillfed.io/packages/category/software-development-libraries-application-frameworks/2"}],"enrichment":{"capability":"Provides Python classes and validation for all FHIR resource types (R5, R4B, STU3), enabling you to construct, validate, and serialize healthcare data structures according to the FHIR specification.","skillfed_tags":["healthcare-data","fhir-hl7","data-validation"],"use_cases":["Build a FHIR-compliant REST API that accepts and returns Patient, Observation, or other resource types with automatic validation.","Parse and validate FHIR JSON from external healthcare systems to ensure data integrity before processing.","Construct FHIR resources programmatically in Python and export them as JSON for integration with EHR systems.","Migrate or transform healthcare data between different FHIR versions (R5, R4B, STU3) using version-specific sub-packages.","Develop healthcare data pipelines that need type-safe, validated FHIR objects with ORM support for database storage."],"what_it_does":"fhir.resources is a Python library that wraps the FHIR (Fast Healthcare Interoperability Resources) specification as pydantic V2 model classes. It provides type-safe, validated Python objects for all FHIR resource types\u2014Patient, Organization, Observation, and many others\u2014across multiple FHIR versions (R5 by default, with R4B and STU3 available as sub-packages). You use it to construct healthcare data structures in Python, validate them against FHIR rules, and serialize them to JSON or other formats.\n\nThe package is built on pydantic V2 for performance and includes automatic validation, ORM compatibility, and support for FHIR's extensibility model. It's designed for developers building FHIR-based APIs, integrating with healthcare systems, or working with FHIR data programmatically. The library handles the complexity of the FHIR specification so you can focus on your application logic rather than manually building and validating resource objects.","worth_installing":"Yes. The package is actively maintained, has no known vulnerabilities, uses a permissive license, and solves a concrete problem\u2014FHIR resource modeling and validation\u2014with low install friction. It's well-positioned for production use in healthcare applications. Install it if you're building or integrating with FHIR-based systems."},"id":"fhir-resources","links":{"html":"https://skillfed.io/packages/fhir-resources","md":"https://skillfed.io/packages/fhir-resources.md","pypi":"https://pypi.org/project/fhir-resources/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-07-03","license_spdx":null,"license_treatment":"permissive","name":"fhir.resources","python_support":"supports_current","summary":"FHIR Resources as Model Class"},"popularity":{"monthly_downloads":2582390,"position":2986,"tier":"top_5000"},"security":{"n_vulnerabilities":0},"version":"8.3.0"}
