## codeableConceptMatchesToken() function

Checks if a CodeableConcept matches a token search string [https://build.fhir.org/search.html#token](https://build.fhir.org/search.html#token)

**Signature:**

```typescript
export declare function codeableConceptMatchesToken(codeableConcept: CodeableConcept, token: string): boolean;
```

## Parameters

| Parameter         | Type             | Description                               |
| ----------------- | ---------------- | ----------------------------------------- |
| codeableConcept   | CodeableConcept  | The CodeableConcept to test               |
| token             | string           | The token string to test                  |

**Returns:**

boolean

True if the CodeableConcept matches the token

- [codeableConceptMatchesToken() function](/content/docs/sdk/core.codeableconceptmatchestoken#codeableconceptmatchestoken-function/index.html)
- [Parameters](/content/docs/sdk/core.codeableconceptmatchestoken#parameters/index.html)
