Dicom Service Create

HealthcareFHIRDICOMMedTechIoMTHealth DataHIPAAHITRUSTCloudAzureMicrosoft

Dicom Service Create is an example object payload from Microsoft Azure Health Data Services, with 4 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

locationtagsidentityproperties

Example Payload

Raw ↑
{
  "location": "eastus",
  "tags": {
    "environment": "production",
    "department": "radiology"
  },
  "identity": {
    "type": "SystemAssigned"
  },
  "properties": {
    "publicNetworkAccess": "Enabled",
    "corsConfiguration": {
      "origins": [
        "https://pacs.example.com"
      ],
      "headers": [
        "*"
      ],
      "methods": [
        "GET",
        "POST",
        "PUT",
        "DELETE",
        "OPTIONS"
      ],
      "maxAge": 1440,
      "allowCredentials": false
    },
    "enableDataPartitions": false
  }
}