Show / Hide Table of Contents

Class FhirConfig

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

Inheritance
System.Object
FhirConfig
Implements
IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.CloudHealthcare.v1.Data
Assembly: Google.Apis.CloudHealthcare.v1.dll
Syntax
public class FhirConfig : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
System.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 are removed in the output.

Declaration
[JsonProperty("fieldMetadataList")]
public virtual IList<FieldMetadata> FieldMetadataList { get; set; }
Property Value
Type Description
System.Collections.Generic.IList<FieldMetadata>

Implements

IDirectResponseSchema
Back to top