{
"description": "Configuration resource for Aidbox settings.",
"_filename": "StructureDefinition-aidbox-config.json",
"package_name": "io.health-samurai.core.r4",
"date": null,
"derivation": "specialization",
"publisher": null,
"fhirVersion": "4.0.1",
"name": "AidboxConfig",
"abstract": false,
"type": "AidboxConfig",
"experimental": null,
"resourceType": "StructureDefinition",
"title": null,
"package_version": "0.2601.0",
"status": "active",
"id": "acdb5bbd-8f7a-4dad-b8ca-b0f01bc62f47",
"kind": "resource",
"url": "http://health-samurai.io/fhir/core/StructureDefinition/AidboxConfig",
"version": "0.2601.0",
"differential": {
"element": [ {
"id": "AidboxConfig",
"max": "*",
"min": 0,
"path": "AidboxConfig",
"extension": [ {
"url": "http://health-samurai.io/fhir/core/StructureDefinition/additional-properties-custom-type",
"valueCode": "any"
} ]
}, {
"id": "AidboxConfig._source",
"max": "1",
"min": 0,
"path": "AidboxConfig._source",
"type": [ {
"code": "string"
} ],
"short": "System Property. DO NOT USE IT."
}, {
"id": "AidboxConfig.box",
"max": "1",
"min": 0,
"path": "AidboxConfig.box",
"short": "Box configuration parameters.",
"extension": [ {
"url": "http://health-samurai.io/fhir/core/StructureDefinition/custom-type",
"valueCode": "any"
} ]
}, {
"id": "AidboxConfig.auth",
"max": "1",
"min": 0,
"path": "AidboxConfig.auth",
"type": [ {
"code": "BackboneElement"
} ],
"short": "Authentication configuration settings."
}, {
"id": "AidboxConfig.auth.keys",
"max": "1",
"min": 0,
"path": "AidboxConfig.auth.keys",
"type": [ {
"code": "BackboneElement"
} ],
"short": "Cryptographic keys for authentication."
}, {
"id": "AidboxConfig.auth.keys.secret",
"max": "1",
"min": 0,
"path": "AidboxConfig.auth.keys.secret",
"type": [ {
"code": "string"
} ],
"short": "Secret key used for signing."
}, {
"id": "AidboxConfig.auth.keys.public",
"max": "1",
"min": 0,
"path": "AidboxConfig.auth.keys.public",
"type": [ {
"code": "string"
} ],
"short": "Public key used for verification."
} ]
},
"baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource"
}