core.fhircastreportcontext | Medplum

FhircastReportContext type

Signature:

export type FhircastReportContext = {
    key: 'report';
    resource: DiagnosticReport;
};