linkEncounterToEpisodeOfCareInput
Autogenerated input type of linkEncounterToEpisodeOfCare
Fields
clientMutationId
· String
· DO NOT USE deprecated
DO NOT USEUsed By
Definition
"""Autogenerated input type of linkEncounterToEpisodeOfCare"""input linkEncounterToEpisodeOfCareInput { """ DO NOT USE """ clientMutationId: String @deprecated(reason: "DO NOT USE")
""" ID of the episode of care to link the patient encounter """ episode_of_care_id: ID!
""" ID(s) of the patient encounter to link """ encounter_ids: [ID]!}