Argonaut Provider Directory CI Build

This page is part of the Argonaut Provider Directory Guide (v0.1.0: Release 1 Draft) based on FHIR v1.9.0. The current version which supercedes this version is 1.0.0. For a full list of available versions, see the Directory of published versions


<CapabilityStatement xmlns="http://hl7.org/fhir">
  <id value="client"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><h2>Argonaut Provider Directory Client</h2><div><p>This profile defines the expected capabilities of a client when conforming to the Argonaut Provider Directory Implementation Guide.</p>
</div><table><tr><td>Mode</td><td>CLIENT</td></tr><tr><td>Description</td><td>'''The Argonaut Provider Directory Client''' ''SHOULD'' support querying of one or more FHIR resources using appropriate Argonaut Provider Directory profile(s), RESTful operations defined for the profile and [[parameters.html|Search]] identified for the profile. - list - list</td></tr><tr><td>Transaction</td><td></td></tr><tr><td>System History</td><td></td></tr><tr><td>System Search</td><td></td></tr></table><table><tr><th><b>Resource Type</b></th><th><b>Profile</b></th><th><b>Read</b></th><th><b>V-Read</b></th><th><b>Search</b></th><th><b>Update</b></th><th><b>Updates</b></th><th><b>Create</b></th><th><b>Delete</b></th><th><b>History</b></th></tr><tr><td>Practitioner</td><td><a href="http://fhir.org/guides/argonaut-pd/StructureDefinition-argo-practitioner">http://fhir.org/guides/argonaut-pd/StructureDefinition-argo-practitioner</a></td><td></td><td></td><td>y</td><td></td><td></td><td></td><td></td><td></td></tr><tr><td>Organization</td><td><a href="http://fhir.org/guides/argonaut-pd/StructureDefinition-argo-organization">http://fhir.org/guides/argonaut-pd/StructureDefinition-argo-organization</a></td><td></td><td></td><td>y</td><td></td><td></td><td></td><td></td><td></td></tr></table></div>
  </text>
  <url value="http://fhir.org/guides/argonaut-pd/CapabilityStatement/client"/>
  <name value="Argonaut Provider Directory Client"/>
  <status value="draft"/>
  <date value="2016-11-13"/>
  <publisher value="FHIR Project Team"/>
  <contact>
    <telecom>
      <system value="other"/>
      <value value="http://hl7.org/fhir"/>
    </telecom>
  </contact>
  <description
               value="This profile defines the expected capabilities of a client when conforming to the Argonaut Provider Directory Implementation Guide."/>
  <kind value="requirements"/>
  <fhirVersion value="STU3"/>
  <acceptUnknown value="extensions"/>
  <format value="xml"/>
  <format value="json"/>
  <rest>
    <mode value="client"/>
    <documentation
                   value="&#39;&#39;&#39;The Argonaut Provider Directory Client&#39;&#39;&#39; &#39;&#39;SHOULD&#39;&#39; support querying of one or more FHIR resources using appropriate Argonaut Provider Directory profile(s), RESTful operations defined for the profile and [[parameters.html|Search]] identified for the profile. - list - list"/>
    <security>
      <description
                   value="Argonaut Provider Directory Clients SHALL implement applicable security requirements documented in the Argonaut Provider Directory IG."/>
    </security>
    <resource>
      <type value="Practitioner"/>
      <profile>
        <reference
                   value="http://fhir.org/guides/argonaut-pd/StructureDefinition-argo-practitioner"/>
      </profile>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHOULD"/>
        </extension>
        <code value="search-type"/>
        <documentation
                       value="Allows discovery of existing Argonaut Provider Director Providers using search criteria defined for the [Argonaut Provider Directory Use Cases](index.html#usecases) "/>
      </interaction>
    </resource>
    <resource>
      <type value="Organization"/>
      <profile>
        <reference
                   value="http://fhir.org/guides/argonaut-pd/StructureDefinition-argo-organization"/>
      </profile>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHOULD"/>
        </extension>
        <code value="search-type"/>
        <documentation
                       value="Allows discovery of existing Argonaut Provider Organization resources using search criteria defined for the [Argonaut Provider Directory Use Cases](index.html#usecases) "/>
      </interaction>
    </resource>
  </rest>
</CapabilityStatement>