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

FHIR IG analytics

Packageio.health-samurai.core.r4b
Resource TypeStructureDefinition
IdStructureDefinition-AzureAccount.json
FHIR VersionR4B
Sourcehttps://simplifier.net/resolve?scope=io.health-samurai.core.r4b@0.2601.0&canonical=http://health-samurai.io/fhir/core/StructureDefinition/AzureAccount
URLhttp://health-samurai.io/fhir/core/StructureDefinition/AzureAccount
Version0.2601.0
Statusactive
NameAzureAccount
TypeAzureAccount
Kindresource

Resources that use this resource

StructureDefinition
AzureContainerAzureContainer

Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "derivation": "specialization",
  "fhirVersion": "4.3.0",
  "name": "AzureAccount",
  "abstract": false,
  "type": "AzureAccount",
  "resourceType": "StructureDefinition",
  "status": "active",
  "id": "AzureAccount",
  "kind": "resource",
  "url": "http://health-samurai.io/fhir/core/StructureDefinition/AzureAccount",
  "version": "0.2601.0",
  "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. Otherwise, key is required.",
            "expression": "(sasType = 'userDelegation' implies (tenantId.exists() and clientId.exists() and clientSecret.exists())) and ((sasType != 'userDelegation' or sasType.exists().not()) implies key.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"
}