clinik.enrollmentRequests
Enrollment Requests (FHIREnrollmentRequest) represent requests to enroll a patient in an insurance plan. ClinikAPI simplifies the enrollment workflow — use the FHIR passthrough for advanced scenarios.
create
| Field | Type | Required | Description |
|---|---|---|---|
status | string | No | active, cancelled, draft (defaults to active) |
created | string | No | When created (defaults to now) |
insurerId | string | No | Insurer Organization ID |
providerId | string | No | Provider (Practitioner/Organization ID) |
candidateId | string | Yes | Patient ID (the enrollment candidate) |
coverageId | string | No | Coverage ID |
Example
read / update / delete / search
Same pattern as other resources. Update supportsstatus only. Search supports candidateId, status, insurerId filters.