| Package | uz.dhp.core |
| Resource Type | ValueSet |
| Id | audit-event-subtype-vs |
| FHIR Version | R5 |
| Source | http://dhp.uz/https://build.fhir.org/ig/vadi2/DHP-temp/ValueSet-audit-event-subtype-vs.html |
| URL | https://terminology.dhp.uz/ValueSet/audit-event-subtype-vs |
| Version | 0.2.0 |
| Status | draft |
| Date | 2025-08-12T15:30:11+00:00 |
| Name | AuditEventSubTypeVS |
| Title | Audit event subtype |
| Description | Defines the subtype of event that is being recorded in Uzbek and Russian |
| StructureDefinition | |
| uz-core-auditevent | UZ Core AuditEvent |
| CodeSystem | |
| DCM | DICOM Controlled Terminology |
Note: links and images are rebased to the (stated) source
Generated Narrative: ValueSet audit-event-subtype-vs
This ValueSet requires the Code system Supplements DICOM Controlled Terminology Definitions and HTTP interaction translations.
This value set includes codes based on the following rules:
http://hl7.org/fhir/restful-interaction| Code | Display | Definition |
| read | read | Read the current state of the resource. |
| update | update | Update an existing resource by its id (or create it if it is new). |
| create | create | Create a new resource with a server assigned id. |
| delete | delete | Delete a resource. |
| search | search | Search a resource type or all resources based on some filter criteria. |
http://dicom.nema.org/resources/ontology/DCM| Code | Display | Definition |
| 110122 | Login | Audit event: User login has been attempted. |
| 110123 | Logout | Audit event: User logout has been attempted. |
{
"resourceType": "ValueSet",
"id": "audit-event-subtype-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": "http://hl7.org/fhir/StructureDefinition/valueset-supplement",
"valueCanonical": "https://terminology.dhp.uz/CodeSystem/http-interaction-cs|5.0.0"
}
],
"url": "https://terminology.dhp.uz/ValueSet/audit-event-subtype-vs",
"version": "0.2.0",
"name": "AuditEventSubTypeVS",
"title": "Audit event subtype",
"status": "draft",
"experimental": true,
"date": "2025-08-12T15:30:11+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 subtype 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://hl7.org/fhir/restful-interaction",
"concept": [
{
"code": "read"
},
{
"code": "update"
},
{
"code": "create"
},
{
"code": "delete"
},
{
"code": "search"
}
]
},
{
"system": "http://dicom.nema.org/resources/ontology/DCM",
"concept": [
{
"code": "110122"
},
{
"code": "110123"
}
]
}
]
}
}