IGUHealth
    Preparing search index...
    interface DeviceDefinitionUdiDeviceIdentifier {
        _deviceIdentifier?: Element;
        _issuer?: Element;
        _jurisdiction?: Element;
        deviceIdentifier: string;
        extension?: Extension[];
        id?: id;
        issuer: uri;
        jurisdiction: uri;
        modifierExtension?: Extension[];
    }
    Index

    Properties

    _deviceIdentifier?: Element

    The identifier that is to be associated with every Device that references this DeviceDefintiion for the issuer and jurisdication porvided in the DeviceDefinition.udiDeviceIdentifier

    _issuer?: Element

    The organization that assigns the identifier algorithm

    _jurisdiction?: Element

    The jurisdiction to which the deviceIdentifier applies

    deviceIdentifier: string

    The identifier that is to be associated with every Device that references this DeviceDefintiion for the issuer and jurisdication porvided in the DeviceDefinition.udiDeviceIdentifier

    extension?: Extension[]

    Additional content defined by implementations

    id?: id

    Unique id for inter-element referencing

    issuer: uri

    The organization that assigns the identifier algorithm

    jurisdiction: uri

    The jurisdiction to which the deviceIdentifier applies

    modifierExtension?: Extension[]

    Extensions that cannot be ignored even if unrecognized