Documentation

Adds an object to describe the date, time, place and other details of the public bid opening.

This extension must be used with the Location extension.

Guía

If you are using the Lots extension, follow its guidance on whether to use tender.lots fields or tender fields.

In the European Union, this extension's fields correspond to eForms BT-132 (Public Opening Date), BT-133 (Public Opening Place), BT-134 (Public Opening Description). For correspondences to Tenders Electronic Daily (TED), see OCDS for the European Union.

Ejemplo

Tender

{
  "tender": {
    "bidOpening": {
      "date": "2019-10-16T15:00:00+01:00",
      "address": {
        "streetAddress": "Town Hall, St Aldate's",
        "region": "Oxfordshire",
        "locality": "Oxford",
        "postalCode": "OX1 1BX",
        "countryName": "United Kingdom"
      },
      "location": {
        "description": "Central Oxford",
        "geometry": {
          "type": "Point",
          "coordinates": [
            51.751944,
            -1.257778
          ]
        },
        "gazetteer": {
          "scheme": "GEONAMES",
          "identifiers": [
            "2640729"
          ]
        },
        "uri": "http://www.geonames.org/2640729/oxford.html"
      },
      "description": "We recommend that people who wish to attend the opening register on this page: https://wwww.example.org/register"
    }
  }
}

Lotes

{
  "tender": {
    "lots": [
      {
        "id": "1",
        "bidOpening": {
          "date": "2019-10-16T15:00:00+01:00",
          "address": {
            "streetAddress": "Town Hall, St Aldate's",
            "region": "Oxfordshire",
            "locality": "Oxford",
            "postalCode": "OX1 1BX",
            "countryName": "United Kingdom"
          },
          "location": {
            "description": "Central Oxford",
            "geometry": {
              "type": "Point",
              "coordinates": [
                51.751944,
                -1.257778
              ]
            },
            "gazetteer": {
              "scheme": "GEONAMES",
              "identifiers": [
                "2640729"
              ]
            },
            "uri": "http://www.geonames.org/2640729/oxford.html"
          },
          "description": "We recommend that people who wish to attend the opening register on this page: https://wwww.example.org/register"
        }
      }
    ]
  }
}

Issues

Reporte issues para esta extensión en el repositorio de extensiones ocds, poniendo el nombre de la extensión en el título del issue.

Registro de cambios

2023-06-07

  • Clarify that the extension is for bid openings that are public events.

2023-02-13

  • Add Lot.bidOpening field.

2020-04-24

  • Agregar las propiedades minProperties, minItems y/o minLength.

Esta extensión fue originalmente discutida como parte del OCDS para el perfil de EU, en pull requests y en https://github.com/open-contracting/standard/issues/749.