Object

PatientLocation

A snapshot of a patient's physical ward + kennel at a point in time. Created whenever a patient's location changes; encounters and treatment sheets reference the snapshot in effect at the time of their creation/update.

Usage Example
query {
# Use this type in your queries
someQuery {
id
insertedAt
kennel
patient
updatedAt
}
}

Fields

idID!required
insertedAtNaiveDateTime
patientPatient
updatedAtNaiveDateTime