element -> <eCad.56>
eCad.56 ePatient.05 Patient's Home Address No No The patient's home mailing or street address E06_04 Optional This is a CMS standard. According to the Medicare Claims Processing Manual, Chapter 15 - Ambulance, Ambulance suppliers bill using CMS-1500 form or CMS-1450 form for institution-based ambulance providers. This standard adheres to CMS-1500 and 1450.
Namespace:
Type:
anonymous (extension of StreetAddress)
Content:
simple, 1 attribute
Defined:
locally within eCAD complexType in eCAD_v3.xsd; see XML source
Includes:
definition of 1 attribute
Content Model Diagram
XML Representation Summary
<eCad.56
    StreetAddress2
 = 
xs:string
    >
   
Content: 
{ xs:string }
</eCad.56>
Simple Content Detail:
MaxLength:
255
MinLength:
1

Included in content model of elements (1):
Anonymous Type Detail
Type Derivation Tree
xs:string (restriction)
  StreetAddress (extension)
      complexType
Derivation:
extension of StreetAddress
XML Source (w/o annotations (1); see within schema source)
<xs:element id="eCad.ePatient.PatientsHomeAddress" minOccurs="0" name="eCad.56">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="StreetAddress">
<xs:attribute name="StreetAddress2" type="StreetAddress" use="optional"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
Attribute Detail (all declarations; defined in this component only; 1/1)
StreetAddress2
Type:
Use:
optional
Attribute Value
xs:string
MaxLength:
255
MinLength:
1
XML Source (see within schema source)
<xs:attribute name="StreetAddress2" type="StreetAddress" use="optional"/>