hs:HealthInsuranceType
complexType HealthInsuranceType in namespace http://release.niem.gov/niem/domains/humanServices/4.0/
Definition
A data type for health insurance information.
Diagram
XML Schema
<xs:complexType name="HealthInsuranceType">
<xs:annotation>
<xs:documentation>
A data type for health insurance information.</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="nc:InsuranceType">
<xs:sequence>
<xs:element ref="hs:HealthInsurancePolicyPrimaryInsuredFullName" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="hs:HealthInsuranceAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>