Class TMeta

Unit

Declaration

type TMeta = class(TElement)

Description

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. If the element is present, it must have a value for at least one of the defined elements, an @id referenced from the Narrative, or extensions

Hierarchy

Overview

Methods

Public constructor Create; override;

Properties

Public property versionId : string read GetversionId write SetversionId;
Public property versionIdElement : Tid read GetversionIdElement write SetversionIdElement;
Public property lastUpdated : string read GetlastUpdated write SetlastUpdated;
Public property lastUpdatedElement : Tinstant read GetlastUpdatedElement write SetlastUpdatedElement;
Public property profile : TBSFHIRPrimitiveStringArray read GetprofileArray;
Public property security : TCodingArray read GetsecurityArray;
Public property tag : TCodingArray read GettagArray;

Description

Methods

Public constructor Create; override;
 

Properties

Public property versionId : string read GetversionId write SetversionId;

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.

Public property versionIdElement : Tid read GetversionIdElement write SetversionIdElement;
 
Public property lastUpdated : string read GetlastUpdated write SetlastUpdated;

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

Public property lastUpdatedElement : Tinstant read GetlastUpdatedElement write SetlastUpdatedElement;
 
Public property profile : TBSFHIRPrimitiveStringArray read GetprofileArray;

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

Public property security : TCodingArray read GetsecurityArray;

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

Public property tag : TCodingArray read GettagArray;

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.


Generated by PasDoc 0.15.0.