O‘zbekiston Raqamli sog‘liqni saqlash platformasi
0.5.0 - ci-build Uzbekistan bayroqcha

Uzbekistan Digital Health Platform, published by Ministry of Health of the Republic of Uzbekistan. This guide is not an authorized publication; it is the continuous build for version 0.5.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/uzinfocom-org/digital-health-ig/ and changes regularly. See the Directory of published versions

Resurss profili: UZ Core AuditEvent ( Eksperimental )

Rasmiy URL: https://dhp.uz/fhir/core/StructureDefinition/uz-core-auditevent Versiya: 0.5.0
Active 2025-03-29 holatiga ko‘ra Kompyuterda qayta ishlanadigan nom: UZCoreAuditEvent

Uzbekistan Core AuditEvent profile, used to track user and application activity

Mashina tarjimasi, inson tomonidan tekshirilishi zarur. Ushbu sahifa ingliz tilidan sun'iy intellekt yordamida avtomatik tarjima qilingan va hali muharrir tomonidan tekshirilmagan. Har qanday nomuvofiqlikda asl inglizcha versiya ustuvor hisoblanadi.

UZ Core AuditEvent - bu Raqamli sog'liqni saqlash platformasida kim nimaga kirgani yoki nimani o'zgartirgani haqidagi o'zgarmas audit jurnali. U IHE ATNA / DICOM audit modeliga amal qiladi: platforma o'qishlar, yaratishlar, yangilashlar, o'chirishlar, qidiruvlar, tizimga kirishlar va favqulodda kirish (break-glass) hodisalarini qayd etadi, qidiruv ortidagi so'rovni yozib oladi hamda muvaffaqiyatsiz yoki rad etilgan kirishni (HTTP 401 / 403) belgilab qo'yadi. AuditEvent yozuvlari platforma tomonidan yoziladi va mijozlar uchun faqat o'qish uchun mo'ljallangan; ular ma'lumotlari jalb qilingan Patient bilan bog'lanadi.

Majburiy va Must Support ma'lumot elementlari

Quyidagi elementlar har doim mavjud bo'lishi (majburiy) yoki ma'lumot mavjud bo'lganda qo'llab-quvvatlanishi kerak (Must Support) - hammasi talab qilinmaydi, lekin sizning tizimingiz ma'lumotga ega bo'lganda har bir Must Support elementini to'ldirishi va uni qabul qilganda qayta ishlashi kerak. Bu inson o'qishi uchun mo'ljallangan xulosa; quyidagi rasmiy ko'rinishlar aniq kardinalliklar, turlar va terminologiya bog'lanishlarini beradi.

Har bir UZ Core AuditEvent quyidagilarga ega bo'lishi shart

Ushbu profil o'zining hech qanday yuqori darajadagi majburiy kardinalligini qo'shmaydi. Talab qilinadigan elementlar bazaviy resursdan meros qilib olinganlardir: kod (nima sodir bo'lgani), qayd etilgan vaqt belgisi, who bilan kamida bitta agent va observer bilan source. dhpCategory kategoriya slaysi ichida, mavjud bo'lganda, system (DICOM dcm) va code har biri 1..1 hisoblanadi.

Har bir UZ Core AuditEvent quyidagilarni qo'llab-quvvatlashi kerak

  • category - hodisa guruhlanishi, DICOM dan slaylangan dhpCategory coding bilan (uning kodida required bog'lanish);
  • code - aniq hodisa kichik turi (required bog'lanish);
  • action - create, read, update, delete yoki execute (required bog'lanish);
  • occurredDateTime va recorded vaqt belgisi;
  • outcome, uning code i required outcome bog'lanishidan foydalanadi (success yoki rad etilgan 401 / 403 kirish uchun muvaffaqiyatsizlik);
  • ma'lumotlari jalb qilingan bemor;
  • agent, uning type, role, who va authorization (purpose-of-use, required bog'lanish) bilan - who PractitionerRole, Practitioner, Patient yoki RelatedPerson bo'lishi mumkin;
  • entity, uning role, what, securityLabel va query (base64 ga kodlangan qidiruv, qo'llanadigan joyda) bilan.

Favqulodda kirish (break-glass) bu yerda agent.authorization favqulodda purpose-of-use ni olib yuradigan AuditEvent sifatida qayd etiladi.

JSON ni qadam-baqadam qurish

AuditEvent yozuvlari mijozlar tomonidan emas, platforma tomonidan yoziladi, shuning uchun siz asosan ularni o'qiysiz - lekin ularning shaklini bilish foydali. Quyidagi misollar mustaqil hodisani, so'ngra bemorning ma'lumotlariga tegadigan hodisani ko'rsatadi. Ko'rsatilgan har bir qiymat ushbu profilga muvofiq validatsiyadan o'tadi. To'liq mos namuna nusxalari sahifaning pastki qismida bog'langan (login, holatni qidirish).

Vakil bo'lgan hodisa (tizimga kirish)

Mustaqil hodisa nima sodir bo'lganini (code), uning guruhlanishini (category), action ni (E = execute), qachon occurredDateTime va recorded bo'lganini, outcome.code ni, uni bajargan agent ni va uni qayd etgan source ni nomlaydi. agent.who oddiy Reference bo'lib, PractitionerRole, Practitioner, Patient yoki RelatedPerson ga ko'rsatishi mumkin:

{
  "resourceType": "AuditEvent",
  "meta": { "profile": [ "https://dhp.uz/fhir/core/StructureDefinition/uz-core-auditevent" ] },
  "category": [
    {
      "coding": [
        {
          "system": "http://dicom.nema.org/resources/ontology/DCM",
          "code": "110114",
          "display": "User Authentication"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://dicom.nema.org/resources/ontology/DCM",
        "code": "110122",
        "display": "Login"
      }
    ]
  },
  "action": "E",
  "occurredDateTime": "2023-11-09T15:23:47.123Z",
  "recorded": "2023-11-09T15:23:47.123Z",
  "outcome": { "code": { "system": "http://hl7.org/fhir/issue-severity", "code": "success" } },
  "agent": [
    {
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/extra-security-role-type",
            "code": "humanuser"
          }
        ]
      },
      "role": [
        {
          "coding": [
            {
              "system": "http://hl7.org/fhir/sample-security-structural-roles",
              "code": "regulated-health-professionals"
            }
          ]
        }
      ],
      "authorization": [
        {
          "coding": [
            { "system": "http://terminology.hl7.org/CodeSystem/v3-ActReason", "code": "TREAT" }
          ]
        }
      ],
      "who": { "reference": "PractitionerRole/example-practitionerrole" }
    }
  ],
  "source": {
    "observer": { "display": "Uzbekistan Digital Health Platform" },
    "type": [
      {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/security-source-type",
            "code": "4",
            "display": "Application Server"
          }
        ]
      }
    ]
  }
}

category, code, action, outcome.code va agent coding lari (type, role, authorization) har biri required bog'lanishdan foydalanadi - qiymat bog'langan value set dan kelishi kerak (quyidagi Snapshot ko'rinishi har birini sanab o'tadi). agent.authorization bu purpose-of-use (bu yerda TREAT); favqulodda kirish (break-glass) buning o'rniga favqulodda purpose-of-use ni olib yuradi.

Bemor ma'lumotlariga tegadigan hodisa

Hodisa muayyan bemorning yozuvini o'qigan yoki o'zgartirgan bo'lsa, u tegishli bo'lgan patient ni va tegilgan resursni tavsiflovchi entity ni qo'shing. Bu yerda shifokor Condition ni qidirdi: action bu R (read), code bu FHIR search o'zaro ta'siri va entity.what qaytarilgan resursga havola qiladi. patient ham, entity.what ham oddiy Reference turlari hisoblanadi:

{
  "resourceType": "AuditEvent",
  "meta": { "profile": [ "https://dhp.uz/fhir/core/StructureDefinition/uz-core-auditevent" ] },
  "category": [
    {
      "coding": [
        {
          "system": "http://dicom.nema.org/resources/ontology/DCM",
          "code": "110112",
          "display": "Query"
        }
      ]
    }
  ],
  "code": {
    "coding": [ { "system": "http://hl7.org/fhir/restful-interaction", "code": "search" } ]
  },
  "action": "R",
  "occurredDateTime": "2025-02-15T14:02:52Z",
  "recorded": "2025-02-15T14:02:52Z",
  "outcome": { "code": { "system": "http://hl7.org/fhir/issue-severity", "code": "success" } },
  "patient": { "reference": "Patient/example-patient" },
  "agent": [
    {
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/extra-security-role-type",
            "code": "humanuser"
          }
        ]
      },
      "role": [
        {
          "coding": [
            {
              "system": "http://hl7.org/fhir/sample-security-structural-roles",
              "code": "regulated-health-professionals"
            }
          ]
        }
      ],
      "authorization": [
        {
          "coding": [
            { "system": "http://terminology.hl7.org/CodeSystem/v3-ActReason", "code": "TREAT" }
          ]
        }
      ],
      "who": { "reference": "PractitionerRole/example-practitionerrole" }
    }
  ],
  "entity": [
    {
      "role": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/object-role",
            "code": "4",
            "display": "Domain Resource"
          }
        ]
      },
      "securityLabel": [
        {
          "coding": [
            { "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode", "code": "NOAUTH" }
          ]
        }
      ],
      "what": { "reference": "Condition/example-headache" }
    }
  ],
  "source": {
    "observer": { "display": "Uzbekistan Digital Health Platform" },
    "type": [
      {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/security-source-type",
            "code": "4",
            "display": "Application Server"
          }
        ]
      }
    ]
  }
}

