Class FhirFieldConfig
Specifies how to handle the de-identification of a FHIR store.
Implements
Inherited Members
Namespace: Google.Apis.CloudHealthcare.v1beta1.Data
Assembly: Google.Apis.CloudHealthcare.v1beta1.dll
Syntax
public class FhirFieldConfig : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
FieldMetadataList
Specifies FHIR paths to match and how to transform them. Any field that is not matched by a FieldMetadata
action
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 action
, the first action
option is applied. Overrides options and the union field profile
in FhirFieldConfig.
Declaration
[JsonProperty("fieldMetadataList")]
public virtual IList<GoogleCloudHealthcareV1beta1DeidentifyFieldMetadata> FieldMetadataList { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudHealthcareV1beta1DeidentifyFieldMetadata> |
Options
Specifies additional options, overriding the base ProfileType.
Declaration
[JsonProperty("options")]
public virtual GoogleCloudHealthcareV1beta1DeidentifyOptions Options { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudHealthcareV1beta1DeidentifyOptions |
ProfileType
Base profile type for handling FHIR fields.
Declaration
[JsonProperty("profileType")]
public virtual string ProfileType { get; set; }
Property Value
Type | Description |
---|---|
string |