Class TNamingSystem
Unit
bsFhir_r4b
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
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
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.
|
|
property name_Element : Tstring read Getname_Element write Setname_Element; |
|
|
property status : string read Getstatus write Setstatus; |
The status of this naming system. Enables tracking the life-cycle of the content.
|
|
property kind : string read Getkind write Setkind; |
Indicates the purpose for the naming system - what kinds of things does it make unique?
|
|
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.
|
|
property date_Element : TdateTime_ read Getdate_Element write Setdate_Element; |
|
|
property publisher : string read Getpublisher write Setpublisher; |
The name of the organization or individual that published the naming system.
|
|
property publisherElement : Tstring read GetpublisherElement write SetpublisherElement; |
|
|
property contact : TContactDetailArray read GetcontactArray; |
Contact details to assist a user in finding and communicating with the publisher.
|
|
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.
|
|
property responsibleElement : Tstring read GetresponsibleElement write SetresponsibleElement; |
|
|
property type_ : TCodeableConcept read Gettype_ write Settype_; |
Categorizes a naming system for easier search by grouping related naming systems.
|
|
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.
|
|
property descriptionElement : Tmarkdown read GetdescriptionElement write SetdescriptionElement; |
|
|
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.
|
|
property jurisdiction : TCodeableConceptArray read GetjurisdictionArray; |
A legal or geographic region in which the naming system is intended to be used.
|
|
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.
|
|
property usageElement : Tstring read GetusageElement write SetusageElement; |
|
|
property uniqueId : TNamingSystemUniqueIdArray read GetuniqueIdArray; |
Indicates how the system may be identified when referenced in electronic exchange.
|
Generated by PasDoc 0.15.0.
|