dcarbone / php-fhir
Tools for creating PHP classes from the HL7 FHIR Specification
Installs: 234 465
Dependents: 1
Suggesters: 0
Security: 0
Stars: 132
Watchers: 14
Forks: 42
Open Issues: 2
Requires
- php: ^8.1
- ext-ctype: *
- ext-curl: *
- ext-dom: *
- ext-json: *
- ext-libxml: *
- ext-simplexml: *
- ext-xmlreader: *
- ext-xmlwriter: *
- composer/semver: ^3.4
- psr/log: ^3.0
Requires (Dev)
- monolog/monolog: ^3.2.0
- phpunit/phpunit: ^10.5 || ^11.0
- spatie/temporary-directory: ^1.0
Suggests
- ext-zip: To enable unzipping of downloaded source files
Replaces
- php-fhir/common: *
- php-fhir/component-tests: *
- php-fhir/elements: *
- php-fhir/object-mapper: *
- php-fhir/parser: *
- php-fhir/resources: *
- php-fhir/utilities: *
- dev-main
- v4.x-dev
- v4.0.0-rc4
- v4.0.0-rc3
- v4.0.0-rc2
- v4.0.0-rc1
- v3.x-dev
- v3.2.0
- v3.1.0
- v3.0.6
- v3.0.5
- v3.0.4
- v3.0.3
- v3.0.2
- v3.0.1
- v3.0.0
- v3.0.0-rc8
- v3.0.0-rc7
- v3.0.0-rc6
- v3.0.0-rc5
- v3.0.0-rc4
- v3.0.0-rc3
- v3.0.0-rc2
- v3.0.0-rc1
- v2.x-dev
- v2.0.10
- v2.0.9
- v2.0.8
- v2.0.7
- v2.0.6
- v2.0.5
- v2.0.4
- v2.0.3
- v2.0.2
- v2.0.1
- v2.0.0
- v1.x-dev
- v1.0.6
- v1.0.5
- v1.0.4
- v1.0.3
- v1.0.2
- v1.0.1
- v1.0.0
- 0.5.x-dev
- 0.5.2
- 0.5.1
- 0.5.0
- 0.4.x-dev
- 0.4.5
- 0.4.4
- 0.4.3
- 0.4.2
- 0.4.1
- 0.4.0
- 0.3.x-dev
- 0.3.3
- 0.3.2
- 0.3.1
- 0.3.0
- 0.2.0
- 0.1.2
- 0.1.1
- 0.1.0
- dev-feature/v4-fhir-version-everywhere
- dev-feature/v4-client-updates
- dev-dcarbone/configurable-default-xml-loc
This package is auto-updated.
Last update: 2025-02-23 20:45:28 UTC
README
Tools for modeling and interacting with HL7 FHIR data and servers.
Documentation
Please refer to the wiki for the latest documentation: https://github.com/dcarbone/php-fhir/wiki
Getting Started
Please head to the Builder Usage section of our wiki for details on how to get started using this library.
Pre-generated Code
If you just need generated FHIR models and clients, you can find readily-usable generated code over at dcarbone/php-fhir-generated.
Support Matrix
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 |