On 02/09/2013 13:55, Bert Verhees wrote:
> I have received a few archetypes created with the LinkEHR editor.
>
> In there is a dateTime pattern like this:
> time existence matches {1..1} matches {????-??-??T??:??:??}
it shouldn't be a legal pattern - at least year has to be specified. if
you really meant to specify 'any date/time' then you want this:
time existence matches {1} matches {*}
assuming 'time' has been declared in the RM as DATE_TIME or some equivalent.
- thomas

