# CommunicationConsentResponse

Model ID: `CommunicationConsentResponse`

The patient's SMS/phone contact-preference consent (FHIR Consent-backed).

Type: `object`

## Fields

| Field | Type | Required | Format | Allowed values | Default | Nullable | Description |
|---|---|---:|---|---|---|---:|---|
| `effective_date` | `string|null` | No |  |  |  | Yes | Date the consent was last recorded. |
| `id` | `string|null` | No |  |  |  | Yes | Consent identifier (FHIR Consent id), when recorded. |
| `phone_permitted` | `boolean|null` | No |  |  |  | Yes | Patient's phone-call contact consent, or null when never recorded. |
| `sms_permitted` | `boolean|null` | No |  |  |  | Yes | Patient's SMS contact consent, or null when never recorded. |

## Example

None declared in canonical OpenAPI.
