Skip to Navigation | Skip to Content

openEHR-Technical mailing list archives

[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]

Re: Occurences representation in instances


On 09/08/2010 08:00, Игорь Лизунов wrote:
In every element, cluster, slot and others in Archetype Editor there is Occurences attribute.
For my Element at0005 I set this attribute to 0..*

How will it be represented in instance of this archetype?

If you mean, what does is mean for data instances.... 'occurrences' means that the pattern defined in this part of the archetype, e.g. some ELEMENT at0004 (e.g. meaning = 'systolic pressure') can repeat N times in the data. This makes sense for nodes like Location in openEHR-EHR-EVALUATION.problem-diagnosis.v1 and many other nodes.

does this answer the question?

- thomas beale


                    <items xsi:type="CLUSTER" archetype_node_id="at0004">
                        <name>
                            <value>Blah-blah-1</value>
                        </name>
                        <items xsi:type="ELEMENT" archetype_node_id="at0005">
                            <name>
                                <value>Blah-blah-2</value>
                            </name>
                            <value xsi:type="DV_CODED_TEXT">
                                <value>Value1</value>
                                ...
                            </value>
                        </items>
                        <items xsi:type="ELEMENT" archetype_node_id="at0005">
                            <name>
                                <value>Blah-blah-2</value>
                            </name>
                            <value xsi:type="DV_CODED_TEXT">
                                <value>Value2</value>
                                ...
                            </value>
                        </items>
                    </items>

The same question is about clusters.

--
Best regards,
Igor Lizunov
_______________________________________________ openEHR-technical mailing list openEHR-technical@openehr.org http://lists.chime.ucl.ac.uk/mailman/listinfo/openehr-technical


--
Ocean Informatics Thomas Beale
Chief Technology Officer, Ocean Informatics


Chair Architectural Review Board, openEHR Foundation
Honorary Research Fellow, University College London
Chartered IT Professional Fellow, BCS, British Computer Society
Health IT blog


_______________________________________________
openEHR-technical mailing list
openEHR-technical@openehr.org
http://lists.chime.ucl.ac.uk/mailman/listinfo/openehr-technical