Skip to content

unlinkEncounterToEpisodeOfCareInput

Autogenerated input type of unlinkEncounterToEpisodeOfCare

Fields

deprecated DO NOT USE
episode_of_care_id · ID! · required · ID of the episode of care to unlink from the patient encounter
encounter_ids · [ID]! · required · ID(s) of the patient encounter to unlink

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]!
}