Class TMeta
Unit
bsFhir_stu3
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
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
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.
|
|
property versionIdElement : Tid read GetversionIdElement write SetversionIdElement; |
|
|
property lastUpdated : string read GetlastUpdated write SetlastUpdated; |
When the resource last changed - e.g. when the version changed.
|
|
property lastUpdatedElement : Tinstant read GetlastUpdatedElement write SetlastUpdatedElement; |
|
|
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]]].
|
|
property security : TCodingArray read GetsecurityArray; |
Security labels applied to this resource. These tags connect specific resources to the overall security policy and infrastructure.
|
|
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.
|