<?xml version="1.0" encoding="UTF-8"?>

<InsurancePlan xmlns="http://hl7.org/fhir" resourceDefinition="http://hl7.org/fhir/StructureDefinition/InsurancePlan|0.1.0">
  <id value="example1"/>
  <language value="en"/>
  <text>
    <status value="generated"/><div xmlns="http://www.w3.org/1999/xhtml">
			Health Level Seven International Staff Plan
		</div>
  </text>
  <!--  HL7 itself  -->
  <type>
    <text value="Silver"/>
  </type>
  <generalCost>
    <cost>
      <value value="2000"/>
      <currency value="USD"/>
    </cost>
  </generalCost>
</InsurancePlan>