FHIR © HL7.org  |  Server Home  |  XIG Home  |  Server Source  |  FHIR  

FHIR IG Statistics: OperationDefinition/daf-load

Packagehl7.fhir.us.daf
TypeOperationDefinition
Iddaf-load
FHIR VersionR3
Sourcehttp://hl7.org/fhir/us/daf/OperationDefinition-daf-load.html
URLhttp://hl7.org/fhir/us/daf-research/OperationDefinition/daf-load
Version1.0.0
Statusdraft
Date2016-07-24
NameLoad Data
Realmus
Authorityhl7
DescriptionThe purpose of this operation is to enable loading of extracted data from data sources into data marts. The extracted data will be de-identified and mapped from FHIR to the destination data model and then loaded into the data mart according to the local work flows. The work flow information is captured as part of the task which executes the load-data operation. Please refer to the Implementation Guidance for further information on how to use the task and load-data operation together for research work flows.
Typefalse
Kindoperation

Resources that use this resource

CapabilityStatement
daf-datamartData Mart

Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Load Data

OPERATION: Load Data

The official URL for this operation definition is:

http://hl7.org/fhir/us/daf-research/OperationDefinition/daf-load

The purpose of this operation is to enable loading of extracted data from data sources into data marts. The extracted data will be de-identified and mapped from FHIR to the destination data model and then loaded into the data mart according to the local work flows. The work flow information is captured as part of the task which executes the load-data operation. Please refer to the Implementation Guidance for further information on how to use the task and load-data operation together for research work flows.

URL: [base]/$load-data

Parameters

UseNameCardinalityTypeBindingDocumentation
INinput1..1Bundle

The Bundle resource that contains the extracted data from the extract-data operation is used as input to the load-data operation.

OUTissues0..1OperationOutcome

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.

Pilots underway in PCORNet


Source

{
  "resourceType": "OperationDefinition",
  "id": "daf-load",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://hl7.org/fhir/us/daf-research/OperationDefinition/daf-load",
  "version": "1.0.0",
  "name": "Load Data",
  "status": "draft",
  "kind": "operation",
  "date": "2016-07-24",
  "description": "The purpose of this operation is to enable loading of extracted data from data sources into data marts.   The extracted data will be de-identified and mapped from FHIR to the destination data model and then loaded into the data mart according to the local work flows. The work flow information is captured as part of the task which executes the load-data operation. Please refer to the Implementation Guidance for further information on how to use the task and load-data operation together for research work flows.",
  "code": "load-data",
  "comment": "Pilots underway in PCORNet",
  "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"
    }
  ]
}