CTS2-LE ClaML API: Update
Version vom 13. Januar 2021, 20:58 Uhr von Billig (Diskussion | Beiträge)
CTS2-LE provides an interface for importing terminological resources that are stuctured in Classification MarkUp Language (ClaML). For further information on ClaML please visit the wikipedia page or the documentation provided by DIMDI.
Operation Syntax
POST /WebCts2LE/service/crud/claml/update
- Updates a code system. If the resource does not exist, it is created.
- Request Body
application/xml- XML input stream in ClaML format
- Parameters
- resourceId (type:
string, occurence:optional) uniquely identifies a resource; if not defined, the XML input attribute/ClaML/Title/@namewill be used - version (type:
string, occurence:optional) the version of the resource; if not defined, the XML input attribute/ClaML/Title/@versionwill be used - groupName (type:
string, occurence:mandatory) determines the group to which the resource will belong; this is essential for displaying the resource in the navigator - defaultLanguage (type:
string, occurence:mandatory) the default language of the resource - isDefaultVersion (type:
boolean, occurence:optional, default istrue) label the resource as the default version - isSVSOrigin (type:
boolean, occurence:optional, default isfalse) distinguishes a code system that has certain attributes which are specific for SVS (Sharing Value Sets) resources
- Responses
application/xml200no errors409errors specified in XML