{
  "resourceType": "Location",
  "id": "ecr-location-salem-medical-center",
  "meta": {
    "versionId": "1",
    "lastUpdated": "2018-09-29T20:45:08.719+00:00",
    "profile": [
      "http://hl7.org/fhir/us/ecr/StructureDefinition/eicr-location"
    ]
  },
  "status": "active",
  "name": "Clinic Bldg A, Salem Medical Center",
  "telecom": [
    {
      "system": "phone",
      "value": "(+1) (555)555-3001"
    },
    {
      "system": "fax",
      "value": "(+1) (555)555-3002"
    },
    {
      "system": "email",
      "value": "mail@smc.org"
    }
  ],
  "address": {
    "text": "Clinic Bldg A, 4444 Healthcare Drive, Ann Arbor, MI 99999",
    "line": [
      "Clinic Bldg A",
      "4444 Healthcare Drive"
    ],
    "city": "Ann Arbor",
    "state": "MI",
    "postalCode": "99999"
  },
  "managingOrganization": {
    "reference": "Organization/ecr-organization-salem-medical-center"
  }
}