FHIR IG analytics| Package | io.health-samurai.core.r4b |
| Resource Type | StructureDefinition |
| Id | StructureDefinition-secret-reference.json |
| FHIR Version | R4B |
| Source | https://simplifier.net/resolve?scope=io.health-samurai.core.r4b@0.2602.0&canonical=http://health-samurai.io/fhir/secret-reference |
| URL | http://health-samurai.io/fhir/secret-reference |
| Version | 0.2602.0 |
| Status | active |
| Name | SecretReference |
| Title | Secret Reference |
| Description | Contains the name of a secret defined in the vault config file. Used together with data-absent-reason=masked to indicate that the field value is resolved at runtime from a mounted secret file. |
| Type | Extension |
| Kind | complex-type |
No resources found
No resources found
No extension usage examples found
No narrative content found in resource
{
"description": "Contains the name of a secret defined in the vault config file. Used together with data-absent-reason=masked to indicate that the field value is resolved at runtime from a mounted secret file.",
"derivation": "constraint",
"fhirVersion": "4.3.0",
"name": "SecretReference",
"abstract": false,
"type": "Extension",
"resourceType": "StructureDefinition",
"title": "Secret Reference",
"status": "active",
"id": "secret-reference",
"kind": "complex-type",
"url": "http://health-samurai.io/fhir/secret-reference",
"context": [
{
"type": "element",
"expression": "Element"
}
],
"version": "0.2602.0",
"differential": {
"element": [
{
"id": "Extension",
"path": "Extension",
"short": "Reference to a named secret",
"definition": "Contains the name of a secret from the vault config file whose file contents replace the field value at runtime.",
"min": 0,
"max": "1"
},
{
"id": "Extension.extension",
"path": "Extension.extension",
"max": "0"
},
{
"id": "Extension.url",
"path": "Extension.url",
"fixedUri": "http://health-samurai.io/fhir/secret-reference"
},
{
"id": "Extension.value[x]",
"path": "Extension.value[x]",
"min": 1,
"max": "1",
"type": [
{
"code": "string"
}
]
}
]
},
"baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension"
}