eHealth Infrastructure
2.3.0 - release

eHealth Infrastructure - Local Development build (v2.3.0). See the Directory of published versions

: device - XML Representation

Active as of 2022-09-14

Raw xml | Download



<CapabilityStatement xmlns="http://hl7.org/fhir">
  <id value="device"/>
  <text>
    <status value="extensions"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><h2>device</h2><table><tr><td>Mode</td><td>SERVER</td></tr><tr><td>Description</td><td/></tr><tr><td>Transaction</td><td>y</td></tr><tr><td>System History</td><td>y</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></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></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></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></tr><tr><td>OperationDefinition</td><td><a href="http://hl7.org/fhir/StructureDefinition/OperationDefinition">http://hl7.org/fhir/StructureDefinition/OperationDefinition</a></td><td>y</td><td></td><td></td><td></td><td></td></tr></table></div>
  </text>
  <url value="http://ehealth.sundhed.dk/fhir/CapabilityStatement/device"/>
  <version value="2.3.0"/>
  <name value="device"/>
  <status value="active"/>
  <date value="2022-09-14T03:14:58.699+00:00"/>
  <publisher value="Systematic | Trifork"/>
  <contact>
    <name value="Systematic | Trifork"/>
    <telecom>
      <system value="url"/>
      <value value="http://ehealth.sundhed.dk"/>
    </telecom>
  </contact>
  <kind value="instance"/>
  <software>
    <name value="device"/>
    <version value="1.9.0"/>
  </software>
  <implementation>
    <description value="eHealth device service"/>
    <url value="https://device.devtest.systematic-ehealth.com/fhir"/>
  </implementation>
  <fhirVersion value="4.0.1"/>
  <format value="application/fhir+xml"/>
  <format value="xml"/>
  <format value="application/fhir+json"/>
  <format value="json"/>
  <format value="application/x-turtle"/>
  <format value="ttl"/>
  <format value="html/json"/>
  <format value="html/xml"/>
  <format value="html/turtle"/>
  <rest>
    <mode value="server"/>
    <resource>
      <type value="Device"/>
      <profile
               value="http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-device"/>
      <interaction>
        <code value="update"/>
      </interaction>
      <interaction>
        <code value="search-type"/>
      </interaction>
      <interaction>
        <code value="vread"/>
      </interaction>
      <interaction>
        <code value="read"/>
      </interaction>
      <interaction>
        <code value="create"/>
      </interaction>
      <conditionalCreate value="true"/>
      <conditionalUpdate value="true"/>
      <searchRevInclude value="Device:location"/>
      <searchRevInclude value="Device:organization"/>
      <searchRevInclude value="Device:patient"/>
      <searchRevInclude value="DeviceMetric:parent"/>
      <searchRevInclude value="DeviceMetric:source"/>
      <searchRevInclude value="DeviceUseStatement:context"/>
      <searchRevInclude value="DeviceUseStatement:device"/>
      <searchRevInclude value="DeviceUseStatement:patient"/>
      <searchRevInclude value="DeviceUseStatement:subject"/>
      <searchParam>
        <name value="_content"/>
        <type value="string"/>
        <documentation
                       value="Search the contents of the resource'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'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>
      <operation>
        <name value="validate"/>
        <definition
                    value="https://device.devtest.systematic-ehealth.com/fhir/OperationDefinition/DeviceDeviceUseStatement-t-validate"/>
      </operation>
    </resource>
    <resource>
      <type value="DeviceMetric"/>
      <profile
               value="http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric"/>
      <interaction>
        <code value="update"/>
      </interaction>
      <interaction>
        <code value="search-type"/>
      </interaction>
      <interaction>
        <code value="vread"/>
      </interaction>
      <interaction>
        <code value="read"/>
      </interaction>
      <interaction>
        <code value="create"/>
      </interaction>
      <conditionalCreate value="true"/>
      <conditionalUpdate value="true"/>
      <searchInclude value="DeviceMetric:source"/>
      <searchRevInclude value="Device:location"/>
      <searchRevInclude value="Device:organization"/>
      <searchRevInclude value="Device:patient"/>
      <searchRevInclude value="DeviceMetric:parent"/>
      <searchRevInclude value="DeviceMetric:source"/>
      <searchRevInclude value="DeviceUseStatement:context"/>
      <searchRevInclude value="DeviceUseStatement:device"/>
      <searchRevInclude value="DeviceUseStatement:patient"/>
      <searchRevInclude value="DeviceUseStatement:subject"/>
      <searchParam>
        <name value="_content"/>
        <type value="string"/>
        <documentation
                       value="Search the contents of the resource'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'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
               value="http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-deviceusestatement"/>
      <interaction>
        <code value="update"/>
      </interaction>
      <interaction>
        <code value="search-type"/>
      </interaction>
      <interaction>
        <code value="vread"/>
      </interaction>
      <interaction>
        <code value="read"/>
      </interaction>
      <interaction>
        <code value="create"/>
      </interaction>
      <conditionalCreate value="true"/>
      <conditionalUpdate value="true"/>
      <searchInclude value="DeviceUseStatement:device"/>
      <searchRevInclude value="Device:location"/>
      <searchRevInclude value="Device:organization"/>
      <searchRevInclude value="Device:patient"/>
      <searchRevInclude value="DeviceMetric:parent"/>
      <searchRevInclude value="DeviceMetric:source"/>
      <searchRevInclude value="DeviceUseStatement:context"/>
      <searchRevInclude value="DeviceUseStatement:device"/>
      <searchRevInclude value="DeviceUseStatement:patient"/>
      <searchRevInclude value="DeviceUseStatement:subject"/>
      <searchParam>
        <name value="_content"/>
        <type value="string"/>
        <documentation
                       value="Search the contents of the resource'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'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="timing"/>
        <type value="date"/>
        <documentation value="Period device was used"/>
      </searchParam>
      <operation>
        <name value="validate"/>
        <definition
                    value="https://device.devtest.systematic-ehealth.com/fhir/OperationDefinition/DeviceDeviceUseStatement-t-validate"/>
      </operation>
    </resource>
    <resource>
      <type value="OperationDefinition"/>
      <profile
               value="http://hl7.org/fhir/StructureDefinition/OperationDefinition"/>
      <interaction>
        <code value="read"/>
      </interaction>
      <searchInclude value="*"/>
      <searchRevInclude value="Device:location"/>
      <searchRevInclude value="Device:organization"/>
      <searchRevInclude value="Device:patient"/>
      <searchRevInclude value="DeviceMetric:parent"/>
      <searchRevInclude value="DeviceMetric:source"/>
      <searchRevInclude value="DeviceUseStatement:context"/>
      <searchRevInclude value="DeviceUseStatement:device"/>
      <searchRevInclude value="DeviceUseStatement:patient"/>
      <searchRevInclude value="DeviceUseStatement:subject"/>
    </resource>
    <interaction>
      <code value="transaction"/>
    </interaction>
    <interaction>
      <code value="history-system"/>
    </interaction>
    <operation>
      <name value="meta"/>
      <definition
                  value="https://device.devtest.systematic-ehealth.com/fhir/OperationDefinition/-s-meta"/>
    </operation>
    <operation>
      <name value="get-resource-counts"/>
      <definition
                  value="https://device.devtest.systematic-ehealth.com/fhir/OperationDefinition/-s-get-resource-counts"/>
      <documentation
                     value="Provides the number of resources currently stored on the server, broken down by resource type"/>
    </operation>
    <operation>
      <name value="reindex-terminology"/>
      <definition
                  value="https://device.devtest.systematic-ehealth.com/fhir/OperationDefinition/-s-reindex-terminology"/>
    </operation>
    <operation>
      <name value="process-message"/>
      <definition
                  value="https://device.devtest.systematic-ehealth.com/fhir/OperationDefinition/-s-process-message"/>
      <documentation value="Accept a FHIR Message Bundle for processing"/>
    </operation>
    <operation>
      <name value="perform-reindexing-pass"/>
      <definition
                  value="https://device.devtest.systematic-ehealth.com/fhir/OperationDefinition/-s-perform-reindexing-pass"/>
      <documentation
                     value="Forces a single pass of the resource reindexing processor"/>
    </operation>
  </rest>
</CapabilityStatement>