core.getnestedproperty_1 | Medplum

getNestedProperty() function

Signature:

export declare function getNestedProperty(value: TypedValue | undefined, key: string, options?: {
    profileUrl?: string;
    withPath?: false;
}): (TypedValue | TypedValue[] | undefined)[];

Parameters

Parameter Type Description
value TypedValue | undefined
key string
options { profileUrl?: string; withPath?: false; } (Optional)

Returns:

( TypedValue | TypedValue | undefined)[]