你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

Microsoft。HealthcareApis workspaces/fhirservices 2021-06-01-preview

Bicep 资源定义

workspaces/fhirservices 资源类型可部署到:

有关每个 API 版本中已更改属性的列表,请参阅 更改日志

资源格式

创建Microsoft。HealthcareApis/workspaces/fhirservices 资源,将以下 Bicep 添加到模板。

resource symbolicname 'Microsoft.HealthcareApis/workspaces/fhirservices@2021-06-01-preview' = {
  name: 'string'
  location: 'string'
  tags: {
    tagName1: 'tagValue1'
    tagName2: 'tagValue2'
  }
  kind: 'string'
  parent: resourceSymbolicName
  etag: 'string'
  identity: {
    type: 'string'
  }
  properties: {
    accessPolicies: [
      {
        objectId: 'string'
      }
    ]
    acrConfiguration: {
      loginServers: [
        'string'
      ]
    }
    authenticationConfiguration: {
      audience: 'string'
      authority: 'string'
      smartProxyEnabled: bool
    }
    corsConfiguration: {
      allowCredentials: bool
      headers: [
        'string'
      ]
      maxAge: int
      methods: [
        'string'
      ]
      origins: [
        'string'
      ]
    }
    exportConfiguration: {
      storageAccountName: 'string'
    }
    provisioningState: 'string'
  }
}

属性值

workspaces/fhirservices

名称 说明
name 资源名称

了解如何在 Bicep 中设置子资源的名称和类型。
字符串 (必需)
location 资源位置。 字符串
标记 资源标记。 标记名称和值的字典。 请参阅 模板中的标记
kind 服务的种类。 “fhir-R4”
'fhir-Stu3'
父级 (parent) 在 Bicep 中,可以为子资源指定父资源。 仅当子资源在父资源外部声明时,才需要添加此属性。

有关详细信息,请参阅 父资源之外的子资源
类型为的资源的符号名称: 工作区
etag 与资源关联的 etag,在编辑资源时用于乐观并发。 字符串
identity 指示服务是否具有与之关联的托管标识的设置。 ServiceManagedIdentityIdentity
properties Fhir 服务配置。 FhirServiceProperties

ServiceManagedIdentityIdentity

名称 说明 Value
type 指定的标识类型,当前允许 SystemAssigned 和 None。 “None”
“SystemAssigned”

FhirServiceProperties

名称 说明 Value
accessPolicies Fhir 服务访问策略。 FhirServiceAccessPolicyEntry[]
acrConfiguration Fhir 服务 Azure 容器注册表配置。 FhirServiceAcrConfiguration
authenticationConfiguration Fhir 服务身份验证配置。 FhirServiceAuthenticationConfiguration
corsConfiguration Fhir Service Cors 配置。 FhirServiceCorsConfiguration
exportConfiguration Fhir 服务导出配置。 FhirServiceExportConfiguration
provisioningState 预配状态。 'Accepted'
“已取消”
'Creating'
'正在删除'
'Deprovisioned'
“Failed”
“移动”
'Succeeded'
“Suspended”
“SystemMaintenance”
“正在更新”
“正在验证”
“警告”

FhirServiceAccessPolicyEntry

名称 说明
objectId Azure AD 对象 ID (允许访问 FHIR 服务的用户或应用) 。 字符串 (必需)

FhirServiceAcrConfiguration

名称 说明 Value
loginServers Azure 容器注册表登录服务器的列表。 string[]

FhirServiceAuthenticationConfiguration

名称 说明
受众 服务的受众 URL 字符串
authority 服务的颁发机构 URL 字符串
smartProxyEnabled 如果启用了 SMART on FHIR 代理 bool

FhirServiceCorsConfiguration

名称 说明
allowCredentials 如果允许通过 CORS 使用凭据。 bool
headers 允许通过 CORS 的标头。 string[]
maxAge 通过 CORS 允许的最大期限。 int
方法 允许通过 CORS 使用的方法。 string[]
起源 允许通过 CORS 的源。 string[]

FhirServiceExportConfiguration

名称 说明
storageAccountName 默认导出存储帐户的名称。 字符串

快速入门模板

以下快速入门模板部署此资源类型。

模板 说明
配置 FHIR 服务以启用$import

部署到 Azure
此模板预配 FHIR 服务,以便为初始数据加载启用$import
部署 Azure Health Data Services MedTech 服务