Qidiruv uchun platforma so'rovning o'zini ham (base64 ga kodlangan) entity.query da qayd etadi. Muvaffaqiyatsiz yoki rad etilgan kirish (HTTP 401 / 403) xuddi shu tarzda, lekin muvaffaqiyatsizlik outcome.code bilan qayd etiladi.

API chaqiruvlari va namunaviy yuk (payload) misollari uchun ushbu sahifaning pastki qismidagi Tezkor boshlash bo'limiga qarang.

Usages:

You can also check for usages in the FHIR IG Statistics

Profil mazmunining rasmiy ko‘rinishlari

Profillar, differentsiyalar, snapshotlar va ularning tasvirlari ta’rifi.

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. AuditEvent 0..* AuditEvent(5.0.0) Record of an event
... implicitRules ?!Σ 0..1 uri A set of rules under which this content was created
... contained 0..* Resource Contained, inline Resources
... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored
Constraints: ext-1
.... Slices for coding Σ 0..* Coding Code defined by a terminology system
Slice: Unordered, Open by value:system
..... coding:dhpCategory SΣ 0..1 Coding Code defined by a terminology system
...... system SΣ 1..1 uri Identity of the terminology system
Required Pattern: http://dicom.nema.org/resources/ontology/DCM
...... code SΣC 1..1 code Symbol in syntax defined by the system
Binding: AuditEventTypeVS (0.5.0) (required)
... code SΣ 1..1 CodeableConcept Specific type of event
Binding: AuditEventSubTypeVS (0.5.0) (required)
... action SΣ 0..1 code Type of action performed during the event
Binding: AuditEventActionVS (0.5.0) (required)
... Slices for occurred[x] 0..1 When the activity occurred
Slice: Unordered, Open by type:$this
.... occurredPeriod Period
.... occurredDateTime dateTime
.... occurred[x]:occurredDateTime S 0..1 dateTime When the activity occurred
... recorded SΣ 1..1 instant Time when the event was recorded
... outcome SΣ 0..1 BackboneElement Whether the event succeeded or failed
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
Constraints: ext-1
.... code Σ 1..1 Coding Whether the event succeeded or failed
Binding: AuditEventOutcomeVS (0.5.0) (required)
... patient S 0..1 Reference(Patient) The patient is the subject of the data used/created/updated/deleted during the activity
... agent SΣ 1..* BackboneElement Actor involved in the event
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
Constraints: ext-1
.... type S 0..1 CodeableConcept How agent participated
Binding: AuditParticipationRoleTypeVS (0.5.0) (required)
.... role S 0..* CodeableConcept Agent role in the event
Binding: SecurityRoleTypeVS (0.5.0) (required)
.... who SΣ 1..1 Reference(UZ Core PractitionerRole(0.5.0) | UZ Core Practitioner(0.5.0) | UZ Core Patient(0.5.0) | RelatedPerson) Identifier of who
.... authorization S 0..* CodeableConcept Allowable authorization for this agent
Binding: AuditPurposeOfUseVS (0.5.0) (required)
... source Σ 1..1 BackboneElement Audit Event Reporter
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
Constraints: ext-1
.... observer Σ 1..1 Reference(Practitioner | PractitionerRole | Organization | CareTeam | Patient | Device | RelatedPerson) The identity of source detecting the event
... entity SΣ 0..* BackboneElement Data or objects used
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
Constraints: ext-1
.... what SΣ 0..1 Reference(Resource) Specific instance of resource
.... role S 0..1 CodeableConcept What role the entity played
Binding: ObjectRoleVS (0.5.0) (required)
.... securityLabel S 0..* CodeableConcept Security labels on the entity
Binding: SecurityLabelVS (0.5.0) (required)
.... query SΣ 0..1 base64Binary Query parameters

doco Documentation for this format

Terminology Bindings

