

| {S}[B] Status [i] | proposed |
|---|---|
| Provenance | |
| Used by | |
| Contributors | |
| Source (2.0.0) |
Type: object
Description: Treatment(s) prescribed/administered, defined by treatment ID, date and age of onset, dose, schedule and duration.
| Property | Type |
|---|---|
| ageAtOnset | ./age.json |
| cumulativeDose | ./quantity.json |
| doseIntervals | array of "./doseInterval.json" |
| routeOfAdministration | https://raw.githubusercontent.com/ga4gh-beacon/beacon-v2/main/framework/json/common/ontologyTerm.json [LINK] |
| treatmentCode | https://raw.githubusercontent.com/ga4gh-beacon/beacon-v2/main/framework/json/common/ontologyTerm.json [LINK] |
Route of treatment. Value from NCIT Route of Administration tree (NCIT:C38114).
routeOfAdministration Value Examples{
"id" : "NCIT:C38304",
"label" : "Topical"
}
{
"id" : "NCIT:C78373",
"label" : "Dietary"
}
Code of treatment. Value from NCIT or any relevant ontology. Compares to agent in Phenopackets v2
treatmentCode Value Examples{
"id" : "NCIT:C287",
"label" : "Aspirin"
}
{
"id" : "NCIT:C62078",
"label" : "Tamoxifen"
}