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

FHIR IG analytics

Packageio.health-samurai.core.r4b
Resource TypeStructureDefinition
IdStructureDefinition-lambda.json
FHIR VersionR4B
Sourcehttps://simplifier.net/resolve?scope=io.health-samurai.core.r4b@0.2602.0&canonical=http://health-samurai.io/fhir/core/StructureDefinition/Lambda
URLhttp://health-samurai.io/fhir/core/StructureDefinition/Lambda
Version0.2602.0
Statusactive
NameLambda
DescriptionLambda function resource for hook-based code execution.
TypeLambda
Kindresource

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

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