Skip to content

linkEncounterToEpisodeOfCareInput

Autogenerated input type of linkEncounterToEpisodeOfCare

Fields

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

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