部署到 Azure
MedTech 服务是 Azure Health Data Services 的可选服务,旨在从多个不同的医疗物联网 (IoMT) 设备引入运行状况数据,并在 Azure Health Data Services 工作区内的快速医疗保健互操作性资源 (FHIR®) 服务中规范化、分组、转换和持久保存设备运行状况数据。

ARM 模板资源定义

workspaces/fhirservices 资源类型可部署到:

有关每个 API 版本中已更改属性的列表,请参阅 更改日志

资源格式

创建Microsoft。HealthcareApis/workspaces/fhirservices 资源,将以下 JSON 添加到模板。

{
  "type": "Microsoft.HealthcareApis/workspaces/fhirservices",
  "apiVersion": "2021-06-01-preview",
  "name": "string",
  "location": "string",
  "tags": {
    "tagName1": "tagValue1",
    "tagName2": "tagValue2"
  },
  "kind": "string",
  "etag": "string",
  "identity": {
    "type": "string"
  },
  "properties": {
    "accessPolicies": [
      {
        "objectId": "string"
      }
    ],
    "acrConfiguration": {
      "loginServers": [ "string" ]
    },
    "authenticationConfiguration": {
      "audience": "string",
      "authority": "string",
      "smartProxyEnabled": "bool"
    },
    "corsConfiguration": {
      "allowCredentials": "bool",
      "headers": [ "string" ],
      "maxAge": "int",
      "methods": [ "string" ],
      "origins": [ "string" ]
    },
    "exportConfiguration": {
      "storageAccountName": "string"
    },
    "provisioningState": "string"
  }
}

属性值

workspaces/fhirservices

名称 说明 Value
type 资源类型 'Microsoft.HealthcareApis/workspaces/fhirservices'
apiVersion 资源 API 版本 '2021-06-01-preview'
name 资源名称

了解如何在 JSON ARM 模板中设置子资源的名称和类型。
字符串 (必需)
location 资源位置。 字符串
标记 资源标记。 标记名称和值的字典。 请参阅 模板中的标记
kind 服务的种类。 “fhir-R4”
'fhir-Stu3'
etag 与资源关联的 etag,在编辑资源时用于乐观并发。 字符串
identity 指示服务是否具有与之关联的托管标识的设置。 ServiceManagedIdentityIdentity
properties Fhir 服务配置。 FhirServiceProperties

ServiceManagedIdentityIdentity

名称 说明 Value
type 指定的标识类型,当前允许 SystemAssigned 和 None。 “None”
“SystemAssigned”

FhirServiceProperties

名称 说明
accessPolicies Fhir 服务访问策略。 FhirServiceAccessPolicyEntry[]
acrConfiguration Fhir 服务 Azure 容器注册表配置。 FhirServiceAcrConfiguration
authenticationConfiguration Fhir 服务身份验证配置。 FhirServiceAuthenticationConfiguration
corsConfiguration Fhir Service Cors 配置。 FhirServiceCorsConfiguration
exportConfiguration Fhir 服务导出配置。 FhirServiceExportConfiguration
provisioningState 预配状态。 “Accepted”
“已取消”
“正在创建”
“正在删除”
“已取消预配”
“失败”
“移动”
“成功”
“Suspended”
“SystemMaintenance”
“正在更新”
“正在验证”
“警告”

FhirServiceAccessPolicyEntry

