PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.uv.bulkdata@1.0.1
    http://hl7.org/fhir/uv/bulkdata/OperationDefinition/export
{
  "description": "Export data from a FHIR server whether or not it is associated with a patient. This supports use cases like backing up a server or exporting terminology data by restricting the resources returned using the _type parameter. The FHIR server SHALL support invocation of this operation using the [FHIR Asynchronous Request Pattern](http://hl7.org/fhir/async.html)",
  "_filename": "OperationDefinition-export.json",
  "package_name": "hl7.fhir.uv.bulkdata",
  "date": "2020-07-02",
  "system": true,
  "publisher": "SMART Health IT",
  "instance": false,
  "jurisdiction": [ {
    "coding": [ {
      "code": "001",
      "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
      "display": "World"
    } ]
  } ],
  "name": "BulkDataExport",
  "type": "false",
  "experimental": null,
  "resourceType": "OperationDefinition",
  "title": "FHIR Bulk Data Export (Flat FHIR) - System Level Export",
  "package_version": "1.0.1",
  "status": "active",
  "id": "b5c444ea-efe9-4b41-bb4e-c1c2cab7a611",
  "kind": "operation",
  "url": "http://hl7.org/fhir/uv/bulkdata/OperationDefinition/export",
  "code": "export",
  "version": "1.0.1",
  "contact": [ {
    "name": "Ricky Sahu",
    "telecom": [ {
      "value": "ricky@1up.health",
      "system": "email"
    } ]
  }, {
    "name": "Dan Gottlieb",
    "telecom": [ {
      "value": "daniel.gottlieb@childrens.harvard.edu",
      "system": "email"
    } ]
  }, {
    "name": "Josh Mandel",
    "telecom": [ {
      "value": "joshua.mandel@childrens.harvard.edu",
      "system": "email"
    } ]
  }, {
    "name": "Vlad Ignatov",
    "telecom": [ {
      "value": "Vladimir.Ignatov@childrens.harvard.edu",
      "system": "email"
    } ]
  } ],
  "parameter": [ {
    "max": "1",
    "min": 0,
    "use": "in",
    "name": "_outputFormat",
    "type": "string",
    "documentation": "The format for the requested bulk data files to be generated as per [FHIR Asynchronous Request Pattern](http://hl7.org/fhir/async.html). Defaults to `application/fhir+ndjson`."
  }, {
    "max": "1",
    "min": 0,
    "use": "in",
    "name": "_since",
    "type": "instant",
    "documentation": "Resources updated after this period will be included in the response."
  }, {
    "max": "1",
    "min": 0,
    "use": "in",
    "name": "_type",
    "type": "string",
    "documentation": "A string of comma-delimited FHIR resource types. Only resources of the specified resource types(s) SHOULD be included in the response. If this parameter is omitted, the server SHOULD return all supported resources within the scope of the client authorization. Resource references MAY be relative URIs with the format {resource type}/{id}, or absolute URIs with the same structure rooted in the base URI for the server from which the export was performed. References will be resolved looking for a resource with the specified type and id within the file set. Note: Implementations MAY limit the resources returned to specific subsets of FHIR, such as those defined in the Argonaut Implementation Guide."
  } ]
}