ResourceVersionPolicyConfiguration interface
The settings for history tracking for FHIR resources.
Properties
default | The default value for tracking history across all resources. |
resource |
A list of FHIR Resources and their version policy overrides. |
Property Details
default
The default value for tracking history across all resources.
default?: string
Property Value
string
resourceTypeOverrides
A list of FHIR Resources and their version policy overrides.
resourceTypeOverrides?: {[propertyName: string]: FhirResourceVersionPolicy}
Property Value
{[propertyName: string]: FhirResourceVersionPolicy}