Class TNamingSystemUniqueId
Unit
bsFhir_r4
Declaration
type TNamingSystemUniqueId = class(TBackboneElement)
Description
A curated namespace that issues unique symbols within that namespace for the identification of concepts, people, devices, etc. Represents a "System" used within the Identifier and Coding data types.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property type_ : string read Gettype_ write Settype_; |
Identifies the unique identifier scheme used for this particular identifier.
|
|
property value : string read Getvalue write Setvalue; |
The string that should be sent over the wire to identify the code system or identifier system.
|
|
property valueElement : Tstring read GetvalueElement write SetvalueElement; |
|
|
property preferred : boolean read Getpreferred write Setpreferred; |
Indicates whether this identifier is the "preferred" identifier of this type.
|
|
property preferredElement : Tboolean read GetpreferredElement write SetpreferredElement; |
|
|
property comment : string read Getcomment write Setcomment; |
Notes about the past or intended usage of this identifier.
|
|
property commentElement : Tstring read GetcommentElement write SetcommentElement; |
|
|
property period : TPeriod read Getperiod write Setperiod; |
Identifies the period of time over which this identifier is considered appropriate to refer to the naming system. Outside of this window, the identifier might be non-deterministic.
|
Generated by PasDoc 0.15.0.
|