Re: Reference Model as Archetypes ?

2018-12-11 Thread Diego Boscá
But in this case the archetype you create couldn't be use for validation purposes. I think I'm not fully understanding what you mean with this El mar., 11 dic. 2018 a las 12:37, Thomas Beale () escribió: > I think this is more or less the same as a kind of archetype with no codes > at all, only

Re: Reference Model as Archetypes ?

2018-12-11 Thread Thomas Beale
I think this is more or less the same as a kind of archetype with no codes at all, only containing RM elements. I was expecting something more like: CLASS [Observation_code] matches {     attributes matches {     ATTRIBUTE [Observation_data_code] matches {     name matches {"data"}

Re: Reference Model as Archetypes ?

2018-12-11 Thread Diego Boscá
As an example, this is the Observation archetype https://pastebin.com/WhehexLR El mar., 11 dic. 2018 a las 11:53, Diego Boscá () escribió: > It is basically AOM, serialized as ADL files > > El mar., 11 dic. 2018 a las 11:51, Thomas Beale () > escribió: > >> Diego, >> >> what do you use as the

Re: Reference Model as Archetypes ?

2018-12-11 Thread Diego Boscá
It is basically AOM, serialized as ADL files El mar., 11 dic. 2018 a las 11:51, Thomas Beale () escribió: > Diego, > > what do you use as the underlying information model in that case? > Presumably the BMM/UML meta-model, i.e. things like Class, Attribute etc? > > - thomas > > On 11/12/2018

Re: Reference Model as Archetypes ?

2018-12-11 Thread Thomas Beale
Diego, what do you use as the underlying information model in that case? Presumably the BMM/UML meta-model, i.e. things like Class, Attribute etc? - thomas On 11/12/2018 09:40, Diego Boscá wrote: Hi Georg, That's exactly how we define reference models with LinkEHR. We generated them from

Re: Reference Model as Archetypes ?

2018-12-11 Thread Diego Boscá
Hi Georg, That's exactly how we define reference models with LinkEHR. We generated them from the XSD schemas (and more recently, from BMM). It fits quite nicely with the archetype methodology (every archetype is an specialization, which eases validation). If you want to try or test them you can

Reference Model as Archetypes ?

2018-12-11 Thread Georg Fette
Hello, Is there somewere a machine readable definition available which describes the content of the openEHR Reference Model as Archetypes ? The Reference Model classes should be expressable as Archetypes, shouldn't they ? At least concerning their logical data model. The methods they also