openEHR XML Schema Release 1.0 candidate

Complex Type: EVENT_CONTEXT

[Table of contents]

Super-types:None
Sub-types:None
NameEVENT_CONTEXT
Abstractno
XML Instance Representation
<...>

<start_time> bt:DV_DATE_TIME </start_time> [1]
<end_time> bt:DV_DATE_TIME </end_time> [0..1]
<setting> bt:DV_CODED_TEXT </setting> [1]
<health_care_facility> bt:PARTY_IDENTIFIED </health_care_facility> [0..1]
<location> xs:string </location> [0..1]
<participations> bt:PARTICIPATION </participations> [0..*]
<other_context> st:ITEM_STRUCTURE </other_context> [0..1]
</...>
Diagram
Schema Component Representation
<xs:complexType name="EVENT_CONTEXT">
<xs:sequence>
<xs:element name="start_time" type="bt:DV_DATE_TIME"/>
<xs:element name="end_time" type="bt:DV_DATE_TIME" minOccurs="0"/>
<xs:element name="setting" type="bt:DV_CODED_TEXT"/>
<xs:element name="health_care_facility" type="bt:PARTY_IDENTIFIED" minOccurs="0"/>
<xs:element name="location" type="xs:string" minOccurs="0"/>
<xs:element name="participations" type="bt:PARTICIPATION" maxOccurs="unbounded" minOccurs="0"/>
<xs:element name="other_context" type="st:ITEM_STRUCTURE" minOccurs="0"/>
</xs:sequence>
</xs:complexType>