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

FHIR IG analytics

Packageio.health-samurai.core.r4b
Resource TypeStructureDefinition
IdStructureDefinition-secret-reference.json
FHIR VersionR4B
Sourcehttps://simplifier.net/resolve?scope=io.health-samurai.core.r4b@0.2602.0&canonical=http://health-samurai.io/fhir/secret-reference
URLhttp://health-samurai.io/fhir/secret-reference
Version0.2602.0
Statusactive
NameSecretReference
TitleSecret Reference
DescriptionContains 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.
TypeExtension
Kindcomplex-type

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Examples of Use for Extension

No extension usage examples found


Narrative

No narrative content found in resource


Source1

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