Fhir Field Config Response
data class FhirFieldConfigResponse(val fieldMetadataList: List<GoogleCloudHealthcareV1beta1DeidentifyFieldMetadataResponse>, val options: GoogleCloudHealthcareV1beta1DeidentifyOptionsResponse, val profileType: String)
Specifies how to handle the de-identification of a FHIR store.
Constructors
Link copied to clipboard
fun FhirFieldConfigResponse(fieldMetadataList: List<GoogleCloudHealthcareV1beta1DeidentifyFieldMetadataResponse>, options: GoogleCloudHealthcareV1beta1DeidentifyOptionsResponse, profileType: String)
Types
Properties
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 keep_extensions
. If a field can be matched by more than one FieldMetadata
, the first FieldMetadata.Action
is applied. Overrides options
and profile
.
Link copied to clipboard