Smile CDR v2024.05.PRE
On this page:
   45.48    FHIR Endpoint Security 45.50    FHIR Gateway Cache   

45.49.1Endpoint Terminology

 

The Endpoint Terminology configuration category includes the following configurable options:

  • Populate Response Coding Displays

  • Response Mapping

  • Mapping Spec (Text)

45.49.2Property: Populate Response Coding Displays

 
Property Name Populate Response Coding Displays
Property Key
Property Type BOOLEAN
Description If enabled, the server will attempt to resolve and populate the display fields of any codes that are present in response Coding elements without the Coding.display value present. See Terminology Mapping for more information.
Applies to Modules
  • FHIR Gateway REST Endpoint
  • FHIR REST Endpoint (All FHIR Versions)
  • FHIR REST Endpoint (DSTU2 - Deprecated)
  • FHIR REST Endpoint (R3 - Deprecated)
  • FHIR REST Endpoint (R4 - Deprecated)
  • Hybrid Providers REST Endpoint
Default Value false
Example Property
module.[MODULE_ID].config.fhir_endpoint_terminology.response.populate_display.enabled = false

45.49.3Property: Response Mapping

 
Property Name Response Mapping
Property Key
Property Type BOOLEAN
Description If enabled, attempt to translate and enrich Codings found in response resources and resources in bulk export files. See Populate Missing Display Names for more information.
Applies to Modules
  • FHIR Gateway REST Endpoint
  • FHIR REST Endpoint (All FHIR Versions)
  • FHIR REST Endpoint (DSTU2 - Deprecated)
  • FHIR REST Endpoint (R3 - Deprecated)
  • FHIR REST Endpoint (R4 - Deprecated)
  • Hybrid Providers REST Endpoint
Default Value false
Example Property
module.[MODULE_ID].config.fhir_endpoint_terminology.response.translation_enabled = false

45.49.4Property: Mapping Spec (Text)

 
Property Name Mapping Spec (Text)
Property Key
Property Type JSON
Description Provides the mapping specification for Response Mapping. Value must be a valid FhirEndpointTerminologyResponseMappingSpec object.
Applies to Modules
  • FHIR Gateway REST Endpoint
  • FHIR REST Endpoint (All FHIR Versions)
  • FHIR REST Endpoint (DSTU2 - Deprecated)
  • FHIR REST Endpoint (R3 - Deprecated)
  • FHIR REST Endpoint (R4 - Deprecated)
  • Hybrid Providers REST Endpoint
Default Value (no default)
Example Property
module.[MODULE_ID].config.fhir_endpoint_terminology.response.translation_spec.text = 
   45.48    FHIR Endpoint Security 45.50    FHIR Gateway Cache