---
title: "Suggest the effective rabies duration (1 vs 3 years) for a dose at point-of-care."
method: GET
path: "/api/Vaccinations/rabies-duration"
tags: ["Vaccinations"]
---

# Suggest the effective rabies duration (1 vs 3 years) for a dose at point-of-care.

`GET /api/Vaccinations/rabies-duration`

## Query parameters

- `patientId` string
- `vaccineTypeId` string
- `administeredDate` string, date-time

## Response `200`

OK

- RabiesDurationSuggestionDto — Suggested duration of immunity for a rabies vaccination at point-of-care. Duration is a property of the administration, not the product: a first/primary rabies dose is recognized for 1 year even with a 3-year-labeled product; boosters get the product's labeled duration. See ITE-162. Legacy shape — superseded by NextDoseSuggestionDto, which generalizes this to any vaccine schedule; the rabies endpoint now delegates to the same stage-resolution logic.
  - `isRabies` boolean
  - `isFirstRabies` boolean
  - `labeledDurationMonths` union — The product's labeled (maximum) duration — 12 or 36 months.
    - integer
    - string, int32
  - `suggestedDurationMonths` union — The recommended effective duration for THIS dose (12 for a first dose, else labeled).
    - integer
    - string, int32

## Other responses

- `404` — Not Found

---

[API](https://skmtc.net/clinicos/apis/pawthosx-business-api-v1.md) · [All operations](https://skmtc.net/clinicos/apis/pawthosx-business-api-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/clinicos/pawthosx-business-api-v1/revisions/a905bde4e796/schema)
