edqm
Convert EDQM standard terms (https://standardterms.edqm.eu)
Command line usage
/*^babelfsh
edqm
--api-key-env API_KEY_ENV --mode-standard-terms --username-env USERNAME_ENV
[--class-as-string] [--class-property CLASS_PROPERTY]
[--class-system CLASS_SYSTEM]
[--creation-date-property CREATION_DATE_PROPERTY]
[--domain-property DOMAIN_PROPERTY] [--help] [--language LANGUAGE]
[--link-property LINK_PROPERTY]
[--modification-date-property MODIFICATION_DATE_PROPERTY]
[--status-property STATUS_PROPERTY] [--version-property VERSION_PROPERTY]
^babelfsh*/Command line argument reference
--api-key-env API_KEY_ENV
-k API_KEY_ENV
Required
The environment variable containing the API key for the EDQM API. It is intentionally not possible to provide the API key in the FSH source file directly to avoid leaking your key!
--mode-standard-terms
--mode-class-codes
Required
The mode for the CodeSystem plugin, either generate the class code system, or the code system with the actual terms.
--username-env USERNAME_ENV
-u USERNAME_ENV
Required
The environment variable containing the username for the EDQM API. It is intentionally not possible to provide the username in the FSH source file directly to avoid leaking your username!
--class-as-string
--class-as-coding
Whether to use the class as a code or as a coding. Default is 'true' (code).
--class-property CLASS_PROPERTY
The code for the property that contains the class of the concept; default 'class'; required property
--class-system CLASS_SYSTEM
The system for the property that contains the class of the concept, needed if --class-as-coding is provided; default 'http://standardterms.edqm.eu/classes'
--creation-date-property CREATION_DATE_PROPERTY
The code for the property that contains the creation date of the concept; optional property
--domain-property DOMAIN_PROPERTY
The code for the property that contains the domain of the concept; default 'domain'
--help
-h
show this help message and exit
--language LANGUAGE
-l LANGUAGE
The language(s) to be used for designations. The special code 'all' can be used to generate designations in all languages.
--link-property LINK_PROPERTY
The code for the property that contains the links of the concept; default 'link'; required property
--modification-date-property MODIFICATION_DATE_PROPERTY
The code for the property that contains the modification date of the concept; optional property
--status-property STATUS_PROPERTY
The code for the property that contains the status of the concept; default 'status'; required property
--version-property VERSION_PROPERTY
The code for the property that contains the version of the concept; optional property
Last updated

