PackagesCanonicalsLogsProblems
    Packages
    io.health-samurai.core.r4@0.2601.0
    http://health-samurai.io/fhir/core/StructureDefinition/ui_history
{
  "description": "UI history tracking resource for Aidbox console.",
  "_filename": "StructureDefinition-ui-history.json",
  "package_name": "io.health-samurai.core.r4",
  "date": null,
  "derivation": "specialization",
  "publisher": null,
  "fhirVersion": "4.0.1",
  "name": "ui_history",
  "abstract": false,
  "type": "ui_history",
  "experimental": null,
  "resourceType": "StructureDefinition",
  "title": null,
  "package_version": "0.2601.0",
  "status": "active",
  "id": "48e31c92-3b83-429f-a33b-c2ebe9d17fda",
  "kind": "resource",
  "url": "http://health-samurai.io/fhir/core/StructureDefinition/ui_history",
  "version": "0.2601.0",
  "differential": {
    "element": [ {
      "id": "ui_history",
      "max": "*",
      "min": 0,
      "path": "ui_history"
    }, {
      "id": "ui_history._source",
      "max": "1",
      "min": 0,
      "path": "ui_history._source",
      "type": [ {
        "code": "string"
      } ],
      "short": "System Property. DO NOT USE IT."
    }, {
      "id": "ui_history.user",
      "max": "1",
      "min": 0,
      "path": "ui_history.user",
      "type": [ {
        "code": "Reference",
        "targetProfile": [ "http://health-samurai.io/fhir/core/StructureDefinition/User" ]
      } ],
      "short": "Reference to the user who performed the action."
    }, {
      "id": "ui_history.type",
      "max": "1",
      "min": 0,
      "path": "ui_history.type",
      "type": [ {
        "code": "string"
      } ],
      "short": "Type of history entry.",
      "constraint": [ {
        "key": "enum-169",
        "human": "Type must be one of: http, sql",
        "severity": "error",
        "expression": "%context.subsetOf('http' | 'sql')"
      } ]
    }, {
      "id": "ui_history.command",
      "max": "1",
      "min": 0,
      "path": "ui_history.command",
      "type": [ {
        "code": "string"
      } ],
      "short": "Command that was executed."
    } ]
  },
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource"
}