ChangeStatus

Uses the Component: ChangeStatusType

Fields and Components

Table 5.10. Fields and Components

Name Description Occurrence Type Data Type User Notes
Code

Element for the communication of all codes.

0..1Field udt:CodeType  
Description 0..1Field udt:TextType  
EffectiveDateTime

This is the DateTime the associated object is made effective

0..1Fieldudt:DateTimeType 
ReasonCode

Identifies the reason for an activity

0..1Field udt:CodeType  
Reason  0..*Fieldudt:TextType 
StateChange  0..*ComponentStateChangeType 

Sample XML

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.10. 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>