@startuml skinparam sequenceArrowThickness 2 skinparam roundcorner 5 skinparam maxmessagesize 180 skinparam sequenceParticipant bold title $set-preferred-name actor "Integrating application user" as User #CornflowerBlue participant "Integrating application" as A #CornflowerBlue participant " NHI" as B #CornflowerBlue participant "NHI MDM" as C #CornflowerBlue ||| User -> A: Select name (that exists on NHI) to become the new preferred name activate A ||| A -> B: POST/Patient/$set-preferred-name activate B ||| B -> B: Validate[] ||| B -> C: Request activate C ||| C -[dashed]-> B deactivate C ||| B -[dashed]-> A: Return updated Patient record deactivate B ||| A -> User: Display updated Patient record to user deactivate A ||| @enduml