Path Status Usage ValueSet Version Source
AuditEvent.category Base example Audit Event ID 📍5.0.0 FHIR Std.
AuditEvent.category.​coding:dhpCategory.code Base required Audit event type 📍0.5.0 This IG
AuditEvent.code Base required Audit event subtype 📍0.5.0 This IG
AuditEvent.action Base required Audit event action 📍0.5.0 This IG
AuditEvent.outcome.code Base required Audit event outcome 📍0.5.0 This IG
AuditEvent.agent.type Base required Audit event role type 📍0.5.0 This IG
AuditEvent.agent.role Base required Security role type 📍0.5.0 This IG
AuditEvent.agent.authorization Base required Purpose of use 📍0.5.0 This IG
AuditEvent.entity.role Base required Object role 📍0.5.0 This IG
AuditEvent.entity.securityLabel Base required Security label 📍0.5.0 This IG

Constraints

Id Grade Path(s) Description Expression
dom-2 error AuditEvent If the resource is contained in another resource, it SHALL NOT contain nested Resources contained.contained.empty()
dom-3 error AuditEvent If the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource contained.where((('#'+id in (%resource.descendants().reference | %resource.descendants().ofType(canonical) | %resource.descendants().ofType(uri) | %resource.descendants().ofType(url))) or descendants().where(reference = '#').exists() or descendants().where(ofType(canonical) = '#').exists() or descendants().where(ofType(canonical) = '#').exists()).not()).trace('unmatched', id).empty()
dom-4 error AuditEvent If a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated contained.meta.versionId.empty() and contained.meta.lastUpdated.empty()
dom-5 error AuditEvent If a resource is contained in another resource, it SHALL NOT have a security label contained.meta.security.empty()
dom-6 best practice AuditEvent A resource should have narrative for robust management text.`div`.exists()
ele-1 error AuditEvent.implicitRules, AuditEvent.modifierExtension, AuditEvent.category, AuditEvent.category.coding, AuditEvent.category.coding:dhpCategory, AuditEvent.category.coding:dhpCategory.system, AuditEvent.category.coding:dhpCategory.code, AuditEvent.code, AuditEvent.action, AuditEvent.occurred[x], AuditEvent.occurred[x]:occurredDateTime, AuditEvent.recorded, AuditEvent.outcome, AuditEvent.outcome.modifierExtension, AuditEvent.outcome.code, AuditEvent.patient, AuditEvent.agent, AuditEvent.agent.modifierExtension, AuditEvent.agent.type, AuditEvent.agent.role, AuditEvent.agent.who, AuditEvent.agent.authorization, AuditEvent.source, AuditEvent.source.modifierExtension, AuditEvent.source.observer, AuditEvent.entity, AuditEvent.entity.modifierExtension, AuditEvent.entity.what, AuditEvent.entity.role, AuditEvent.entity.securityLabel, AuditEvent.entity.query All FHIR elements must have a @value or children hasValue() or (children().count() > id.count())
ext-1 error AuditEvent.modifierExtension, AuditEvent.outcome.modifierExtension, AuditEvent.agent.modifierExtension, AuditEvent.source.modifierExtension, AuditEvent.entity.modifierExtension Must have either extensions or value[x], not both extension.exists() != value.exists()

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. AuditEvent 0..* AuditEvent(5.0.0) Record of an event
... category S 0..* CodeableConcept Type/identifier of event
.... Slices for coding 0..* Coding Code defined by a terminology system
Slice: Unordered, Open by value:system
..... coding:dhpCategory S 0..1 Coding Code defined by a terminology system
...... system S 1..1 uri Identity of the terminology system
Required Pattern: http://dicom.nema.org/resources/ontology/DCM
...... code S 1..1 code Symbol in syntax defined by the system
Binding: AuditEventTypeVS (0.5.0) (required)
... code S 1..1 CodeableConcept Specific type of event
Binding: AuditEventSubTypeVS (0.5.0) (required)
... action S 0..1 code Type of action performed during the event
Binding: AuditEventActionVS (0.5.0) (required)
.... occurred[x]:occurredDateTime S 0..1 dateTime When the activity occurred
... recorded S 1..1 instant Time when the event was recorded
... outcome S 0..1 BackboneElement Whether the event succeeded or failed
.... code 1..1 Coding Whether the event succeeded or failed
Binding: AuditEventOutcomeVS (0.5.0) (required)
... patient S 0..1 Reference(Patient) The patient is the subject of the data used/created/updated/deleted during the activity
... agent S 1..* BackboneElement Actor involved in the event
.... type S 0..1 CodeableConcept How agent participated
Binding: AuditParticipationRoleTypeVS (0.5.0) (required)
.... role S 0..* CodeableConcept Agent role in the event
Binding: SecurityRoleTypeVS (0.5.0) (required)
.... who S 1..1 Reference(UZ Core PractitionerRole(0.5.0) | UZ Core Practitioner(0.5.0) | UZ Core Patient(0.5.0) | RelatedPerson) Identifier of who
.... authorization S 0..* CodeableConcept Allowable authorization for this agent
Binding: AuditPurposeOfUseVS (0.5.0) (required)
... entity S 0..* BackboneElement Data or objects used
.... what S 0..1 Reference(Resource) Specific instance of resource
.... role S 0..1 CodeableConcept What role the entity played
Binding: ObjectRoleVS (0.5.0) (required)
.... securityLabel S 0..* CodeableConcept Security labels on the entity
Binding: SecurityLabelVS (0.5.0) (required)
.... query S 0..1 base64Binary Query parameters

doco Documentation for this format

Terminology Bindings (Differential)

