Indigenous Status Update
Record an individual's Indigenous status directly on AIR. The status drives clinical schedule decisions (additional vaccines under the National Immunisation Program for Aboriginal and Torres Strait Islander people) and won't be overridden by Medicare.
Requires an `individualIdentifier` from a prior [Identify Individual](/api-reference/air/individual-details/identify-individual) call. AIR determines whether the update is allowed at the time of the call.
For shared response patterns and the full status-code list, see [AIR Integration](/air).
#### Consent
Seek consent from the individual at the time of the vaccination encounter before recording their Indigenous status on AIR.
#### Status Codes
| Code | Meaning |
|---|---|
| `AIR-I-1100` | Status successfully updated. |
| `AIR-E-1005` | Validation errors (e.g. `AIR-E-1061` invalid identifier, `AIR-E-1067` action not permitted for this record). |
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.
indigenousStatus
true if the individual identifies as Aboriginal or Torres Strait Islander; false otherwise.
informationProvider
Response
OK
statusCode
codeType
message
errors
correlationId