FHIRKit Client - v2.0.0
    Preparing search index...

    Interface FhirResource

    interface FhirResource {
        resourceType: string;
        [key: string]: unknown;
    }

    Hierarchy

    • Record<string, unknown>
      • FhirResource

    Indexable

    • [key: string]: unknown
    Index

    Properties

    Properties

    resourceType: string