match (n:HealthcareServiceRequest) where n.AuthorizationNumber in ['2208390000']
and n.AuthRequestType = '005010X217' and n.EventName = 'Response278'
Match (m:Attachments275) where n.AttachControlNumber = m.AttachmentControlNumber
return m.Attachme...