ardenexal / fhir-validation
Symfony Validator constraint attributes and validation services for FHIR model classes
0.4.0
2026-06-12 14:55 UTC
Requires
- php: >=8.3
- ardenexal/fhir-metadata: ^0.4
- ardenexal/fhir-models: ^0.4
- ardenexal/fhir-path: ^0.4
- brick/date-time: ^0.9.0
- psr/cache: ^3.0
- symfony/http-client-contracts: ^3.4
- symfony/property-access: ^6.4|^7.4
- symfony/validator: ^6.4|^7.4
This package is auto-updated.
Last update: 2026-06-23 00:44:46 UTC
README
Validates FHIR PHP model objects against the specification and Implementation Guide profiles — structural constraints, FHIRPath invariants, terminology bindings, references, and more — producing a structured validation report.
composer require ardenexal/fhir-validation
Documentation
Full documentation lives in the centralised documentation site:
- Overview & Architecture
- Structural & Profile Validation
- FHIRPath Invariant Validation
- Terminology & Binding Validation
- Questionnaire Validation
- Configuration
- Validation Reports & Violation Codes
License
Released under the MIT License. See LICENSE.