Smile CDR v2024.05.PRE
On this page:
   45.40    FHIR Bulk Operations 45.42    FHIR Configuration   

45.41.1Capability Statement

 

The Capability Statement configuration category includes the following configurable options:

  • Copyright Message

  • Implementation Description

  • Include Partition Name

  • Enable OpenAPI / Swagger Support

  • Swagger-UI Custom CSS (Text)

  • Swagger-UI Logo URL

  • Swagger-UI Uses Resource Pages

  • Software Name

  • Software Version

45.41.2Property: Copyright Message

 
Property Name Copyright Message
Property Key
Property Type STRING_MULTILINE
Description Use this field to supply a copyright message that will be included in the generated CapabilityStatement. Markdown is permitted in this field.
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_capabilty_statement.copyright = Copyright(c) by Example Organization

45.41.3Property: Implementation Description

 
Property Name Implementation Description
Property Key
Property Type STRING
Description This field will populate the CapabilityStatement.implementation.description field in the generated CapabilityStatement. Use this field to supply a description of the nature/purpose/name of this server.
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 FHIR Endpoint powered by Smile CDR
Example Property
module.[MODULE_ID].config.fhir_endpoint_capabilty_statement.implementation.description = FHIR Endpoint powered by Smile CDR

45.41.4Property: Include Partition Name

 
Property Name Include Partition Name
Property Key
Property Type BOOLEAN
Description If enabled, this server will include a list of partition names and descriptions (if any) in the CapabilityStatement.
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_capabilty_statement.include_partition = false

45.41.5Property: Enable OpenAPI / Swagger Support

 
Property Name Enable OpenAPI / Swagger Support
Property Key
Property Type BOOLEAN
Description If enabled, this server will automatically generate OpenAPI (aka Swagger) documentation, and enable a Swagger UI display module.
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 true
Example Property
module.[MODULE_ID].config.fhir_endpoint_capabilty_statement.openapi.enabled = true

45.41.6Property: Swagger-UI Custom CSS (Text)

 
Property Name Swagger-UI Custom CSS (Text)
Property Key
Property Type STRING_MULTILINE
Description If specified, provides raw CSS text that will be served as a part of the Swagger-UI page.
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_capabilty_statement.openapi.swagger_ui.custom_css.text = 

45.41.7Property: Swagger-UI Logo URL

 
Property Name Swagger-UI Logo URL
Property Key
Property Type STRING
Description Specifies an image URL to use as the banner image on the Swagger-UI page. Note that astronaut.png may be used to display the Smile CDR astronaut adventurer, or raccoon.png may be used to display the HAPI FHIR raccoon mascot.
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 astronaut.png
Example Property
module.[MODULE_ID].config.fhir_endpoint_capabilty_statement.openapi.swagger_ui.logo_url = https://example.org/logo.png

45.41.8Property: Swagger-UI Uses Resource Pages

 
Property Name Swagger-UI Uses Resource Pages
Property Key
Property Type BOOLEAN
Description If enabled, Swagger-UI will be divided into individual pages for each supported resource type, as well as a page for system-level interactions. Disabling this can be helpful on servers where only a limited number of interactions and/or resource types are enabled. Disable this with caution if you have a large number of resource types and interactions enabled on your server, as this can lead to an unusable Swagger-UI page.
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 true
Example Property
module.[MODULE_ID].config.fhir_endpoint_capabilty_statement.openapi.swagger_ui.use_resource_pages = true

45.41.9Property: Software Name

 
Property Name Software Name
Property Key
Property Type STRING
Description If set, provides the software name that will be exported in the server CapabilityStatement (as well as any generated OpenApi documentation). If not set, defaults to "Smile CDR".
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_capabilty_statement.software.name = 

45.41.10Property: Software Version

 
Property Name Software Version
Property Key
Property Type STRING
Description If set, provides the software version that will be exported in the server CapabilityStatement (as well as any generated OpenApi documentation). If not set, defaults to the current Smile CDR software version.
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_capabilty_statement.software.version = 
   45.40    FHIR Bulk Operations 45.42    FHIR Configuration