ardenexal / fhir-serialization
PHP library for FHIR JSON serialization, deserialization, and validation
0.4.0
2026-06-12 14:21 UTC
Requires
- php: >=8.3
- ardenexal/fhir-metadata: ^0.4
- ardenexal/fhir-models: ^0.4
- brick/date-time: ^0.9.0
- psr/cache: ^3.0
- symfony/property-access: ^6.4|^7.4
- symfony/property-info: ^6.4|^7.4
- symfony/serializer: ^6.4|^7.4
- symfony/validator: ^6.4|^7.4
Requires (Dev)
- giorgiosironi/eris: ^1.0
- phpunit/phpunit: ^12.5
README
FHIR JSON and XML serialization and deserialization, built on the Symfony Serializer component.
composer require ardenexal/fhir-serialization ardenexal/fhir-models
Documentation
Full documentation lives in the centralised documentation site:
- Overview
- JSON Serialization
- XML Serialization
- Serialization Context & Options
- IG-Aware Serialization
License
Released under the MIT License. See LICENSE.