{
  "resourceType": "Location",
  "id": "7335f1e2-49e5-478d-99c7-d6439c2245ec",
  "meta": {
    "profile": [
      "https://fhir.hl7.org.uk/StructureDefinition/CareConnect-GPC-Location-1"
    ]
  },
  "identifier": [
    {
      "system": "https://fhir.nhs.uk/Id/ods-site-code",
      "value": "RGD03"
    }
  ],
  "name": "Leeds General Infirmary",
  "description": "Leeds General Infirmary",
  "type": {
    "coding": [
      {
        "system": "http://hl7.org/fhir/v3/RoleCode",
        "code": "HOSP",
        "display": "Hospital"
      }
    ]
  },
  "telecom": [
    {
      "system": "phone",
      "value": "01132432799",
      "use": "work"
    }
  ],
  "address": {
    "use": "work",
    "line": [
      "Great George Street"
    ],
    "city": "Leeds",
    "postalCode": "LS1 3EX",
    "country": "GBR"
  },
  "physicalType": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "22232009",
        "display": "Hospital"
      }
    ]
  },
  "managingOrganization": {
    "reference": "Organization/1474506e-609d-412e-952b-4bc74d769038",
    "display": "King's College Hospital"
  }
}