interface DeviceVersion {
    _value?: Element;
    component?: Identifier;
    extension?: Extension[];
    id?: id;
    modifierExtension?: Extension[];
    type?: CodeableConcept;
    value: string;
}

Properties

_value?: Element

The version text

component?: Identifier

A single component of the device version

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

The type of the device version, e.g. manufacturer, approved, internal

value: string

The version text