Class TIdentifier

Unit

Declaration

type TIdentifier = class(TElement)

Description

A technical identifier - identifies some entity uniquely and unambiguously. 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 use : string read Getuse write Setuse;
Public property useElement : TIdentifierUse read GetuseElement write SetuseElement;
Public property type_ : TCodeableConcept read Gettype_ write Settype_;
Public property system : string read Getsystem write Setsystem;
Public property systemElement : Turi read GetsystemElement write SetsystemElement;
Public property value : string read Getvalue write Setvalue;
Public property valueElement : Tstring read GetvalueElement write SetvalueElement;
Public property period : TPeriod read Getperiod write Setperiod;
Public property assigner : TReference read Getassigner write Setassigner;

Description

Methods

Public constructor Create; override;
 

Properties

Public property use : string read Getuse write Setuse;

The purpose of this identifier.

Public property useElement : TIdentifierUse read GetuseElement write SetuseElement;
 
Public property type_ : TCodeableConcept read Gettype_ write Settype_;

A coded type for the identifier that can be used to determine which identifier to use for a specific purpose.

Public property system : string read Getsystem write Setsystem;

Establishes the namespace for the value - that is, a URL that describes a set values that are unique.

Public property systemElement : Turi read GetsystemElement write SetsystemElement;
 
Public property value : string read Getvalue write Setvalue;

The portion of the identifier typically relevant to the user and which is unique within the context of the system.

Public property valueElement : Tstring read GetvalueElement write SetvalueElement;
 
Public property period : TPeriod read Getperiod write Setperiod;

Time period during which identifier is/was valid for use.

Public property assigner : TReference read Getassigner write Setassigner;

Organization that issued/manages the identifier.


Generated by PasDoc 0.15.0.