Haste Health
    Preparing search index...
    interface ViewDefinition {
        _copyright?: Element;
        _copyrightLabel?: Element;
        _date?: Element;
        _description?: Element;
        _experimental?: Element;
        _fhirVersion?: Element[];
        _implicitRules?: Element;
        _language?: Element;
        _name?: Element;
        _profile?: Element[];
        _publisher?: Element;
        _purpose?: Element;
        _resource?: Element;
        _status?: Element;
        _title?: Element;
        _url?: Element;
        _version?: Element;
        _versionAlgorithmString?: Element;
        constant?: ViewDefinitionConstant[];
        contact?: ContactDetail[];
        contained?: ConcreteType[];
        copyright?: markdown;
        copyrightLabel?: string;
        date?: dateTime;
        description?: markdown;
        experimental?: boolean;
        extension?: Extension[];
        fhirVersion?: code[];
        id?: id;
        identifier?: Identifier[];
        implicitRules?: uri;
        jurisdiction?: CodeableConcept[];
        language?: code;
        meta?: Meta;
        modifierExtension?: Extension[];
        name?: string;
        profile?: canonical[];
        publisher?: string;
        purpose?: markdown;
        resource: code;
        resourceType: "ViewDefinition";
        select: ViewDefinitionSelect[];
        status: code;
        text?: Narrative;
        title?: string;
        url?: uri;
        useContext?: UsageContext[];
        version?: string;
        versionAlgorithmCoding?: Coding;
        versionAlgorithmString?: string;
        where?: ViewDefinitionWhere[];
    }
    Index

    Properties

    _copyright?: Element

    Use and/or publishing restrictions

    _copyrightLabel?: Element

    Copyright holder and year(s)

    _date?: Element

    Date last changed

    _description?: Element

    Natural language description of the {{title}}

    _experimental?: Element

    For testing purposes, not real usage

    _fhirVersion?: Element[]

    FHIR version(s) of the resource for the ViewDefinition

    _implicitRules?: Element

    A set of rules under which this content was created

    _language?: Element

    Language of the resource content

    _name?: Element

    Name for this {{title}} (computer friendly)

    _profile?: Element[]

    FHIR profiles that this view definition was intended to be executed against

    _publisher?: Element

    Name of the publisher/steward (organization or individual)

    _purpose?: Element

    Why this {{title}} is defined

    _resource?: Element

    FHIR resource for the ViewDefinition

    _status?: Element

    draft | active | retired | unknown

    _title?: Element

    Name for this {{title}} (human friendly)

    _url?: Element

    Canonical identifier for this {{title}}, represented as an absolute URI (globally unique)

    _version?: Element

    Business version of the {{title}}

    _versionAlgorithmString?: Element

    How to compare versions

    Constant that can be used in FHIRPath expressions

    contact?: ContactDetail[]

    Contact details for the publisher

    contained?: ConcreteType[]

    Contained, inline Resources

    copyright?: markdown

    Use and/or publishing restrictions

    copyrightLabel?: string

    Copyright holder and year(s)

    date?: dateTime

    Date last changed

    description?: markdown

    Natural language description of the {{title}}

    experimental?: boolean

    For testing purposes, not real usage

    extension?: Extension[]

    Additional content defined by implementations

    fhirVersion?: code[]

    FHIR version(s) of the resource for the ViewDefinition

    id?: id

    Logical id of this artifact

    identifier?: Identifier[]

    Additional identifier for the {{title}}

    implicitRules?: uri

    A set of rules under which this content was created

    jurisdiction?: CodeableConcept[]

    Intended jurisdiction for {{title}} (if applicable)

    language?: code

    Language of the resource content

    meta?: Meta

    Metadata about the resource

    modifierExtension?: Extension[]

    Extensions that cannot be ignored

    name?: string

    Name for this {{title}} (computer friendly)

    profile?: canonical[]

    FHIR profiles that this view definition was intended to be executed against

    publisher?: string

    Name of the publisher/steward (organization or individual)

    purpose?: markdown

    Why this {{title}} is defined

    resource: code

    FHIR resource for the ViewDefinition

    resourceType: "ViewDefinition"

    A collection of columns and nested selects to include in the view.

    status: code

    draft | active | retired | unknown

    text?: Narrative

    Text summary of the resource, for human interpretation

    title?: string

    Name for this {{title}} (human friendly)

    url?: uri

    Canonical identifier for this {{title}}, represented as an absolute URI (globally unique)

    useContext?: UsageContext[]

    The context that the content is intended to support

    version?: string

    Business version of the {{title}}

    versionAlgorithmCoding?: Coding

    How to compare versions

    versionAlgorithmString?: string

    How to compare versions

    A series of zero or more FHIRPath constraints to filter resources for the view.