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

FHIR IG analytics

Packageio.health-samurai.core.r4b
Resource TypeStructureDefinition
IdStructureDefinition-bundle-entry-action.json
FHIR VersionR4B
Sourcehttps://simplifier.net/resolve?scope=io.health-samurai.core.r4b@0.2606.2&canonical=http://health-samurai.io/fhir/core/StructureDefinition/bundle-entryActionCode
URLhttp://health-samurai.io/fhir/core/StructureDefinition/bundle-entryActionCode
Version0.2606.2
Statusactive
NameentryActionCode
TitleBundle Entry Action
DescriptionDescribes the action to perform for a Bundle entry.
TypeExtension
Kindcomplex-type

Resources that use this resource

No resources found


Resources that this resource uses

ValueSet
io.health-samurai.core.r4b#0.2606.2entry-actionEntry Action

Examples of Use for Extension

No extension usage examples found


Narrative

No narrative content found in resource


Source1

{
  "description": "Describes the action to perform for a Bundle entry.",
  "derivation": "constraint",
  "publisher": "Health Samurai",
  "name": "entryActionCode",
  "abstract": false,
  "type": "Extension",
  "resourceType": "StructureDefinition",
  "title": "Bundle Entry Action",
  "status": "active",
  "id": "bundle-entry-action",
  "kind": "complex-type",
  "url": "http://health-samurai.io/fhir/core/StructureDefinition/bundle-entryActionCode",
  "context": [
    {
      "type": "element",
      "expression": "Bundle.entry"
    }
  ],
  "version": "0.2606.2",
  "differential": {
    "element": [
      {
        "id": "Extension",
        "path": "Extension",
        "short": "Action for this entry",
        "definition": "Indicates the action to perform for this Bundle entry."
      },
      {
        "id": "Extension.url",
        "path": "Extension.url",
        "fixedUri": "http://health-samurai.io/fhir/core/StructureDefinition/bundle-entryActionCode"
      },
      {
        "id": "Extension.value[x]",
        "path": "Extension.value[x]",
        "short": "create | update | delete",
        "min": 1,
        "type": [
          {
            "code": "code"
          }
        ],
        "binding": {
          "strength": "extensible",
          "valueSet": "http://health-samurai.io/fhir/core/ValueSet/entry-action"
        },
        "constraint": [
          {
            "key": "entry-action-1",
            "severity": "error",
            "human": "Value must be one of: create, update, delete",
            "expression": "$this in ('create' | 'update' | 'delete')"
          }
        ]
      }
    ]
  },
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension"
}