This page is part of the Data Access Framework (v1.8.0: STU 2 Ballot 2) based on FHIR (HL7® FHIR® Standard) v1.8.0. The current version which supersedes this version is 2.0.0. For a full list of available versions, see the Directory of published versions
{
"resourceType" : "OperationDefinition",
"id" : "daf-load",
"text" : {
"status" : "generated",
"div" : "<div xmlns="http://www.w3.org/1999/xhtml"><h2>Load Data</h2><p>OPERATION: Load Data</p><div><p>Enable Loading data extracted from data sources into data marts.</p>
</div><p>URL: [base]/$load-data</p><p>Parameters</p><table class="grid"><tr><td><b>Use</b></td><td><b>Name</b></td><td><b>Cardinality</b></td><td><b>Type</b></td><td><b>Binding</b></td><td><b>Documentation</b></td></tr><tr><td>IN</td><td>input</td><td>1..1</td><td>Bundle</td><td/><td><div><p>The Bundle resource that contains the extracted data from the extract-data operation is used as input to the load-data operation.</p>
</div></td></tr><tr><td>OUT</td><td>issues</td><td>0..1</td><td>OperationOutcome</td><td/><td><div><p>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.</p>
</div></td></tr></table><div><p>Pilots underway in PCORNet</p>
</div></div>"
},
"url" : "http://hl7.org/fhir/us/daf-research/OperationDefinition/daf-load",
"name" : "Load Data",
"status" : "draft",
"kind" : "operation",
"date" : "2016-07-24",
"description" : "Enable Loading data extracted from data sources into data marts.",
"code" : "load-data",
"comment" : "Pilots underway in PCORNet",
"base" : {
"reference" : "OperationDefinition/daf-load-operation"
},
"system" : true,
"type" : false,
"instance" : false,
"parameter" : [
{
"name" : "input",
"use" : "in",
"min" : 1,
"max" : "1",
"documentation" : "The Bundle resource that contains the extracted data from the extract-data operation is used as input to the load-data operation.",
"type" : "Bundle"
},
{
"name" : "issues",
"use" : "out",
"min" : 0,
"max" : "1",
"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. ",
"type" : "OperationOutcome"
}
]
}