FHIRClient - v3.0.0
    Preparing search index...

    Interface Observation

    interface Observation {
        id?: string;
        implicitRules?: string;
        language?: string;
        meta?: Meta;
        resourceType: "Observation";
        [key: string]: any;
    }

    Hierarchy (View Summary)

    Indexable

    • [key: string]: any
    Index
    id?: string

    Logical id of this artifact

    implicitRules?: string

    A set of rules under which this content was created

    language?: string

    Language of the resource content

    meta?: Meta

    Metadata about the resource

    resourceType: "Observation"