{
  "resourceType": "Organization",
  "id": "idecuJvZOv01iVgAxpP1mj-w",
  "identifier": [
    {
      "system": "http://hl7.org/fhir/sid/us-npi",
      "value": "3563425457"
    }
  ],
  "active": true,
  "name": "Test Facility",
  "telecom": [
    {
      "system": "phone",
      "value": "(444) 555-5555"
    }
  ],
  "address": [
    {
      "line": [
        "1234 Testing Rd"
      ],
      "city": "Annapolis",
      "state": "MD",
      "postalCode": "21401",
      "country": "US"
    }
  ],
  "endpoint": [
    {
      "reference": "Endpoint/idecuJvZOv01iVgAxpP1mj-w"
    }
  ]
}