Releases: dcarbone/php-fhir
Releases · dcarbone/php-fhir
0.5.2: Final legacy release
This is the final release of the legacy parser.
JSON Encoding Bugfix release
This release addresses #32
0.5.0
This update includes:
- PHP version requirement bump to
>=5.4.0
- Generator can now accept a PSR-3 compliant logger (not a great deal is being logged yet)
Quantity
elements have been moved to their own namespace underElement
- It should no longer be possible for an element to re-define properties already defined by it's parent(s)
- Misc updates
Updates for STU3
This release includes #19
Model Specific XML Serialization Overriding
This release includes PR #18
Property Generation Overrides
This release includes #15
Vastly Improved Parsing
This release includes a great deal of refactoring and improvements of the base parsing code to accommodate a wider variety of FHIR objects.
Parsing v0.0.82 and 1.0.2 versions of the FHIR spec no longer throw any errors.
XML Root name cleanup
If a child element or component is serialized into XML, the resulting root element name will now just contain Alpha characters.
0.4.0
Correcting file path from NS creation
Fixed bug that arose in linux-based systems when attempting to use NS name verbatim as file path (\ vs /)