Care Connect API
4.0.0 - CI Build

Care Connect API - Local Development build (v4.0.0). See the Directory of published versions

: Workflow API - XML Representation

Raw xml | Download


<CapabilityStatement xmlns="http://hl7.org/fhir">
  <id value="workflow"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><h2>Care Connect Workflow Capability Statement</h2><div><p>Minimal conformance requirements for a Workflow API. This would typically be found on Patient Administration Systems and Electronic Patient Record Systems</p>
</div><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>Encounter</td><td><a href="https://fhir.hl7.org.uk/StructureDefinition/UKCore-Encounter">https://fhir.hl7.org.uk/StructureDefinition/UKCore-Encounter</a></td><td>y</td><td>y</td><td></td><td></td></tr><tr><td>EpisodeOfCare</td><td><a href="https://fhir.hl7.org.uk/StructureDefinition/UKCore-EpisodeOfCare">https://fhir.hl7.org.uk/StructureDefinition/UKCore-EpisodeOfCare</a></td><td>y</td><td>y</td><td></td><td></td></tr><tr><td>ServiceRequest</td><td><a href="https://fhir.hl7.org.uk/StructureDefinition/UKCore-ServiceRequest">https://fhir.hl7.org.uk/StructureDefinition/UKCore-ServiceRequest</a></td><td>y</td><td>y</td><td></td><td></td></tr></table></div>
  </text>
  <url
       value="https://project-wildfyre.github.io/careconnect-api-r4/CapabilityStatement/workflow"/>
  <version value="4.0.0"/>
  <name value="Care Connect Workflow Capability Statement"/>
  <status value="active"/>
  <date value="2021-04-02T09:18:26+01:00"/>
  <publisher value="mayfield-is.co.uk"/>
  <contact>
    <telecom>
      <system value="email"/>
      <value value="kevin.mayfield@mayfield-is.co.uk"/>
    </telecom>
  </contact>
  <description
               value="Minimal conformance requirements for a Workflow API. This would typically be found on Patient Administration Systems and Electronic Patient Record Systems"/>
  <jurisdiction>
    <coding>
      <system value="http://unstats.un.org/unsd/methods/m49/m49.htm"/>
      <code value="826"/>
    </coding>
  </jurisdiction>
  <kind value="requirements"/>
  <fhirVersion value="4.0.1"/>
  <format value="application/fhir+json"/>
  <rest>
    <mode value="server"/>
    <resource>
      <type value="Encounter"/>
      <profile
               value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-Encounter"/>
      <interaction>
        <code value="read"/>
      </interaction>
      <interaction>
        <code value="search-type"/>
      </interaction>
      <searchParam>
        <name value="_id"/>
        <type value="string"/>
        <documentation value="The ID of the resource"/>
      </searchParam>
      <searchParam>
        <name value="date"/>
        <type value="date"/>
        <documentation value="A date within the period the Encounter lasted"/>
      </searchParam>
      <searchParam>
        <name value="episodeofcare"/>
        <type value="reference"/>
        <documentation
                       value="Episode(s) of care that this encounter should be recorded against"/>
      </searchParam>
      <searchParam>
        <name value="identifier"/>
        <type value="token"/>
        <documentation value="Identifier(s) by which this encounter is known"/>
      </searchParam>
      <searchParam>
        <name value="patient"/>
        <type value="reference"/>
        <documentation value="The patient ro group present at the encounter"/>
      </searchParam>
      <searchParam>
        <name value="status"/>
        <type value="token"/>
        <documentation
                       value="planned | arrived | triaged | in-progress | onleave | finished | cancelled +"/>
      </searchParam>
      <searchParam>
        <name value="type"/>
        <type value="token"/>
        <documentation value="Specific type of encounter"/>
      </searchParam>
    </resource>
    <resource>
      <type value="EpisodeOfCare"/>
      <profile
               value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-EpisodeOfCare"/>
      <interaction>
        <code value="read"/>
      </interaction>
      <interaction>
        <code value="search-type"/>
      </interaction>
      <searchParam>
        <name value="_id"/>
        <type value="string"/>
        <documentation value="The ID of the resource"/>
      </searchParam>
      <searchParam>
        <name value="date"/>
        <type value="date"/>
        <documentation
                       value="The provided date search value falls within the episode of care&#39;s period"/>
      </searchParam>
      <searchParam>
        <name value="identifier"/>
        <type value="token"/>
        <documentation
                       value="Business Identifier(s) relevant for this EpisodeOfCare"/>
      </searchParam>
      <searchParam>
        <name value="patient"/>
        <type value="reference"/>
        <documentation
                       value="The patient who is the focus of this episode of care"/>
      </searchParam>
    </resource>
    <resource>
      <type value="ServiceRequest"/>
      <profile
               value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-ServiceRequest"/>
      <interaction>
        <code value="read"/>
      </interaction>
      <interaction>
        <code value="search-type"/>
      </interaction>
      <searchParam>
        <name value="_id"/>
        <type value="string"/>
        <documentation value="The ID of the resource"/>
      </searchParam>
      <searchParam>
        <name value="identifier"/>
        <type value="token"/>
        <documentation value="Business identifier"/>
      </searchParam>
      <searchParam>
        <name value="patient"/>
        <type value="reference"/>
        <documentation value="Who the referral is about"/>
      </searchParam>
      <searchParam>
        <name value="type"/>
        <type value="token"/>
        <documentation value="The type of the referral"/>
      </searchParam>
    </resource>
  </rest>
</CapabilityStatement>