EnrollmentRequest
This resource provides the insurance enrollment details to the insurer regarding a specified coverage.
Endpoints
dev
https://api.sandbox.ovok.com/fhir/R5/EnrollmentRequest| Interaction | Method | Path |
|---|---|---|
| Read | GET | /fhir/R5/EnrollmentRequest/[id] |
| Vread | GET | /fhir/R5/EnrollmentRequest/[id]/_history/[vid] |
| Update | PUT | /fhir/R5/EnrollmentRequest/[id] |
| Patch | PATCH | /fhir/R5/EnrollmentRequest/[id] |
| Delete | DELETE | /fhir/R5/EnrollmentRequest/[id] |
| Create | POST | /fhir/R5/EnrollmentRequest |
| Search | GET | /fhir/R5/EnrollmentRequest?... |
| History | GET | /fhir/R5/EnrollmentRequest/[id]/_history |
| Type-history | GET | /fhir/R5/EnrollmentRequest/_history |
Top-level elements
| Element | Type(s) | Cardinality | Description |
|---|---|---|---|
identifier | Identifier | 0..* | Business Identifier |
status | code | 0..1 | active |
created | dateTime | 0..1 | Creation date |
insurer | Reference | 0..1 | Target |
provider | Reference | 0..1 | Responsible practitioner |
candidate | Reference | 0..1 | The subject to be enrolled |
coverage | Reference | 0..1 | Insurance information |
Resource-specific search parameters
| Parameter | Type | Description |
|---|---|---|
identifier | token | Account number |
patient | reference | The entity that caused the expenses |
status | token | The status of the enrollment |
subject | reference | The party to be enrolled |
Reference
- Official FHIR R5 spec:
EnrollmentRequest - Maturity: Draft (FMM 0).