Haste Health
    Preparing search index...
    interface ViewDefinitionConstant {
        _name?: Element;
        _valueBase64Binary?: Element;
        _valueBoolean?: Element;
        _valueCanonical?: Element;
        _valueCode?: Element;
        _valueDate?: Element;
        _valueDateTime?: Element;
        _valueDecimal?: Element;
        _valueId?: Element;
        _valueInstant?: Element;
        _valueInteger?: Element;
        _valueOid?: Element;
        _valuePositiveInt?: Element;
        _valueString?: Element;
        _valueTime?: Element;
        _valueUnsignedInt?: Element;
        _valueUri?: Element;
        _valueUrl?: Element;
        _valueUuid?: Element;
        extension?: Extension[];
        id?: id;
        modifierExtension?: Extension[];
        name: string;
        valueBase64Binary?: base64Binary;
        valueBoolean?: boolean;
        valueCanonical?: canonical;
        valueCode?: code;
        valueDate?: date;
        valueDateTime?: dateTime;
        valueDecimal?: decimal;
        valueId?: id;
        valueInstant?: instant;
        valueInteger?: integer;
        valueOid?: oid;
        valuePositiveInt?: positiveInt;
        valueString?: string;
        valueTime?: time;
        valueUnsignedInt?: unsignedInt;
        valueUri?: uri;
        valueUrl?: url;
        valueUuid?: uuid;
    }
    Index

    Properties

    _name?: Element

    Name of constant (referred to in FHIRPath as %[name])

    _valueBase64Binary?: Element

    Value of constant

    _valueBoolean?: Element

    Value of constant

    _valueCanonical?: Element

    Value of constant

    _valueCode?: Element

    Value of constant

    _valueDate?: Element

    Value of constant

    _valueDateTime?: Element

    Value of constant

    _valueDecimal?: Element

    Value of constant

    _valueId?: Element

    Value of constant

    _valueInstant?: Element

    Value of constant

    _valueInteger?: Element

    Value of constant

    _valueOid?: Element

    Value of constant

    _valuePositiveInt?: Element

    Value of constant

    _valueString?: Element

    Value of constant

    _valueTime?: Element

    Value of constant

    _valueUnsignedInt?: Element

    Value of constant

    _valueUri?: Element

    Value of constant

    _valueUrl?: Element

    Value of constant

    _valueUuid?: Element

    Value of constant

    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

    Name of constant (referred to in FHIRPath as %[name])

    valueBase64Binary?: base64Binary

    Value of constant

    valueBoolean?: boolean

    Value of constant

    valueCanonical?: canonical

    Value of constant

    valueCode?: code

    Value of constant

    valueDate?: date

    Value of constant

    valueDateTime?: dateTime

    Value of constant

    valueDecimal?: decimal

    Value of constant

    valueId?: id

    Value of constant

    valueInstant?: instant

    Value of constant

    valueInteger?: integer

    Value of constant

    valueOid?: oid

    Value of constant

    valuePositiveInt?: positiveInt

    Value of constant

    valueString?: string

    Value of constant

    valueTime?: time

    Value of constant

    valueUnsignedInt?: unsignedInt

    Value of constant

    valueUri?: uri

    Value of constant

    valueUrl?: url

    Value of constant

    valueUuid?: uuid

    Value of constant