Smile CDR v2024.05.PRE
On this page:
   45.10    Camel 45.12    Care Gaps   

45.11.1Capability Statement (metadata)

 

The Capability Statement (metadata) configuration category includes the following configurable options:

  • Cache Resource Counts (Mins)

  • Include Resource Counts

45.11.2Property: Cache Resource Counts (Mins)

 
Property Name Cache Resource Counts (Mins)
Property Key
Property Type NON_NEGATIVE_INTEGER
Description If set, resource counts will be cached for up to this amount of time.
Applies to Modules
  • FHIR Storage (DSTU2 RDBMS)
  • FHIR Storage (R3 RDBMS)
  • FHIR Storage (R4 RDBMS)
  • FHIR Storage (R5 RDBMS)
Default Value 240
Example Property
module.[MODULE_ID].config.metadata.resource_counts.cache.minutes = 240

45.11.3Property: Include Resource Counts

 
Property Name Include Resource Counts
Property Key
Property Type BOOLEAN
Description If enabled, the server CapabilityStatement (i.e. the /metadata response on a FHIR endpoint) will have counts for all of the individual resource types added as extensions. These counts are displayed in the FHIRWeb Console, and they can be used by client applications.
Applies to Modules
  • FHIR Storage (DSTU2 RDBMS)
  • FHIR Storage (R3 RDBMS)
  • FHIR Storage (R4 RDBMS)
  • FHIR Storage (R5 RDBMS)
Default Value true
Example Property
module.[MODULE_ID].config.metadata.resource_counts.enabled = true
   45.10    Camel 45.12    Care Gaps