名称 说明 Value
objectId 允许访问 FHIR 服务的用户或应用) (Azure AD 对象 ID。 字符串 (必需)

FhirServiceAcrConfiguration

名称 说明
loginServers Azure 容器注册表登录服务器的列表。 string[]

FhirServiceAuthenticationConfiguration

名称 说明
受众 服务的受众 URL 字符串
authority 服务的颁发机构 URL 字符串
smartProxyEnabled 如果启用了 SMART on FHIR 代理 bool

FhirServiceCorsConfiguration

名称 说明
allowCredentials 如果允许通过 CORS 使用凭据。 bool
headers 允许通过 CORS 的标头。 string[]
maxAge 通过 CORS 允许的最大期限。 int
方法 允许通过 CORS 使用的方法。 string[]
起源 允许通过 CORS 的来源。 string[]

FhirServiceExportConfiguration

名称 说明
storageAccountName 默认导出存储帐户的名称。 字符串

快速入门模板

以下快速入门模板部署此资源类型。

模板 说明
配置 FHIR 服务以启用 $import

部署到 Azure
此模板预配 FHIR 服务,以便为初始数据加载启用$import
部署 Azure Health Data Services MedTech 服务

部署到 Azure
MedTech 服务是 Azure Health Data Services 的可选服务,旨在从多个不同的医疗物联网 (IoMT) 设备引入运行状况数据,并在 Azure Health Data Services 工作区内的快速医疗保健互操作性资源 (FHIR®) 服务中规范化、分组、转换和持久保存设备运行状况数据。

Terraform (AzAPI 提供程序) 资源定义

workspaces/fhirservices 资源类型可部署到:

  • 资源组

有关每个 API 版本中已更改属性的列表,请参阅 更改日志

资源格式

创建Microsoft。HealthcareApis/workspaces/fhirservices 资源,将以下 Terraform 添加到模板。

resource "azapi_resource" "symbolicname" {
  type = "Microsoft.HealthcareApis/workspaces/fhirservices@2021-06-01-preview"
  name = "string"
  location = "string"
  parent_id = "string"
  tags = {
    tagName1 = "tagValue1"
    tagName2 = "tagValue2"
  }
  identity {
    type =  "SystemAssigned"
  }
  body = jsonencode({
    properties = {
      accessPolicies = [
        {
          objectId = "string"
        }
      ]
      acrConfiguration = {
        loginServers = [
          "string"
        ]
      }
      authenticationConfiguration = {
        audience = "string"
        authority = "string"
        smartProxyEnabled = bool
      }
      corsConfiguration = {
        allowCredentials = bool
        headers = [
          "string"
        ]
        maxAge = int
        methods = [
          "string"
        ]
        origins = [
          "string"
        ]
      }
      exportConfiguration = {
        storageAccountName = "string"
      }
      provisioningState = "string"
    }
    kind = "string"
    etag = "string"
  })
}

属性值

workspaces/fhirservices

名称 说明 Value
type 资源类型 “Microsoft。HealthcareApis/workspaces/fhirservices@2021-06-01-preview”
name 资源名称 字符串 (必需)
location 资源位置。 字符串
parent_id 此资源的父资源的 ID。 类型为的资源的 ID: 工作区
标记 资源标记。 标记名称和值的字典。
kind 服务的种类。 “fhir-R4”
“fhir-Stu3”
etag 与资源关联的 etag,在编辑资源时用于乐观并发。 字符串
identity 指示服务是否具有与之关联的托管标识的设置。 ServiceManagedIdentityIdentity
properties Fhir 服务配置。 FhirServiceProperties

ServiceManagedIdentityIdentity

名称 说明 Value
type 指定的标识类型,当前允许 SystemAssigned 和 None。 “SystemAssigned”

FhirServiceProperties

名称 说明
accessPolicies Fhir 服务访问策略。 FhirServiceAccessPolicyEntry[]
acrConfiguration Fhir 服务 Azure 容器注册表配置。 FhirServiceAcrConfiguration
authenticationConfiguration Fhir 服务身份验证配置。 FhirServiceAuthenticationConfiguration
corsConfiguration Fhir Service Cors 配置。 FhirServiceCorsConfiguration
exportConfiguration Fhir 服务导出配置。 FhirServiceExportConfiguration
provisioningState 预配状态。 “Accepted”
“已取消”
“正在创建”
“正在删除”
“已取消预配”
“Failed”
“移动”
“Succeeded”
“Suspended”
“SystemMaintenance”
“正在更新”
“正在验证”
“警告”

FhirServiceAccessPolicyEntry

名称 说明
objectId Azure AD 对象 ID (允许访问 FHIR 服务的用户或应用) 。 字符串 (必需)

FhirServiceAcrConfiguration

名称 说明
loginServers Azure 容器注册表登录服务器的列表。 string[]

FhirServiceAuthenticationConfiguration

名称 说明
受众 服务的受众 URL 字符串
authority 服务的颁发机构 URL 字符串
smartProxyEnabled 如果启用了 SMART on FHIR 代理 bool

FhirServiceCorsConfiguration

名称 说明
allowCredentials 如果允许通过 CORS 使用凭据。 bool
headers 允许通过 CORS 的标头。 string[]
maxAge 通过 CORS 允许的最大期限。 int
方法 允许通过 CORS 使用的方法。 string[]
起源 允许通过 CORS 的源。 string[]

FhirServiceExportConfiguration

名称 说明
storageAccountName 默认导出存储帐户的名称。 字符串