{
  "resourceType" : "Organization",
  "id" : "xyz-payer",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Organization xyz-payer</b></p><a name=\"xyz-payer\"> </a><a name=\"hcxyz-payer\"> </a><p><b>identifier</b>: <a href=\"NamingSystem-Identity-HL7-Person-Identifier.html\" title=\"Digital Identifier to assist in patient matching.\">HL7PersonIdentifier</a>/666666</p><p><b>name</b>: XYZ Insurance</p><p><b>alias</b>: XYZ</p><blockquote><p><b>contact</b></p><p><b>telecom</b>: <a href=\"tel:+15552343523\">+1 555 234 3523</a>, <a href=\"mailto:info@xyz-payer.org\">info@xyz-payer.org</a></p></blockquote></div>"
  },
  "identifier" : [{
    "system" : "http://hl7.org/fhir/us/identity-matching/ns/HL7PersonIdentifier",
    "value" : "666666"
  }],
  "name" : "XYZ Insurance",
  "alias" : ["XYZ"],
  "contact" : [{
    "telecom" : [{
      "system" : "phone",
      "value" : "+1 555 234 3523",
      "use" : "work"
    },
    {
      "system" : "email",
      "value" : "info@xyz-payer.org",
      "use" : "work"
    }]
  }]
}