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

<Organization xmlns="http://hl7.org/fhir">
  <id value="ExamplePayorOrganization"/>
  <meta>
    <profile value="https://haau3.com/fhir/StructureDefinition/payor-organization"/>
  </meta>
  <text>
    <status value="generated"/><div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Organization ExamplePayorOrganization</b></p><a name="ExamplePayorOrganization"> </a><a name="hcExamplePayorOrganization"> </a><div style="display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%"><p style="margin-bottom: 0px"/><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-payor-organization.html">Payor Organization</a></p></div><p><b>identifier</b>: CMS Contract ID/12345</p><p><b>name</b>: Example Health Plan</p></div>
  </text>
  <identifier>
    <type>
      <coding>
        <system value="https://haau3.com/fhir/CodeSystem/payor-identifier-types-cs"/>
        <code value="cms-contract-id"/>
      </coding>
    </type>
    <system value="http://example.org/cms-contract-id"/>
    <value value="12345"/>
  </identifier>
  <name value="Example Health Plan"/>
</Organization>