unlinkEncounterToEpisodeOfCareInput
Autogenerated input type of unlinkEncounterToEpisodeOfCare
Fields
clientMutationId
· String
· DO NOT USE deprecated
DO NOT USEepisode_of_care_id
· ID!
· required · ID of the episode of care to unlink from the patient encounter Used By
Definition
"""Autogenerated input type of unlinkEncounterToEpisodeOfCare"""input unlinkEncounterToEpisodeOfCareInput { """ DO NOT USE """ clientMutationId: String @deprecated(reason: "DO NOT USE")
""" ID of the episode of care to unlink from the patient encounter """ episode_of_care_id: ID!
""" ID(s) of the patient encounter to unlink """ encounter_ids: [ID]!}