- Add support for a LOINC FHIR server
- Change the stored value format to
code|system(dropdisplay), avoiding failures when long display text pushed values past REDCap's field length limit
- Add basic
@HIDECHOICEsupport (hide specific codes from a field's autocomplete results) - 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 - Recommend the
tx.ontoserver.csiro.auserver over the R4 server in documentation
- Add support for an authenticated FHIR terminology server
- Add a web service so the Online Designer talks to REDCap, not directly to the FHIR server - protects authentication settings and allows the module to work behind a proxy
- Fix a null
$project_idhandling issue in a hook
- Fix
redcap_csrf_tokenbeing incorrectly added to AJAX JSON POST requests
- Fix a hook function signature incompatibility when
nullis passed
- Add a tooltip mechanism for selected values
- Add an option to return a predefined value instead of an empty result set
- Add an indication when no search results are found
- Initial release