From 9be6afdc3fb52bff8c4b68ab4b853c5d693ea02f Mon Sep 17 00:00:00 2001 From: Pieter Bos Date: Tue, 11 Jul 2023 15:27:33 +0200 Subject: [PATCH] SPECAM-87 -- Specify the OPT 2 ADL syntax for C_ARCHETYPE_ROOT with child nodes --- docs/ADL2/master10-templates.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/ADL2/master10-templates.adoc b/docs/ADL2/master10-templates.adoc index a19cbb7..7c0fd2a 100755 --- a/docs/ADL2/master10-templates.adoc +++ b/docs/ADL2/master10-templates.adoc @@ -259,9 +259,9 @@ definition } context existence matches {0} content matches { - SECTION[id0.1, openEHR-EHR-SECTION.t_patient_event_info_ds_sf.v1.0.0] occurrences matches {1} matches { -- Event start + use_archetype SECTION[id0.1, openEHR-EHR-SECTION.t_patient_event_info_ds_sf.v1.0.0] occurrences matches {1} matches { -- Event start items matches { - ADMIN_ENTRY[id0.1, openEHR-EHR-ADMIN_ENTRY.t_patient_event_info_ds_sf-1.v1.0.0] occurrences matches {1} matches { + use_archetype ADMIN_ENTRY[id0.1, openEHR-EHR-ADMIN_ENTRY.t_patient_event_info_ds_sf-1.v1.0.0] occurrences matches {1} matches { other_participations existence matches {0} } --- etc ---