- Add support for Basic Auth as an authentication type for the FHIR server
- Add support for a display language parameter, passed to
ValueSet/$expand - Add a Spanish translation
- Fix
json_last_error_msg()usage requiring PHP 5.5 rather than the declared 5.4 minimum
- Add basic
@HIDECHOICEsupport (copied from the Simple Ontology Provider module) - Add a
User-Agentheader, since some FHIR servers (e.g. SNOMED's) reject requests without one - Work around an
http_postbug where a custom header combined with a custom content type caused the content type to be silently overwritten
- Initial release