fhir-core is a facade crate that re-exports TLQ’s FHIR core libraries. FHIRPath support is behind a Cargo feature so consumers can opt in only when needed.
Enable the feature
Addfhir-core with the fhirpath feature:
fhir-core, just extend features:
What gets enabled
Thefhirpath feature turns on the optional fhir-fhirpath dependency in fhir-core (see crates/fhir-core/Cargo.toml).
If you need the concrete API surface (parser/evaluator/types), use the items re-exported by fhir-core or depend on fhir-fhirpath directly.