{
  "resourceType" : "Location",
  "id" : "large-racs-nsw-01",
  "meta" : {
    "profile" : ["http://ns.electronichealth.net.au/fhir/StructureDefinition/dh-location-core-1"]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Location large-racs-nsw-01</b></p><a name=\"large-racs-nsw-01\"> </a><a name=\"hclarge-racs-nsw-01\"> </a><a name=\"large-racs-nsw-01-en-AU\"> </a><p><b>status</b>: Active</p><p><b>name</b>: LARCSG Care Randwick NSW</p><p><b>mode</b>: Instance</p><p><b>type</b>: <span title=\"Codes:{http://snomed.info/sct 257652008}\">Aged care facility</span></p><p><b>telecom</b>: <a href=\"mailto:info@largeracsgroup.example.com\">info@largeracsgroup.example.com</a></p><p><b>address</b>: 370 Blobby Street Randwick NSW 2031 AU </p><p><b>physicalType</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/location-physical-type si}\">Site</span></p><p><b>managingOrganization</b>: <a href=\"Organization-large-racs.html\">Organization Large Residential Aged Care Services Group Limited</a></p></div>"
  },
  "status" : "active",
  "name" : "LARCSG Care Randwick NSW",
  "mode" : "instance",
  "type" : [{
    "coding" : [{
      "system" : "http://snomed.info/sct",
      "code" : "257652008",
      "display" : "Aged care facility"
    }]
  }],
  "telecom" : [{
    "system" : "email",
    "value" : "info@largeracsgroup.example.com",
    "use" : "work"
  }],
  "address" : {
    "line" : ["370 Blobby Street"],
    "city" : "Randwick",
    "state" : "NSW",
    "postalCode" : "2031",
    "country" : "AU"
  },
  "physicalType" : {
    "coding" : [{
      "system" : "http://terminology.hl7.org/CodeSystem/location-physical-type",
      "code" : "si",
      "display" : "Site"
    }]
  },
  "managingOrganization" : {
    "reference" : "Organization/large-racs"
  }
}