FHIR IG analytics| Package | io.health-samurai.core.r4b |
| Resource Type | StructureDefinition |
| Id | StructureDefinition-AwsAccount.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/AwsAccount |
| URL | http://health-samurai.io/fhir/core/StructureDefinition/AwsAccount |
| Version | 0.2601.0 |
| Status | active |
| Name | AwsAccount |
| Type | AwsAccount |
| Kind | resource |
| StructureDefinition | |
| SDCConfig | SDCConfig |
No resources found
No narrative content found in resource
{
"derivation": "specialization",
"fhirVersion": "4.3.0",
"name": "AwsAccount",
"abstract": false,
"type": "AwsAccount",
"resourceType": "StructureDefinition",
"status": "active",
"id": "AwsAccount",
"kind": "resource",
"url": "http://health-samurai.io/fhir/core/StructureDefinition/AwsAccount",
"version": "0.2601.0",
"differential": {
"element": [
{
"id": "AwsAccount",
"path": "AwsAccount",
"min": 0,
"max": "*"
},
{
"id": "AwsAccount._source",
"path": "AwsAccount._source",
"short": "System Property. DO NOT USE IT.",
"min": 0,
"max": "1",
"type": [
{
"code": "string"
}
]
},
{
"id": "AwsAccount.access-key-id",
"path": "AwsAccount.access-key-id",
"short": "AWS access key identifier for authentication.",
"min": 0,
"max": "1",
"type": [
{
"code": "string"
}
]
},
{
"id": "AwsAccount.secret-access-key",
"path": "AwsAccount.secret-access-key",
"short": "AWS secret access key for authentication.",
"min": 0,
"max": "1",
"type": [
{
"code": "string"
}
]
},
{
"id": "AwsAccount.region",
"path": "AwsAccount.region",
"short": "AWS region where the resources are located.",
"min": 0,
"max": "1",
"type": [
{
"code": "string"
}
]
},
{
"id": "AwsAccount.host",
"path": "AwsAccount.host",
"short": "AWS host endpoint for the service.",
"min": 0,
"max": "1",
"type": [
{
"code": "string"
}
]
},
{
"id": "AwsAccount.path-style",
"path": "AwsAccount.path-style",
"short": "Whether to use path-style addressing for S3 requests.",
"min": 0,
"max": "1",
"type": [
{
"code": "boolean"
}
]
},
{
"id": "AwsAccount.use-ssl",
"path": "AwsAccount.use-ssl",
"short": "Whether to use SSL for secure connections.",
"min": 0,
"max": "1",
"type": [
{
"code": "boolean"
}
]
}
]
},
"baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource"
}