<!--This example message is provided for illustrative purposes only. It has had no clinical validation. Where there are conflicts with the written message specification or schema, the specification or schema shall be considered to take precedence-->
<Location xmlns="http://hl7.org/fhir" xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://hl7.org/fhir ../../Schemas/location.xsd">
  <id value="7335f1e2-49e5-478d-99c7-d6439c2245ec" />
  <meta>
    <profile value="https://fhir.hl7.org.uk/StructureDefinition/CareConnect-GPC-Location-1" />
  </meta>
  <identifier>
    <system value="https://fhir.nhs.uk/Id/ods-site-code" />
    <value value="RGD03" />
  </identifier>
  <name value="Leeds General Infirmary" />
  <description value="Leeds General Infirmary" />
  <type>
    <coding>
      <system value="http://hl7.org/fhir/v3/RoleCode" />
      <code value="HOSP" />
      <display value="Hospital" />
    </coding>
  </type>
  <telecom>
    <system value="phone" />
    <value value="01132432799" />
    <use value="work" />
  </telecom>
  <address>
    <use value="work" />
    <line value="Great George Street" />
    <city value="Leeds" />
    <postalCode value="LS1 3EX" />
    <country value="GBR" />
  </address>
  <physicalType>
    <coding>
      <system value="http://snomed.info/sct" />
      <code value="22232009" />
      <display value="Hospital" />
    </coding>
  </physicalType>
  <managingOrganization>
    <reference value="Organization/1474506e-609d-412e-952b-4bc74d769038" />
    <display value="King's College Hospital" />
  </managingOrganization>
</Location>