Rolesets - ResTumorClass

residual-tumor-class

res-tumor-class.91 - clinical classification of how much residual tumor exists after a resection

NOTES: Added for THYME-AMR. Could expand ARG1 definition to subsume "adenocarcinoma" in "R0 adenocarcinoma" example, but this appears to be an unusual usage – the residual-tumor values nearly always modify a surgery term.

Aliases:

Roles:

ARG1-PPT: surgery leading to classification
ARG2-VSP: classification (R0, R1, or R2)

both args

Patient underwent an R0 resection .

          (r / resect-01
            :ARG2 (p / patient-yy)
            :ARG1-of (r2 / res-tumor-class-91
              :ARG2 "R0"))
        

unusual headword

pT3b , N0 , MX , R0 adenocarcinoma of the prostate

        (d / disease-disorder :name (n / name :op1 "adenocarcinoma")
          :location (a / anatomical-site :name (n2 / name :op1 "prostate"))
            :mod (r / residual-tumor-91
              :ARG2 "R0")
          :ARG1-of (a2 / ajcc-entity-91
            :ARG3 (t / tumor-stage-entity :value "pT3b")
            :ARG4 (l / lymph-stage-entity :value "N0")
            :ARG5 (m / mets-stage-entity :value "MX")))