Skip to content

Create Systemic Therapies

POST
/v3/ingest/systemic_therapies/
curl --request POST \
--url https://example.com/v3/ingest/systemic_therapies/ \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '[ { "actual_cumulative_drug_dose": 1, "actual_cumulative_drug_dose_not_available": false, "days_per_cycle": 1, "days_per_cycle_not_available": false, "drug_dose_units": "mg/m2", "drug_name": "example", "drug_reference_database": "RxNorm", "drug_reference_identifier": "example", "end_date": {}, "number_of_cycles": 1, "number_of_cycles_not_available": false, "prescribed_cumulative_drug_dose": 1, "prescribed_cumulative_drug_dose_not_available": false, "program_id": "example", "start_date": {}, "submitter_donor_id": "example", "submitter_treatment_id": "example", "systemic_therapy_type": "example", "uuid": "example" } ]'
Media type application/json
Payload
Array<object>
SystemicTherapyIngestSchema
object
actual_cumulative_drug_dose
Any of:
number
actual_cumulative_drug_dose_not_available
Actual Cumulative Drug Dose Not Available
boolean
days_per_cycle
Any of:
integer
days_per_cycle_not_available
Days Per Cycle Not Available
boolean
drug_dose_units
Any of:
DosageUnitsEnum
string
Allowed values: mg/m2 IU/m2 IU/kg ug/m2 g/m2 mg/kg mg Not available
drug_name
Any of:
string
<= 255 characters
drug_reference_database
Any of:
DrugReferenceDbEnum
string
Allowed values: RxNorm PubChem NCI Thesaurus
drug_reference_identifier
Any of:
string
<= 64 characters
end_date
Any of:
object
number_of_cycles
Any of:
integer
number_of_cycles_not_available
Number Of Cycles Not Available
boolean
prescribed_cumulative_drug_dose
Any of:
number
prescribed_cumulative_drug_dose_not_available
Prescribed Cumulative Drug Dose Not Available
boolean
program_id
required
Program Id
string
start_date
Any of:
object
submitter_donor_id
required
Submitter Donor Id
string
submitter_treatment_id
required
Submitter Treatment Id
string
systemic_therapy_type
Any of:
string
<= 32 characters
uuid
Any of:
string

OK