{
  "resourceType" : "Organization",
  "id" : "holy-healthcare",
  "meta" : {
    "profile" : ["http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization"]
  },
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Organization</b><a name=\"holy-healthcare\"> </a></p><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\">Resource Organization &quot;acme-payer&quot; </p><p style=\"margin-bottom: 0px\"/></div><p><b>identifier</b>: id:\u00a055555</p><p><b>active</b>: true</p><p><b>type</b>: Payer <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> Organization type - pay</span></p><p><b>name</b>: Acme Health Plan</p><p><b>telecom</b>: ph: (+1) 555-555-5555, <a href=\"mailto:hq@acme.org\">hq@acme.org</a></p><p><b>address</b>: 100 Insurance Avenue Amherst MA 01002 USA </p></div>"
  },
  "identifier" : [{
    "system" : "urn:oid:2.16.840.1.113883.6.300",
    "value" : "55555"
  }],
  "active" : true,
  "type" : [{
    "coding" : [{
      "system" : "http://terminology.hl7.org/CodeSystem/organization-type",
      "code" : "pay"
    }],
    "text" : "Payer"
  }],
  "name" : "Holy Healthcare",
  "telecom" : [{
    "system" : "phone",
    "value" : "(+1) 555-444-5555"
  },
  {
    "system" : "email",
    "value" : "hq@holyhealthcare.org"
  }],
  "address" : [{
    "line" : ["100 Holy Healthcare Avenue"],
    "city" : "Amherst",
    "state" : "MA",
    "postalCode" : "01002",
    "country" : "USA"
  }]
}