Class TDeviceUdiCarrier
Unit
bsFhir_r4b
Declaration
type TDeviceUdiCarrier = class(TBackboneElement)
Description
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.
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 issuerElement : Turi read GetissuerElement write SetissuerElement; |
|
|
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 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 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 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.
|