Class FhirConfig
Specifies how to handle de-identification of a FHIR store.
Implements
Inherited Members
Namespace: Google.Apis.CloudHealthcare.v1beta1.Data
Assembly: Google.Apis.CloudHealthcare.v1beta1.dll
Syntax
public class FhirConfig : IDirectResponseSchema
Properties
DefaultKeepExtensions
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.
Declaration
[JsonProperty("defaultKeepExtensions")]
public virtual bool? DefaultKeepExtensions { get; set; }
Property Value
Type | Description |
---|---|
bool? |
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 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.
Declaration
[JsonProperty("fieldMetadataList")]
public virtual IList<FieldMetadata> FieldMetadataList { get; set; }
Property Value
Type | Description |
---|---|
IList<FieldMetadata> |