You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Integration tests verify FHIR conformance and serialization round-trips
83
84
85
+
### FHIRPath Specification Tests
86
+
87
+
The FHIRPath component includes official specification conformance tests in a separate test suite (`fhirpath-spec`). These tests validate implementation against the official FHIR FHIRPath test cases and are currently in development as the evaluator implementation is being completed.
88
+
89
+
- Run with: `composer test-fhirpath-spec`
90
+
- Located in: `src/Component/FHIRPath/tests/Integration/`
91
+
- These tests are excluded from the main integration suite to allow focused development
92
+
- Track progress toward full FHIRPath 2.0 specification compliance
93
+
84
94
## FHIR Model Generation
85
95
86
96
The `fhir:generate` command generates PHP classes from FHIR packages:
0 commit comments