Path Status Usage ValueSet Version Source
AuditEvent.category.​coding:dhpCategory.code Base required Audit event type 📍0.5.0 This IG
AuditEvent.code Base required Audit event subtype 📍0.5.0 This IG
AuditEvent.action Base required Audit event action 📍0.5.0 This IG
AuditEvent.outcome.code Base required Audit event outcome 📍0.5.0 This IG
AuditEvent.agent.type Base required Audit event role type 📍0.5.0 This IG
AuditEvent.agent.role Base required Security role type 📍0.5.0 This IG
AuditEvent.agent.authorization Base required Purpose of use 📍0.5.0 This IG
AuditEvent.entity.role Base required Object role 📍0.5.0 This IG
AuditEvent.entity.securityLabel Base required Security label 📍0.5.0 This IG
NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. AuditEvent 0..* AuditEvent(5.0.0) Record of an event
... id Σ 0..1 id Logical id of this artifact
... meta Σ 0..1 Meta Metadata about the resource
... implicitRules ?!Σ 0..1 uri A set of rules under which this content was created
... text 0..1 Narrative Text summary of the resource, for human interpretation
This profile does not constrain the narrative in regard to content, language, or traceability to data elements
... contained 0..* Resource Contained, inline Resources
... extension 0..* Extension Additional content defined by implementations
Constraints: ext-1
... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored
Constraints: ext-1
... category SΣ 0..* CodeableConcept Type/identifier of event
Binding: AuditEventID (example): Type of event.
.... id 0..1 id Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
Constraints: ext-1
.... Slices for coding Σ 0..* Coding Code defined by a terminology system
Slice: Unordered, Open by value:system
..... coding:dhpCategory SΣ 0..1 Coding Code defined by a terminology system
...... id 0..1 id Unique id for inter-element referencing
...... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
Constraints: ext-1
...... system SΣ 1..1 uri Identity of the terminology system
Required Pattern: http://dicom.nema.org/resources/ontology/DCM
...... version Σ 0..1 string Version of the system - if relevant
...... code SΣC 1..1 code Symbol in syntax defined by the system
Binding: AuditEventTypeVS (0.5.0) (required)
...... display ΣC 0..1 string Representation defined by the system
...... userSelected Σ 0..1 boolean If this coding was chosen directly by the user
.... text Σ 0..1 string Plain text representation of the concept
... code SΣ 1..1 CodeableConcept Specific type of event
Binding: AuditEventSubTypeVS (0.5.0) (required)
... action SΣ 0..1 code Type of action performed during the event
Binding: AuditEventActionVS (0.5.0) (required)
... severity Σ 0..1 code emergency | alert | critical | error | warning | notice | informational | debug
Binding: AuditEventSeverity (required): This is in the SysLog header, PRI. http://tools.ietf.org/html/rfc5424#appendix-A.3
... Slices for occurred[x] 0..1 When the activity occurred
Slice: Unordered, Open by type:$this
.... occurredPeriod Period
.... occurredDateTime dateTime
.... occurred[x]:occurredDateTime S 0..1 dateTime When the activity occurred
... recorded SΣ 1..1 instant Time when the event was recorded
... outcome SΣ 0..1 BackboneElement Whether the event succeeded or failed
.... id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
Constraints: ext-1
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
Constraints: ext-1
.... code Σ 1..1 Coding Whether the event succeeded or failed
Binding: AuditEventOutcomeVS (0.5.0) (required)
.... detail Σ 0..* CodeableConcept Additional outcome detail
Binding: AuditEventOutcomeDetail (example): A code that provides details as the exact issue.
... authorization Σ 0..* CodeableConcept Authorization related to the event
Binding: PurposeOfUse (3.1.0) (example): The authorized purposeOfUse for the activity.
... basedOn 0..* Reference(CarePlan | DeviceRequest | ImmunizationRecommendation | MedicationRequest | NutritionOrder | ServiceRequest | Task) Workflow authorization within which this event occurred
... patient S 0..1 Reference(Patient) The patient is the subject of the data used/created/updated/deleted during the activity
... encounter 0..1 Reference(Encounter) Encounter within which this event occurred or which the event is tightly associated
... agent SΣ 1..* BackboneElement Actor involved in the event
.... id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
Constraints: ext-1
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
Constraints: ext-1
.... type S 0..1 CodeableConcept How agent participated
Binding: AuditParticipationRoleTypeVS (0.5.0) (required)
.... role S 0..* CodeableConcept Agent role in the event
Binding: SecurityRoleTypeVS (0.5.0) (required)
.... who SΣ 1..1 Reference(UZ Core PractitionerRole(0.5.0) | UZ Core Practitioner(0.5.0) | UZ Core Patient(0.5.0) | RelatedPerson) Identifier of who
.... requestor Σ 0..1 boolean Whether user is initiator
.... location 0..1 Reference(Location) The agent location when the event occurred
.... policy 0..* uri Policy that authorized the agent participation in the event
.... network[x] 0..1 This agent network location for the activity
..... networkReference Reference(Endpoint)
..... networkUri uri
..... networkString string
.... authorization S 0..* CodeableConcept Allowable authorization for this agent
Binding: AuditPurposeOfUseVS (0.5.0) (required)
... source Σ 1..1 BackboneElement Audit Event Reporter
.... id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
Constraints: ext-1
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
Constraints: ext-1
.... site 0..1 Reference(Location) Logical source location within the enterprise
.... observer Σ 1..1 Reference(Practitioner | PractitionerRole | Organization | CareTeam | Patient | Device | RelatedPerson) The identity of source detecting the event
.... type 0..* CodeableConcept The type of source where event originated
Binding: AuditEventSourceType (preferred): Code specifying the type of system that detected and recorded the event. Use of these codes is not required but is encouraged to maintain translation with DICOM AuditMessage schema.
... entity SΣ 0..* BackboneElement Data or objects used
.... id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
Constraints: ext-1
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
Constraints: ext-1
.... what SΣ 0..1 Reference(Resource) Specific instance of resource
.... role S 0..1 CodeableConcept What role the entity played
Binding: ObjectRoleVS (0.5.0) (required)
.... securityLabel S 0..* CodeableConcept Security labels on the entity
Binding: SecurityLabelVS (0.5.0) (required)
.... query SΣ 0..1 base64Binary Query parameters
.... detail 0..* BackboneElement Additional Information about the entity
..... id 0..1 string Unique id for inter-element referencing
..... extension 0..* Extension Additional content defined by implementations
Constraints: ext-1
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
Constraints: ext-1
..... type 1..1 CodeableConcept Name of the property
Binding: AuditEventID (example): Additional detail about an entity used in an event.
..... value[x] 1..1 Property value
...... valueQuantity Quantity
...... valueCodeableConcept CodeableConcept
...... valueString string
...... valueBoolean boolean
...... valueInteger integer
...... valueRange Range
...... valueRatio Ratio
...... valueTime time
...... valueDateTime dateTime
...... valuePeriod Period
...... valueBase64Binary base64Binary
.... agent 0..* See agent (AuditEvent) Entity is attributed to this agent

doco Documentation for this format

Terminology Bindings

Path Status Usage ValueSet Version Source
AuditEvent.language Base required All Languages 📍5.0.0 FHIR Std.
AuditEvent.category Base example Audit Event ID 📍5.0.0 FHIR Std.
AuditEvent.category.​coding:dhpCategory.code Base required Audit event type 📍0.5.0 This IG
AuditEvent.code Base required Audit event subtype 📍0.5.0 This IG
AuditEvent.action Base required Audit event action 📍0.5.0 This IG
AuditEvent.severity Base required Audit Event Severity 📍5.0.0 FHIR Std.
AuditEvent.outcome.code Base required Audit event outcome 📍0.5.0 This IG
AuditEvent.outcome.detail Base example Audit Event Outcome Detail 📍5.0.0 FHIR Std.
AuditEvent.authorization Base example PurposeOfUse 📍3.1.0 THO v7.1
AuditEvent.agent.type Base required Audit event role type 📍0.5.0 This IG
AuditEvent.agent.role Base required Security role type 📍0.5.0 This IG
AuditEvent.agent.authorization Base required Purpose of use 📍0.5.0 This IG
AuditEvent.source.type Base preferred Audit Event Source Type 📍5.0.0 FHIR Std.
AuditEvent.entity.role Base required Object role 📍0.5.0 This IG
AuditEvent.entity.securityLabel Base required Security label 📍0.5.0 This IG
AuditEvent.entity.detail.​type Base example Audit Event ID 📍5.0.0 FHIR Std.

Constraints

