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

FHIR IG Statistics: OperationDefinition/ndhschexport

Packagehl7.fhir.us.ndh
Resource TypeOperationDefinition
Idndhschexport
FHIR VersionR4
Sourcehttp://hl7.org/fhir/us/ndh/https://build.fhir.org/ig/HL7/fhir-us-ndh/OperationDefinition-ndhschexport.html
URLhttp://hl7.org/fhir/us/ndh/OperationDefinition/ndhschexport
Version2.0.0
Statusactive
Date2023-05-25
NameNdhSchExport
TitleScheduled NDH Export Operation
Realmus
Authorityhl7
DescriptionScheduled NDH Export Operation
Typefalse
Kindoperation

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

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

Generated Narrative: OperationDefinition ndhschexport

URL: [base]/$ndhschExport

Parameters

UseNameScopeCardinalityTypeBindingDocumentation
IN_account1..1string

This parameter is used to specify the user account. Will be used for cancel the request in the future; query the status of the request; and query the result of the request.

IN_scheduledId1..1id

This parameter is used to specify the request identifier. Will be used for cancel the request in the future; query the status of the request; and query the result of the request.

IN_type0..*string

A string of comma-delimited following resource types: CareTeam,Endpoint, HealthcareService, InsurancePlan, Location, Network, Organization, OrganizationAffiliation, Practitioner, PractitionerRole, and Verification.
The response SHALL be filtered to only include resources of the specified resource types(s).
If this parameter is omitted, the NDH server SHALL return all supported resources within the scope of the client authorization

IN_typeFilter0..*string

string of comman-delimited FHIR REST search queries.
When provided, a server with support for the parameter and requested search queries SHALL filter the data in the response to only include resources that meet the specified criteria

IN_outputFormat0..1string

The format for the requested ndhschexport data file to be generated default to application/fhir+ndjson. The NDH server MAY support additional formats, such as application/csv

IN_startdate0..1dateTime

This parameter is used to specify the start dateTime of the export.

IN_frequency0..1Duration

For Natioonal Directory API, only the following unit will be used d-day wk-week, mo-month, a-year.

IN_cancel0..1boolean

If you want to cancel the operation, set the value to true.

IN_keepFile0..1boolean

This parameter is used to specify whether to keep the file on the server after the file is downloaded. if the value is absent the server will keep the file on the server.


Source

{
  "resourceType": "OperationDefinition",
  "id": "ndhschexport",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "pa"
    },
    {
      "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/ndh/ImplementationGuide/hl7.fhir.us.ndh"
          }
        ]
      }
    }
  ],
  "url": "http://hl7.org/fhir/us/ndh/OperationDefinition/ndhschexport",
  "version": "2.0.0",
  "name": "NdhSchExport",
  "title": "Scheduled NDH Export Operation",
  "status": "active",
  "kind": "operation",
  "date": "2023-05-25",
  "publisher": "HL7 International / Patient Administration",
  "contact": [
    {
      "name": "HL7 International / Patient Administration",
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/pafm"
        },
        {
          "system": "email",
          "value": "pafm@lists.hl7.org"
        }
      ]
    }
  ],
  "description": "Scheduled NDH Export Operation",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "US",
          "display": "United States of America"
        }
      ]
    }
  ],
  "code": "ndhschExport",
  "system": true,
  "type": false,
  "instance": false,
  "parameter": [
    {
      "name": "_account",
      "use": "in",
      "min": 1,
      "max": "1",
      "documentation": "This parameter is used to specify the user account. Will be used for cancel the request in the future; \nquery the status of the request; and query the result of the request.",
      "type": "string"
    },
    {
      "name": "_scheduledId",
      "use": "in",
      "min": 1,
      "max": "1",
      "documentation": "This parameter is used to specify the request identifier. Will be used for cancel the request in the future; \nquery the status of the request; and query the result of the request.",
      "type": "id"
    },
    {
      "name": "_type",
      "use": "in",
      "min": 0,
      "max": "*",
      "documentation": "A string of comma-delimited following resource types: CareTeam,Endpoint, HealthcareService, InsurancePlan, Location, Network,\nOrganization, OrganizationAffiliation, Practitioner, PractitionerRole, and Verification.  \nThe response SHALL be filtered to only include resources of the specified resource types(s).  \nIf this parameter is omitted, the NDH server SHALL return all supported resources within the scope of the client authorization",
      "type": "string"
    },
    {
      "name": "_typeFilter",
      "use": "in",
      "min": 0,
      "max": "*",
      "documentation": "string of comman-delimited FHIR REST search queries.  \nWhen provided, a server with support for the parameter and requested search queries SHALL filter the data in the response to only \ninclude resources that meet the specified criteria",
      "type": "string"
    },
    {
      "name": "_outputFormat",
      "use": "in",
      "min": 0,
      "max": "1",
      "documentation": "The format for the requested ndhschexport data file to be generated default to application/fhir+ndjson. The NDH server MAY\nsupport additional formats, such as application/csv",
      "type": "string"
    },
    {
      "name": "_startdate",
      "use": "in",
      "min": 0,
      "max": "1",
      "documentation": "This parameter is used to specify the start dateTime of the export.",
      "type": "dateTime"
    },
    {
      "name": "_frequency",
      "use": "in",
      "min": 0,
      "max": "1",
      "documentation": "For Natioonal Directory API, only the following unit will be used d-day  wk-week, mo-month, a-year.",
      "type": "Duration"
    },
    {
      "name": "_cancel",
      "use": "in",
      "min": 0,
      "max": "1",
      "documentation": "If you want to cancel the operation, set the value to true.",
      "type": "boolean"
    },
    {
      "name": "_keepFile",
      "use": "in",
      "min": 0,
      "max": "1",
      "documentation": "This parameter is used to specify whether to keep the file on the server after the file is downloaded.\nif the value is absent the server will keep the file on the server.",
      "type": "boolean"
    }
  ]
}