https://tx.ontoserver.csiro.au/fhir/OperationDefinition/CodeSystem-t-x-upload-external
Operation

X-upload-external

OPERATIONĀ x-upload-external

SNOMED CT and LOINC can also be loaded by directly POSTing a ZIP file to this operation.

URL: [base]/CodeSystem/$x-upload-external

May only be invoked by performing an HTTP POST.

Parameters

UseNameCardinalityTypeBindingDocumentation
INsystem1..1uri
The system URI for either SNOMED CT or LOINC
INversion1..1string
The version string
INkind0..1code
For SNOMED CT, one of either 'full' or 'snapshot'
{
  "resourceType": "OperationDefinition",
  "text": {
  "status": "generated",
  "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">Operation</div>"
  },
  "url": "https://tx.ontoserver.csiro.au/fhir/OperationDefinition/CodeSystem-t-x-upload-external",
  "name": "X-upload-external",
  "status": "active",
  "kind": "operation",
  "description": "SNOMED CT and LOINC can also be loaded by directly POSTing a ZIP file to this operation.",
  "affectsState": true,
  "code": "x-upload-external",
  "resource": [ "CodeSystem" ],
  "system": false,
  "type": true,
  "instance": false,
  "parameter": [ {
  "name": "system",
  "use": "in",
  "min": 1,
  "max": "1",
  "documentation": "The system URI for either SNOMED CT or LOINC",
  "type": "uri"
  }, {
  "name": "version",
  "use": "in",
  "min": 1,
  "max": "1",
  "documentation": "The version string",
  "type": "string"
  }, {
  "name": "kind",
  "use": "in",
  "min": 0,
  "max": "1",
  "documentation": "For SNOMED CT, one of either 'full' or 'snapshot'",
  "type": "code"
  } ]
}