eHealth Infrastructure (v2020.8)



<CapabilityStatement xmlns="http://hl7.org/fhir">
  <id value="device"/>
  <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 past versions of resources (vread interaction)">V-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><th><b title="DELETE a resource (delete interaction)">Delete</b></th></tr><tr><td>Device</td><td><a href="http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-device">http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-device</a></td><td>y</td><td>y</td><td>y</td><td>y</td><td>y</td><td></td></tr><tr><td>DeviceMetric</td><td><a href="http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric">http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric</a></td><td>y</td><td>y</td><td>y</td><td>y</td><td>y</td><td>y</td></tr><tr><td>DeviceUseStatement</td><td><a href="http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-deviceusestatement">http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-deviceusestatement</a></td><td>y</td><td>y</td><td>y</td><td>y</td><td>y</td><td></td></tr><tr><td>OperationDefinition</td><td><a href="http://hl7.org/fhir/Profile/OperationDefinition">http://hl7.org/fhir/Profile/OperationDefinition</a></td><td>y</td><td></td><td></td><td></td><td></td><td></td></tr><tr><td>StructureDefinition</td><td><a href="http://hl7.org/fhir/Profile/StructureDefinition">http://hl7.org/fhir/Profile/StructureDefinition</a></td><td>y</td><td></td><td>y</td><td></td><td></td><td></td></tr></table></div>
  </text>
  <url value="http://ehealth.sundhed.dk/fhir/CapabilityStatement/device"/>
  <status value="active"/>
  <date value="2020-12-30T19:13:54+00:00"/>
  <publisher value="ehealth.sundhed.dk"/>
  <kind value="instance"/>
  <software>
    <name value="device"/>
    <version value="1.4.0"/>
  </software>
  <implementation>
    <description value="eHealth device service"/>
    <url value="https://device.devtest.systematic-ehealth.com/fhir"/>
  </implementation>
  <fhirVersion value="3.0.2"/>
  <acceptUnknown value="extensions"/>
  <format value="application/fhir+xml"/>
  <format value="application/fhir+json"/>
  <rest>
    <mode value="server"/>
    <resource>
      <type value="Device"/>
      <profile>
        <reference
                   value="http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-device"/>
      </profile>
      <interaction>
        <code value="read"/>
      </interaction>
      <interaction>
        <code value="vread"/>
      </interaction>
      <interaction>
        <code value="update"/>
      </interaction>
      <interaction>
        <code value="create"/>
      </interaction>
      <interaction>
        <code value="search-type"/>
      </interaction>
      <conditionalCreate value="true"/>
      <conditionalUpdate value="true"/>
      <searchParam>
        <name value="_content"/>
        <type value="string"/>
        <documentation
                       value="Search the contents of the resource&#39;s data using a fulltext search"/>
      </searchParam>
      <searchParam>
        <name value="_has"/>
        <type value="string"/>
        <documentation value="Return resources linked to by the given target"/>
      </searchParam>
      <searchParam>
        <name value="_id"/>
        <type value="token"/>
        <documentation value="The ID of the resource"/>
      </searchParam>
      <searchParam>
        <name value="_language"/>
        <type value="string"/>
        <documentation value="The language of the resource"/>
      </searchParam>
      <searchParam>
        <name value="_lastUpdated"/>
        <type value="date"/>
        <documentation
                       value="Only return resources which were last updated as specified by the given range"/>
      </searchParam>
      <searchParam>
        <name value="_profile"/>
        <type value="uri"/>
        <documentation value="Search for resources which have the given profile"/>
      </searchParam>
      <searchParam>
        <name value="_security"/>
        <type value="token"/>
        <documentation
                       value="Search for resources which have the given security labels"/>
      </searchParam>
      <searchParam>
        <name value="_tag"/>
        <type value="token"/>
        <documentation value="Search for resources which have the given tag"/>
      </searchParam>
      <searchParam>
        <name value="_text"/>
        <type value="string"/>
        <documentation
                       value="Search the contents of the resource&#39;s narrative using a fulltext search"/>
      </searchParam>
      <searchParam>
        <name value="device-name"/>
        <type value="string"/>
        <documentation
                       value="A server defined search that may match any of the string fields in the Device.udi.name  or Device.type.coding.display or  Device.type.text"/>
      </searchParam>
      <searchParam>
        <name value="identifier"/>
        <type value="token"/>
        <documentation value="Instance id from manufacturer, owner, and others"/>
      </searchParam>
      <searchParam>
        <name value="location"/>
        <type value="reference"/>
        <documentation value="A location, where the resource is found"/>
      </searchParam>
      <searchParam>
        <name value="manufacturer"/>
        <type value="string"/>
        <documentation value="The manufacturer of the device"/>
      </searchParam>
      <searchParam>
        <name value="model"/>
        <type value="string"/>
        <documentation value="The model of the device"/>
      </searchParam>
      <searchParam>
        <name value="organization"/>
        <type value="reference"/>
        <documentation value="The organization responsible for the device"/>
      </searchParam>
      <searchParam>
        <name value="patient"/>
        <type value="reference"/>
        <documentation
                       value="Patient information, if the resource is affixed to a person"/>
      </searchParam>
      <searchParam>
        <name value="status"/>
        <type value="token"/>
        <documentation value="active | inactive | entered-in-error | unknown"/>
      </searchParam>
      <searchParam>
        <name value="type"/>
        <type value="token"/>
        <documentation value="The type of the device"/>
      </searchParam>
      <searchParam>
        <name value="udi-carrier"/>
        <type value="string"/>
        <documentation
                       value="UDI Barcode (RFID or other technology) string either in HRF format or AIDC format converted to base64 string."/>
      </searchParam>
      <searchParam>
        <name value="udi-di"/>
        <type value="string"/>
        <documentation value="The udi Device Identifier (DI)"/>
      </searchParam>
      <searchParam>
        <name value="url"/>
        <type value="uri"/>
        <documentation value="Network address to contact device"/>
      </searchParam>
    </resource>
    <resource>
      <type value="DeviceMetric"/>
      <profile>
        <reference
                   value="http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric"/>
      </profile>
      <interaction>
        <code value="read"/>
      </interaction>
      <interaction>
        <code value="vread"/>
      </interaction>
      <interaction>
        <code value="update"/>
      </interaction>
      <interaction>
        <code value="delete"/>
      </interaction>
      <interaction>
        <code value="create"/>
      </interaction>
      <interaction>
        <code value="search-type"/>
      </interaction>
      <conditionalCreate value="true"/>
      <conditionalUpdate value="true"/>
      <conditionalDelete value="single"/>
      <searchInclude value="DeviceMetric:source"/>
      <searchParam>
        <name value="_content"/>
        <type value="string"/>
        <documentation
                       value="Search the contents of the resource&#39;s data using a fulltext search"/>
      </searchParam>
      <searchParam>
        <name value="_has"/>
        <type value="string"/>
        <documentation value="Return resources linked to by the given target"/>
      </searchParam>
      <searchParam>
        <name value="_id"/>
        <type value="token"/>
        <documentation value="The ID of the resource"/>
      </searchParam>
      <searchParam>
        <name value="_language"/>
        <type value="string"/>
        <documentation value="The language of the resource"/>
      </searchParam>
      <searchParam>
        <name value="_lastUpdated"/>
        <type value="date"/>
        <documentation
                       value="Only return resources which were last updated as specified by the given range"/>
      </searchParam>
      <searchParam>
        <name value="_profile"/>
        <type value="uri"/>
        <documentation value="Search for resources which have the given profile"/>
      </searchParam>
      <searchParam>
        <name value="_security"/>
        <type value="token"/>
        <documentation
                       value="Search for resources which have the given security labels"/>
      </searchParam>
      <searchParam>
        <name value="_tag"/>
        <type value="token"/>
        <documentation value="Search for resources which have the given tag"/>
      </searchParam>
      <searchParam>
        <name value="_text"/>
        <type value="string"/>
        <documentation
                       value="Search the contents of the resource&#39;s narrative using a fulltext search"/>
      </searchParam>
      <searchParam>
        <name value="category"/>
        <type value="token"/>
        <documentation value="The category of the metric"/>
      </searchParam>
      <searchParam>
        <name value="identifier"/>
        <type value="token"/>
        <documentation value="The identifier of the metric"/>
      </searchParam>
      <searchParam>
        <name value="parent"/>
        <type value="reference"/>
        <documentation value="The parent DeviceMetric resource"/>
      </searchParam>
      <searchParam>
        <name value="qualityCategory"/>
        <type value="token"/>
        <documentation value="The device metric quality"/>
      </searchParam>
      <searchParam>
        <name value="source"/>
        <type value="reference"/>
        <documentation value="The device resource"/>
      </searchParam>
      <searchParam>
        <name value="type"/>
        <type value="token"/>
        <documentation value="The component type"/>
      </searchParam>
    </resource>
    <resource>
      <type value="DeviceUseStatement"/>
      <profile>
        <reference
                   value="http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-deviceusestatement"/>
      </profile>
      <interaction>
        <code value="read"/>
      </interaction>
      <interaction>
        <code value="vread"/>
      </interaction>
      <interaction>
        <code value="update"/>
      </interaction>
      <interaction>
        <code value="create"/>
      </interaction>
      <interaction>
        <code value="search-type"/>
      </interaction>
      <conditionalCreate value="true"/>
      <conditionalUpdate value="true"/>
      <searchInclude value="DeviceUseStatement:device"/>
      <searchParam>
        <name value="_content"/>
        <type value="string"/>
        <documentation
                       value="Search the contents of the resource&#39;s data using a fulltext search"/>
      </searchParam>
      <searchParam>
        <name value="_has"/>
        <type value="string"/>
        <documentation value="Return resources linked to by the given target"/>
      </searchParam>
      <searchParam>
        <name value="_id"/>
        <type value="token"/>
        <documentation value="The ID of the resource"/>
      </searchParam>
      <searchParam>
        <name value="_language"/>
        <type value="string"/>
        <documentation value="The language of the resource"/>
      </searchParam>
      <searchParam>
        <name value="_lastUpdated"/>
        <type value="date"/>
        <documentation
                       value="Only return resources which were last updated as specified by the given range"/>
      </searchParam>
      <searchParam>
        <name value="_profile"/>
        <type value="uri"/>
        <documentation value="Search for resources which have the given profile"/>
      </searchParam>
      <searchParam>
        <name value="_security"/>
        <type value="token"/>
        <documentation
                       value="Search for resources which have the given security labels"/>
      </searchParam>
      <searchParam>
        <name value="_tag"/>
        <type value="token"/>
        <documentation value="Search for resources which have the given tag"/>
      </searchParam>
      <searchParam>
        <name value="_text"/>
        <type value="string"/>
        <documentation
                       value="Search the contents of the resource&#39;s narrative using a fulltext search"/>
      </searchParam>
      <searchParam>
        <name value="context"/>
        <type value="reference"/>
        <documentation value="Search by context"/>
      </searchParam>
      <searchParam>
        <name value="device"/>
        <type value="reference"/>
        <documentation value="Search by device"/>
      </searchParam>
      <searchParam>
        <name value="identifier"/>
        <type value="token"/>
        <documentation value="Search by identifier"/>
      </searchParam>
      <searchParam>
        <name value="patient"/>
        <type value="reference"/>
        <documentation value="Search by subject - a patient"/>
      </searchParam>
      <searchParam>
        <name value="status"/>
        <type value="token"/>
        <documentation value="active | completed | entered-in-error +"/>
      </searchParam>
      <searchParam>
        <name value="subject"/>
        <type value="reference"/>
        <documentation value="Search by subject"/>
      </searchParam>
      <searchParam>
        <name value="when-used"/>
        <type value="date"/>
        <documentation value="Period device was used"/>
      </searchParam>
    </resource>
    <resource>
      <type value="OperationDefinition"/>
      <profile>
        <reference value="http://hl7.org/fhir/Profile/OperationDefinition"/>
      </profile>
      <interaction>
        <code value="read"/>
      </interaction>
    </resource>
    <resource>
      <type value="StructureDefinition"/>
      <profile>
        <reference value="http://hl7.org/fhir/Profile/StructureDefinition"/>
      </profile>
      <interaction>
        <code value="read"/>
      </interaction>
      <interaction>
        <code value="search-type"/>
      </interaction>
    </resource>
    <operation>
      <name value="validate"/>
      <definition>
        <reference
                   value="https://device.devtest.systematic-ehealth.com/fhir/OperationDefinition/Device--validate"/>
      </definition>
    </operation>
    <operation>
      <name value="validate"/>
      <definition>
        <reference
                   value="https://device.devtest.systematic-ehealth.com/fhir/OperationDefinition/DeviceUseStatement--validate"/>
      </definition>
    </operation>
  </rest>
</CapabilityStatement>