Azure Health Data Services MedTech (IoT Connector)

IoT Connector definition.

HealthcareFHIRDICOMMedTechIoMTHealth DataHIPAAHITRUSTCloudAzureMicrosoft

Properties

Name Type Description
properties object IoT Connector configuration.
systemData object Metadata pertaining to creation and last modification of the resource.
View JSON Schema on GitHub

JSON Schema

IotConnector.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.github.io/azure-health/json-schema/IotConnector.json",
  "title": "Azure Health Data Services MedTech (IoT Connector)",
  "description": "IoT Connector definition.",
  "type": "object",
  "allOf": [
    {
      "$ref": "#/definitions/TaggedResource"
    },
    {
      "$ref": "#/definitions/ServiceManagedIdentity"
    }
  ],
  "properties": {
    "properties": {
      "description": "IoT Connector configuration.",
      "$ref": "#/definitions/IotConnectorProperties",
      "x-ms-client-flatten": true
    },
    "systemData": {
      "description": "Metadata pertaining to creation and last modification of the resource.",
      "$ref": "#/definitions/systemData"
    }
  }
}