Skip to content

Releases: dcarbone/php-fhir

0.5.2: Final legacy release

06 Oct 09:43
35e4afb
Compare
Choose a tag to compare

This is the final release of the legacy parser.

JSON Encoding Bugfix release

10 Feb 22:57
Compare
Choose a tag to compare

This release addresses #32

0.5.0

26 Feb 17:23
Compare
Choose a tag to compare

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 under Element
  • 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

21 Nov 13:54
Compare
Choose a tag to compare

This release includes #19

Model Specific XML Serialization Overriding

11 Nov 17:45
Compare
Choose a tag to compare

Property Generation Overrides

17 Aug 15:11
Compare
Choose a tag to compare

This release includes #15

Vastly Improved Parsing

26 Apr 05:24
Compare
Choose a tag to compare

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

14 Mar 19:57
Compare
Choose a tag to compare

If a child element or component is serialized into XML, the resulting root element name will now just contain Alpha characters.

0.4.0

14 Mar 16:12
Compare
Choose a tag to compare

This release includes:

  • All generated classes can be serialized as XML & JSON.
  • Major updates to generation system.

Correcting file path from NS creation

10 Mar 16:00
Compare
Choose a tag to compare

Fixed bug that arose in linux-based systems when attempting to use NS name verbatim as file path (\ vs /)