core.fhircastpatientcontext
Home > @medplum/core > FhircastPatientContext
FhircastPatientContext type
Signature:
export type FhircastPatientContext = {
key: 'patient';
resource: Patient;
};
Home > @medplum/core > FhircastPatientContext
Signature:
export type FhircastPatientContext = {
key: 'patient';
resource: Patient;
};