This page is part of the National Directory of Healthcare Providers and Services (NDH) Implementation Guide (v1.0.0: STU1) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions
Official URL: http://hl7.org/fhir/us/ndh/OperationDefinition/ndhschexport | Version: 1.0.0 | |||
Standards status: Trial-use | 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. |