{
  "resourceType": "OperationDefinition",
  "id": "StructureDefinition-snapshot-expand",
  "url": "http://vonk.fire.ly/OperationDefinition/Snapshot-expand",
  "version": "1.0.0",
  "name": "Vonk - $snapshot",
  "status": "active",
  "kind": "operation",
  "date": "2019-02-13",
  "publisher": "Firely",
  "contact": [
    {
      "name": "Firely",
      "telecom": [
        {
          "system": "email",
          "value": "vonk@fire.ly"
        }
      ]
    }
  ],
  "description": "Generates a StructureDefinition instance with a snapshot, based on a differential in a provided StructureDefinition.",
  "code": "snapshot",
  "idempotent": false,
  "resource": [
    "StructureDefinition"
  ],
  "system": false,
  "type": true,
  "instance": false,
  "parameter": [
    {
      "name": "resource",
      "use": "in",
      "min": 1,
      "max": "1",
      "documentation": "The StructureDefinition is provided directly as part of the request. A Parameters resource is __not__ used for this input parameter.",
      "type": "StructureDefinition"
    },
    {
      "name": "return",
      "use": "out",
      "min": 1,
      "max": "1",
      "documentation": "The structure definition with a snapshot",
      "type": "StructureDefinition"
    }
  ]
}