FHIR IG analytics| Package | io.health-samurai.core.r4b |
| Resource Type | StructureDefinition |
| Id | StructureDefinition-lambda.json |
| FHIR Version | R4B |
| Source | https://simplifier.net/resolve?scope=io.health-samurai.core.r4b@0.2602.0&canonical=http://health-samurai.io/fhir/core/StructureDefinition/Lambda |
| URL | http://health-samurai.io/fhir/core/StructureDefinition/Lambda |
| Version | 0.2602.0 |
| Status | active |
| Name | Lambda |
| Description | Lambda function resource for hook-based code execution. |
| Type | Lambda |
| Kind | resource |
No resources found
No resources found
No narrative content found in resource
{
"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"
}