Care Plan Summary Adapter for QuickFHIR
1.0.0 - draft

Care Plan Summary Adapter for QuickFHIR - Local Development build (v1.0.0). See the Directory of published versions

: Adapter capabilities - XML Representation

Active as of 2021-01-01

Raw xml | Download



<CapabilityStatement xmlns="http://hl7.org/fhir">
  <id value="adapter"/>
  <text>
    <status value="extensions"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><h2/><table><tr><td>Mode</td><td>SERVER</td></tr><tr><td>Description</td><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 title="GET a resource (read interaction)">Read</b></th><th><b title="GET all set of resources of the type (search interaction)">Search</b></th><th><b title="PUT a new resource version (update interaction)">Update</b></th><th><b title="POST a new resource (create interaction)">Create</b></th></tr><tr><td>Bundle</td><td><a href="http://hl7.org/fhir/StructureDefinition/Bundle">http://hl7.org/fhir/StructureDefinition/Bundle</a></td><td></td><td>y</td><td></td><td></td></tr></table></div>
  </text>
  <url
       value="https://quickfhir.cloud/docs/BlackPearSoftware/CapabilityStatement/adapter"/>
  <version value="1.0.0"/>
  <status value="active"/>
  <date value="2021-01-01"/>
  <kind value="capability"/>
  <software>
    <name value="Care Plan Summary Adapter for QuickFHIR"/>
  </software>
  <fhirVersion value="3.0.1"/>
  <format value="json"/>
  <rest>
    <mode value="server"/>
    <resource>
      <extension
                 url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-search-parameter-combination">
        <extension url="required">
          <valueString value="composition"/>
        </extension>
        <extension url="required">
          <valueString value="type"/>
        </extension>
      </extension>
      <type value="Bundle"/>
      <profile value="http://hl7.org/fhir/StructureDefinition/Bundle"/>
      <interaction>
        <code value="search-type"/>
      </interaction>
      <searchParam>
        <name value="composition"/>
        <type value="reference"/>
        <documentation
                       value="Must use chained search on subject:Patient.identifier with system `https://fhir.nhs.uk/Id/nhs-number` AND chained search on type with `http://fhir.blackpear.com/bpc|HCV_EPACCS_SPN`"/>
      </searchParam>
      <searchParam>
        <name value="type"/>
        <type value="token"/>
        <documentation value="Must be `document`"/>
      </searchParam>
    </resource>
  </rest>
</CapabilityStatement>