Skip to content
Daniel Carbone edited this page Feb 5, 2025 · 11 revisions

Tools for modeling and interacting with FHIR data and API servers.

Quick Start

If you just need generated FHIR models and clients, I suggest heading over to dcarbone/php-fhir-generated. That repo contains generated output from this project of each available base version of FHIR, as of the time of generation.

Support Matrix

Below is the table of the various versions of php-fhir, the versions of PHP and FHIR they support, and whether I still provide active support of them.

Currently there is a single developer maintaining this library, thus it is highly unlikely that major versions older than current will have contributions.

PHPFHIR Version PHP Versions FHIR Versions Supported
v2 5.4-7.4 DSTU1, DSTU2, STU3, R4 No
v3 8.1+ DSTU1, DSTU2, STU3, R4, R4B, R5 No
v4 8.1+ DSTU1, DSTU2, STU3, R4, R4B, R5 Yes
Clone this wiki locally