## MedplumClient.fhircastGetContext() method

Gets the current context of the given FHIRcast `topic`.

**Signature:**

```typescript
fhircastGetContext(topic: string): Promise<CurrentContext>;
```

## Parameters

| Parameter | Type   | Description                                       |
|-----------|--------|---------------------------------------------------|
| topic     | string | The topic to get the current context for. Usually a UUID. |

**Returns:**

Promise< [CurrentContext](/content/docs/sdk/core.currentcontext) >

A Promise which resolves to the `CurrentContext` for the given topic.

- [MedplumClient.fhircastGetContext() method](/content/docs/sdk/core.medplumclient.fhircastgetcontext#medplumclientfhircastgetcontext-method/index.html)
- [Parameters](/content/docs/sdk/core.medplumclient.fhircastgetcontext#parameters/index.html)
