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