PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.us.daf@1.6.0
    http://hl7.org/fhir/us/daf/OperationDefinition/daf-load-operation
{
  "description": "Enable Loading data extracted from data sources into data marts.",
  "_filename": "OperationDefinition-daf-load-operation.json",
  "package_name": "hl7.fhir.us.daf",
  "date": "2016-07-24",
  "system": true,
  "publisher": null,
  "instance": false,
  "name": "Load Data",
  "type": null,
  "experimental": null,
  "resourceType": "OperationDefinition",
  "title": null,
  "package_version": "1.6.0",
  "status": "draft",
  "id": "630df1bc-d268-43f3-8c5b-8a586c89bceb",
  "kind": "operation",
  "comment": "Pilots underway in PCORNet",
  "url": "http://hl7.org/fhir/us/daf/OperationDefinition/daf-load-operation",
  "code": "load-data",
  "base": {
    "reference": "OperationDefinition/daf-load-operation"
  },
  "version": null,
  "parameter": [ {
    "max": "1",
    "min": 1,
    "use": "in",
    "name": "input",
    "type": "Bundle",
    "documentation": "The Bundle resource that contains the extracted data from the extract-data operation is used as input to the load-data operation."
  }, {
    "max": "1",
    "min": 0,
    "use": "out",
    "name": "issues",
    "type": "OperationOutcome",
    "documentation": "A list of hints and warnings about problems encountered while loading the data. These might be show to the user as an advisory note. Note: if the loading cannot be performed at all, then the operation should fail, and an OperationOutcome is returned directly with the failure, rather than using this parameter. "
  } ]
}