Skip to content

Configuration

Daniel Carbone edited this page Feb 22, 2025 · 1 revision

Per generated FHIR version, a class implementing the Versions\VersionInterface is created. This class is always called Version, and exists at the root of each version-specific namespace.

For example, here is the R4 Version class: DCarbone\PHPFHIRGenerated\Versions\R4\Version.

This class contains version-specific configuration encoding configurations, type map, and FHIR version details.

Clone this wiki locally