Class TDeviceUdiCarrier

Unit

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

Public constructor Create; override;

Properties

Public property deviceIdentifier : string read GetdeviceIdentifier write SetdeviceIdentifier;
Public property deviceIdentifierElement : Tstring read GetdeviceIdentifierElement write SetdeviceIdentifierElement;
Public property issuer : string read Getissuer write Setissuer;
Public property issuerElement : Turi read GetissuerElement write SetissuerElement;
Public property jurisdiction : string read Getjurisdiction write Setjurisdiction;
Public property jurisdictionElement : Turi read GetjurisdictionElement write SetjurisdictionElement;
Public property carrierAIDC : string read GetcarrierAIDC write SetcarrierAIDC;
Public property carrierAIDCElement : Tbase64Binary read GetcarrierAIDCElement write SetcarrierAIDCElement;
Public property carrierHRF : string read GetcarrierHRF write SetcarrierHRF;
Public property carrierHRFElement : Tstring read GetcarrierHRFElement write SetcarrierHRFElement;
Public property entryType : string read GetentryType write SetentryType;
Public property entryTypeElement : TUDIEntryType read GetentryTypeElement write SetentryTypeElement;

Description

Methods

Public constructor Create; override;
 

Properties

Public 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.

Public property deviceIdentifierElement : Tstring read GetdeviceIdentifierElement write SetdeviceIdentifierElement;
 
Public property issuer : string read Getissuer write Setissuer;

Organization that is charged with issuing UDIs for devices. For example, the US FDA issuers include: 1

GS1: http://hl7.org/fhir/NamingSystem/gs1-di, 2) HIBCC: http://hl7.org/fhir/NamingSystem/hibcc-diI, 3) ICCBBA for blood containers: http://hl7.org/fhir/NamingSystem/iccbba-blood-di, 4) ICCBA for other devices: http://hl7.org/fhir/NamingSystem/iccbba-other-di # Informationsstelle für Arzneispezialitäten (IFA GmbH) (EU only): http://hl7.org/fhir/NamingSystem/ifa-gmbh-di. )

Public property issuerElement : Turi read GetissuerElement write SetissuerElement;
 
Public 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/us-fda-udi or in the European Union by the European Commission http://hl7.org/fhir/NamingSystem/eu-ec-udi.

Public property jurisdictionElement : Turi read GetjurisdictionElement write SetjurisdictionElement;
 
Public 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.

Public property carrierAIDCElement : Tbase64Binary read GetcarrierAIDCElement write SetcarrierAIDCElement;
 
Public 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.

Public property carrierHRFElement : Tstring read GetcarrierHRFElement write SetcarrierHRFElement;
 
Public property entryType : string read GetentryType write SetentryType;

A coded entry to indicate how the data was entered.

Public property entryTypeElement : TUDIEntryType read GetentryTypeElement write SetentryTypeElement;
 

Generated by PasDoc 0.15.0.