1 {-# LANGUAGE OverloadedStrings #-}
3 ---- Machine generated code.
4 ---- Output of edi-parser-scaffolder
6 module Text.Edifact.D01B.Simples.S9415
10 import Text.Edifact.Parsing
11 import Text.Edifact.Types (Value)
13 -- | Derived from this specification:
15 -- > 9415 Government agency identification code [B]
17 -- > Desc: Code identifying a government agency.
22 -- > Government agency responsible for agriculture and e.g.
23 -- > the inspection of vegetable and animal substances being
27 -- > Government agency responsible for the safe transport of
31 -- > Government agency responsible for commerce both domestic
32 -- > and international.
35 -- > Government agency responsible for public safety on
39 -- > Customs authorities.
42 -- > Government agency responsible for the safety on food and
45 -- > 7 Health certificate
46 -- > Health authorities.
49 -- > Police authorities responsible for public safety in the
53 -- > Government agency responsible for immigration matters.
56 -- > Government agency responsible for the importation of
59 -- > 11 Port authority
60 -- > Government or semi-government body responsible for port
64 -- > Government body responsible for public health matters.
66 -- > 13 Transportation
67 -- > Government agency responsible for transportation policy
68 -- > and other transportation matters.
69 simple9415 :: Parser Value
70 simple9415 = simple "9415" (alphaNumeric `upTo` 3)