interface DeviceDefinitionDeviceName {
    _name?: Element;
    _type?: Element;
    extension?: Extension[];
    id?: id;
    modifierExtension?: Extension[];
    name: string;
    type: code;
}

Properties

_name?: Element

The name of the device

_type?: Element

udi-label-name | user-friendly-name | patient-reported-name | manufacturer-name | model-name | other

extension?: Extension[]

Additional content defined by implementations

id?: id

Unique id for inter-element referencing

modifierExtension?: Extension[]

Extensions that cannot be ignored even if unrecognized

name: string

The name of the device

type: code

udi-label-name | user-friendly-name | patient-reported-name | manufacturer-name | model-name | other