v1

latestOpenAPI 3.0.12026-07-1453737.4 KB
facilities

Retrieve a specific facility by ID

get/facilities/{id}

Path parameters

idstring required

Facility ID, in the form <prefix>_<station>, where prefix is one of "vha", "vba", "nca", or "vc", for health facility, benefits, cemetery, or vet center, respectively.

Response

Success

Example response

{
  "data": {
    "attributes": {
      "address": {
        "mailing": {
          "address_1": "50 Irving Street, Northwest",
          "address_2": "Bldg 2",
          "address_3": "Suite 7",
          "city": "Washington",
          "state": "DC",
          "zip": "20422-0001"
        },
        "physical": {
          "address_1": "50 Irving Street, Northwest",
          "address_2": "Bldg 2",
          "address_3": "Suite 7",
          "city": "Washington",
          "state": "DC",
          "zip": "20422-0001"
        }
      },
      "classification": "VA Medical Center (VAMC)",
      "detailed_services": [
        {
          "appointment_leadin": "Your VA health care team will contact you if you???re eligible to get a vaccine during this time. As the supply of vaccine increases, we'll work with our care teams to let Veterans know their options.",
          "appointment_phones": [
            {
              "extension": "71234",
              "label": "Main phone",
              "number": "937-268-6511",
              "type": "tel"
            }
          ],
          "description_facility": "null",
          "name": "COVID-19 vaccines",
          "online_scheduling_available": "True",
          "path": "https://www.boston.va.gov/services/covid-19-vaccines.asp",
          "referral_required": "False",
          "service_locations": [
            {
              "additional_hours_info": "Location hours times may vary depending on staff availability",
              "appointment_phones": [
                {
                  "extension": "71234",
                  "label": "Main phone",
                  "number": "937-268-6511",
                  "type": "tel"
                }
              ],
              "email_contacts": [
                {
                  "email_address": "georgea@va.gov",
                  "email_label": "George Anderson"
                }
              ],
              "facility_service_hours": {
                "Friday": "9AM-5PM",
                "Monday": "9AM-5PM",
                "Saturday": "Closed",
                "Sunday": "Closed",
                "Thursday": "9AM-5PM",
                "Tuesday": "9AM-5PM",
                "Wednesday": "9AM-5PM"
              },
              "service_location_address": {
                "address_line1": "50 Irving Street, Northwest",
                "building_name_number": "Baxter Building",
                "city": "Washington",
                "clinic_name": "Baxter Clinic",
                "country_code": "US",
                "state": "DC",
                "wing_floor_or_room_number": "Wing East",
                "zip_code": "20422-0001"
              }
            }
          ],
          "walk_ins_accepted": "True"
        }
      ],
      "facility_type": "va_health_facility",
      "hours": {
        "friday": "9AM-5PM",
        "monday": "9AM-5PM",
        "saturday": "Closed",
        "sunday": "Closed",
        "thursday": "9AM-5PM",
        "tuesday": "9AM-5PM",
        "wednesday": "9AM-5PM"
      },
      "lat": 38.9311137,
      "long": -77.0109110499999,
      "name": "Washington VA Medical Center",
      "operating_status": {
        "code": "NORMAL"
      },
      "operational_hours_special_instructions": "Normal business hours are Monday through Friday, 8:00 a.m. to 4:30 p.m.",
      "phone": {
        "after_hours": "202-555-1212",
        "enrollment_coordinator": "202-555-1212",
        "fax": "202-555-1212",
        "main": "202-555-1212",
        "mental_health_clinic": "202-555-1212",
        "patient_advocate": "202-555-1212",
        "pharmacy": "202-555-1212"
      },
      "satisfaction": {
        "effective_date": "2018-01-01",
        "health": {
          "primary_care_routine": 0.85,
          "primary_care_urgent": 0.85,
          "specialty_care_routine": 0.85,
          "specialty_care_urgent": 0.85
        }
      },
      "services": {
        "last_updated": "2018-01-01"
      },
      "time_zone": "America/New_York",
      "visn": "20",
      "wait_times": {
        "effective_date": "2018-01-01",
        "health": [
          {
            "established": 5,
            "new": 10
          }
        ]
      },
      "website": "http://www.washingtondc.va.gov"
    },
    "id": "vha_688"
  }
}