Class TDeviceUdi
Unit
bsFhir_stu3
Declaration
type TDeviceUdi = class(TBackboneElement)
Description
This resource identifies an instance or a type of a manufactured item that is used in the provision of healthcare without being substantially changed through that activity. The device may be a medical or non-medical device. Medical devices include durable (reusable) medical equipment, implantable devices, as well as disposable equipment used for diagnostic, treatment, and research for healthcare and public health. Non-medical devices may include items such as a machine, cellphone, computer, application, etc.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property deviceIdentifier : string read GetdeviceIdentifier write SetdeviceIdentifier; |
The device identifier (DI) is a mandatory, fixed portion of a UDI that identifies the labeler and the specific version or model of a device.
|
|
property deviceIdentifierElement : Tstring read GetdeviceIdentifierElement write SetdeviceIdentifierElement; |
|
|
property name_ : string read Getname_ write Setname_; |
Name of device as used in labeling or catalog.
|
|
property name_Element : Tstring read Getname_Element write Setname_Element; |
|
|
property jurisdiction : string read Getjurisdiction write Setjurisdiction; |
The identity of the authoritative source for UDI generation within a jurisdiction. All UDIs are globally unique within a single namespace. with the appropriate repository uri as the system. For example, UDIs of devices managed in the U.S. by the FDA, the value is http://hl7.org/fhir/NamingSystem/fda-udi.
|
|
property jurisdictionElement : Turi read GetjurisdictionElement write SetjurisdictionElement; |
|
|
property carrierHRF : string read GetcarrierHRF write SetcarrierHRF; |
The full UDI carrier as the human readable form (HRF) representation of the barcode string as printed on the packaging of the device.
|
|
property carrierHRFElement : Tstring read GetcarrierHRFElement write SetcarrierHRFElement; |
|
|
property carrierAIDC : string read GetcarrierAIDC write SetcarrierAIDC; |
The full UDI carrier of the Automatic Identification and Data Capture (AIDC) technology representation of the barcode string as printed on the packaging of the device - E.g a barcode or RFID. Because of limitations on character sets in XML and the need to round-trip JSON data through XML, AIDC Formats *SHALL* be base64 encoded.
|
|
property carrierAIDCElement : Tbase64Binary read GetcarrierAIDCElement write SetcarrierAIDCElement; |
|
|
property issuerElement : Turi read GetissuerElement write SetissuerElement; |
|
|
property entryType : string read GetentryType write SetentryType; |
A coded entry to indicate how the data was entered.
|
|
property entryTypeElement : TUDIEntryType read GetentryTypeElement write SetentryTypeElement; |
|
Generated by PasDoc 0.15.0.
|