Haste Health
    Preparing search index...
    interface ViewDefinitionSelectColumn {
        _collection?: Element;
        _description?: Element;
        _name?: Element;
        _path?: Element;
        _type?: Element;
        collection?: boolean;
        description?: markdown;
        extension?: Extension[];
        id?: id;
        modifierExtension?: Extension[];
        name: string;
        path: string;
        tag?: ViewDefinitionSelectColumnTag[];
        type?: uri;
    }
    Index

    Properties

    _collection?: Element

    Indicates whether the column may have multiple values.

    _description?: Element

    Description of the column

    _name?: Element

    Column name produced in the output

    _path?: Element

    FHIRPath expression that creates a column and defines its content

    _type?: Element

    A FHIR StructureDefinition URI for the column's type.

    collection?: boolean

    Indicates whether the column may have multiple values.

    description?: markdown

    Description of the column

    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

    Column name produced in the output

    path: string

    FHIRPath expression that creates a column and defines its content

    Additional metadata describing the column

    type?: uri

    A FHIR StructureDefinition URI for the column's type.