Id Grade Path(s) Description Expression
dom-2 error AuditEvent If the resource is contained in another resource, it SHALL NOT contain nested Resources contained.contained.empty()
dom-3 error AuditEvent If the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource contained.where((('#'+id in (%resource.descendants().reference | %resource.descendants().ofType(canonical) | %resource.descendants().ofType(uri) | %resource.descendants().ofType(url))) or descendants().where(reference = '#').exists() or descendants().where(ofType(canonical) = '#').exists() or descendants().where(ofType(canonical) = '#').exists()).not()).trace('unmatched', id).empty()
dom-4 error AuditEvent If a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated contained.meta.versionId.empty() and contained.meta.lastUpdated.empty()
dom-5 error AuditEvent If a resource is contained in another resource, it SHALL NOT have a security label contained.meta.security.empty()
dom-6 best practice AuditEvent A resource should have narrative for robust management text.`div`.exists()
ele-1 error AuditEvent.meta, AuditEvent.implicitRules, AuditEvent.language, AuditEvent.text, AuditEvent.extension, AuditEvent.modifierExtension, AuditEvent.category, AuditEvent.category.extension, AuditEvent.category.coding, AuditEvent.category.coding:dhpCategory, AuditEvent.category.coding:dhpCategory.extension, AuditEvent.category.coding:dhpCategory.system, AuditEvent.category.coding:dhpCategory.version, AuditEvent.category.coding:dhpCategory.code, AuditEvent.category.coding:dhpCategory.display, AuditEvent.category.coding:dhpCategory.userSelected, AuditEvent.category.text, AuditEvent.code, AuditEvent.action, AuditEvent.severity, AuditEvent.occurred[x], AuditEvent.occurred[x]:occurredDateTime, AuditEvent.recorded, AuditEvent.outcome, AuditEvent.outcome.extension, AuditEvent.outcome.modifierExtension, AuditEvent.outcome.code, AuditEvent.outcome.detail, AuditEvent.authorization, AuditEvent.basedOn, AuditEvent.patient, AuditEvent.encounter, AuditEvent.agent, AuditEvent.agent.extension, AuditEvent.agent.modifierExtension, AuditEvent.agent.type, AuditEvent.agent.role, AuditEvent.agent.who, AuditEvent.agent.requestor, AuditEvent.agent.location, AuditEvent.agent.policy, AuditEvent.agent.network[x], AuditEvent.agent.authorization, AuditEvent.source, AuditEvent.source.extension, AuditEvent.source.modifierExtension, AuditEvent.source.site, AuditEvent.source.observer, AuditEvent.source.type, AuditEvent.entity, AuditEvent.entity.extension, AuditEvent.entity.modifierExtension, AuditEvent.entity.what, AuditEvent.entity.role, AuditEvent.entity.securityLabel, AuditEvent.entity.query, AuditEvent.entity.detail, AuditEvent.entity.detail.extension, AuditEvent.entity.detail.modifierExtension, AuditEvent.entity.detail.type, AuditEvent.entity.detail.value[x], AuditEvent.entity.agent All FHIR elements must have a @value or children hasValue() or (children().count() > id.count())
ext-1 error AuditEvent.extension, AuditEvent.modifierExtension, AuditEvent.category.extension, AuditEvent.category.coding:dhpCategory.extension, AuditEvent.outcome.extension, AuditEvent.outcome.modifierExtension, AuditEvent.agent.extension, AuditEvent.agent.modifierExtension, AuditEvent.source.extension, AuditEvent.source.modifierExtension, AuditEvent.entity.extension, AuditEvent.entity.modifierExtension, AuditEvent.entity.detail.extension, AuditEvent.entity.detail.modifierExtension Must have either extensions or value[x], not both extension.exists() != value.exists()

Summary

Mandatory: 0 element(2 nested mandatory elements)
Must-Support: 20 elements

Structures

This structure refers to these other structures:

Slices

This structure defines the following Slices:

  • The element 1 is sliced based on the value of AuditEvent.category.coding
  • The element 1 is sliced based on the value of AuditEvent.occurred[x]

Asosiy elementlar ko'rinishi

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. AuditEvent 0..* AuditEvent(5.0.0) Record of an event
... implicitRules ?!Σ 0..1 uri A set of rules under which this content was created
... contained 0..* Resource Contained, inline Resources
... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored
Constraints: ext-1
.... Slices for coding Σ 0..* Coding Code defined by a terminology system
Slice: Unordered, Open by value:system
..... coding:dhpCategory SΣ 0..1 Coding Code defined by a terminology system
...... system SΣ 1..1 uri Identity of the terminology system
Required Pattern: http://dicom.nema.org/resources/ontology/DCM
...... code SΣC 1..1 code Symbol in syntax defined by the system
Binding: AuditEventTypeVS (0.5.0) (required)
... code SΣ 1..1 CodeableConcept Specific type of event
Binding: AuditEventSubTypeVS (0.5.0) (required)
... action SΣ 0..1 code Type of action performed during the event
Binding: AuditEventActionVS (0.5.0) (required)
... Slices for occurred[x] 0..1 When the activity occurred
Slice: Unordered, Open by type:$this
.... occurredPeriod Period
.... occurredDateTime dateTime
.... occurred[x]:occurredDateTime S 0..1 dateTime When the activity occurred
... recorded SΣ 1..1 instant Time when the event was recorded
... outcome SΣ 0..1 BackboneElement Whether the event succeeded or failed
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
Constraints: ext-1
.... code Σ 1..1 Coding Whether the event succeeded or failed
Binding: AuditEventOutcomeVS (0.5.0) (required)
... patient S 0..1 Reference(Patient) The patient is the subject of the data used/created/updated/deleted during the activity
... agent SΣ 1..* BackboneElement Actor involved in the event
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
Constraints: ext-1
.... type S 0..1 CodeableConcept How agent participated
Binding: AuditParticipationRoleTypeVS (0.5.0) (required)
.... role S 0..* CodeableConcept Agent role in the event
Binding: SecurityRoleTypeVS (0.5.0) (required)
.... who SΣ 1..1 Reference(UZ Core PractitionerRole(0.5.0) | UZ Core Practitioner(0.5.0) | UZ Core Patient(0.5.0) | RelatedPerson) Identifier of who
.... authorization S 0..* CodeableConcept Allowable authorization for this agent
Binding: AuditPurposeOfUseVS (0.5.0) (required)
... source Σ 1..1 BackboneElement Audit Event Reporter
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
Constraints: ext-1
.... observer Σ 1..1 Reference(Practitioner | PractitionerRole | Organization | CareTeam | Patient | Device | RelatedPerson) The identity of source detecting the event
... entity SΣ 0..* BackboneElement Data or objects used
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
Constraints: ext-1
.... what SΣ 0..1 Reference(Resource) Specific instance of resource
.... role S 0..1 CodeableConcept What role the entity played
Binding: ObjectRoleVS (0.5.0) (required)
.... securityLabel S 0..* CodeableConcept Security labels on the entity
Binding: SecurityLabelVS (0.5.0) (required)
.... query SΣ 0..1 base64Binary Query parameters

