https://tx.ontoserver.csiro.au/fhir/OperationDefinition/-s-convert
Operation

Convert

OPERATIONĀ convert

URL: [base]/$convert

May be invoked by performing an HTTP GET operation as well as a POST.

Parameters

UseNameCardinalityTypeBindingDocumentation
INinput1..1Resource
{
  "resourceType": "OperationDefinition",
  "text": {
  "status": "generated",
  "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">Operation</div>"
  },
  "url": "https://tx.ontoserver.csiro.au/fhir/OperationDefinition/-s-convert",
  "name": "Convert",
  "status": "active",
  "kind": "operation",
  "affectsState": false,
  "code": "convert",
  "system": true,
  "type": false,
  "instance": false,
  "parameter": [ {
  "name": "input",
  "use": "in",
  "min": 1,
  "max": "1",
  "type": "Resource"
  } ]
}