FhirConfigResponse

data class FhirConfigResponse(val defaultKeepExtensions: Boolean, val fieldMetadataList: List<FieldMetadataResponse>)

Specifies how to handle de-identification of a FHIR store.

Constructors

Link copied to clipboard
fun FhirConfigResponse(defaultKeepExtensions: Boolean, fieldMetadataList: List<FieldMetadataResponse>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The behaviour for handling FHIR extensions that aren't otherwise specified for de-identification. If true, all extensions are preserved during de-identification by default. If false or unspecified, all extensions are removed during de-identification by default.

Link copied to clipboard

Specifies FHIR paths to match and how to transform them. Any field that is not matched by a FieldMetadata is passed through to the output dataset unmodified. All extensions will be processed according to default_keep_extensions. If a field can be matched by more than one FieldMetadata, the first FieldMetadata.Action is applied.