{
  "resourceType": "Organization",
  "id": "OrganizationEntity Instance Example",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/bser/StructureDefinition/OrganizationEntity"
    ]
  },
  "identifier": [
    {
      "system": "urn:oid:2.16.840.1.113883.4.6",
      "value": "1962568238"
    }
  ],
  "name": "Kaiser Permanente Fontana Medical Center",
  "telecom": [
    {
      "system": "phone",
      "value": "(909) 427-5000"
    }
  ],
  "address": [
    {
      "line": [
        "9961 Sierra Ave"
      ],
      "city": "Fontana",
      "state": "CA",
      "postalCode": "92335",
      "country": "USA"
    }
  ]
}