Indigenous Status Update

View as Markdown
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.
individualIdentifierstringRequired
Opaque token from a prior Identify Individual call.
individualDateOfBirthstringRequired
DDMMYYYY format.
indigenousStatusbooleanRequired

true if the individual identifies as Aboriginal or Torres Strait Islander; false otherwise.

informationProviderobjectRequired

Response

OK
statusCodestring
codeTypestring
messagestring
errorslist of objects or null
correlationIdstring