Class TBiologicallyDerivedProduct

Unit

Declaration

type TBiologicallyDerivedProduct = class(TDomainResource)

Description

This resource reflects an instance of a biologically derived product. A material substance originating from a biological entity intended to be transplanted or infused into another (possibly the same) biological entity. 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 productCategory : TCoding read GetproductCategory write SetproductCategory;
Public property productCode : TCodeableConcept read GetproductCode write SetproductCode;
Public property parent : TReferenceArray read GetparentArray;
Public property request : TReferenceArray read GetrequestArray;
Public property identifier : TIdentifierArray read GetidentifierArray;
Public property biologicalSourceEvent : TIdentifier read GetbiologicalSourceEvent write SetbiologicalSourceEvent;
Public property processingFacility : TReferenceArray read GetprocessingFacilityArray;
Public property division : string read Getdivision write Setdivision;
Public property divisionElement : Tstring read GetdivisionElement write SetdivisionElement;
Public property productStatus : TCoding read GetproductStatus write SetproductStatus;
Public property expirationDate : string read GetexpirationDate write SetexpirationDate;
Public property expirationDateElement : TdateTime_ read GetexpirationDateElement write SetexpirationDateElement;
Public property collection : TBiologicallyDerivedProductCollection read Getcollection write Setcollection;
Public property storageTempRequirements : TRange read GetstorageTempRequirements write SetstorageTempRequirements;
Public property property_ : TBiologicallyDerivedProductPropertyArray read Getproperty_Array;

Description

Methods

Public constructor Create; override;
 

Properties

Public property productCategory : TCoding read GetproductCategory write SetproductCategory;

Broad category of this product.

Public property productCode : TCodeableConcept read GetproductCode write SetproductCode;

A codified value that systematically supports characterization and classification of medical products of human origin inclusive of processing conditions such as additives, volumes and handling conditions.

Public property parent : TReferenceArray read GetparentArray;

Parent product (if any) for this biologically-derived product.

Public property request : TReferenceArray read GetrequestArray;

Request to obtain and/or infuse this biologically derived product.

Public property identifier : TIdentifierArray read GetidentifierArray;

Unique instance identifiers assigned to a biologically derived product. Note: This is a business identifier, not a resource identifier.

Public property biologicalSourceEvent : TIdentifier read GetbiologicalSourceEvent write SetbiologicalSourceEvent;

An identifier that supports traceability to the event during which material in this product from one or more biological entities was obtained or pooled.

Public property processingFacility : TReferenceArray read GetprocessingFacilityArray;

Processing facilities responsible for the labeling and distribution of this biologically derived product.

Public property division : string read Getdivision write Setdivision;

A unique identifier for an aliquot of a product. Used to distinguish individual aliquots of a product carrying the same biologicalSource and productCode identifiers.

Public property divisionElement : Tstring read GetdivisionElement write SetdivisionElement;
 
Public property productStatus : TCoding read GetproductStatus write SetproductStatus;

Whether the product is currently available.

Public property expirationDate : string read GetexpirationDate write SetexpirationDate;

Date, and where relevant time, of expiration.

Public property expirationDateElement : TdateTime_ read GetexpirationDateElement write SetexpirationDateElement;
 
Public property collection : TBiologicallyDerivedProductCollection read Getcollection write Setcollection;

How this product was collected.

Public property storageTempRequirements : TRange read GetstorageTempRequirements write SetstorageTempRequirements;

The temperature requirements for storage of the biologically-derived product.

Public property property_ : TBiologicallyDerivedProductPropertyArray read Getproperty_Array;

A property that is specific to this BiologicallyDerviedProduct instance.


Generated by PasDoc 0.15.0.