Releases: dcarbone/php-fhir-generated
Releases · dcarbone/php-fhir-generated
v3.2.0
v3.1.0
Full Changelog: v3.0.6...v3.1.0
v3.0.6
Full Changelog: v3.0.4.1...v3.0.6
v3.0.4.1
v3.0.4
Full Changelog: v3.0.3...v3.0.4
v3.0.3
Full Changelog: v3.0.2...v3.0.3
v3.0.2
Full Changelog: v3.0.1...v3.0.2
v3.0.1
Full Changelog: v2.0.5...v3.0.1
v2.0.5: Base64Binary bugfix
A template syntax error caused the _writeToFile
method present on FHIRBase64Binary to be commented out. This has been corrected.
v2.0.4: Basic validation
All types now have basic validation methods _getValidationErrors()
and _getValidationRules()
. These are based on constraints found in parsing the definition xsd's, and should only be used as guide as many providers deviate from the spec constraints.