Show / Hide Table of Contents

Class Meta

The metadata about a resource. This is content in the resource that is maintained by the infrastructure. Changes to the content may not always be associated with version changes to the resource.

Inheritance
System.Object
Element
Meta
Implements
IFhirJsonSerializable
Inherited Members
Element.Extension
Element.Fhir_comments
Element._Fhir_comments
Element.Id
Element._Id
Namespace: fhirCsR2.Models
Assembly: fhirCsR2.dll
Syntax
public class Meta : Element, IFhirJsonSerializable

Properties

| Improve this Doc View Source

_LastUpdated

Extension container element for LastUpdated

Declaration
public Element _LastUpdated { get; set; }
Property Value
Type Description
Element
| Improve this Doc View Source

_Profile

Extension container element for Profile

Declaration
public List<Element> _Profile { get; set; }
Property Value
Type Description
fhirCsR2.Models.List<Element>
| Improve this Doc View Source

_VersionId

Extension container element for VersionId

Declaration
public Element _VersionId { get; set; }
Property Value
Type Description
Element
| Improve this Doc View Source

LastUpdated

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

Declaration
public string LastUpdated { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Profile

A list of profiles [[[StructureDefinition]]]s that this resource claims to conform to. The URL is a reference to [[[StructureDefinition.url]]].

Declaration
public List<string> Profile { get; set; }
Property Value
Type Description
fhirCsR2.Models.List<System.String>
| Improve this Doc View Source

Security

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

Declaration
public List<Coding> Security { get; set; }
Property Value
Type Description
fhirCsR2.Models.List<Coding>
| Improve this Doc View Source

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.

Declaration
public List<Coding> Tag { get; set; }
Property Value
Type Description
fhirCsR2.Models.List<Coding>
| Improve this Doc View Source

VersionId

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

Declaration
public string VersionId { get; set; }
Property Value
Type Description
System.String

Methods

| Improve this Doc View Source

DeserializeJson(ref Utf8JsonReader, JsonSerializerOptions)

Deserialize a JSON object

Declaration
public void DeserializeJson(ref Utf8JsonReader reader, JsonSerializerOptions options)
Parameters
Type Name Description
Utf8JsonReader reader
JsonSerializerOptions options
| Improve this Doc View Source

DeserializeJsonProperty(ref Utf8JsonReader, JsonSerializerOptions, String)

Deserialize a JSON property

Declaration
public void DeserializeJsonProperty(ref Utf8JsonReader reader, JsonSerializerOptions options, string propertyName)
Parameters
Type Name Description
Utf8JsonReader reader
JsonSerializerOptions options
System.String propertyName
| Improve this Doc View Source

SerializeJson(Utf8JsonWriter, JsonSerializerOptions, Boolean)

Serialize to a JSON object

Declaration
public void SerializeJson(Utf8JsonWriter writer, JsonSerializerOptions options, bool includeStartObject = true)
Parameters
Type Name Description
Utf8JsonWriter writer
JsonSerializerOptions options
System.Boolean includeStartObject

Implements

IFhirJsonSerializable
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX