{
  "resourceType": "Organization",
  "id": "idKQVRZRppqBztBo4f3nJ4KQ",
  "identifier": [
    {
      "system": "http://hl7.org/fhir/sid/us-npi",
      "value": "0123456789"
    }
  ],
  "active": true,
  "name": "St. Lawrence",
  "telecom": [
    {
      "system": "phone",
      "value": "315-393-1180"
    }
  ],
  "address": [
    {
      "line": [
        "1 Chimney Point Drive",
        "Hamilton Hall"
      ],
      "city": "Ogdensburg",
      "state": "NY",
      "postalCode": "13669",
      "country": "US"
    }
  ],
  "endpoint": [
    {
      "reference": "Endpoint/idKQVRZRppqBztBo4f3nJ4KQ"
    }
  ]
}