eHealth Infrastructure (v2020.8)


{
  "resourceType" : "CapabilityStatement",
  "id" : "device",
  "text" : {
    "status" : "extensions",
    "div" : "<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>"
  },
  "url" : "http://ehealth.sundhed.dk/fhir/CapabilityStatement/device",
  "status" : "active",
  "date" : "2020-12-30T19:13:54+00:00",
  "publisher" : "ehealth.sundhed.dk",
  "kind" : "instance",
  "software" : {
    "name" : "device",
    "version" : "1.4.0"
  },
  "implementation" : {
    "description" : "eHealth device service",
    "url" : "https://device.devtest.systematic-ehealth.com/fhir"
  },
  "fhirVersion" : "3.0.2",
  "acceptUnknown" : "extensions",
  "format" : [
    "application/fhir+xml",
    "application/fhir+json"
  ],
  "rest" : [
    {
      "mode" : "server",
      "resource" : [
        {
          "type" : "Device",
          "profile" : {
            "reference" : "http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-device"
          },
          "interaction" : [
            {
              "code" : "read"
            },
            {
              "code" : "vread"
            },
            {
              "code" : "update"
            },
            {
              "code" : "create"
            },
            {
              "code" : "search-type"
            }
          ],
          "conditionalCreate" : true,
          "conditionalUpdate" : true,
          "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"
            }
          ]
        },
        {
          "type" : "DeviceMetric",
          "profile" : {
            "reference" : "http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-devicemetric"
          },
          "interaction" : [
            {
              "code" : "read"
            },
            {
              "code" : "vread"
            },
            {
              "code" : "update"
            },
            {
              "code" : "delete"
            },
            {
              "code" : "create"
            },
            {
              "code" : "search-type"
            }
          ],
          "conditionalCreate" : true,
          "conditionalUpdate" : true,
          "conditionalDelete" : "single",
          "searchInclude" : [
            "DeviceMetric:source"
          ],
          "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" : {
            "reference" : "http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-deviceusestatement"
          },
          "interaction" : [
            {
              "code" : "read"
            },
            {
              "code" : "vread"
            },
            {
              "code" : "update"
            },
            {
              "code" : "create"
            },
            {
              "code" : "search-type"
            }
          ],
          "conditionalCreate" : true,
          "conditionalUpdate" : true,
          "searchInclude" : [
            "DeviceUseStatement:device"
          ],
          "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" : "when-used",
              "type" : "date",
              "documentation" : "Period device was used"
            }
          ]
        },
        {
          "type" : "OperationDefinition",
          "profile" : {
            "reference" : "http://hl7.org/fhir/Profile/OperationDefinition"
          },
          "interaction" : [
            {
              "code" : "read"
            }
          ]
        },
        {
          "type" : "StructureDefinition",
          "profile" : {
            "reference" : "http://hl7.org/fhir/Profile/StructureDefinition"
          },
          "interaction" : [
            {
              "code" : "read"
            },
            {
              "code" : "search-type"
            }
          ]
        }
      ],
      "operation" : [
        {
          "name" : "validate",
          "definition" : {
            "reference" : "https://device.devtest.systematic-ehealth.com/fhir/OperationDefinition/Device--validate"
          }
        },
        {
          "name" : "validate",
          "definition" : {
            "reference" : "https://device.devtest.systematic-ehealth.com/fhir/OperationDefinition/DeviceUseStatement--validate"
          }
        }
      ]
    }
  ]
}