FHIRPathPrimitive<T>: Element & {
    _type_: "primitive";
    value: T;
}

Type Parameters