PackagesCanonicalsLogsProblems
    Packages
    io.health-samurai.core.r4@0.2601.0
    http://health-samurai.io/fhir/core/StructureDefinition/Lambda
description: Lambda function resource for hook-based code execution.
package_name: io.health-samurai.core.r4
derivation: specialization
name: Lambda
type: Lambda
elements:
  _source: {type: string, short: System Property. DO NOT USE IT., index: 0}
  hook:
    type: code
    short: Type of hook this lambda responds to.
    constraint:
      enum-23: {human: 'Type must be: audit', severity: error, expression: '%context.subsetOf(''audit'')'}
    index: 1
  code: {type: string, short: Code to be executed by the lambda., index: 2}
package_version: 0.2601.0
class: resource
kind: resource
url: http://health-samurai.io/fhir/core/StructureDefinition/Lambda
base: http://hl7.org/fhir/StructureDefinition/DomainResource
version: 0.2601.0
required: [hook, code]