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

FHIR IG Statistics: OperationDefinition/davinci-data-export

Packagehl7.fhir.us.davinci-atr
TypeOperationDefinition
Iddavinci-data-export
FHIR VersionR4
Sourcehttp://hl7.org/fhir/us/davinci-atr/https://build.fhir.org/ig/HL7/davinci-atr/OperationDefinition-davinci-data-export.html
URLhttp://hl7.org/fhir/us/davinci-atr/OperationDefinition/davinci-data-export
Version2.1.0
Statusactive
Date2021-07-22T21:48:56+10:00
NameDaVinciDataExport
TitleDaVinci Data Export
Realmus
Authorityhl7
DescriptionExports data about members of the Group
Typefalse
Kindoperation

Resources that use this resource

CapabilityStatement
pdex-payer-access-serverPDex Payer Access Server CapabilityStatement
pdex-provider-access-serverPDex Provider Access Server CapabilityStatement
pdex-server-6-1PDex Server CapabilityStatement with US core 6.1 support
pdex-serverPDEX Server CapabilityStatement

Resources that this resource uses

No resources found


Narrative

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

Generated Narrative: OperationDefinition davinci-data-export

URL: [base]/Group/[id]/$davinci-data-export

Parameters

UseNameScopeCardinalityTypeBindingDocumentation
INpatient0..*Reference

The Members whose data has to be exported, when omitted the data about all members in the Group should be exported. The references are pointing to resources in the FHIR Server supporting the davinci-data-export operation. The server will ignore invalid references to patients or if the patients are not part of the Group. For each member that is invalid or ignored an operation outcome has to be returned detailing the specific error.This parameter is exactly the same parameter defined in the latest Bulk Data Export operation.

INexportType0..1canonical

The code that indicates the type of export to be performed. For e.g hl7.fhir.us.davinci-atr to indicate Member Attribution export, and hl7.fhir.us.davinci-pdex#payertopayer for a PDex Payer to Payer Data Exchange Data Export. Servers are supposed to provide the export guidance in the individual IGs. This is a new parameter added to the operation that is not present in the Bulk Data Export operation.

IN_since0..1instant

Resources updated after the specified time will be included in the response. When omitted, the Server is free to export all data for the members. This parameter is exactly the same parameter defined in the Bulk Data Export operation.

IN_until0..1instant

Resources updated before the specified time will be included in the response. When omitted, the Server is free to export all data for the members until the time the export operation is started. This is a new parameter added to the operation that is not present in the Bulk Data Export operation.

IN_type0..1string

The resources that need to be extracted for the patients. This is a string of comma-delimited FHIR resource types. This is the same parameter defined in the Bulk Data Export operation specification. This parameter is exactly the same parameter defined in the Bulk Data Export operation.

IN_typeFilter0..1string

The list of Queries that need to be executed for the resources to be exported. This will allow the consumer to limit the data being exported. This is a string of comma delimited FHIR REST queries. This parameter is exactly the same parameter defined in the latest Bulk Data Export operation.


Source

{
  "resourceType": "OperationDefinition",
  "id": "davinci-data-export",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "fm"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 2,
      "_valueInteger": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
            "valueCanonical": "http://hl7.org/fhir/us/davinci-atr/ImplementationGuide/davinci-atr"
          }
        ]
      }
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode": "trial-use",
      "_valueCode": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
            "valueCanonical": "http://hl7.org/fhir/us/davinci-atr/ImplementationGuide/davinci-atr"
          }
        ]
      }
    }
  ],
  "url": "http://hl7.org/fhir/us/davinci-atr/OperationDefinition/davinci-data-export",
  "version": "2.1.0",
  "name": "DaVinciDataExport",
  "title": "DaVinci Data Export",
  "status": "active",
  "kind": "operation",
  "date": "2021-07-22T21:48:56+10:00",
  "publisher": "HL7 International / Financial Management",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/fm"
        }
      ]
    }
  ],
  "description": "Exports data about members of the Group",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "US"
        }
      ]
    }
  ],
  "code": "davinci-data-export",
  "base": "http://hl7.org/fhir/uv/bulkdata/OperationDefinition/group-export",
  "resource": [
    "Group"
  ],
  "system": false,
  "type": false,
  "instance": true,
  "parameter": [
    {
      "name": "patient",
      "use": "in",
      "min": 0,
      "max": "*",
      "documentation": "The Members whose data has to be exported, when omitted the data about all members in the Group should  be exported. The references are      pointing to resources in the FHIR Server supporting the davinci-data-export operation. The server will ignore invalid references to patients or if the patients are not part of the Group.     For each member that is invalid or ignored an operation outcome has to be returned detailing the specific error.This parameter is exactly the same parameter defined in the latest Bulk Data Export operation.",
      "type": "Reference"
    },
    {
      "name": "exportType",
      "use": "in",
      "min": 0,
      "max": "1",
      "documentation": "The code that indicates the type of export to be performed. For e.g hl7.fhir.us.davinci-atr to indicate Member Attribution export,      and hl7.fhir.us.davinci-pdex#payertopayer for a PDex Payer to Payer Data Exchange Data Export. Servers are supposed to provide the export guidance in the individual IGs. This is a new parameter added to the operation that is not present in the Bulk Data Export operation.",
      "type": "canonical"
    },
    {
      "name": "_since",
      "use": "in",
      "min": 0,
      "max": "1",
      "documentation": "Resources updated after the specified time will be included in the response. When omitted, the Server is free to export all data for the members. This parameter is exactly the same parameter defined in the Bulk Data Export operation.",
      "type": "instant"
    },
    {
      "name": "_until",
      "use": "in",
      "min": 0,
      "max": "1",
      "documentation": "Resources updated before the specified time will be included in the response. When omitted, the Server is free to export all data for the members until the time the export operation is started.      This is a new parameter added to the operation that is not present in the Bulk Data Export operation.",
      "type": "instant"
    },
    {
      "name": "_type",
      "use": "in",
      "min": 0,
      "max": "1",
      "documentation": "The resources that need to be extracted for the patients. This is a string of comma-delimited FHIR resource types. This is the same parameter defined in the Bulk Data Export operation specification. This parameter is exactly the same parameter defined in the Bulk Data Export operation.",
      "type": "string"
    },
    {
      "name": "_typeFilter",
      "use": "in",
      "min": 0,
      "max": "1",
      "documentation": "The list of Queries that need to be executed for the resources to be exported. This will allow the consumer to limit the data being exported. This is a string of comma delimited FHIR REST queries. This parameter is exactly the same parameter defined in the latest Bulk Data Export operation.",
      "type": "string"
    }
  ]
}