This page is part of the National Directory of Healthcare Providers and Services (NDH) Implementation Guide (v1.0.0-ballot: STU1 Ballot 1) based on FHIR R4. . For a full list of available versions, see the Directory of published versions
Official URL: http://hl7.org/fhir/us/ndh/OperationDefinition/ndhexport | Version: 1.0.0-ballot | |||
Active as of 2023-05-25 | Computable Name: NdhExport |
NDH Query Export Operation
Header Prefer = respond-async indicate the response is async.
Prefer: respond-async
The response will include a return code of 202, indicating that the NDH server has accepted the request.
HTTP/1.1 202 Accepted
URL: [base]/$ndhExport
Parameters
Use | Name | Scope | Cardinality | Type | Binding | Documentation |
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 ndhexport 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 | string | daily, weekly, monthly, quarterly, yearly | ||
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 | _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. |