Skip to content

Create Treatments

POST
/v3/ingest/treatments/
curl --request POST \
--url https://example.com/v3/ingest/treatments/ \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '[ { "is_primary_treatment": "Yes", "program_id": "example", "response_to_treatment": "Complete response", "response_to_treatment_criteria_method": "RECIST 1.1", "status_of_treatment": "Treatment completed as prescribed", "submitter_donor_id": "example", "submitter_primary_diagnosis_id": "example", "submitter_treatment_id": "example", "treatment_end_date": { "day_interval": 1, "month_interval": 1 }, "treatment_intent": "Curative", "treatment_start_date": { "day_interval": 1, "month_interval": 1 }, "treatment_type": [ "Bone marrow transplant" ], "uuid": "example" } ]'
Media type application/json
Payload
Array<object>
TreatmentIngestSchema
object
is_primary_treatment
Any of:
uBooleanEnum
string
Allowed values: Yes No Not available
program_id
required
Program Id
string
response_to_treatment
Any of:
TreatmentResponseEnum
string
Allowed values: Complete response Partial response Progressive disease Stable disease Immune complete response (iCR) Immune partial response (iPR) Immune uncomfirmed progressive disease (iUPD) Immune confirmed progressive disease (iCPD) Immune stable disease (iSD) Complete remission Partial remission Minor response Complete remission without measurable residual disease (CR MRD-) Complete remission with incomplete hematologic recovery (CRi) Morphologic leukemia-free state Primary refractory disease Hematologic relapse (after CR MRD-, CR, CRi) Molecular relapse (after CR MRD-) Physician assessed complete response Physician assessed partial response Physician assessed stable disease No evidence of disease (NED) Major response Not available
response_to_treatment_criteria_method
Any of:
TreatmentResponseMethodEnum
string
Allowed values: RECIST 1.1 iRECIST Cheson CLL 2012 Oncology Response Criteria Response Assessment in Neuro-Oncology (RANO) AML Response Criteria Physician Assessed Response Criteria Blazer score Not available
status_of_treatment
Any of:
TreatmentStatusEnum
string
Allowed values: Treatment completed as prescribed Treatment incomplete due to technical or organizational problems Treatment incomplete because patient died Patient choice (stopped or interrupted treatment) Physician decision (stopped or interrupted treatment) Treatment stopped due to lack of efficacy (disease progression) Treatment stopped due to acute toxicity Treatment ongoing Other Not available
submitter_donor_id
required
Submitter Donor Id
string
submitter_primary_diagnosis_id
required
Submitter Primary Diagnosis Id
string
submitter_treatment_id
required
Submitter Treatment Id
string
<= 64 characters /^[A-Za-z0-9\-\._]{1,64}$/
treatment_end_date
Any of:
DateInterval
object
day_interval
Any of:
integer
month_interval
required
Month Interval

Number of months since first diagnosis

integer
treatment_intent
Any of:
TreatmentIntentEnum
string
Allowed values: Curative Palliative Supportive Diagnostic Preventive Guidance Screening Forensic Not available
treatment_start_date
Any of:
DateInterval
object
day_interval
Any of:
integer
month_interval
required
Month Interval

Number of months since first diagnosis

integer
treatment_type
Any of:
Array<string>
Allowed values: Bone marrow transplant Systemic therapy No treatment Targeted molecular therapy Photodynamic therapy Radiation therapy Stem cell transplant Surgery Other
uuid
Any of:
string

OK