Skip to content

LinkUnlinkEncounterToEpisodeOfCare

Link/Unlink type for patient encounter and episode of care

Fields

episode_of_care_id · ID · The unique identifier of the episode of care
failed_reason · String · Short description if the linking/unlinking failed
patient_encounter_id · ID · The unique identifier for the patient encounter
success · Boolean · Whether or not the link/unlinking was successful

Used By

Definition

"""
Link/Unlink type for patient encounter and episode of care
"""
type LinkUnlinkEncounterToEpisodeOfCare {
"""
The unique identifier of the episode of care
"""
episode_of_care_id: ID
"""
Short description if the linking/unlinking failed
"""
failed_reason: String
"""
The unique identifier for the patient encounter
"""
patient_encounter_id: ID
"""
Whether or not the link/unlinking was successful
"""
success: Boolean
}