Uses the Component: ChangeStatusType
Table 5.11. Fields and Components
Name | Description | Occurrence | Type | Data Type | User Notes |
---|---|---|---|---|---|
Code |
Element for the communication of all codes. | 0..1 | Field | udt:CodeType | |
Description | 0..1 | Field | udt:TextType | ||
EffectiveDateTime |
This is the DateTime the associated object is made effective | 0..1 | Field | udt:DateTimeType | |
ReasonCode |
Identifies the reason for an activity | 0..1 | Field | udt:CodeType | |
Reason | 0..* | Field | udt:TextType | ||
StateChange | 0..* | Component | StateChangeType |
The XML Sample provided here is an approximation of the genrated XML for this component. Not all of the fields are required for implementation.
Example 5.11. ChangeStatus
<ChangeStatus> <Code>......</Code> [0..1] <Description>......</Description> [0..1] <EffectiveDateTime>......</EffectiveDateTime> [0..1] <ReasonCode>......</ReasonCode> [0..1] <Reason>......</Reason> [0..*] <StateChange>......</StateChange> [0..*] </ChangeStatus>