Besa Fhir Help FileGetting Started Units Class Hierarchy Classes, Interfaces, Objects and Records Types Variables Constants Functions and Procedures Identifiers |
Class TDeviceDefinition
Unit
bsFhir_r5
Declaration
type TDeviceDefinition = class(TDomainResource)
Description
The characteristics, operational status and capabilities of a medical-related component of a medical device. If the element is present, it must have either a @value, an @id, or extensions
Hierarchy
Overview
Methods
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property description : string read Getdescription write Setdescription; |
Additional information to describe the device.
|
|
property descriptionElement : Tmarkdown read GetdescriptionElement write SetdescriptionElement; |
|
|
property identifier : TIdentifierArray read GetidentifierArray; |
Unique instance identifiers assigned to a device by the software, manufacturers, other organizations or owners. For example: handle ID. The identifier is typically valued if the udiDeviceIdentifier, partNumber or modelNumber is not valued and represents a different type of identifier. However, it is permissible to still include those identifiers in DeviceDefinition.identifier with the appropriate identifier.type.
|
|
property udiDeviceIdentifier : TDeviceDefinitionUdiDeviceIdentifierArray read GetudiDeviceIdentifierArray; |
Unique device identifier (UDI) assigned to device label or package. Note that the Device may include multiple udiCarriers as it either may include just the udiCarrier for the jurisdiction it is sold, or for multiple jurisdictions it could have been sold.
|
|
property regulatoryIdentifier : TDeviceDefinitionRegulatoryIdentifierArray read GetregulatoryIdentifierArray; |
Identifier associated with the regulatory documentation (certificates, technical documentation, post-market surveillance documentation and reports) of a set of device models sharing the same intended purpose, risk class and essential design and manufacturing characteristics. One example is the Basic UDI-DI in Europe.
|
|
property partNumber : string read GetpartNumber write SetpartNumber; |
The part number or catalog number of the device.
|
|
property partNumberElement : Tstring read GetpartNumberElement write SetpartNumberElement; |
|
|
property manufacturer : TReference read Getmanufacturer write Setmanufacturer; |
A name of the manufacturer or legal representative e.g. labeler. Whether this is the actual manufacturer or the labeler or responsible depends on implementation and jurisdiction.
|
|
property modelNumber : string read GetmodelNumber write SetmodelNumber; |
The model number for the device for example as defined by the manufacturer or labeler, or other agency.
|
|
property modelNumberElement : Tstring read GetmodelNumberElement write SetmodelNumberElement; |
|
|
property conformsTo : TDeviceDefinitionConformsToArray read GetconformsToArray; |
Identifies the standards, specifications, or formal guidances for the capabilities supported by the device. The device may be certified as conformant to these specifications e.g., communication, performance, process, measurement, or specialization standards.
|
|
property packaging : TDeviceDefinitionPackagingArray read GetpackagingArray; |
Information about the packaging of the device, i.e. how the device is packaged.
|
|
property shelfLifeStorage : TProductShelfLifeArray read GetshelfLifeStorageArray; |
Shelf Life and storage information.
|
|
property languageCode : TCodeableConceptArray read GetlanguageCodeArray; |
Language code for the human-readable text strings produced by the device (all supported).
|
|
property property_ : TDeviceDefinitionPropertyArray read Getproperty_Array; |
Static or essentially fixed characteristics or features of this kind of device that are otherwise not captured in more specific attributes, e.g., time or timing attributes, resolution, accuracy, and physical attributes.
|
|
property owner : TReference read Getowner write Setowner; |
An organization that is responsible for the provision and ongoing maintenance of the device.
|
|
property contact : TContactPointArray read GetcontactArray; |
Contact details for an organization or a particular human that is responsible for the device.
|
|
property link : TDeviceDefinitionLinkArray read GetlinkArray; |
An associated device, attached to, used with, communicating with or linking a previous or new device model to the focal device.
|
|
property note : TAnnotationArray read GetnoteArray; |
Descriptive information, usage information or implantation information that is not captured in an existing element.
|
|
property productionIdentifierInUDI : TBSFHIRPrimitiveStringArray read GetproductionIdentifierInUDIArray; |
Indicates the production identifier(s) that are expected to appear in the UDI carrier on the device label.
|
|
property guideline : TDeviceDefinitionGuideline read Getguideline write Setguideline; |
Information aimed at providing directions for the usage of this model of device.
|
Generated by PasDoc 0.15.0.
|