simpleType "RecordStatus"
Namespace:
Defined:
Used:
never
Simple Content Model
enumeration of xs:string
Simple Content Restrictions:
Enumeration:
"9915001"
 - 
New Record
"9915003"
 - 
Updated Record
"9915005"
 - 
Delete Record
Annotation
An indicator of the status of the patient care report or incident report. The record may be new, updated, and request for deletion.
Type Definition Detail
Type Derivation Tree
xs:string (restriction)
  RecordStatus
Derivation:
restriction of xs:string
Facets:
enumeration:
"9915001"
 - 
New Record
"9915003"
 - 
Updated Record
"9915005"
 - 
Delete Record
XML Source (w/o annotations (4); see within schema source)
<xs:simpleType name="RecordStatus">
<xs:restriction base="xs:string">
<xs:enumeration value="9915001"/>
<xs:enumeration value="9915003"/>
<xs:enumeration value="9915005"/>
</xs:restriction>
</xs:simpleType>