FHIR IG analytics
Resources that use this resource
Resources that this resource uses
Narrative
No narrative content found in resource
Source1
{
"derivation": "specialization",
"fhirVersion": "4.3.0",
"name": "AzureContainer",
"abstract": false,
"type": "AzureContainer",
"resourceType": "StructureDefinition",
"status": "active",
"id": "AzureContainer",
"kind": "resource",
"url": "http://health-samurai.io/fhir/core/StructureDefinition/AzureContainer",
"version": "0.2601.0",
"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"
}