{

"resourceType": "Location",
"id": "hl7",
"status": "active",
"name": "Health Level Seven International",
"description": "HL7 Headquarters",
"mode": "instance",
"type": [
  {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
        "code": "SLEEP",
        "display": "Sleep disorders unit"
      }
    ]
  }
],
"telecom": [
  {
    "system": "phone",
    "value": "(+1) 734-677-7777"
  },
  {
    "system": "fax",
    "value": "(+1) 734-677-6622"
  },
  {
    "system": "email",
    "value": "hq@HL7.org"
  }
],
"address": {
  "line": [
    "3300 Washtenaw Avenue, Suite 227"
  ],
  "city": "Ann Arbor",
  "state": "MI",
  "postalCode": "48104",
  "country": "USA"
},
"physicalType": {
  "coding": [
    {
      "system": "http://terminology.hl7.org/CodeSystem/location-physical-type",
      "code": "bu",
      "display": "Building"
    }
  ]
},
"position": {
  "longitude": 42.2565,
  "latitude": -83.69471
},
"meta": {
  "tag": [
    {
      "system": "http://terminology.hl7.org/CodeSystem/v3-ActReason",
      "code": "HTEST",
      "display": "test health data"
    }
  ]
}

}