FHIR IG analytics| Package | io.health-samurai.core.r4b |
| Resource Type | StructureDefinition |
| Id | StructureDefinition-ui-history.json |
| FHIR Version | R4B |
| Source | https://simplifier.net/resolve?scope=io.health-samurai.core.r4b@0.2601.0&canonical=http://health-samurai.io/fhir/core/StructureDefinition/ui_history |
| URL | http://health-samurai.io/fhir/core/StructureDefinition/ui_history |
| Version | 0.2601.0 |
| Status | active |
| Name | ui_history |
| Description | UI history tracking resource for Aidbox console. |
| Type | ui_history |
| Kind | resource |
No resources found
| StructureDefinition | |
| User | User |
No narrative content found in resource
{
"description": "UI history tracking resource for Aidbox console.",
"derivation": "specialization",
"fhirVersion": "4.3.0",
"name": "ui_history",
"abstract": false,
"type": "ui_history",
"resourceType": "StructureDefinition",
"status": "active",
"id": "ui_history",
"kind": "resource",
"url": "http://health-samurai.io/fhir/core/StructureDefinition/ui_history",
"version": "0.2601.0",
"differential": {
"element": [
{
"id": "ui_history",
"path": "ui_history",
"min": 0,
"max": "*"
},
{
"id": "ui_history._source",
"path": "ui_history._source",
"short": "System Property. DO NOT USE IT.",
"min": 0,
"max": "1",
"type": [
{
"code": "string"
}
]
},
{
"id": "ui_history.user",
"path": "ui_history.user",
"short": "Reference to the user who performed the action.",
"min": 0,
"max": "1",
"type": [
{
"code": "Reference",
"targetProfile": [
"http://health-samurai.io/fhir/core/StructureDefinition/User"
]
}
]
},
{
"id": "ui_history.type",
"path": "ui_history.type",
"short": "Type of history entry.",
"min": 0,
"max": "1",
"type": [
{
"code": "string"
}
],
"constraint": [
{
"key": "enum-169",
"severity": "error",
"expression": "%context.subsetOf('http' | 'sql')",
"human": "Type must be one of: http, sql"
}
]
},
{
"id": "ui_history.command",
"path": "ui_history.command",
"short": "Command that was executed.",
"min": 0,
"max": "1",
"type": [
{
"code": "string"
}
]
}
]
},
"baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource"
}