AQL query for blood pressure from the AQL documentation

2019-04-29 Thread Georg Fette
Hello, I have a problem with the interpretation of an AQL query from the AQL documentation. In section 6.3 the path to the value of the systolic blood pressure is /data[at0001]/events[at0006]/data[at0003]/items[at0004]/value/value The first part until /data[at0001]/events[at0006]/data[at0003]/i

Re: AQL query for blood pressure from the AQL documentation

2019-04-29 Thread Pablo Pazos
it's a typo in the spec, should be value/magnitude On Mon, Apr 29, 2019 at 6:50 PM Georg Fette wrote: > Hello, > I have a problem with the interpretation of an AQL query from the AQL > documentation. In section 6.3 the path to the value of the systolic > blood pressure is > /data[at0001]/events[

Re: AQL query for blood pressure from the AQL documentation

2019-05-02 Thread Thomas Beale
Georg, can you please raise a PR for this problem on the Jira PR tracker ? thanks On 29/04/2019 22:49, Georg Fette wrote: Hello, I have a problem with the interpretation of an AQL query from the AQL documentation. In section 6.3 the path

Re: AQL query for blood pressure from the AQL documentation

2019-05-02 Thread Ian McNicoll
Thomas this is not a problem. The aql works as designed On Thu, 2 May 2019, 11:06 Thomas Beale, wrote: > Georg, > > can you please raise a PR for this problem on the Jira PR tracker > ? > > thanks > On 29/04/2019 22:49, Georg Fette wrote: > >

Re: AQL query for blood pressure from the AQL documentation

2019-05-02 Thread Ian McNicoll
The replies that seref and I gave address the issue. The vast majority of lab imports will use the generic analyte cluster. On Thu, 2 May 2019, 12:01 Ian McNicoll, wrote: > Thomas this is not a problem. The aql works as designed > > On Thu, 2 May 2019, 11:06 Thomas Beale, wrote: > >> Georg, >>

Re: AQL query for blood pressure from the AQL documentation

2019-05-02 Thread Thomas Beale
I'm confused... are you saying the value/value path is not a typo in the spec? On 02/05/2019 12:01, Ian McNicoll wrote: Thomas this is not a problem. The aql works as designed On Thu, 2 May 2019, 11:06 Thomas Beale, > wrote: Georg, can you please rai

Re: AQL query for blood pressure from the AQL documentation

2019-05-02 Thread Ian McNicoll
Ah sorry. Yes that is incorrect. On Thu, 2 May 2019, 12:13 Thomas Beale, wrote: > I'm confused... are you saying the value/value path is not a typo in the > spec? > On 02/05/2019 12:01, Ian McNicoll wrote: > > Thomas this is not a problem. The aql works as designed > > On Thu, 2 May 2019, 11:06

Re: AQL query for blood pressure from the AQL documentation

2019-05-02 Thread Thomas Beale
Ian, If you were referring to the discussion about paths and data types, i.e. how do you know if you can refer to some path inside a DvQuantity if the archetype only knows about DataValue and LOINC codes, it's true that you can use such a path, if the real data (Element.value) happen to be a

RE: AQL query for blood pressure from the AQL documentation

2019-05-02 Thread Bjørn Næss
n Bjørn Næss Produktansvarlig DIPS ASA Mobil +47 93 43 29 10 From: openEHR-technical On Behalf Of Thomas Beale Sent: torsdag 2. mai 2019 13:52 To: openehr-technical@lists.openehr.org Subject: Re: AQL query for blood pressure from the AQL documentation Ian, If you were referring to the dis

Re: AQL query for blood pressure from the AQL documentation

2019-05-02 Thread Seref Arikan
Hi Tom, See comments inline please. On Thu, May 2, 2019 at 12:52 PM Thomas Beale wrote: > Ian, > > If you were referring to the discussion about paths and data types, i.e. > how do you know if you can refer to some path inside a DvQuantity if the > archetype only knows about DataValue and LOINC