Class TIdentifier
Unit
bsFhir_r4b
Declaration
type TIdentifier = class(TElement)
Description
An identifier - identifies some entity uniquely and unambiguously. Typically this is used for business identifiers. 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 use : string read Getuse write Setuse; |
The purpose of this identifier.
|
|
property useElement : TIdentifierUse read GetuseElement write SetuseElement; |
|
|
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.
|
|
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.
|
|
property systemElement : Turi read GetsystemElement write SetsystemElement; |
|
|
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.
|
|
property valueElement : Tstring read GetvalueElement write SetvalueElement; |
|
|
property period : TPeriod read Getperiod write Setperiod; |
Time period during which identifier is/was valid for use.
|
|
property assigner : TReference read Getassigner write Setassigner; |
Organization that issued/manages the identifier.
|
Generated by PasDoc 0.15.0.
|