FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packageio.health-samurai.core.r4b
Resource TypeStructureDefinition
IdStructureDefinition-AwsAccount.json
FHIR VersionR4B
Sourcehttps://simplifier.net/resolve?scope=io.health-samurai.core.r4b@0.2601.0&canonical=http://health-samurai.io/fhir/core/StructureDefinition/AwsAccount
URLhttp://health-samurai.io/fhir/core/StructureDefinition/AwsAccount
Version0.2601.0
Statusactive
NameAwsAccount
TypeAwsAccount
Kindresource

Resources that use this resource

StructureDefinition
SDCConfigSDCConfig

Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "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"
}