{
  "resourceType" : "Location",
  "id" : "au-core-encounter-location",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Location au-core-encounter-location</b></p><a name=\"au-core-encounter-location\"> </a><a name=\"hcau-core-encounter-location\"> </a><p><b>status</b>: Active</p><p><b>name</b>: Frog Medical Centre</p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-RoleCode FMC}\">Family medicine clinic</span></p><p><b>address</b>: 1 Frog Lane Frogville NSW 2000 AU (work)</p></div>"
  },
  "status" : "active",
  "name" : "Frog Medical Centre",
  "type" : [{
    "coding" : [{
      "system" : "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
      "code" : "FMC",
      "display" : "Family medicine clinic"
    }]
  }],
  "address" : {
    "use" : "work",
    "line" : ["1 Frog Lane"],
    "city" : "Frogville",
    "state" : "NSW",
    "postalCode" : "2000",
    "country" : "AU"
  }
}