{S}[B] Status [i] | proposed |
---|---|
Provenance | |
Used by | |
Contributors | |
Source (2.0.0) |
Type: object
Description: This element represents a block of time in which the dosage of a medication was constant. For example, to represent a period of 30 mg twice a day for an interval of 10 days, we would use a Quantity element to represent the individual 30 mg dose, and OntologyClass element to represent twice a day, and an Interval element to represent the 10-day interval. Provenance: Phenopackets v2
Property | Type |
---|---|
interval | ./timeInterval.json |
quantity | ./quantity.json |
scheduleFrequency | https://raw.githubusercontent.com/ga4gh-beacon/beacon-v2/main/framework/json/common/ontologyTerm.json [LINK] |
The specific interval over which the dosage was administered in the indicated quantity.
interval
Value Example{
"end" : "1967-11-18T12:00:00+01",
"start" : "1967-11-11T07:30:00+01"
}
How often doses are administered per day (or other indicated duration)
scheduleFrequency
Value Example{
"id" : "NCIT:C64496",
"label" : "Twice Daily"
}