core.fhircastpatientreferencecontext | Medplum
FhircastPatientReferenceContext type [](/content/docs/sdk/core.fhircastpatientreferencecontext#fhircastpatientreferencecontext-type "Direct link to FhircastPatientReferenceContext type"/index.html)
Signature:
export type FhircastPatientReferenceContext = {
key: 'patient';
reference: Reference<Patient>;
};