Class TMeta
Unit
bsFhir_r4b
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 might 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 value 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 source : string read Getsource write Setsource; |
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.
|
|
property sourceElement : Turi read GetsourceElement write SetsourceElement; |
|
|
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.
|