National Directory of Healthcare Providers & Services (NDH) Implementation Guide
1.0.0-ballot - ballot United States of America flag

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

: NDH Export Operation - XML Representation

Active as of 2023-05-25

Raw xml | Download



<OperationDefinition xmlns="http://hl7.org/fhir">
  <id value="ndhexport"/>
  <text>
    <status value="extensions"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p>URL: [base]/$ndhExport</p><p>Parameters</p><table class="grid"><tr><td><b>Use</b></td><td><b>Name</b></td><td><b>Scope</b></td><td><b>Cardinality</b></td><td><b>Type</b></td><td><b>Binding</b></td><td><b>Documentation</b></td></tr><tr><td>IN</td><td>_type</td><td/><td>0..*</td><td><a href="http://hl7.org/fhir/R4/datatypes.html#string">string</a></td><td/><td><div><p>A string of comma-delimited following resource types: CareTeam,Endpoint, HealthcareService, InsurancePlan, Location, Network,
Organization, OrganizationAffiliation, Practitioner, PractitionerRole, and Verification.<br/>
The response SHALL be filtered to only include resources of the specified resource types(s).<br/>
If this parameter is omitted, the NDH server SHALL return all supported resources within the scope of the client authorization</p>
</div></td></tr><tr><td>IN</td><td>_typeFilter</td><td/><td>0..*</td><td><a href="http://hl7.org/fhir/R4/datatypes.html#string">string</a></td><td/><td><div><p>string of comman-delimited FHIR REST search queries.<br/>
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</p>
</div></td></tr><tr><td>IN</td><td>_outputFormat</td><td/><td>0..1</td><td><a href="http://hl7.org/fhir/R4/datatypes.html#string">string</a></td><td/><td><div><p>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</p>
</div></td></tr><tr><td>IN</td><td>_startdate</td><td/><td>0..1</td><td><a href="http://hl7.org/fhir/R4/datatypes.html#dateTime">dateTime</a></td><td/><td><div><p>This parameter is used to specify the start dateTime of the export.</p>
</div></td></tr><tr><td>IN</td><td>_frequency</td><td/><td>0..1</td><td><a href="http://hl7.org/fhir/R4/datatypes.html#string">string</a></td><td/><td><div><p>daily, weekly, monthly, quarterly, yearly</p>
</div></td></tr><tr><td>IN</td><td>_account</td><td/><td>1..1</td><td><a href="http://hl7.org/fhir/R4/datatypes.html#string">string</a></td><td/><td><div><p>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.</p>
</div></td></tr><tr><td>IN</td><td>_cancel</td><td/><td>0..1</td><td><a href="http://hl7.org/fhir/R4/datatypes.html#boolean">boolean</a></td><td/><td><div><p>If you want to cancel the operation, set the value to true.</p>
</div></td></tr><tr><td>IN</td><td>_keepFile</td><td/><td>0..1</td><td><a href="http://hl7.org/fhir/R4/datatypes.html#boolean">boolean</a></td><td/><td><div><p>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.</p>
</div></td></tr></table></div>
  </text>
  <url value="http://hl7.org/fhir/us/ndh/OperationDefinition/ndhexport"/>
  <version value="1.0.0-ballot"/>
  <name value="NdhExport"/>
  <title value="NDH Export Operation"/>
  <status value="active"/>
  <kind value="operation"/>
  <date value="2023-05-25"/>
  <publisher value="HL7 International - Patient Administration Work Group"/>
  <contact>
    <name value="HL7 International - Patient Administration Work Group"/>
    <telecom>
      <system value="url"/>
      <value value="http://hl7.org/Special/committees/pafm"/>
    </telecom>
    <telecom>
      <system value="email"/>
      <value value="pafm@lists.hl7.org"/>
    </telecom>
  </contact>
  <description value="NDH Query Export Operation"/>
  <jurisdiction>
    <coding>
      <system value="urn:iso:std:iso:3166"/>
      <code value="US"/>
      <display value="United States of America"/>
    </coding>
  </jurisdiction>
  <code value="ndhExport"/>
  <system value="true"/>
  <type value="false"/>
  <instance value="false"/>
  <parameter>
    <name value="_type"/>
    <use value="in"/>
    <min value="0"/>
    <max value="*"/>
    <documentation
                   value="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"/>
    <type value="string"/>
  </parameter>
  <parameter>
    <name value="_typeFilter"/>
    <use value="in"/>
    <min value="0"/>
    <max value="*"/>
    <documentation
                   value="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"/>
    <type value="string"/>
  </parameter>
  <parameter>
    <name value="_outputFormat"/>
    <use value="in"/>
    <min value="0"/>
    <max value="1"/>
    <documentation
                   value="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"/>
    <type value="string"/>
  </parameter>
  <parameter>
    <name value="_startdate"/>
    <use value="in"/>
    <min value="0"/>
    <max value="1"/>
    <documentation
                   value="This parameter is used to specify the start dateTime of the export."/>
    <type value="dateTime"/>
  </parameter>
  <parameter>
    <name value="_frequency"/>
    <use value="in"/>
    <min value="0"/>
    <max value="1"/>
    <documentation value="daily, weekly, monthly, quarterly, yearly"/>
    <type value="string"/>
  </parameter>
  <parameter>
    <name value="_account"/>
    <use value="in"/>
    <min value="1"/>
    <max value="1"/>
    <documentation
                   value="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."/>
    <type value="string"/>
  </parameter>
  <parameter>
    <name value="_cancel"/>
    <use value="in"/>
    <min value="0"/>
    <max value="1"/>
    <documentation
                   value="If you want to cancel the operation, set the value to true."/>
    <type value="boolean"/>
  </parameter>
  <parameter>
    <name value="_keepFile"/>
    <use value="in"/>
    <min value="0"/>
    <max value="1"/>
    <documentation
                   value="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."/>
    <type value="boolean"/>
  </parameter>
</OperationDefinition>