Skip to main content

Student Medical Immunisations

GET 

/students/:communityId/medical/immunisations

Fetches a student's relevant medical immunisation information such as whether the student’s immunisation form has been received, the status and a list of the immunisations the student has received.

For a list of all medical vaccines, go to Lookup - Medical Vaccine.
For a list of all medical vaccine brands, go to Lookup - Medical Vaccine Brand.

Request

Path Parameters

    communityId uuidrequired

    The unique identifier of the community member.

Responses

Schema
    code stringrequired

    Status Code

    data object[]
  • Array [
  • id stringrequired
    immunityEndDate datenullablerequired
    administeredDate datenullablerequired
    administeredBy stringnullablerequired
    batchNumber stringnullablerequired
    active booleanrequired
    medicalVaccine objectrequired
    description stringrequired
    medicalVaccineBrand objectnullablerequired
    description stringrequired
  • ]
Loading...