openEHR XML Schema Release 1.0 candidate

Complex Type: ACTION

[Table of contents]

Super-types:st:LOCATABLE < CONTENT_ITEM (by extension) < ENTRY (by extension) < CARE_ENTRY (by extension) < ACTION (by extension)
Sub-types:None
NameACTION
Abstractno
XML Instance Representation
<...>

<language> bt:CODE_PHRASE </language> [1]
<encoding> bt:CODE_PHRASE </encoding> [1]
<subject> bt:PARTY_PROXY </subject> [1]
<provider> bt:PARTY_PROXY </provider> [0..1]
<other_participations> bt:PARTICIPATION </other_participations> [0..*]
<work_flow_id> bt:OBJECT_REF </work_flow_id> [0..1]
<protocol> st:ITEM_STRUCTURE </protocol> [0..1]
<guideline_id> bt:OBJECT_REF </guideline_id> [0..1]
<time> bt:DV_DATE_TIME </time> [1]
<description> st:ITEM_STRUCTURE </description> [1]
<ism_transition> ISM_TRANSITION </ism_transition> [1]
<instruction_details> INSTRUCTION_DETAILS </instruction_details> [0..1]
</...>
Diagram
Schema Component Representation
<xs:complexType name="ACTION">
<xs:complexContent>
<xs:extension base="CARE_ENTRY">
<xs:sequence>
<xs:element name="time" type="bt:DV_DATE_TIME"/>
<xs:element name="description" type="st:ITEM_STRUCTURE"/>
<xs:element name="ism_transition" type="ISM_TRANSITION"/>
<xs:element name="instruction_details" type="INSTRUCTION_DETAILS" minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>