Rolesets - angioplasty

angioplasty

angioplasty.01 - surgical procedure that mechanically widens a narrowed or obstructed blood vessel

NOTES: Args 2 and 3 added by Kristin for THYME-AMR. ARG3 modeled after ARG2 in tender.02, e.g. A more specialized project might want to divide ARG1 into two args, one for the unblocked entity itself (vessel, artery, etc) and one for entities contributing to the blockage (stenoses, lesions, etc.). I'm keeping the original vague ARG1 definition since the distinction is a lot to ask lay annotators to identify, particularly since the syntax is the same. An internet example with "lesion": "The results of percutaneous transluminal coronary angioplasty (PTCA) of 57 distal lesions were compared with 55 proximal lesions in 42 patients."
ANGIOPLASTY-V NOTES: (from angioplasty.01-v)

Aliases:

angioplasty (v.)
angioplasty (n.)

Roles:

ARG0-PAG: agent, surgeon
ARG1-PPT: angioplastied entity (blood vessel, lesion, stenosis, etc.)
ARG2-GOL: beneficiary (undergoer of procedure)
ARG3-LOC: location (heart, extremities, e.g.), if in addition to ARG1

angioplasty-n: LVC

SoARGM-DIS
heARG0
didARGM-LVB
angioplastyrel
on my legsARG1
- first he did the right leg and , two months later , he did the left leg .

args 1 and 2, with implicit umbrella procedure event

He is status - post left carotid angioplasty with stenting .

          (s / status-post-01
            :ARG1 (h / he)
            :ARG2 (p / procedure-01 :implicit +
              :ARG1 (a / and
                :op1 (a2 / angioplasty-01
                  :ARG1 (a3 / anatomical-site :name (n / name :op1 "left" :op2 "carotid"))
                  :ARG2 h)
                :op2 (s2 / stent-01
                  :ARG1 a3
                  :ARG2 h))
              :ARG2 h))  
        

with instrument

Balloon angioplasty of the right and left common iliac arteries in November , 2010 .

          (a2 / angioplasty-01
            :ARG1 (a / and
              :op1 (a3 / anatomical-site :name (n2 / name :op1 "right" :op2 "common" :op3 "iliac" :op4 "artery"))
              :op2 (a4 / anatomical-site :name (n3 / name :op1 "left" :op2 "common" :op3 "iliac" :op4 "artery")))
            :instrument (d / devices :name (n / name :op1 "balloon"))
            :time (d2 / date-entity :month 11 :year 2010))  
        

ARG1, compare with following example

PTCA

          (a / angioplasty-01
            :ARG1 (a2 / anatomical-site :name (n / name :op1 "coronary"))
            :manner (p / percutaneous)
            :manner (t / transluminal)) 
        

args 1 and 3 (right coronary artery percutaneous transluminal coronary angioplasty)

RCA PTCA

          (a / angioplasty-01
            :ARG1 (a3 / anatomical-site :name (n2 / name :op1 "RCA"))
            :ARG3 (a2 / anatomical-site :name (n / name :op1 "coronary"))
            :manner (p / percutaneous)
            :manner (t / transluminal))