core.fhircastpatientcontext | Medplum
FhircastPatientContext type
Signature:
export type FhircastPatientContext = {
key: 'patient';
resource: Patient;
};
Signature:
export type FhircastPatientContext = {
key: 'patient';
resource: Patient;
};