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.
Implements
Inherited Members
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 |
_Profile
Extension container element for Profile
Declaration
public List<Element> _Profile { get; set; }
Property Value
| Type | Description |
|---|---|
| fhirCsR2.Models.List<Element> |
_VersionId
Extension container element for VersionId
Declaration
public Element _VersionId { get; set; }
Property Value
| Type | Description |
|---|---|
| Element |
LastUpdated
When the resource last changed - e.g. when the version changed.
Declaration
public string LastUpdated { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
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> |
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> |
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> |
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 SourceDeserializeJson(ref Utf8JsonReader, JsonSerializerOptions)
Deserialize a JSON object
Declaration
public void DeserializeJson(ref Utf8JsonReader reader, JsonSerializerOptions options)
Parameters
| Type | Name | Description |
|---|---|---|
| Utf8JsonReader | reader | |
| JsonSerializerOptions | options |
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 |
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 |