FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: ValueSet/audit-event-type-vs

Packageuz.dhp.core
Resource TypeValueSet
Idaudit-event-type-vs
FHIR VersionR5
Sourcehttp://dhp.uz/https://build.fhir.org/ig/vadi2/DHP-temp/ValueSet-audit-event-type-vs.html
URLhttps://terminology.dhp.uz/ValueSet/audit-event-type-vs
Version0.2.0
Statusdraft
Date2025-08-11T19:35:27+00:00
NameAuditEventTypeVS
TitleAudit event type
DescriptionDefines the type of event that is being recorded in Uzbek and Russian

Resources that use this resource

StructureDefinition
uz-core-auditeventUZ Core AuditEvent

Resources that this resource uses

CodeSystem
DCMDICOM Controlled Terminology

Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: ValueSet audit-event-type-vs

This ValueSet requires the Code system Supplement DICOM Controlled Terminology Definitions.

  • Include these codes as defined in http://dicom.nema.org/resources/ontology/DCM
    CodeDisplayDefinition
    110100Application ActivityAudit event: Application Activity has taken place.
    110101Audit Log UsedAudit event: Audit Log has been used.
    110106ExportAudit event: Data has been exported out of the system.
    110107ImportAudit event: Data has been imported into the system.
    110110Patient RecordAudit event: Patient Record has been created, read, updated, or deleted.
    110112QueryAudit event: Query has been made.
    110114User AuthenticationAudit event: User Authentication has been attempted.
    110121Application StopAudit event: Application Entity has stopped.

Source

{
  "resourceType": "ValueSet",
  "id": "audit-event-type-vs",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/valueset-supplement",
      "valueCanonical": "https://terminology.dhp.uz/CodeSystem/dicom-dcs-cs|2023.1.20230123"
    }
  ],
  "url": "https://terminology.dhp.uz/ValueSet/audit-event-type-vs",
  "version": "0.2.0",
  "name": "AuditEventTypeVS",
  "title": "Audit event type",
  "status": "draft",
  "experimental": true,
  "date": "2025-08-11T19:35:27+00:00",
  "publisher": "Uzinfocom LLC",
  "contact": [
    {
      "name": "Uzinfocom LLC",
      "telecom": [
        {
          "system": "url",
          "value": "https://uzinfocom.uz"
        },
        {
          "system": "email",
          "value": "info@uzinfocom.uz"
        }
      ]
    }
  ],
  "description": "Defines the type of event that is being recorded in Uzbek and Russian",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "UZ",
          "display": "Uzbekistan"
        }
      ]
    }
  ],
  "compose": {
    "include": [
      {
        "system": "http://dicom.nema.org/resources/ontology/DCM",
        "concept": [
          {
            "code": "110100"
          },
          {
            "code": "110101"
          },
          {
            "code": "110106"
          },
          {
            "code": "110107"
          },
          {
            "code": "110110"
          },
          {
            "code": "110112"
          },
          {
            "code": "110114"
          },
          {
            "code": "110121"
          }
        ]
      }
    ]
  }
}