Class TNamingSystem

Unit

Declaration

type TNamingSystem = class(TDomainResource)

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. If the element is present, it must have either a @value, an @id, or extensions

Hierarchy

Overview

Methods

Public constructor Create; override;

Properties

Public property name_ : string read Getname_ write Setname_;
Public property name_Element : Tstring read Getname_Element write Setname_Element;
Public property status : string read Getstatus write Setstatus;
Public property statusElement : TPublicationStatus read GetstatusElement write SetstatusElement;
Public property kind : string read Getkind write Setkind;
Public property kindElement : TNamingSystemType read GetkindElement write SetkindElement;
Public property date_ : string read Getdate_ write Setdate_;
Public property date_Element : TdateTime_ read Getdate_Element write Setdate_Element;
Public property publisher : string read Getpublisher write Setpublisher;
Public property publisherElement : Tstring read GetpublisherElement write SetpublisherElement;
Public property contact : TContactDetailArray read GetcontactArray;
Public property responsible : string read Getresponsible write Setresponsible;
Public property responsibleElement : Tstring read GetresponsibleElement write SetresponsibleElement;
Public property type_ : TCodeableConcept read Gettype_ write Settype_;
Public property description : string read Getdescription write Setdescription;
Public property descriptionElement : Tmarkdown read GetdescriptionElement write SetdescriptionElement;
Public property useContext : TUsageContextArray read GetuseContextArray;
Public property jurisdiction : TCodeableConceptArray read GetjurisdictionArray;
Public property usage : string read Getusage write Setusage;
Public property usageElement : Tstring read GetusageElement write SetusageElement;
Public property uniqueId : TNamingSystemUniqueIdArray read GetuniqueIdArray;

Description

Methods

Public constructor Create; override;
 

Properties

Public property name_ : string read Getname_ write Setname_;

A natural language name identifying the naming system. This name should be usable as an identifier for the module by machine processing applications such as code generation.

Public property name_Element : Tstring read Getname_Element write Setname_Element;
 
Public property status : string read Getstatus write Setstatus;

The status of this naming system. Enables tracking the life-cycle of the content.

Public property statusElement : TPublicationStatus read GetstatusElement write SetstatusElement;
 
Public property kind : string read Getkind write Setkind;

Indicates the purpose for the naming system - what kinds of things does it make unique?

Public property kindElement : TNamingSystemType read GetkindElement write SetkindElement;
 
Public property date_ : string read Getdate_ write Setdate_;

The date (and optionally time) when the naming system was published. The date must change when the business version changes and it must change if the status code changes. In addition, it should change when the substantive content of the naming system changes.

Public property date_Element : TdateTime_ read Getdate_Element write Setdate_Element;
 
Public property publisher : string read Getpublisher write Setpublisher;

The name of the organization or individual that published the naming system.

Public property publisherElement : Tstring read GetpublisherElement write SetpublisherElement;
 
Public property contact : TContactDetailArray read GetcontactArray;

Contact details to assist a user in finding and communicating with the publisher.

Public property responsible : string read Getresponsible write Setresponsible;

The name of the organization that is responsible for issuing identifiers or codes for this namespace and ensuring their non-collision.

Public property responsibleElement : Tstring read GetresponsibleElement write SetresponsibleElement;
 
Public property type_ : TCodeableConcept read Gettype_ write Settype_;

Categorizes a naming system for easier search by grouping related naming systems.

Public property description : string read Getdescription write Setdescription;

A free text natural language description of the naming system from a consumer's perspective. Details about what the namespace identifies including scope, granularity, version labeling, etc.

Public property descriptionElement : Tmarkdown read GetdescriptionElement write SetdescriptionElement;
 
Public property useContext : TUsageContextArray read GetuseContextArray;

The content was developed with a focus and intent of supporting the contexts that are listed. These contexts may be general categories (gender, age, ...) or may be references to specific programs (insurance plans, studies, ...) and may be used to assist with indexing and searching for appropriate naming system instances.

Public property jurisdiction : TCodeableConceptArray read GetjurisdictionArray;

A legal or geographic region in which the naming system is intended to be used.

Public property usage : string read Getusage write Setusage;

Provides guidance on the use of the namespace, including the handling of formatting characters, use of upper vs. lower case, etc.

Public property usageElement : Tstring read GetusageElement write SetusageElement;
 
Public property uniqueId : TNamingSystemUniqueIdArray read GetuniqueIdArray;

Indicates how the system may be identified when referenced in electronic exchange.


Generated by PasDoc 0.15.0.