doco Documentation for this format

Terminology Bindings

Path Status Usage ValueSet Version Source
AuditEvent.category Base example Audit Event ID 📍5.0.0 FHIR Std.
AuditEvent.category.​coding:dhpCategory.code Base required Audit event type 📍0.5.0 This IG
AuditEvent.code Base required Audit event subtype 📍0.5.0 This IG
AuditEvent.action Base required Audit event action 📍0.5.0 This IG
AuditEvent.outcome.code Base required Audit event outcome 📍0.5.0 This IG
AuditEvent.agent.type Base required Audit event role type 📍0.5.0 This IG
AuditEvent.agent.role Base required Security role type 📍0.5.0 This IG
AuditEvent.agent.authorization Base required Purpose of use 📍0.5.0 This IG
AuditEvent.entity.role Base required Object role 📍0.5.0 This IG
AuditEvent.entity.securityLabel Base required Security label 📍0.5.0 This IG

Constraints

Id Grade Path(s) Description Expression
dom-2 error AuditEvent If the resource is contained in another resource, it SHALL NOT contain nested Resources contained.contained.empty()
dom-3 error AuditEvent If the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource contained.where((('#'+id in (%resource.descendants().reference | %resource.descendants().ofType(canonical) | %resource.descendants().ofType(uri) | %resource.descendants().ofType(url))) or descendants().where(reference = '#').exists() or descendants().where(ofType(canonical) = '#').exists() or descendants().where(ofType(canonical) = '#').exists()).not()).trace('unmatched', id).empty()
dom-4 error AuditEvent If a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated contained.meta.versionId.empty() and contained.meta.lastUpdated.empty()
dom-5 error AuditEvent If a resource is contained in another resource, it SHALL NOT have a security label contained.meta.security.empty()
dom-6 best practice AuditEvent A resource should have narrative for robust management text.`div`.exists()
ele-1 error AuditEvent.implicitRules, AuditEvent.modifierExtension, AuditEvent.category, AuditEvent.category.coding, AuditEvent.category.coding:dhpCategory, AuditEvent.category.coding:dhpCategory.system, AuditEvent.category.coding:dhpCategory.code, AuditEvent.code, AuditEvent.action, AuditEvent.occurred[x], AuditEvent.occurred[x]:occurredDateTime, AuditEvent.recorded, AuditEvent.outcome, AuditEvent.outcome.modifierExtension, AuditEvent.outcome.code, AuditEvent.patient, AuditEvent.agent, AuditEvent.agent.modifierExtension, AuditEvent.agent.type, AuditEvent.agent.role, AuditEvent.agent.who, AuditEvent.agent.authorization, AuditEvent.source, AuditEvent.source.modifierExtension, AuditEvent.source.observer, AuditEvent.entity, AuditEvent.entity.modifierExtension, AuditEvent.entity.what, AuditEvent.entity.role, AuditEvent.entity.securityLabel, AuditEvent.entity.query All FHIR elements must have a @value or children hasValue() or (children().count() > id.count())
ext-1 error AuditEvent.modifierExtension, AuditEvent.outcome.modifierExtension, AuditEvent.agent.modifierExtension, AuditEvent.source.modifierExtension, AuditEvent.entity.modifierExtension Must have either extensions or value[x], not both extension.exists() != value.exists()

Differensial ko‘rinish

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. AuditEvent 0..* AuditEvent(5.0.0) Record of an event
... category S 0..* CodeableConcept Type/identifier of event
.... Slices for coding 0..* Coding Code defined by a terminology system
Slice: Unordered, Open by value:system
..... coding:dhpCategory S 0..1 Coding Code defined by a terminology system
...... system S 1..1 uri Identity of the terminology system
Required Pattern: http://dicom.nema.org/resources/ontology/DCM
...... code S 1..1 code Symbol in syntax defined by the system
Binding: AuditEventTypeVS (0.5.0) (required)
... code S 1..1 CodeableConcept Specific type of event
Binding: AuditEventSubTypeVS (0.5.0) (required)
... action S 0..1 code Type of action performed during the event
Binding: AuditEventActionVS (0.5.0) (required)
.... occurred[x]:occurredDateTime S 0..1 dateTime When the activity occurred
... recorded S 1..1 instant Time when the event was recorded
... outcome S 0..1 BackboneElement Whether the event succeeded or failed
.... code 1..1 Coding Whether the event succeeded or failed
Binding: AuditEventOutcomeVS (0.5.0) (required)
... patient S 0..1 Reference(Patient) The patient is the subject of the data used/created/updated/deleted during the activity
... agent S 1..* BackboneElement Actor involved in the event
.... type S 0..1 CodeableConcept How agent participated
Binding: AuditParticipationRoleTypeVS (0.5.0) (required)
.... role S 0..* CodeableConcept Agent role in the event
Binding: SecurityRoleTypeVS (0.5.0) (required)
.... who S 1..1 Reference(UZ Core PractitionerRole(0.5.0) | UZ Core Practitioner(0.5.0) | UZ Core Patient(0.5.0) | RelatedPerson) Identifier of who
.... authorization S 0..* CodeableConcept Allowable authorization for this agent
Binding: AuditPurposeOfUseVS (0.5.0) (required)
... entity S 0..* BackboneElement Data or objects used
.... what S 0..1 Reference(Resource) Specific instance of resource
.... role S 0..1 CodeableConcept What role the entity played
Binding: ObjectRoleVS (0.5.0) (required)
.... securityLabel S 0..* CodeableConcept Security labels on the entity
Binding: SecurityLabelVS (0.5.0) (required)
.... query S 0..1 base64Binary Query parameters

doco Documentation for this format

Terminology Bindings (Differential)

Path Status Usage ValueSet Version Source
AuditEvent.category.​coding:dhpCategory.code Base required Audit event type 📍0.5.0 This IG
AuditEvent.code Base required Audit event subtype 📍0.5.0 This IG
AuditEvent.action Base required Audit event action 📍0.5.0 This IG
AuditEvent.outcome.code Base required Audit event outcome 📍0.5.0 This IG
AuditEvent.agent.type Base required Audit event role type 📍0.5.0 This IG
AuditEvent.agent.role Base required Security role type 📍0.5.0 This IG
AuditEvent.agent.authorization Base required Purpose of use 📍0.5.0 This IG
AuditEvent.entity.role Base required Object role 📍0.5.0 This IG
AuditEvent.entity.securityLabel Base required Security label 📍0.5.0 This IG

