Class TCatalogEntry

Unit

Declaration

type TCatalogEntry = class(TDomainResource)

Description

Catalog entries are wrappers that contextualize items included in a catalog. 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 identifier : TIdentifierArray read GetidentifierArray;
Public property type_ : TCodeableConcept read Gettype_ write Settype_;
Public property orderable : boolean read Getorderable write Setorderable;
Public property orderableElement : Tboolean read GetorderableElement write SetorderableElement;
Public property referencedItem : TReference read GetreferencedItem write SetreferencedItem;
Public property additionalIdentifier : TIdentifierArray read GetadditionalIdentifierArray;
Public property classification : TCodeableConceptArray read GetclassificationArray;
Public property status : string read Getstatus write Setstatus;
Public property statusElement : TPublicationStatus read GetstatusElement write SetstatusElement;
Public property validityPeriod : TPeriod read GetvalidityPeriod write SetvalidityPeriod;
Public property validTo : string read GetvalidTo write SetvalidTo;
Public property validToElement : TdateTime_ read GetvalidToElement write SetvalidToElement;
Public property lastUpdated : string read GetlastUpdated write SetlastUpdated;
Public property lastUpdatedElement : TdateTime_ read GetlastUpdatedElement write SetlastUpdatedElement;
Public property additionalCharacteristic : TCodeableConceptArray read GetadditionalCharacteristicArray;
Public property additionalClassification : TCodeableConceptArray read GetadditionalClassificationArray;
Public property relatedEntry : TCatalogEntryRelatedEntryArray read GetrelatedEntryArray;

Description

Methods

Public constructor Create; override;
 

Properties

Public property identifier : TIdentifierArray read GetidentifierArray;

Used in supporting different identifiers for the same product, e.g. manufacturer code and retailer code.

Public property type_ : TCodeableConcept read Gettype_ write Settype_;

The type of item - medication, device, service, protocol or other.

Public property orderable : boolean read Getorderable write Setorderable;

Whether the entry represents an orderable item.

Public property orderableElement : Tboolean read GetorderableElement write SetorderableElement;
 
Public property referencedItem : TReference read GetreferencedItem write SetreferencedItem;

The item in a catalog or definition.

Public property additionalIdentifier : TIdentifierArray read GetadditionalIdentifierArray;

Used in supporting related concepts, e.g. NDC to RxNorm.

Public property classification : TCodeableConceptArray read GetclassificationArray;

Classes of devices, or ATC for medication.

Public property status : string read Getstatus write Setstatus;

Used to support catalog exchange even for unsupported products, e.g. getting list of medications even if not prescribable.

Public property statusElement : TPublicationStatus read GetstatusElement write SetstatusElement;
 
Public property validityPeriod : TPeriod read GetvalidityPeriod write SetvalidityPeriod;

The time period in which this catalog entry is expected to be active.

Public property validTo : string read GetvalidTo write SetvalidTo;

The date until which this catalog entry is expected to be active.

Public property validToElement : TdateTime_ read GetvalidToElement write SetvalidToElement;
 
Public property lastUpdated : string read GetlastUpdated write SetlastUpdated;

Typically date of issue is different from the beginning of the validity. This can be used to see when an item was last updated.

Public property lastUpdatedElement : TdateTime_ read GetlastUpdatedElement write SetlastUpdatedElement;
 
Public property additionalCharacteristic : TCodeableConceptArray read GetadditionalCharacteristicArray;

Used for examplefor Out of Formulary, or any specifics.

Public property additionalClassification : TCodeableConceptArray read GetadditionalClassificationArray;

User for example for ATC classification, or.

Public property relatedEntry : TCatalogEntryRelatedEntryArray read GetrelatedEntryArray;

Used for example, to point to a substance, or to a device used to administer a medication.


Generated by PasDoc 0.15.0.