<?xml version="1.0" encoding="UTF-8"?>
<ukNotice xmlns="http://enotice.service.gov.uk/resource/schema/UK/UK1.0.0/reception" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" VERSION="UK1.0.0.V01" xsi:schemaLocation="http://enotice.service.gov.uk/resource/schema/UK/UK1.0.0/reception ukNotice.xsd">
  <SENDER>
    <IDENTIFICATION>
      <ESENDER_LOGIN>LOGIN123</ESENDER_LOGIN>
      <NO_DOC_EXT>2022-123456</NO_DOC_EXT>
    </IDENTIFICATION>
    <CONTACT>
      <ORGANISATION>Organisation Name</ORGANISATION>
      <COUNTRY VALUE="GB" />
      <E_MAIL>email@test.com</E_MAIL>
    </CONTACT>
  </SENDER>
  <FORM_SECTION>
    <UK1_2022 FORM="UK1" LEGAL_BASIS="32014L0024">

      <parties>
        <name>Main Buyer</name>
        <id>GB-CHC-123456</id>
        <identifier>
          <scheme>GB-CHC</scheme>
          <id>123456</id>
        </identifier>
        <address>
          <streetAddress>1 High Street</streetAddress>
          <locality>Town</locality>
          <region>UKC21</region>
          <postalCode>CA8 7BH</postalCode>
          <countryCode>GB</countryCode>
        </address>
        <contactPoint>
          <email>john.smith@example.com</email>
        </contactPoint>
        <roles>buyer</roles>
        <details>
          <url>https://www.example.com/</url>
        </details>
      </parties>

      <buyer>
        <id>GB-CHC-123456</id>
      </buyer>

      <planning>
        <budget>
          <finance>
            <description>Funding is being sought.</description>
          </finance>
        </budget>
      </planning>

      <tender>
        <id>ABC123</id>
        <title>Reprocurement, call-off with minimum details, some optional fields</title>
        <description>This is a description.
          With a second paragraph.</description>

        <status>planning</status>

        <suitability>
          <sme>true</sme>
          <vcse>false</vcse>
        </suitability>

        <items>
          <deliveryAddresses>
            <region>UKD72</region>
          </deliveryAddresses>
        </items>

        <value>
          <amount>200000</amount>
          <currency>GBP</currency>
        </value>

        <procurementMethod>limited</procurementMethod>
        <procurementMethodDetails>Call-off from a dynamic purchasing agreement</procurementMethodDetails>
        <mainProcurementCategory>services</mainProcurementCategory>

        <tenderPeriod>
          <startDate>2023-02-01T00:00:00Z</startDate>
        </tenderPeriod>
        <contractPeriod>
          <startDate>2023-06-01T00:00:00+01:00</startDate>
          <endDate>2023-08-31T23:59:59+01:00</endDate>
        </contractPeriod>

        <hasOptions>false</hasOptions>
        <hasRenewal>true</hasRenewal>
        <renewal>
          <description>Renewal description</description>
        </renewal>

        <classification>
          <scheme>CPV</scheme>
          <id>64110000</id>
        </classification>

        <coveredBy>GPA</coveredBy>
        <techniques>
          <hasFrameworkAgreement>false</hasFrameworkAgreement>
          <hasDynamicPurchasingSystem>false</hasDynamicPurchasingSystem>
        </techniques>
      </tender>

      <!-- Previous award -->
      <relatedProcesses>
        <relationship>prior</relationship>
        <relationship>reprocurementDifferentScope</relationship>

        <title>Previous award</title>

        <documents>
          <id>notice</id>
          <url>https://www.find-tender.service.gov.uk/Notice/987654-2022</url>
        </documents>

      </relatedProcesses>

      <!-- Framework being used -->
      <relatedProcesses>
        <relationship>framework</relationship>

        <title>NHS Framework Agreement, Branded Medicines for London and South of England</title>

        <parties>
          <name>NHS England</name>
          <id>1</id>
          <identifier>
            <noIdentifierRationale>notOnAnyRegister</noIdentifierRationale>
          </identifier>
          <address>
            <locality>Leeds</locality>
            <region>UKE</region>
            <countryCode>GB</countryCode>
          </address>
          <roles>procuringEntity</roles>
        </parties>

      </relatedProcesses>

    </UK1_2022>
  </FORM_SECTION>
</ukNotice>