## FhirPathAtom.(constructor)

Constructs a new instance of the `FhirPathAtom` class

**Signature:**

```typescript
constructor(original: string, child: Atom);
```

## Parameters

| Parameter | Type | Description |
| --- | --- | --- |
| original | string |  |
| child | [Atom](/content/docs/sdk/core.atom) |  |
