{"categories":[{"label":"Application Frameworks","url":"https://skillfed.io/packages/category/software-development-libraries-application-frameworks/2"}],"enrichment":{"capability":"Provides Pydantic V2-based abstract base classes and primitive datatypes for building FHIR (Fast Healthcare Interoperability Resources) resource models, with support for JSON, XML, and YAML serialization.","skillfed_tags":["healthcare-it","fhir-hl7","data-validation"],"use_cases":["Define custom FHIR resource classes (e.g., Organization, Patient, Encounter) with validated fields and type safety.","Serialize FHIR models to JSON or XML for interoperability with healthcare systems and EHR platforms.","Validate incoming FHIR data against schema constraints and FHIR-specific rules before processing.","Build healthcare data pipelines that parse and transform FHIR resources across multiple formats.","Integrate FHIR support into Python-based health IT applications without writing low-level validation logic."],"what_it_does":"fhir-core is a Pydantic V2-based toolkit for constructing FHIR resource models in Python. It provides FHIRAbstractModel as a base class for any FHIR resource, along with a library of FHIR primitive datatypes (IdType, BooleanType, StringType, etc.) and factories to construct complex datatypes. The package handles validation, serialization to and from JSON, XML, and YAML, and supports FHIR-specific features like the _summary filter for selective serialization.\n\nThe library was originally developed to support fhir.resources but is designed for standalone use. It integrates tightly with Pydantic's field validation and model configuration, allowing developers to define FHIR-compliant resource classes declaratively. Recent releases have focused on fixing precision issues with Decimal types, XML serialization edge cases, and multi-version FHIR support within a single process.","worth_installing":"Yes. Active maintenance, no security vulnerabilities, low install friction, and permissive licensing make it a solid foundation for FHIR work in Python. Install if you are building healthcare applications that need FHIR resource modeling and serialization; skip if you only need to parse pre-built FHIR libraries without defining custom models."},"id":"fhir-core","links":{"html":"https://skillfed.io/packages/fhir-core","md":"https://skillfed.io/packages/fhir-core.md","pypi":"https://pypi.org/project/fhir-core/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-07-25","license_spdx":null,"license_treatment":"permissive","name":"fhir-core","python_support":"supports_current","summary":"FHIR Core library"},"popularity":{"monthly_downloads":1991286,"position":3378,"tier":"top_5000"},"security":{"n_vulnerabilities":0},"version":"1.1.10"}
