ЕСОЗ - публічна документація

RC_(CSI-2625) Encounter queries

Зміни стосуються розділу “Specification” (можна замінити усю схему, зміни стосуються ImpersonalEncounterFilter):

 

Specification

 

"Reads and enables pagination through a set of `Encounter` using hashed person id" impersonalEncounters( "A condition to be used in determining which values should be returned by the collection." filter: ImpersonalEncounterFilter! "The method to use when ordering collection items." orderBy: EncounterOrderBy "Read all values in the set after (below) this cursor." after: String "Read all values in the set before (above) this cursor." before: String "Only read the first _n_ values of the set." first: Int "Only read the last _n_ values of the set." last: Int ): EncounterConnection!
""" Fields to filter Encounter in the system using hashed person identifier. """ input ImpersonalEncounterFilter { "Hashed person identifier" patientId: String! "Encounter status" status: EncounterStatus "Episode identifier" episodeId: ID "Service request identifier" incomingReferralId: ID "The interval for searching encounter by period start" periodStart: DateInterval "The interval for searching encounter by period end" periodEnd: DateInterval }

ЕСОЗ - публічна документація