FHIR IG analytics| Package | io.health-samurai.core.r3 |
| Resource Type | StructureDefinition |
| Id | StructureDefinition-AwsAccount.json |
| FHIR Version | R3 |
No resources found
No resources found
No narrative content found in resource
{
"derivation": "specialization",
"fhirVersion": "3.0.2",
"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.2602.2",
"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"
}