{
  "resourceType": "CapabilityStatement",
  "id": "device",
  "text": {
    "status": "extensions",
    "div": "<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>"
  },
  "url": "http://ehealth.sundhed.dk/fhir/CapabilityStatement/device",
  "version": "2.5.0",
  "name": "device",
  "status": "active",
  "date": "2022-10-11T03:07:06.681+00:00",
  "publisher": "Systematic | Trifork",
  "contact": [
    {
      "name": "Systematic | Trifork",
      "telecom": [
        {
          "system": "url",
          "value": "http://ehealth.sundhed.dk"
        }
      ]
    }
  ],
  "kind": "instance",
  "software": {
    "name": "device",
    "version": "1.9.1"
  },
  "implementation": {
    "description": "eHealth device service",
    "url": "https://device.devtest.systematic-ehealth.com/fhir"
  },
  "fhirVersion": "4.0.1",
  "format": [
    "application/fhir+xml",
    "xml",
    "application/fhir+json",
    "json",
    "application/x-turtle",
    "ttl",
    "html/json",
    "html/xml",
    "html/turtle"
  ],
  "rest": [
    {
      "mode": "server",
      "resource": [
        {
          "type": "Device",
          "profile": "http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-device",
          "interaction": [
            {
              "code": "update"
            },
            {
              "code": "search-type"
            },
            {
              "code": "vread"
            },
            {
              "code": "read"
            },
            {
              "code": "create"
            }
          ],
          "conditionalCreate": true,
          "conditionalUpdate": true,
          "searchRevInclude": [
            "Device:location",
            "Device:organization",
            "Device:patient",
            "DeviceMetric:parent",
            "DeviceMetric:source",
            "DeviceUseStatement:context",
            "DeviceUseStatement:device",
            "DeviceUseStatement:patient",
            "DeviceUseStatement:subject"
          ],
          "searchParam": [
            {
              "name": "_content",
              "type": "string",
              "documentation": "Search the contents of the resource's data using a fulltext search"
            },
            {
              "name": "_has",
              "type": "string",
              "documentation": "Return resources linked to by the given target"
            },
            {
              "name": "_id",
              "type": "token",
              "documentation": "The ID of the resource"
            },
            {
              "name": "_language",
              "type": "string",
              "documentation": "The language of the resource"
            },
            {
              "name": "_lastUpdated",
              "type": "date",
              "documentation": "Only return resources which were last updated as specified by the given range"
            },
            {
              "name": "_profile",
              "type": "uri",
              "documentation": "Search for resources which have the given profile"
            },
            {
              "name": "_security",
              "type": "token",
              "documentation": "Search for resources which have the given security labels"
            },
            {
              "name": "_tag",
              "type": "token",
              "documentation": "Search for resources which have the given tag"
            },
            {
              "name": "_text",
              "type": "string",
              "documentation": "Search the contents of the resource's narrative using a fulltext search"
            },
            {
              "name": "device-name",
              "type": "string",
              "documentation": "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"
            },
            {
              "name": "identifier",
              "type": "token",
              "documentation": "Instance id from manufacturer, owner, and others"
            },
            {
              "name": "location",
              "type": "reference",
              "documentation": "A location, where the resource is found"
            },
            {
              "name": "manufacturer",
              "type": "string",
              "documentation": "The manufacturer of the device"
            },
            {
              "name": "model",
              "type": "string",
              "documentation": "The model of the device"
            },
            {
              "name": "organization",
              "type": "reference",
              "documentation": "The organization responsible for the device"
            },
            {
              "name": "patient",
              "type": "reference",
              "documentation": "Patient information, if the resource is affixed to a person"
            },
            {
              "name": "status",
              "type": "token",
              "documentation": "active | inactive | entered-in-error | unknown"
            },
            {
              "name": "type",
              "type": "token",
              "documentation": "The type of the device"
            },
            {
              "name": "udi-carrier",
              "type": "string",
              "documentation": "UDI Barcode (RFID or other technology) string either in HRF format or AIDC format converted to base64 string."
            },
            {
              "name": "udi-di",
              "type": "string",
              "documentation": "The udi Device Identifier (DI)"
            },
            {
              "name": "url",
              "type": "uri",
              "documentation": "Network address to contact device"
            }
          ],
          "operation": [
            {
              "name": "validate",
              "definition": "https://device.devtest.systematic-ehealth.com/fhir/OperationDefinition/DeviceDeviceUseStatement-t-validate"
            }
          ]
        },
        {
          "type": "DeviceMetric",
          "profile": "http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric",
          "interaction": [
            {
              "code": "update"
            },
            {
              "code": "search-type"
            },
            {
              "code": "vread"
            },
            {
              "code": "read"
            },
            {
              "code": "create"
            }
          ],
          "conditionalCreate": true,
          "conditionalUpdate": true,
          "searchInclude": [
            "DeviceMetric:source"
          ],
          "searchRevInclude": [
            "Device:location",
            "Device:organization",
            "Device:patient",
            "DeviceMetric:parent",
            "DeviceMetric:source",
            "DeviceUseStatement:context",
            "DeviceUseStatement:device",
            "DeviceUseStatement:patient",
            "DeviceUseStatement:subject"
          ],
          "searchParam": [
            {
              "name": "_content",
              "type": "string",
              "documentation": "Search the contents of the resource's data using a fulltext search"
            },
            {
              "name": "_has",
              "type": "string",
              "documentation": "Return resources linked to by the given target"
            },
            {
              "name": "_id",
              "type": "token",
              "documentation": "The ID of the resource"
            },
            {
              "name": "_language",
              "type": "string",
              "documentation": "The language of the resource"
            },
            {
              "name": "_lastUpdated",
              "type": "date",
              "documentation": "Only return resources which were last updated as specified by the given range"
            },
            {
              "name": "_profile",
              "type": "uri",
              "documentation": "Search for resources which have the given profile"
            },
            {
              "name": "_security",
              "type": "token",
              "documentation": "Search for resources which have the given security labels"
            },
            {
              "name": "_tag",
              "type": "token",
              "documentation": "Search for resources which have the given tag"
            },
            {
              "name": "_text",
              "type": "string",
              "documentation": "Search the contents of the resource's narrative using a fulltext search"
            },
            {
              "name": "category",
              "type": "token",
              "documentation": "The category of the metric"
            },
            {
              "name": "identifier",
              "type": "token",
              "documentation": "The identifier of the metric"
            },
            {
              "name": "parent",
              "type": "reference",
              "documentation": "The parent DeviceMetric resource"
            },
            {
              "name": "qualityCategory",
              "type": "token",
              "documentation": "The device metric quality"
            },
            {
              "name": "source",
              "type": "reference",
              "documentation": "The device resource"
            },
            {
              "name": "type",
              "type": "token",
              "documentation": "The component type"
            }
          ]
        },
        {
          "type": "DeviceUseStatement",
          "profile": "http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-deviceusestatement",
          "interaction": [
            {
              "code": "update"
            },
            {
              "code": "search-type"
            },
            {
              "code": "vread"
            },
            {
              "code": "read"
            },
            {
              "code": "create"
            }
          ],
          "conditionalCreate": true,
          "conditionalUpdate": true,
          "searchInclude": [
            "DeviceUseStatement:device"
          ],
          "searchRevInclude": [
            "Device:location",
            "Device:organization",
            "Device:patient",
            "DeviceMetric:parent",
            "DeviceMetric:source",
            "DeviceUseStatement:context",
            "DeviceUseStatement:device",
            "DeviceUseStatement:patient",
            "DeviceUseStatement:subject"
          ],
          "searchParam": [
            {
              "name": "_content",
              "type": "string",
              "documentation": "Search the contents of the resource's data using a fulltext search"
            },
            {
              "name": "_has",
              "type": "string",
              "documentation": "Return resources linked to by the given target"
            },
            {
              "name": "_id",
              "type": "token",
              "documentation": "The ID of the resource"
            },
            {
              "name": "_language",
              "type": "string",
              "documentation": "The language of the resource"
            },
            {
              "name": "_lastUpdated",
              "type": "date",
              "documentation": "Only return resources which were last updated as specified by the given range"
            },
            {
              "name": "_profile",
              "type": "uri",
              "documentation": "Search for resources which have the given profile"
            },
            {
              "name": "_security",
              "type": "token",
              "documentation": "Search for resources which have the given security labels"
            },
            {
              "name": "_tag",
              "type": "token",
              "documentation": "Search for resources which have the given tag"
            },
            {
              "name": "_text",
              "type": "string",
              "documentation": "Search the contents of the resource's narrative using a fulltext search"
            },
            {
              "name": "context",
              "type": "reference",
              "documentation": "Search by context"
            },
            {
              "name": "device",
              "type": "reference",
              "documentation": "Search by device"
            },
            {
              "name": "identifier",
              "type": "token",
              "documentation": "Search by identifier"
            },
            {
              "name": "patient",
              "type": "reference",
              "documentation": "Search by subject - a patient"
            },
            {
              "name": "status",
              "type": "token",
              "documentation": "active | completed | entered-in-error +"
            },
            {
              "name": "subject",
              "type": "reference",
              "documentation": "Search by subject"
            },
            {
              "name": "timing",
              "type": "date",
              "documentation": "Period device was used"
            }
          ],
          "operation": [
            {
              "name": "validate",
              "definition": "https://device.devtest.systematic-ehealth.com/fhir/OperationDefinition/DeviceDeviceUseStatement-t-validate"
            }
          ]
        },
        {
          "type": "OperationDefinition",
          "profile": "http://hl7.org/fhir/StructureDefinition/OperationDefinition",
          "interaction": [
            {
              "code": "read"
            }
          ],
          "searchInclude": [
            "*"
          ],
          "searchRevInclude": [
            "Device:location",
            "Device:organization",
            "Device:patient",
            "DeviceMetric:parent",
            "DeviceMetric:source",
            "DeviceUseStatement:context",
            "DeviceUseStatement:device",
            "DeviceUseStatement:patient",
            "DeviceUseStatement:subject"
          ]
        }
      ],
      "interaction": [
        {
          "code": "transaction"
        },
        {
          "code": "history-system"
        }
      ],
      "operation": [
        {
          "name": "meta",
          "definition": "https://device.devtest.systematic-ehealth.com/fhir/OperationDefinition/-s-meta"
        },
        {
          "name": "get-resource-counts",
          "definition": "https://device.devtest.systematic-ehealth.com/fhir/OperationDefinition/-s-get-resource-counts",
          "documentation": "Provides the number of resources currently stored on the server, broken down by resource type"
        },
        {
          "name": "reindex-terminology",
          "definition": "https://device.devtest.systematic-ehealth.com/fhir/OperationDefinition/-s-reindex-terminology"
        },
        {
          "name": "process-message",
          "definition": "https://device.devtest.systematic-ehealth.com/fhir/OperationDefinition/-s-process-message",
          "documentation": "Accept a FHIR Message Bundle for processing"
        },
        {
          "name": "perform-reindexing-pass",
          "definition": "https://device.devtest.systematic-ehealth.com/fhir/OperationDefinition/-s-perform-reindexing-pass",
          "documentation": "Forces a single pass of the resource reindexing processor"
        }
      ]
    }
  ]
}