{
  "resourceType" : "Location",
  "id" : "lab-a",
  "language" : "en",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n      Lab A<br/>\n\t\t\t\t100 Main Street<br/>\n\t\t\t\tAnytown, AL 36106<br/>\n\t\t\t\tUSA<br/>\n\t\t\t\t(+1) 334-272-1000 (phone)<br/>\n\t\t\t\t(+1) 334-272-1001 (fax)<br/>\n\t\t\t\tE-mail:  <a href=\"mailto:lab@labA.com\">lab@labA.com</a>\n    </div>"
  },
  "status" : "active",
  "name" : "Lab A Location",
  "description" : "Physical Location of Example Lab A",
  "mode" : "instance",
  "contact" : [{
    "telecom" : [{
      "system" : "phone",
      "value" : "(+1) 334-272-1000"
    }]
  },
  {
    "telecom" : [{
      "system" : "fax",
      "value" : "(+1) 334-272-1001"
    }]
  },
  {
    "telecom" : [{
      "system" : "email",
      "value" : "lab@labA.com"
    }]
  }],
  "address" : {
    "line" : ["100 Main Street"],
    "city" : "Anytown",
    "state" : "AL",
    "postalCode" : "36106",
    "country" : "USA"
  },
  "form" : {
    "coding" : [{
      "system" : "http://terminology.hl7.org/CodeSystem/location-physical-type",
      "code" : "bu",
      "display" : "Building"
    }]
  }
}