FHIR IG analytics
Resources that use this resource
| StructureDefinition |
| io.health-samurai.sdc.r4b#0.2606.2 | SDCConfig | SDC Config |
Resources that this resource uses
| StructureDefinition |
| io.health-samurai.core.r4b#0.2606.2 | AzureAccount | Azure Account |
Narrative
No narrative content found in resource
Source1
{
"description": "Reference to a specific Azure Blob Storage container used by Aidbox.",
"derivation": "specialization",
"publisher": "Health Samurai",
"fhirVersion": "4.3.0",
"name": "AzureContainer",
"abstract": false,
"type": "AzureContainer",
"resourceType": "StructureDefinition",
"title": "Azure Container",
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category",
"valueString": "Integration.Cloud"
}
],
"status": "active",
"id": "AzureContainer",
"kind": "resource",
"url": "http://health-samurai.io/fhir/core/StructureDefinition/AzureContainer",
"version": "0.2606.2",
"differential": {
"element": [
{
"id": "AzureContainer",
"path": "AzureContainer",
"min": 0,
"max": "*"
},
{
"id": "AzureContainer._source",
"path": "AzureContainer._source",
"short": "System Property. DO NOT USE IT.",
"min": 0,
"max": "1",
"type": [
{
"code": "string"
}
]
},
{
"id": "AzureContainer.storage",
"path": "AzureContainer.storage",
"short": "Azure storage account name.",
"min": 0,
"max": "1",
"type": [
{
"code": "string"
}
]
},
{
"id": "AzureContainer.container",
"path": "AzureContainer.container",
"short": "Name of the Azure storage container.",
"min": 0,
"max": "1",
"type": [
{
"code": "string"
}
]
},
{
"id": "AzureContainer.extension",
"path": "AzureContainer.extension",
"short": "File extension for content stored in the container.",
"min": 0,
"max": "1",
"type": [
{
"code": "string"
}
]
},
{
"id": "AzureContainer.account",
"path": "AzureContainer.account",
"short": "Reference to the Azure account credentials.",
"min": 0,
"max": "1",
"type": [
{
"code": "Reference",
"targetProfile": [
"http://health-samurai.io/fhir/core/StructureDefinition/AzureAccount"
]
}
]
}
]
},
"baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource"
}