interface DeviceRequestParameter {
    _valueBoolean?: Element;
    code?: CodeableConcept;
    extension?: Extension[];
    id?: id;
    modifierExtension?: Extension[];
    valueBoolean?: boolean;
    valueCodeableConcept?: CodeableConcept;
    valueQuantity?: Quantity;
    valueRange?: Range;
}

Properties

_valueBoolean?: Element

Value of detail

Device detail

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

valueBoolean?: boolean

Value of detail

valueCodeableConcept?: CodeableConcept

Value of detail

valueQuantity?: Quantity

Value of detail

valueRange?: Range

Value of detail