Care Connect API
4.0.0 - CI Build

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

: Diagnostic API - XML Representation

Raw xml | Download


<CapabilityStatement xmlns="http://hl7.org/fhir">
  <id value="diagnostics"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><h2>Care Connect Diagnostic Capability Statement</h2><div><p>Minimal conformance requirements for a Diagnostic API. This would typically be found on Patient Administration Systems and Laboratory Information 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>DiagnosticReport</td><td><a href="https://fhir.hl7.org.uk/StructureDefinition/UKCore-DiagnosticReport">https://fhir.hl7.org.uk/StructureDefinition/UKCore-DiagnosticReport</a></td><td>y</td><td>y</td><td></td><td></td></tr><tr><td>Observation</td><td><a href="https://fhir.hl7.org.uk/StructureDefinition/UKCore-Observation">https://fhir.hl7.org.uk/StructureDefinition/UKCore-Observation</a></td><td>y</td><td>y</td><td></td><td></td></tr><tr><td>Specimen</td><td><a href="https://fhir.hl7.org.uk/StructureDefinition/UKCore-Specimen">https://fhir.hl7.org.uk/StructureDefinition/UKCore-Specimen</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/diagnostics"/>
  <version value="4.0.0"/>
  <name value="Care Connect Diagnostic 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 Diagnostic API. This would typically be found on Patient Administration Systems and Laboratory Information 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="DiagnosticReport"/>
      <profile
               value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-DiagnosticReport"/>
      <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="category"/>
        <type value="token"/>
        <documentation value="The classification of the type of report"/>
      </searchParam>
      <searchParam>
        <name value="code"/>
        <type value="token"/>
        <documentation value="The code of the report type"/>
      </searchParam>
      <searchParam>
        <name value="date"/>
        <type value="date"/>
        <documentation
                       value="Obtained date/time. If the obtained element is a period, a date that falls in the period"/>
      </searchParam>
      <searchParam>
        <name value="identifier"/>
        <type value="token"/>
        <documentation value="The unique id for a particular report"/>
      </searchParam>
      <searchParam>
        <name value="patient"/>
        <type value="reference"/>
        <documentation value="The subject that the report is about (if patient)"/>
      </searchParam>
    </resource>
    <resource>
      <type value="Observation"/>
      <profile
               value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-Observation"/>
      <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="category"/>
        <type value="token"/>
        <documentation value="The classification of the type of observation"/>
      </searchParam>
      <searchParam>
        <name value="code"/>
        <type value="token"/>
        <documentation value="The code of the observation type"/>
      </searchParam>
      <searchParam>
        <name value="date"/>
        <type value="date"/>
        <documentation
                       value="Obtained date/time. If the obtained element is a period, a date that falls in the period"/>
      </searchParam>
      <searchParam>
        <name value="identifier"/>
        <type value="token"/>
        <documentation value="The unique id for a particular observation"/>
      </searchParam>
      <searchParam>
        <name value="patient"/>
        <type value="reference"/>
        <documentation
                       value="The subject that the observation is about (if patient)"/>
      </searchParam>
    </resource>
    <resource>
      <type value="Specimen"/>
      <profile
               value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-Specimen"/>
      <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>
    </resource>
  </rest>
</CapabilityStatement>