core.fhircastoperationoutcomecontext
Home > @medplum/core > FhircastOperationOutcomeContext
FhircastOperationOutcomeContext type
Signature:
export type FhircastOperationOutcomeContext = {
key: 'operationoutcome';
resource: OperationOutcome;
};