FHIR IG analytics| Package | io.health-samurai.core.r4b |
| Resource Type | StructureDefinition |
| Id | StructureDefinition-AzureAccount.json |
| FHIR Version | R4B |
| Source | https://simplifier.net/resolve?scope=io.health-samurai.core.r4b@0.2601.0&canonical=http://health-samurai.io/fhir/core/StructureDefinition/AzureAccount |
| URL | http://health-samurai.io/fhir/core/StructureDefinition/AzureAccount |
| Version | 0.2601.0 |
| Status | active |
| Name | AzureAccount |
| Type | AzureAccount |
| Kind | resource |
| StructureDefinition | |
| AzureContainer | AzureContainer |
No resources found
No narrative content found in resource
{
"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"
}