Skip to content

Commit

Permalink
update form-type.csv and BT-03 guidance
Browse files Browse the repository at this point in the history
  • Loading branch information
odscjen committed Dec 5, 2024
1 parent 4a89e75 commit fd3e828
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
6 changes: 4 additions & 2 deletions output/mapping/eforms/guidance.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,9 @@
eForms guidance: |-
The values of `cbc:NoticeTypeCode[@listName]` are drawn from the [form type authority table](https://op.europa.eu/en/web/eu-vocabularies/concept-scheme/-/resource?uri=http://publications.europa.eu/resource/authority/form-type) in the EU Vocabularies.

Look up `cbc:NoticeTypeCode[@listName]` in the [form type mapping table](codelists/form-type), add the values of the release tag column to `tag` and set `tender.status` to the value of the tender status column.
If the code is "bri" discard this notice, it details information not modelled by OCDS.

Otherwise look up `cbc:NoticeTypeCode[@listName]` in the [form type mapping table](codelists/form-type), add the values of the release tag column to `tag` and set `tender.status` to the value of the tender status column.
eForms example: <cbc:NoticeTypeCode listName="competition">cn-standard</cbc:NoticeTypeCode>
OCDS example: '{"tag":["tender"],"tender":{"status":"active"}}'
sdk: https://docs.ted.europa.eu/eforms/latest/schema/notice-information.html#subtypeSection
Expand Down Expand Up @@ -12418,7 +12420,7 @@
xpathAbsolute: /*/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/efext:EformsExtension/efac:Appeals/efac:AppealInformation/efbc:PreviousAppealID
type: id
repeatable: false
Description: An identifier of the review request(s) that led to this decision or a review decision that is being appealed by this review request. Review decision which were initiated by the review body ("ex officio") are not preceeded by a review request.
Description: An identifier of the review request(s) that led to this decision or a review decision that is being appealed by this review request. Review decision which were initiated by the review body ("ex officio") are not preceded by a review request.
Business groups:
BG-714: Review
eForms guidance: ''
Expand Down
7 changes: 4 additions & 3 deletions output/mapping/eforms/mapping-tables/form-type.csv
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
eForms code,eForms label,Release tag,Tender status
planning,Procurement preparation and set-up.,tender,'planned'
consultation,Consultation,'planning','planning'
planning,Procurement preparation and set-up.,'tender;,'planning'
competition,"The contracting authority or contracting entity may limit the number of candidates or tenderers to an appropriate level, on condition that this is done in a transparent manner and on the basis of objective criteria. The number of candidates or tenderers invited shall be sufficient to ensure genuine competition.",'tender','active'
change,Replacement of a previous notice with different information.,'tenderUpdate',
dir-awa-pre,Prior notification of a direct award.,"'award', 'contract'",'complete'
result,Outcome of the call for tender.,"'award', 'contract'",'complete'
dir-awa-pre:,Prior notification of a direct award.,"'award', 'contract'",'complete'
cont-modif,Any change done in the contract.,"'awardUpdate', 'contractUpdate'",
completion,Completion,'contractUpdate',

0 comments on commit fd3e828

Please sign in to comment.