{
"description": "Lambda function resource for hook-based code execution.",
"_filename": "StructureDefinition-lambda.json",
"package_name": "io.health-samurai.core.r4",
"date": null,
"derivation": "specialization",
"publisher": null,
"fhirVersion": "4.0.1",
"name": "Lambda",
"abstract": false,
"type": "Lambda",
"experimental": null,
"resourceType": "StructureDefinition",
"title": null,
"package_version": "0.2601.0",
"status": "active",
"id": "8f3dfdf3-e1b3-4c68-bde8-50f6b9a354a3",
"kind": "resource",
"url": "http://health-samurai.io/fhir/core/StructureDefinition/Lambda",
"version": "0.2601.0",
"differential": {
"element": [ {
"id": "Lambda",
"max": "*",
"min": 0,
"path": "Lambda"
}, {
"id": "Lambda._source",
"max": "1",
"min": 0,
"path": "Lambda._source",
"type": [ {
"code": "string"
} ],
"short": "System Property. DO NOT USE IT."
}, {
"id": "Lambda.hook",
"max": "1",
"min": 1,
"path": "Lambda.hook",
"type": [ {
"code": "code"
} ],
"short": "Type of hook this lambda responds to.",
"constraint": [ {
"key": "enum-23",
"human": "Type must be: audit",
"severity": "error",
"expression": "%context.subsetOf('audit')"
} ]
}, {
"id": "Lambda.code",
"max": "1",
"min": 1,
"path": "Lambda.code",
"type": [ {
"code": "string"
} ],
"short": "Code to be executed by the lambda."
} ]
},
"baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource"
}