FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packageio.health-samurai.core.r3
Resource TypeStructureDefinition
IdStructureDefinition-AzureAccount.json
FHIR VersionR3

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "description": "Azure credentials used by Aidbox to access Azure services.",
  "derivation": "specialization",
  "publisher": "Health Samurai",
  "fhirVersion": "3.0.2",
  "name": "AzureAccount",
  "abstract": false,
  "type": "AzureAccount",
  "resourceType": "StructureDefinition",
  "title": "Azure Account",
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category",
      "valueString": "Integration.Cloud"
    }
  ],
  "status": "active",
  "id": "AzureAccount",
  "kind": "resource",
  "url": "http://health-samurai.io/fhir/core/StructureDefinition/AzureAccount",
  "version": "0.2608.1",
  "differential": {
    "element": [
      {
        "id": "AzureAccount",
        "path": "AzureAccount",
        "min": 0,
        "max": "*",
        "constraint": [
          {
            "key": "azure-account-sas-validation",
            "severity": "error",
            "human": "If sasType is 'userDelegation', then tenantId, clientId, and clientSecret are required. If sasType is 'account', then key is required. tenantId, clientId, and clientSecret must be set together. An AzureAccount with no credentials at all authenticates via workload identity (DefaultAzureCredential).",
            "expression": "((sasType.exists() and sasType = 'userDelegation') implies (tenantId.exists() and clientId.exists() and clientSecret.exists())) and ((sasType.exists() and sasType = 'account') implies key.exists()) and ((tenantId.exists() or clientId.exists() or clientSecret.exists()) implies (tenantId.exists() and clientId.exists() and clientSecret.exists()))"
          },
          {
            "key": "azure-account-sas-type-enum",
            "severity": "error",
            "human": "sasType must be either 'account' or 'userDelegation' or empty.",
            "expression": "sasType.empty() or sasType = 'account' or sasType = 'userDelegation'"
          }
        ]
      },
      {
        "id": "AzureAccount._source",
        "path": "AzureAccount._source",
        "short": "System Property. DO NOT USE IT.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "AzureAccount.key",
        "path": "AzureAccount.key",
        "short": "Azure storage account key for authentication (required for Account SAS).",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "AzureAccount.sasType",
        "path": "AzureAccount.sasType",
        "short": "SAS type: 'account' (default) or 'userDelegation'. Available since 2508.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "AzureAccount.tenantId",
        "path": "AzureAccount.tenantId",
        "short": "Azure AD tenant ID (required for User Delegation SAS).",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "AzureAccount.clientId",
        "path": "AzureAccount.clientId",
        "short": "Azure AD application/client ID (required for User Delegation SAS). Available since 2508.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "AzureAccount.clientSecret",
        "path": "AzureAccount.clientSecret",
        "short": "Azure AD client secret (required for User Delegation SAS). Available since 2508.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ]
      }
    ]
  },
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource"
}