Snapshot ko‘rinishiView

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. AuditEvent 0..* AuditEvent(5.0.0) Record of an event
... id Σ 0..1 id Logical id of this artifact
... meta Σ 0..1 Meta Metadata about the resource
... implicitRules ?!Σ 0..1 uri A set of rules under which this content was created
... text 0..1 Narrative Text summary of the resource, for human interpretation
This profile does not constrain the narrative in regard to content, language, or traceability to data elements
... contained 0..* Resource Contained, inline Resources
... extension 0..* Extension Additional content defined by implementations
Constraints: ext-1
... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored
Constraints: ext-1
... category SΣ 0..* CodeableConcept Type/identifier of event
Binding: AuditEventID (example): Type of event.
.... id 0..1 id Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
Constraints: ext-1
.... Slices for coding Σ 0..* Coding Code defined by a terminology system
Slice: Unordered, Open by value:system
..... coding:dhpCategory SΣ 0..1 Coding Code defined by a terminology system
...... id 0..1 id Unique id for inter-element referencing
...... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
Constraints: ext-1
...... system SΣ 1..1 uri Identity of the terminology system
Required Pattern: http://dicom.nema.org/resources/ontology/DCM
...... version Σ 0..1 string Version of the system - if relevant
...... code SΣC 1..1 code Symbol in syntax defined by the system
Binding: AuditEventTypeVS (0.5.0) (required)
...... display ΣC 0..1 string Representation defined by the system
...... userSelected Σ 0..1 boolean If this coding was chosen directly by the user
.... text Σ 0..1 string Plain text representation of the concept
... code SΣ 1..1 CodeableConcept Specific type of event
Binding: AuditEventSubTypeVS (0.5.0) (required)
... action SΣ 0..1 code Type of action performed during the event
Binding: AuditEventActionVS (0.5.0) (required)
... severity Σ 0..1 code emergency | alert | critical | error | warning | notice | informational | debug
Binding: AuditEventSeverity (required): This is in the SysLog header, PRI. http://tools.ietf.org/html/rfc5424#appendix-A.3
... Slices for occurred[x] 0..1 When the activity occurred
Slice: Unordered, Open by type:$this
.... occurredPeriod Period
.... occurredDateTime dateTime
.... occurred[x]:occurredDateTime S 0..1 dateTime When the activity occurred
... recorded SΣ 1..1 instant Time when the event was recorded
... outcome SΣ 0..1 BackboneElement Whether the event succeeded or failed
.... id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
Constraints: ext-1
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
Constraints: ext-1
.... code Σ 1..1 Coding Whether the event succeeded or failed
Binding: AuditEventOutcomeVS (0.5.0) (required)
.... detail Σ 0..* CodeableConcept Additional outcome detail
Binding: AuditEventOutcomeDetail (example): A code that provides details as the exact issue.
... authorization Σ 0..* CodeableConcept Authorization related to the event
Binding: PurposeOfUse (3.1.0) (example): The authorized purposeOfUse for the activity.
... basedOn 0..* Reference(CarePlan | DeviceRequest | ImmunizationRecommendation | MedicationRequest | NutritionOrder | ServiceRequest | Task) Workflow authorization within which this event occurred
... patient S 0..1 Reference(Patient) The patient is the subject of the data used/created/updated/deleted during the activity
... encounter 0..1 Reference(Encounter) Encounter within which this event occurred or which the event is tightly associated
... agent SΣ 1..* BackboneElement Actor involved in the event
.... id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
Constraints: ext-1
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
Constraints: ext-1
.... type S 0..1 CodeableConcept How agent participated
Binding: AuditParticipationRoleTypeVS (0.5.0) (required)
.... role S 0..* CodeableConcept Agent role in the event
Binding: SecurityRoleTypeVS (0.5.0) (required)
.... who SΣ 1..1 Reference(UZ Core PractitionerRole(0.5.0) | UZ Core Practitioner(0.5.0) | UZ Core Patient(0.5.0) | RelatedPerson) Identifier of who
.... requestor Σ 0..1 boolean Whether user is initiator
.... location 0..1 Reference(Location) The agent location when the event occurred
.... policy 0..* uri Policy that authorized the agent participation in the event
.... network[x] 0..1 This agent network location for the activity
..... networkReference Reference(Endpoint)
..... networkUri uri
..... networkString string
.... authorization S 0..* CodeableConcept Allowable authorization for this agent
Binding: AuditPurposeOfUseVS (0.5.0) (required)
... source Σ 1..1 BackboneElement Audit Event Reporter
.... id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
Constraints: ext-1
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
Constraints: ext-1
.... site 0..1 Reference(Location) Logical source location within the enterprise
.... observer Σ 1..1 Reference(Practitioner | PractitionerRole | Organization | CareTeam | Patient | Device | RelatedPerson) The identity of source detecting the event
.... type 0..* CodeableConcept The type of source where event originated
Binding: AuditEventSourceType (preferred): Code specifying the type of system that detected and recorded the event. Use of these codes is not required but is encouraged to maintain translation with DICOM AuditMessage schema.
... entity SΣ 0..* BackboneElement Data or objects used
.... id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
Constraints: ext-1
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
Constraints: ext-1
.... what SΣ 0..1 Reference(Resource) Specific instance of resource
.... role S 0..1 CodeableConcept What role the entity played
Binding: ObjectRoleVS (0.5.0) (required)
.... securityLabel S 0..* CodeableConcept Security labels on the entity
Binding: SecurityLabelVS (0.5.0) (required)
.... query SΣ 0..1 base64Binary Query parameters
.... detail 0..* BackboneElement Additional Information about the entity
..... id 0..1 string Unique id for inter-element referencing
..... extension 0..* Extension Additional content defined by implementations
Constraints: ext-1
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
Constraints: ext-1
..... type 1..1 CodeableConcept Name of the property
Binding: AuditEventID (example): Additional detail about an entity used in an event.
..... value[x] 1..1 Property value
...... valueQuantity Quantity
...... valueCodeableConcept CodeableConcept
...... valueString string
...... valueBoolean boolean
...... valueInteger integer
...... valueRange Range
...... valueRatio Ratio
...... valueTime time
...... valueDateTime dateTime
...... valuePeriod Period
...... valueBase64Binary base64Binary
.... agent 0..* See agent (AuditEvent) Entity is attributed to this agent

doco Documentation for this format

Terminology Bindings

Path Status Usage ValueSet Version Source
AuditEvent.language Base required All Languages 📍5.0.0 FHIR Std.
AuditEvent.category Base example Audit Event ID 📍5.0.0 FHIR Std.
AuditEvent.category.​coding:dhpCategory.code Base required Audit event type 📍0.5.0 This IG
AuditEvent.code Base required Audit event subtype 📍0.5.0 This IG
AuditEvent.action Base required Audit event action 📍0.5.0 This IG
AuditEvent.severity Base required Audit Event Severity 📍5.0.0 FHIR Std.
AuditEvent.outcome.code Base required Audit event outcome 📍0.5.0 This IG
AuditEvent.outcome.detail Base example Audit Event Outcome Detail 📍5.0.0 FHIR Std.
AuditEvent.authorization Base example PurposeOfUse 📍3.1.0 THO v7.1
AuditEvent.agent.type Base required Audit event role type 📍0.5.0 This IG
AuditEvent.agent.role Base required Security role type 📍0.5.0 This IG
AuditEvent.agent.authorization Base required Purpose of use 📍0.5.0 This IG
AuditEvent.source.type Base preferred Audit Event Source Type 📍5.0.0 FHIR Std.
AuditEvent.entity.role Base required Object role 📍0.5.0 This IG
AuditEvent.entity.securityLabel Base required Security label 📍0.5.0 This IG
AuditEvent.entity.detail.​type Base example Audit Event ID 📍5.0.0 FHIR Std.

