@startuml skinparam sequenceArrowThickness 2 skinparam roundcorner 5 skinparam maxmessagesize 180 skinparam sequenceParticipant bold title $update-core sequence diagram actor "Integrating application user" as User #CornflowerBlue participant "Integrating application" as A #CornflowerBlue participant " HPI" as B #CornflowerBlue participant "HPI MDM" as C #CornflowerBlue ||| User -> A: Provide core details to be updated activate A ||| A -> B: POST/Practitioner/$update-core activate B ||| B -> B: Validate[] ||| B -> C: Request activate C ||| C -[dashed]-> B deactivate C ||| B -[dashed]-> A: Return updated Practitioner record deactivate B ||| A -> User: Display updated Provider details to user deactivate A ||| @enduml