FHIR Resource Types
The FHIR Resource Types configuration category includes the following configurable options:
Instance/Type History Enabled
Server History Enabled
Resource Types (whitelist)
|
Instance/Type History Enabled |
|
|
BOOLEAN | |
If this setting is disabled, instance- and type-level history operations will be disabled. This means that change history will not be stored, which improves write performance. | |
|
|
true
|
|
|
|
Server History Enabled |
|
|
BOOLEAN | |
If this setting is disabled, server-level history operations will be disabled. This means that change history will not be stored, which improves write performance. | |
|
|
true
|
|
|
|
Resource Types (whitelist) |
|
|
STRING | |
This property may be used to specify a comma-separated list of FHIR Resource types to be supported by this persistence module (e.g. Patient,Encounter,Practitioner ). This configuration is required for MongoDB but optional for RDBMS implementations. For RDBMS implementations, leaving this configuration as null is the same as listing all resources supported by Smile CDR. Setting this parameter will constrain the resource types included in the capability statement for any endpoint pointing to this persistence module. As well, FHIR REST requests on the endpoint will be restricted to the resource types listed here. Note though that this parameter does not affect Bundle requests nor non-REST ingestion operations (e.g. ETL import).
|
|
|
|
Patient,Observation,Encounter,DiagnosticReport,Claim,ExplanationOfBenefit,Coverage,List
|
|
|