element -> <eVitals.27>
eVitals.27 Pain Scale Score Yes Yes The patient's indication of pain from a scale of 0-10. E14_23 Required Pediatric STEMI Trauma The Pain Score can be obtained from several pain measurement tools or pain scale types (eVitals.28). The pain scale type used should have a numeric value associated with each diagram as appropriate. If the pain scale type utilizes multiple indicators/categories the total should be calculated and entered for the pain score associated with the patient assessment. Yes
Namespace:
Type:
anonymous (extension of PainScale)
Content:
simple, 2 attributes
Nillable:
(can be declared as nil using xsi:nil attribute in instance XML documents)
Defined:
Includes:
definitions of 2 attributes
Content Model Diagram
XML Representation Summary
<eVitals.27
    PN
 = 
("8801019" | "8801023")
    NV
 = 
("7701001" | "7701003")
    >
   
Content: 
{ xs:integer }
</eVitals.27>
Simple Content Detail:
MaxInclusive:
10
MinInclusive:
0

Included in content model of elements (1):
Anonymous Type Detail
Type Derivation Tree
xs:integer (restriction)
  PainScale (extension)
      complexType
Derivation:
extension of PainScale
XML Source (w/o annotations (1); see within schema source)
<xs:element id="eVitals.PainScore" name="eVitals.27" nillable="true">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="PainScale">
<xs:attribute name="PN" use="optional">
<xs:simpleType>
<xs:union memberTypes="PN.Refused PN.UnableToComplete"/>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="NV" use="optional">
<xs:simpleType>
<xs:union memberTypes="NV.NotApplicable NV.NotRecorded"/>
</xs:simpleType>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
Attribute Detail (all declarations; defined in this component only; 2/2)
NV
Type:
Use:
optional
Attribute Value
"7701001" | "7701003"
Anonymous simpleType
Type Derivation Tree
  simpleType
Derivation:
by union
Member Types
XML Source (see within schema source)
<xs:attribute name="NV" use="optional">
<xs:simpleType>
<xs:union memberTypes="NV.NotApplicable NV.NotRecorded"/>
</xs:simpleType>
</xs:attribute>

PN
Type:
Use:
optional
Attribute Value
"8801019" | "8801023"
Anonymous simpleType
Type Derivation Tree
  simpleType
Derivation:
by union
Member Types
XML Source (see within schema source)
<xs:attribute name="PN" use="optional">
<xs:simpleType>
<xs:union memberTypes="PN.Refused PN.UnableToComplete"/>
</xs:simpleType>
</xs:attribute>