{
  "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><b>Generated Narrative: Location</b><a name=\"large-racs-nsw-01\"> </a></p><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\">Resource Location \"large-racs-nsw-01\" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-dh-location-core-1.html\">ADHA Core Location</a></p></div><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>: Aged care facility <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#257652008)</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>: Site <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.0.0/CodeSystem-location-physical-type.html\">Location type</a>#si)</span></p><p><b>managingOrganization</b>: <a href=\"Organization-large-racs.html\">Organization/large-racs</a> \"Large Residential Aged Care Services Group Limited\"</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"
  }
}