simpleType "PN"
Namespace:
Defined:
Used:
Simple Content Model
enumeration of xs:string
Simple Content Restrictions:
Enumeration:
"8801001"
 - 
Contraindication Noted
"8801003"
 - 
Denied By Order
"8801005"
 - 
Exam Finding Not Present
"8801007"
 - 
Medication Allergy
"8801009"
 - 
Medication Already Taken
"8801013"
 - 
No Known Drug Allergy
"8801015"
 - 
None Reported
"8801017"
 - 
Not Performed by EMS
"8801019"
 - 
Refused
"8801021"
 - 
Unresponsive
"8801023"
 - 
Unable to Complete

All Direct / Indirect Based Elements (1):
All Direct / Indirect Based Attributes (1):
Known Usage Locations
Annotation
Pertinent Negatives
Type Definition Detail
Type Derivation Tree
xs:string (restriction)
  PN
Derivation:
restriction of xs:string
Facets:
enumeration:
"8801001"
 - 
Contraindication Noted
"8801003"
 - 
Denied By Order
"8801005"
 - 
Exam Finding Not Present
"8801007"
 - 
Medication Allergy
"8801009"
 - 
Medication Already Taken
"8801013"
 - 
No Known Drug Allergy
"8801015"
 - 
None Reported
"8801017"
 - 
Not Performed by EMS
"8801019"
 - 
Refused
"8801021"
 - 
Unresponsive
"8801023"
 - 
Unable to Complete
XML Source (w/o annotations (12); see within schema source)
<xs:simpleType name="PN">
<xs:restriction base="xs:string">
<xs:enumeration value="8801001"/>
<xs:enumeration value="8801003"/>
<xs:enumeration value="8801005"/>
<xs:enumeration value="8801007"/>
<xs:enumeration value="8801009"/>
<xs:enumeration value="8801013"/>
<xs:enumeration value="8801015"/>
<xs:enumeration value="8801017"/>
<xs:enumeration value="8801019"/>
<xs:enumeration value="8801021"/>
<xs:enumeration value="8801023"/>
</xs:restriction>
</xs:simpleType>