element -> <eHistory.08>
eHistory.08 Medical/Surgical History No Yes The patient's pre-existing medical and surgery history of the patient E12_10 Recommended Code list is represented by ICD-10-CM. Reference the NEMSIS Suggested Lists at: http://nemsis.org/v3/resources.html <br/><br/>ICD-10-CM <br/>Website - <a href="http://uts.nlm.nih.gov" target="_blank">http://uts.nlm.nih.gov</a> <br/>Product - UMLS Metathesaurus Yes
Namespace:
Type:
anonymous (extension of icd10MedSurge)
Content:
simple, 3 attributes
Nillable:
(can be declared as nil using xsi:nil attribute in instance XML documents)
Defined:
locally within eHistory complexType in eHistory_v3.xsd; see XML source
Includes:
definitions of 3 attributes
Content Model Diagram
XML Representation Summary
<eHistory.08
    NV
 = 
("7701001" | "7701003")
    PN
 = 
("8801015" | "8801019" | "8801023" | "8801021")
    CorrelationID
 = 
xs:string
    >
   
Content: 
{ xs:string }
</eHistory.08>
Simple Content Detail:
Pattern:
([A-QSTZ][0-9]{2})((\.[0-9A-Z]{1,3})?)

Included in content model of elements (1):
Anonymous Type Detail
Type Derivation Tree
xs:string (restriction)
  icd10MedSurge (extension)
      complexType
Derivation:
extension of icd10MedSurge
XML Source (w/o annotations (1); see within schema source)
<xs:element id="eHistory.MedicalSurgicalHistory" maxOccurs="unbounded" minOccurs="0" name="eHistory.08" nillable="true">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="icd10MedSurge">
<xs:attribute name="NV" use="optional">
<xs:simpleType>
<xs:union memberTypes="NV.NotApplicable NV.NotRecorded"/>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="PN" use="optional">
<xs:simpleType>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="CorrelationID" type="CorrelationID" use="optional"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
Attribute Detail (all declarations; defined in this component only; 3/3)
CorrelationID
Type:
Use:
optional
Attribute Value
xs:string
MaxLength:
255
MinLength:
0
XML Source (see within schema source)
<xs:attribute name="CorrelationID" type="CorrelationID" use="optional"/>

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
Attribute Value
"8801015" | "8801019" | "8801023" | "8801021"
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:simpleType>
</xs:attribute>