{
"description": "Export data from a FHIR server for all data associated with patients. This supports use cases like transmitting all data about patients or clinical care between systems",
"_filename": "OperationDefinition-patient-export.json",
"package_name": "hl7.fhir.us.bulkdata",
"date": "2019-02-15T00:00:00+11:00",
"system": false,
"publisher": "SMART Health IT",
"instance": false,
"name": "PatientLevelExport",
"type": "true",
"experimental": null,
"resourceType": "OperationDefinition",
"title": "FHIR Bulk Data Export (Flat FHIR) - System Level Export",
"package_version": "0.1.0",
"status": "active",
"id": "4e394001-1c2a-4781-8fa6-0c1add33559f",
"resource": [ "Patient" ],
"kind": "operation",
"url": "http://hl7.org/fhir/us/bulkdata/OperationDefinition/patient-export",
"code": "$export",
"version": "1.0.0",
"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": "out",
"name": "_outputFormat",
"type": "string",
"documentation": "The format for the requested bulk data files to be generated. Servers MUST support Newline Delimited JSON, but MAY choose to support additional output formats. Servers MUST accept the full content type of application/fhir+ndjson as well as the abbreviated representations application/ndjson and ndjson. 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": "out",
"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. For non-system-level requests, the Patient Compartment SHOULD be used as a point of reference for recommended resources to be returned as well as other resources outside of the patient compartment that are helpful in interpreting the patient data such as Organization and Practitioner. Resource references MAY be relative URIs with the format /, 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"
} ]
}