This document describe EHF Advanced Ordering (called "EHF Avansert Ordre" in Norwegian)format to be used for the exchange of electronic reminder information between trading partners. This document is a part of Norwegian Agency for Public and Financial Management (DFØ) standardization work related to electronic commerce.
2. Description
2.1. Referencing documents
2.1.1. Identifying document
To be able to reference the individual document must a unique document identifier be provided for all documents.
<cbc:ID>1337</cbc:ID>
2.1.2. Unique identification of document
<cbc:UUID>fb9f30ac-b796-4d3c-a526-3a9193bf748f</cbc:UUID>
2.1.3. Referencing order document
For all document types except the initial order must a order reference be provided. The order reference will always contain the document identifier provided in the order document.
<cac:OrderReference>
<cbc:ID>1337</cbc:ID>
</cac:OrderReference>
2.1.4. Referencing change order document
When an order response is provided for an order change must order change reference be provided.
<cac:OrderChangeDocumentReference>
<cbc:ID>1aaacbb3-f52f-4333-9640-36af26d0aafa</cbc:ID>
</cac:OrderChangeDocumentReference>
Appendix A: Qualified Item Identification
This specification supports use of EHF Qualified Item Identification G1 to add additional item properies with qualified information supported by validation.
The message supporting this extra validation is the order response.
To indicate use of EHF Qulified Item Identification must this be indicated on product level:
<cac:Item>
<cac:CommodityClassification>
<cbc:ItemClassificationCode listID="ZZZ">
urn:fdc:anskaffelser.no:2022:ehf:qii:item
</cbc:ItemClassificationCode>
</cac:CommodityClassification>
</cac:Item>
Then may the linked library be used to add qualified information:
<cac:AdditionalItemProperty>
<cbc:Name>Used</cbc:Name>
<cbc:NameCode>#used</cbc:NameCode>
<cbc:Value>true</cbc:Value>
</cac:AdditionalItemProperty>