{
  "resourceType": "Organization",
  "id": "idcVMhHNCmVuGkys8O10P3YQ",
  "identifier": [
    {
      "system": "http://hl7.org/fhir/sid/us-npi",
      "value": "6666666666"
    }
  ],
  "active": true,
  "name": "Mentally Sound LLC",
  "telecom": [
    {
      "system": "phone",
      "value": "555-555-5555"
    }
  ],
  "address": [
    {
      "line": [
        "555 Any Street"
      ],
      "city": "Louisville",
      "state": "KY",
      "postalCode": "40018",
      "country": "US"
    }
  ],
  "endpoint": [
    {
      "reference": "Endpoint/idcVMhHNCmVuGkys8O10P3YQ"
    }
  ]
}