National Directory of Healthcare Providers & Services (NDH) Implementation Guide, published by HL7 International / Patient Administration. This guide is not an authorized publication; it is the continuous build for version 1.0.0-ballot built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/fhir-us-ndh/ and changes regularly. See the Directory of published versions
Official URL: http://hl7.org/fhir/us/ndh/OperationDefinition/ndhschexport | Version: 1.0.0-ballot | |||
Active as of 2023-05-25 | Computable Name: NdhSchExport |
Scheduled NDH Export Operation
Generated Narrative: OperationDefinition ndhschexport
URL: [base]/$ndhschExport
Use | Name | Scope | Cardinality | Type | Binding | Documentation |
IN | _account | 1..1 | string | 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 | _scheduledId | 1..1 | id | 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 | _type | 0..* | string | A string of comma-delimited following resource types: CareTeam,Endpoint, HealthcareService, InsurancePlan, Location, Network,
Organization, OrganizationAffiliation, Practitioner, PractitionerRole, and Verification. | ||
IN | _typeFilter | 0..* | string | string of comman-delimited FHIR REST search queries. | ||
IN | _outputFormat | 0..1 | string | 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 | _startdate | 0..1 | dateTime | This parameter is used to specify the start dateTime of the export. | ||
IN | _frequency | 0..1 | Duration | For Natioonal Directory API, only the following unit will be used d-day wk-week, mo-month, a-year. | ||
IN | _cancel | 0..1 | boolean | If you want to cancel the operation, set the value to true. | ||
IN | _keepFile | 0..1 | boolean | 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. |