{
  "resourceType" : "Organization",
  "id" : "vbp-payer01",
  "meta" : {
    "extension" : [{
      "url" : "http://hl7.org/fhir/StructureDefinition/instance-name",
      "valueString" : "Payer"
    },
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/instance-description",
      "valueMarkdown" : "This is an example payer."
    }],
    "profile" : ["http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization|6.1.0"]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Organization vbp-payer01</b></p><a name=\"vbp-payer01\"> </a><a name=\"hcvbp-payer01\"> </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=\"http://hl7.org/fhir/us/core/STU6.1/StructureDefinition-us-core-organization.html\">US Core Organization Profileversion: null6.1.0)</a></p></div><p><b>active</b>: true</p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/organization-type pay}\">payer</span></p><p><b>name</b>: ABC Payer</p><p><b>telecom</b>: ph: (+1) 800-123-4567, <a href=\"mailto:contact@ABCPayer.com\">contact@ABCPayer.com</a></p><p><b>address</b>: 100 ABC Payer Lane Amherst MA 01002 USA </p></div>"
  },
  "active" : true,
  "type" : [{
    "coding" : [{
      "system" : "http://terminology.hl7.org/CodeSystem/organization-type",
      "code" : "pay",
      "display" : "payer"
    }]
  }],
  "name" : "ABC Payer",
  "telecom" : [{
    "system" : "phone",
    "value" : "(+1) 800-123-4567"
  },
  {
    "system" : "email",
    "value" : "contact@ABCPayer.com"
  }],
  "address" : [{
    "line" : ["100 ABC Payer Lane"],
    "city" : "Amherst",
    "state" : "MA",
    "postalCode" : "01002",
    "country" : "USA"
  }]
}