@startuml skinparam sequenceArrowThickness 2 skinparam roundcorner 5 skinparam maxmessagesize 180 skinparam sequenceParticipant bold title Match Patient 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: Provide resource with Patient details activate A ||| A -> B: POST/Patient/$match (onlyCertainMatches set to False) activate B ||| B -> B: Validate[] ||| B -> C: Request activate C ||| C -[dashed]-> B: deactivate C ||| B -[dashed]-> A :Return bundle of patient records. deactivate B ||| A -> User: Displays patient records deactivate A ||| @enduml