{
  "resourceType" : "Location",
  "id" : "example",
  "meta" : {
    "profile" : ["http://hl7.org/fhir/us/quality-core/StructureDefinition/us-quality-core-location"]
  },
  "language" : "en",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Location example</b></p><a name=\"example\"> </a><a name=\"hcexample\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-us-quality-core-location.html\">US Quality Core Location</a></p></div><p><b>identifier</b>: <code>http://example.org</code>/B1-S.F2\u00a0(use:\u00a0temp,\u00a0)</p><p><b>status</b>: Active</p><p><b>name</b>: South Wing, second floor</p><p><b>alias</b>: Example University Medical Center, South Wing, second floor, EUMC, SW, F2</p><p><b>description</b>: Second floor of the South Wing</p><p><b>mode</b>: Instance</p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-RoleCode HOSP}\">Hospital</span></p><p><b>telecom</b>: <a href=\"tel:+1-555-555-0170\">+1-555-555-0170</a>, fax: +1-555-555-0171(Work), <a href=\"mailto:southwing@example.org\">southwing@example.org</a>, <a href=\"http://example.org/southwing\">http://example.org/southwing</a></p><p><b>address</b>: 1000 Example Campus Drive, Building A Example City VA 99999 US (work)</p><p><b>physicalType</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/location-physical-type wi}\">Wing</span></p><p><b>managingOrganization</b>: <a href=\"Organization-example.html\">Organization Example Organization</a></p></div>"
  },
  "identifier" : [{
    "use" : "temp",
    "system" : "http://example.org",
    "value" : "B1-S.F2"
  }],
  "status" : "active",
  "name" : "South Wing, second floor",
  "alias" : ["Example University Medical Center, South Wing, second floor",
  "EUMC, SW, F2"],
  "description" : "Second floor of the South Wing",
  "mode" : "instance",
  "type" : [{
    "coding" : [{
      "system" : "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
      "code" : "HOSP",
      "display" : "Hospital"
    }]
  }],
  "telecom" : [{
    "system" : "phone",
    "value" : "+1-555-555-0170",
    "use" : "work"
  },
  {
    "system" : "fax",
    "value" : "+1-555-555-0171",
    "use" : "work"
  },
  {
    "system" : "email",
    "value" : "southwing@example.org"
  },
  {
    "system" : "url",
    "value" : "http://example.org/southwing",
    "use" : "work"
  }],
  "address" : {
    "use" : "work",
    "line" : ["1000 Example Campus Drive, Building A"],
    "city" : "Example City",
    "state" : "VA",
    "postalCode" : "99999",
    "country" : "US"
  },
  "physicalType" : {
    "coding" : [{
      "system" : "http://terminology.hl7.org/CodeSystem/location-physical-type",
      "code" : "wi",
      "display" : "Wing"
    }]
  },
  "managingOrganization" : {
    "reference" : "Organization/example"
  }
}