HFW-004: Claiming

Interaction Description

Source code

(link to permanent text in https://www.websequencediagrams.com/)

title HFW-004: Claiming
participant PoS
participant IOL
participant FIS
participant EXT


opt Get code lists for medical procedures & items
	PoS -> IOL: [1] Submit medical procedures & items query
	IOL -> FIS: [2] Forward query
	FIS -> FIS: [3] Process query
	FIS -> IOL: [4] Return  medical procedures & items
	IOL -> PoS: [5] Forward medical procedures & items
end opt
 

PoS -> PoS: [6] Build claim
PoS -> IOL: [7] Submit claim (use)
IOL -> FIS: [8] Forward query
FIS -> FIS: [9] Process claim

alt accepted
	opt Payout
    	note over IOL, EXT: [10] Process payment
	end opt
	FIS -> IOL: [11] Return positive claim result
	IOL -> PoS: [12] Forward positive claim result
else rejected
	FIS -> IOL: [13] Return negative claim result
	IOL -> PoS: [14] Forward negative claim result
else queued
	FIS -> IOL: [15] Return queued status notification
	IOL -> PoS: [16] Forward queued status notification
end

Technical Details

Last updated