IGUHealth
    Preparing search index...
    interface ElementNode {
        _type_: "primitive-type" | "complex-type" | "resource";
        base: uri;
        cardinality: "array" | "single";
        definition: Data<"4.0" | "4.3", "ElementDefinition">;
        properties: Record<string, number>;
        type: uri;
    }

    Hierarchy

    • Node
      • ElementNode
    Index

    Properties

    _type_: "primitive-type" | "complex-type" | "resource"
    base: uri
    cardinality: "array" | "single"
    definition: Data<"4.0" | "4.3", "ElementDefinition">
    properties: Record<string, number>
    type: uri