openEHR XML Schema Release 1.0 candidate

Complex Type: INSTRUCTION

[Table of contents]

Super-types:st:LOCATABLE < CONTENT_ITEM (by extension) < ENTRY (by extension) < CARE_ENTRY (by extension) < INSTRUCTION (by extension)
Sub-types:None
NameINSTRUCTION
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]
<narative> bt:DV_TEXT </narative> [1]
<expiry_time> bt:DV_DATE_TIME </expiry_time> [0..1]
<activities> ACTIVITY </activities> [0..*]
<wf_definition> bt:DV_PARSABLE </wf_definition> [0..1]
</...>
Diagram
Schema Component Representation
<xs:complexType name="INSTRUCTION">
<xs:complexContent>
<xs:extension base="CARE_ENTRY">
<xs:sequence>
<xs:element name="narative" type="bt:DV_TEXT"/>
<xs:element name="expiry_time" type="bt:DV_DATE_TIME" minOccurs="0"/>
<xs:element name="activities" type="ACTIVITY" minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="wf_definition" type="bt:DV_PARSABLE" minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>