54.75    FHIR Subscription Persistence 54.77    Full-Text Indexing   

54.141.1FHIR Tokenization

 

The FHIR Tokenization configuration category includes the following configurable options:

  • Tokenization Enabled

  • Tokenization Provider Class

  • Tokenization Rules (File)

  • Tokenization Rules (Text)

54.141.2Property: Tokenization Enabled

 
Property Name Tokenization Enabled
Property Key
Property Type BOOLEAN
Description This setting enables Tokenization on this repository.
Applies to Modules
  • FHIR Storage (DSTU2 RDBMS)
  • FHIR Storage (MongoDB)
  • FHIR Storage (R3 RDBMS)
  • FHIR Storage (R4 RDBMS)
  • FHIR Storage (R5 RDBMS)
Default Value false
Example Property
module.[MODULE_ID].config.tokenization.enabled = false

54.141.3Property: Tokenization Provider Class

 
Property Name Tokenization Provider Class
Property Key
Property Type STRING
Description Specifies the fully-qualified class name for the tokenization Provider Class, which supplies the tokenization and de-tokenization algorithms.
Applies to Modules
  • FHIR Storage (DSTU2 RDBMS)
  • FHIR Storage (MongoDB)
  • FHIR Storage (R3 RDBMS)
  • FHIR Storage (R4 RDBMS)
  • FHIR Storage (R5 RDBMS)
Default Value (no default)
Example Property
module.[MODULE_ID].config.tokenization.provider_class = 

54.141.4Property: Tokenization Rules (File)

 
Property Name Tokenization Rules (File)
Property Key
Property Type Resource Path
Description Specifies the JSON document containing the Tokenization Rules. Note that changing these rules after data has already been stored in the repository can break searches! Use caution if changing this value on a system with pre-existing stored data.
Applies to Modules
  • FHIR Storage (DSTU2 RDBMS)
  • FHIR Storage (MongoDB)
  • FHIR Storage (R3 RDBMS)
  • FHIR Storage (R4 RDBMS)
  • FHIR Storage (R5 RDBMS)
Default Value (no default)
Example Property
module.[MODULE_ID].config.tokenization.rules.file = 

54.141.5Property: Tokenization Rules (Text)

 
Property Name Tokenization Rules (Text)
Property Key
Property Type JSON
Description Specifies the JSON document containing the Tokenization Rules. Note that changing these rules after data has already been stored in the repository can break searches! Use caution if changing this value on a system with pre-existing stored data.
Applies to Modules
  • FHIR Storage (DSTU2 RDBMS)
  • FHIR Storage (MongoDB)
  • FHIR Storage (R3 RDBMS)
  • FHIR Storage (R4 RDBMS)
  • FHIR Storage (R5 RDBMS)
Default Value (no default)
Example Property
module.[MODULE_ID].config.tokenization.rules.text = 
   54.75    FHIR Subscription Persistence 54.77    Full-Text Indexing