Hi all,

Testing the Archetype Editor for OBSERVATION, found that defining a
POINT_EVENT structure, allows to create a constraint for EVENT.offset,
while that is a function by the v1.0.2 spec.

Another weird thing is that defining a POINT_EVENT, and saying the HISTORY
is periodic, makes the panel for the offset definition disappear, but the
offset is still on the generated ADL.

I believe this is a bug. Will test with LinkEHR.

Anyone had problems with this before?


definition
    OBSERVATION[at0000] matches {    -- Presion arterial
        data matches {
            HISTORY[at0001] matches {    -- Event Series
                period matches {
                    DV_DURATION matches {
                        value matches {|PT5M|}
                    }
                }
                events cardinality matches {1..*; unordered} matches {
                    POINT_EVENT[at0002] occurrences matches {0..1} matches
{    -- Cualquier evento
                        offset matches {
                            DV_DURATION matches {
                                value matches {|PT5M|}
                            }
                        }
                        data matches {
                            ITEM_TREE[at0003] matches {*}
                        }
                    }
                }
            }
        }
    }





-- 
*Ing. Pablo Pazos GutiƩrrez*
pablo.pa...@cabolabs.com
+598 99 043 145
skype: cabolabs
Subscribe to our newsletter <http://eepurl.com/b_w_tj>
<https://cabolabs.com/>
http://www.cabolabs.com
https://cloudehrserver.com
_______________________________________________
openEHR-technical mailing list
openEHR-technical@lists.openehr.org
http://lists.openehr.org/mailman/listinfo/openehr-technical_lists.openehr.org

Reply via email to