Recent Releases of https://github.com/aehrc/redcap_advanced_fhir_ontology

https://github.com/aehrc/redcap_advanced_fhir_ontology - V0.3 Add support for Basic Authentication and display language parameter.

  • Add support for Basic Authentication
    • This was done to test the new LOINC FHIR server https://fhir.loinc.org which uses Basic Authentication
  • Add support for displayLanguage parameter for calls to ValueSet/$expand
    • This change was initiated by @ehebel Esteban Hebel with pull requests from @cpavez Cristhian Andres to allow the Spanish version of SnomedCT to be used from https://snowstorm-fhir.snomedtools.org/fhir
  • Fixed an issue where the supported PHP version in config.json did not match php used in the code.

- PHP
Published by dconlan almost 3 years ago

https://github.com/aehrc/redcap_advanced_fhir_ontology - Add @HIDECHOICE support, Bug Fixes

Add basic support for the @HIDECHOICE annotation.

  • Fixed issue where https://snowstorm-fhir.snomedtools.org/fhir would fail if no user agent was sent.
  • Fixed issue where content type header would not be automattically added if other headers were provided.
  • Fixed issue where instuctions for code and display did not display the ${CODE}, ${DISPLAY} and ${SYSTEM} strings used to define the values.

- PHP
Published by dconlan over 3 years ago

https://github.com/aehrc/redcap_advanced_fhir_ontology - Advanced FHIR Ontology Provider v0.1

Initial Release of the REDCap Advanced FHIR Ontology Provider.

This REDCap external module allows a FHIR terminology server to be used to autocomplete field values. This is an advanced version of the FHIR Ontology Provider which is more configurable, but requires extra knowledge of FHIR and can only be configured at a system level.

It allows: - A template for defining the code and display used by the ontology. - Access to different FHIR servers for different ontologies. - The use of a custom ValueSet resource when making a search request. - The ability to ban certain codes, so they are never returned. - The ability to mark certain codes as priority, so they will appear earlier on the search results.

- PHP
Published by dconlan about 4 years ago