Medical Contraindication History
Retrieve the individual's recorded medical contraindications — vaccines they should not receive, with the type (temporary or permanent), the reason, and any anaphylaxis date.
Requires an `individualIdentifier` from a prior [Identify Individual](/api-reference/air/individual-details/identify-individual) call. If `medContraindicationIndicator` on that response is `false`, this endpoint returns success with no list field.
For shared response patterns and the full status-code list, see [AIR Integration](/air).
#### Date format
Date fields use **DDMMYYYY** with no separators.
#### Status Codes
Top-level outcomes for this endpoint:
| Code | Meaning |
|---|---|
| `AIR-I-1100` | Request was successfully processed. `medContraindicationList` returned (omitted entirely when no contraindications are recorded). |
| `AIR-E-1005` | Validation errors (e.g. `AIR-E-1061` invalid or expired identifier). |
| `AIR-E-1058` | Individual's record cannot be viewed or updated. |
Authentication
x-api-keystring
API Key authentication via header
x-minor-idstring
API Key authentication via header
Request
This endpoint expects an object.
individualIdentifier
Opaque token from a prior Identify Individual call.
individualDateOfBirth
DDMMYYYY format. Must match the individual matched by individualIdentifier.
informationProvider
Response
OK
statusCode
codeType
message
medContraindicationList
Recorded medical contraindications. The whole field is omitted when no contraindications exist.
errors
Field-level validation problems. See Validation codes.
correlationId
Unique request identifier.