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

<Organization xmlns="http://hl7.org/fhir">
  <id value="MyInsurer"/>
  <text>
    <status value="generated"/><div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Organization MyInsurer</b></p><a name="MyInsurer"> </a><a name="hcMyInsurer"> </a><p><b>type</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/organization-type ins}">Insurance Company</span></p><p><b>name</b>: Example Health Insurance Co.</p><p><b>address</b>: 789 Insurance Blvd Policytown InsureState 98765 DE </p></div>
  </text>
  <type>
    <coding>
      <system value="http://terminology.hl7.org/CodeSystem/organization-type"/>
      <code value="ins"/>
      <display value="Insurance Company"/>
    </coding>
  </type>
  <name value="Example Health Insurance Co."/>
  <address>
    <line value="789 Insurance Blvd"/>
    <city value="Policytown"/>
    <state value="InsureState"/>
    <postalCode value="98765"/>
    <country value="DE"/>
  </address>
</Organization>