core.fhircastencountercontext
Home > @medplum/core > FhircastEncounterContext
FhircastEncounterContext type
Signature:
export type FhircastEncounterContext = {
key: 'encounter';
resource: Encounter;
};
Home > @medplum/core > FhircastEncounterContext
Signature:
export type FhircastEncounterContext = {
key: 'encounter';
resource: Encounter;
};