When one assumes that the all events are the same kind of events but occurring at various points in time,
Then the period can be expressed as Frequency (n/T) or equally as Period n/F).
Where n=number of events and T= total time from begin of the first event till the last (E.1 - E.n)
Clinical example:
Heart rate = 120 beats per minute.
Or as Period (T=n/F) expressed as time units that is the time between two events.
Clinical example:
Period between heart beats = 60/120 = 0,5 seconde. I.E the time between E(n+1) - E(n)
In your example
Period = 1 divided by Time (E2.start - Time E1.start),
or, Period = 1 divided by Time(E3.start) - Time(E2.start)
or, Period = 2 divided by Time (E3.start - Time E1.start)
Where in the OPENEHR specs can I find Frequency?
When we document we talk about numbers but often in qualitative terms?
What is the complete list of terms to describe these things using a classification?
Any Event (process) has an end date and start date an can be small but never zero.
End dates are always different from start dates.
So what do you mean?
Its meaning can be several things.
It can be the rate (frequency) at a real point in time. Time=T e.g. now, yesterday.
Or it can be the average over a period of time.e.g. the last minute,the last 10 minutes, the last month.
Actually it is a little bit more complex.
Frequency at point in a Unit Time.
INTERVAL–EVENTs as interval between events measured over a period of time.
> Any Event (process) has an end date and start date an can be small but
> never zero.
> End dates are always different from start dates.
> So what do you mean?
I'm talking about openEHR events by the definition of the specs, not trying
to come up with another definition. In openEHR POINT_EVENT is the record of
an event that to the record is just a point in time, doesn't really matters
if in reality the event took 10 seconds to execute, like a BP reading. That
is not clinically relevant in most contexts.
So, if you say that it is not clearly defined in the specs
That is not
clearly defined in the specs (going back to my original question).
it should a) get defind and b) one would, for current
practical purposes, stick to the same moment in time inside
each in-event period, be it either start, end, or middle.
Given that real-world actions of the same type take variable
amounts of time, one would assume the start times to be "more
correct" and closer to the intended period than end times.
Eventually, the "middle" times distance will be closer to
what *actually* happened to the patient.
Task for the SEC: clarify that on the specs (I’ll check current baseline)
On that case, is it possible to have overlapping INTERVAL_EVENTs on the same series? Thinking of one event taking too long and overlapping the start of the next one because the constraint for period is 5 minutes and the INTERVAL_EVENT.width took 6 minutes.
Or it is stated somewhere that we consider INTERVAL_EVENT.width < HISTORY.period? This can be controlled at design time and/or in software.