FhirR4Meta Class

Definition

Metadata about a resource Based on FHIR Meta

public class FhirR4Meta : System.ClientModel.Primitives.IJsonModel<Azure.Health.Insights.RadiologyInsights.FhirR4Meta>, System.ClientModel.Primitives.IPersistableModel<Azure.Health.Insights.RadiologyInsights.FhirR4Meta>
type FhirR4Meta = class
    interface IJsonModel<FhirR4Meta>
    interface IPersistableModel<FhirR4Meta>
Public Class FhirR4Meta
Implements IJsonModel(Of FhirR4Meta), IPersistableModel(Of FhirR4Meta)
Inheritance
FhirR4Meta
Implements

Constructors

FhirR4Meta()

Initializes a new instance of FhirR4Meta.

Properties

LastUpdated

When the resource last changed - e.g. when the version changed.

Profile

A list of profiles (references to StructureDefinition resources) that this resource claims to conform to. The URL is a reference to StructureDefinition.url.

Security

Security labels applied to this resource. These tags connect specific resources to the overall security policy and infrastructure.

Source

A uri that identifies the source system of the resource. This provides a minimal amount of Provenance information that can be used to track or differentiate the source of information in the resource. The source may identify another FHIR server, document, message, database, etc.

Tag

Tags applied to this resource. Tags are intended to be used to identify and relate resources to process and workflow, and applications are not required to consider the tags when interpreting the meaning of a resource.

VersionId

The version specific identifier, as it appears in the version portion of the URL. This value changes when the resource is created, updated, or deleted.

Explicit Interface Implementations

IJsonModel<FhirR4Meta>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<FhirR4Meta>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<FhirR4Meta>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<FhirR4Meta>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<FhirR4Meta>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to