sb-beacon-api Treatment [ ↗ ]

{S}[B] Status [i]
proposed
Provenance
Used by
Contributors
Source (2.0.0)

Attributes

Type: object
Description: Treatment(s) prescribed/administered, defined by treatment ID, date and age of onset, dose, schedule and duration.

Properties

PropertyType
ageAtOnset./age.json
cumulativeDose./quantity.json
doseIntervalsarray of "./doseInterval.json"
routeOfAdministrationhttps://raw.githubusercontent.com/ga4gh-beacon/beacon-v2/main/framework/json/common/ontologyTerm.json [LINK]
treatmentCodehttps://raw.githubusercontent.com/ga4gh-beacon/beacon-v2/main/framework/json/common/ontologyTerm.json [LINK]

ageAtOnset

cumulativeDose

doseIntervals

routeOfAdministration

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"
}

treatmentCode

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"
}