Constraints

Id Grade Path(s) Description Expression
dom-2 error AuditEvent If the resource is contained in another resource, it SHALL NOT contain nested Resources contained.contained.empty()
dom-3 error AuditEvent If the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource contained.where((('#'+id in (%resource.descendants().reference | %resource.descendants().ofType(canonical) | %resource.descendants().ofType(uri) | %resource.descendants().ofType(url))) or descendants().where(reference = '#').exists() or descendants().where(ofType(canonical) = '#').exists() or descendants().where(ofType(canonical) = '#').exists()).not()).trace('unmatched', id).empty()
dom-4 error AuditEvent If a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated contained.meta.versionId.empty() and contained.meta.lastUpdated.empty()
dom-5 error AuditEvent If a resource is contained in another resource, it SHALL NOT have a security label contained.meta.security.empty()
dom-6 best practice AuditEvent A resource should have narrative for robust management text.`div`.exists()
ele-1 error AuditEvent.meta, AuditEvent.implicitRules, AuditEvent.language, AuditEvent.text, AuditEvent.extension, AuditEvent.modifierExtension, AuditEvent.category, AuditEvent.category.extension, AuditEvent.category.coding, AuditEvent.category.coding:dhpCategory, AuditEvent.category.coding:dhpCategory.extension, AuditEvent.category.coding:dhpCategory.system, AuditEvent.category.coding:dhpCategory.version, AuditEvent.category.coding:dhpCategory.code, AuditEvent.category.coding:dhpCategory.display, AuditEvent.category.coding:dhpCategory.userSelected, AuditEvent.category.text, AuditEvent.code, AuditEvent.action, AuditEvent.severity, AuditEvent.occurred[x], AuditEvent.occurred[x]:occurredDateTime, AuditEvent.recorded, AuditEvent.outcome, AuditEvent.outcome.extension, AuditEvent.outcome.modifierExtension, AuditEvent.outcome.code, AuditEvent.outcome.detail, AuditEvent.authorization, AuditEvent.basedOn, AuditEvent.patient, AuditEvent.encounter, AuditEvent.agent, AuditEvent.agent.extension, AuditEvent.agent.modifierExtension, AuditEvent.agent.type, AuditEvent.agent.role, AuditEvent.agent.who, AuditEvent.agent.requestor, AuditEvent.agent.location, AuditEvent.agent.policy, AuditEvent.agent.network[x], AuditEvent.agent.authorization, AuditEvent.source, AuditEvent.source.extension, AuditEvent.source.modifierExtension, AuditEvent.source.site, AuditEvent.source.observer, AuditEvent.source.type, AuditEvent.entity, AuditEvent.entity.extension, AuditEvent.entity.modifierExtension, AuditEvent.entity.what, AuditEvent.entity.role, AuditEvent.entity.securityLabel, AuditEvent.entity.query, AuditEvent.entity.detail, AuditEvent.entity.detail.extension, AuditEvent.entity.detail.modifierExtension, AuditEvent.entity.detail.type, AuditEvent.entity.detail.value[x], AuditEvent.entity.agent All FHIR elements must have a @value or children hasValue() or (children().count() > id.count())
ext-1 error AuditEvent.extension, AuditEvent.modifierExtension, AuditEvent.category.extension, AuditEvent.category.coding:dhpCategory.extension, AuditEvent.outcome.extension, AuditEvent.outcome.modifierExtension, AuditEvent.agent.extension, AuditEvent.agent.modifierExtension, AuditEvent.source.extension, AuditEvent.source.modifierExtension, AuditEvent.entity.extension, AuditEvent.entity.modifierExtension, AuditEvent.entity.detail.extension, AuditEvent.entity.detail.modifierExtension Must have either extensions or value[x], not both extension.exists() != value.exists()

Summary

Mandatory: 0 element(2 nested mandatory elements)
Must-Support: 20 elements

Structures

This structure refers to these other structures:

Slices

This structure defines the following Slices:

  • The element 1 is sliced based on the value of AuditEvent.category.coding
  • The element 1 is sliced based on the value of AuditEvent.occurred[x]

 

Profilning boshqa ko‘rinishlari: CSV, Excel, Schematron

Mashina tarjimasi, inson tomonidan tekshirilishi zarur. Ushbu sahifa ingliz tilidan sun'iy intellekt yordamida avtomatik tarjima qilingan va hali muharrir tomonidan tekshirilmagan. Har qanday nomuvofiqlikda asl inglizcha versiya ustuvor hisoblanadi.

Tezkor boshlash

Ushbu profil uchun keng tarqalgan API o'zaro ta'sirlari. So'rovlar JWT kirish tokenini talab qiladi - qarang Xavfsizlik va autentifikatsiya. [base] bu FHIR serverining bazaviy URL manzili; | belgisi kod tizimini uning qiymatidan ajratadi va URL kodlashda %7C ko'rinishida yozilishi shart.

AuditEvent yozuvlari platforma tomonidan yoziladi va mijozlar uchun faqat o'qish uchun mo'ljallangan - yaratish yoki yangilash yo'li mavjud emas. Audit jurnalini o'qish va qidiruv orqali so'rang.

Server identifikatori bo'yicha o'qish

GET [base]/AuditEvent/[id]

Audit jurnalini qidirish

GET [base]/AuditEvent?patient=Patient/[id]
GET [base]/AuditEvent?patient=Patient/[id]&date=ge2025-01-01
GET [base]/AuditEvent?agent=PractitionerRole/[id]
GET [base]/AuditEvent?patient=Patient/[id]&action=R
GET [base]/AuditEvent?patient=Patient/[id]&category=http://dicom.nema.org/resources/ontology/DCM%7C110112
GET [base]/AuditEvent?patient=Patient/[id]&entity=Condition/[id]
GET [base]/AuditEvent?patient=Patient/[id]&outcome=http://hl7.org/fhir/issue-severity%7Cerror

FHIR R5 da hodisalar guruhlanishi category orqali, aniq sub-tip esa code orqali qidiriladi (R4 dagi type / subtype). Ushbu profilda outcome.code issue-severity qiymatlar to'plamiga bog'langan, shuning uchun rad etilgan yoki muvaffaqiyatsiz tugagan kirish success emas, balki error (yoki fatal) sifatida qidiriladi.

Qo'llab-quvvatlanadigan qidiruv parametrlarining to'liq ro'yxati uchun CapabilityStatement ga qarang.

Aloqador