core.fhircastcontextresourcetype | Medplum
FhircastContextResourceType type [](/content/docs/sdk/core.fhircastcontextresourcetype#fhircastcontextresourcetype-type "Direct link to FhircastContextResourceType type"/index.html)
Signature:
export type FhircastContextResourceType<EventName extends FhircastEventName, K extends FhircastEventKeys<EventName>> = (typeof FHIRCAST_EVENT_RESOURCES)[EventName][K] extends {
resourceType: infer R;
} ? R : never;
References: FhircastEventName, FhircastEventKeys, FHIRCAST_EVENT_RESOURCES