For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
    • Home
  • API Reference
        • GETVaccines
        • GETVaccine by Code
        • GETVaccine Categories
        • GETVaccine Funding Types
        • GETVaccine Types
        • GETRoutes of Administration
        • GETAntigens
        • GETAntigen by Code
        • GETCountries
        • GETGenders
        • GETAntenatal Age Range
        • GETMandatory Vaccine Batch
        • GETMandatory Route of Administration
        • GETMandatory Vaccine Type
        • GETMandatory Antenatal Indicator
        • GETAllowable Medical Contraindication
        • GETAllowable Natural Immunity
  • Guides
    • Minor ID Setup
    • Architecture
    • Security & Governance
    • PRODA
    • DVA Integration
    • AIR Integration
    • Integration test data
    • Troubleshooting
LogoLogo
API ReferenceAIRReference Data

Mandatory Route of Administration

||View as Markdown|
GET
/AIR/v1/refdata/vaccine/mandatory/routeOfAdministration
GET
/AIR/v1/refdata/vaccine/mandatory/routeOfAdministration
$curl https://api.rebateright.com.au/AIR/v1/refdata/vaccine/mandatory/routeOfAdministration \
> -H "x-api-key: <apiKey>"
200Mandatory Route Vaccines
1{
2 "statusCode": "AIR-I-1100",
3 "codeType": "AIRIBU",
4 "message": "Your request was successfully processed.",
5 "vaccines": [
6 {
7 "vaccineCode": "IMOJEV",
8 "startDate": "2024-03-01",
9 "endDate": "9999-09-09"
10 },
11 {
12 "vaccineCode": "JESPCT",
13 "startDate": "2024-03-01",
14 "endDate": "9999-09-09"
15 },
16 {
17 "vaccineCode": "JYNNEO",
18 "startDate": "2024-03-01",
19 "endDate": "9999-09-09"
20 }
21 ],
22 "correlationId": "urn:uuid:MDE00000000000000000000000"
23}

List the vaccines for which routeOfAdministration is mandatory on a Record Encounter episode (when the information provider is also the immunisation provider).

Was this page helpful?
Previous

Mandatory Vaccine Batch

Next

Mandatory Vaccine Type

Built with

Authentication

x-api-keystring
API Key authentication via header
x-minor-idstring
API Key authentication via header

Response

OK
statusCodestring
codeTypestring
messagestring
vaccineslist of objects
correlationIdstring