Workspace Create

HealthcareFHIRDICOMMedTechIoMTHealth DataHIPAAHITRUSTCloudAzureMicrosoft

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

Top-level fields

locationtagsproperties

Example Payload

Raw ↑
{
  "location": "eastus",
  "tags": {
    "environment": "production",
    "costCenter": "health-IT"
  },
  "properties": {
    "publicNetworkAccess": "Enabled"
  }
}