I am new to OpenEHR and still learning about its specifications. Sorry for asking question already written in the docs.
Suppose that I have a time-series of plasma glucose values (store as an instance of Laboratory result archetype, which is event-type Observation) within an EHR of a particular patient.
How can I build a template for diabetes follow-up that pulls existing plasma glucose values that is stored in the database into field/entry within the template, without rigidly embedding these value in the template.
And how can I build another template that uses those plasma glucose values other than diabetes context (such as monitoring response to insulin injection), which is completely independent from the diabetes follow-up template.
In other words, I ask how the OpenEHR specs say about how different templates can pull value from (or just refer to) the same observation object (or an entry within an observation) that is already stored in the database before.
I try to find the portion of specs that say about that thing but didn’t find anything I want exactly.