Smile CDR v2023.05.PRE
On this page:
   41.33    Consent Service 41.35    Interceptors   

41.34FHIR Endpoint Conversion

 

The FHIR Endpoint Conversion configuration category includes the following configurable options:

  • Versioned API Mode

41.34.1Property: Versioned API Mode

 
Property Name Versioned API Mode
Property Key
Property Type BOOLEAN
Description This is an experimental feature, use with caution! This setting enables versioned mode, which allows a client to request a specific version of FHIR via the fhirVersion parameter in the Accept header, and the server will automatically convert responses to conform to the desired version. Conversions are performed automatically using translations that are supplied as a part of the FHIR specification, and they are not guaranteed to be correct.
Applies to Modules
  • FHIR Gateway REST Endpoint
  • FHIR REST Endpoint (DSTU2)
  • FHIR REST Endpoint (R3)
  • FHIR REST Endpoint (R4)
  • Hybrid Providers REST Endpoint
Default Value false
Example Property
module.[MODULE_ID].config.fhir_endpoint_conversion.enabled = false
   41.33    Consent Service 41.35    Interceptors