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 AdverseEvent ( Eksperimental )

Rasmiy URL: https://dhp.uz/fhir/core/StructureDefinition/uz-core-adverse-event Versiya: 0.5.0
Active 2025-08-01 holatiga ko‘ra Kompyuterda qayta ishlanadigan nom: UZCoreAdverseEvent

Uzbekistan Core AdverseEvent profile, used to represent an adverse event that may be associated with unintended consequences for a patient or research participant.

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 AdverseEvent Raqamli sogʻliqni saqlash platformasida emlashdan keyingi reaksiya kabi nojoʻya hodisani qayd etadi. U hodisaga sabab boʻlgan deb gumon qilingan obʼyektga havola qiladi - vaksina reaksiyasi uchun bu Immunization hisoblanadi - va u reaksiyaning oʻzini tavsiflovchi Observation yoki Condition bilan birga kelishi mumkin. U taʼsirga uchragan Patient va uni qayd etgan Practitioner ni aniqlaydi. Hodisa real zarar yoki oldi olingan "deyarli sodir boʻlgan" (near-miss) holat boʻlishi mumkin.

Majburiy va Must Support maʼlumot elementlari

Quyidagi elementlar har doim mavjud boʻlishi (majburiy) yoki maʼlumot mavjud boʻlganda qoʻllab-quvvatlanishi shart (Must Support) - hammasi ham talab qilinmaydi, lekin sizning tizimingiz maʼlumotga ega boʻlganda har bir Must Support elementini toʻldirishi va qabul qilingan paytda uni qayta ishlashi kerak. Bu inson oʻqiy oladigan qisqacha xulosa; quyidagi rasmiy koʻrinishlar aniq kardinalliklar, tiplar va terminologiya bogʻlanishlarini beradi.

Har bir UZ Core AdverseEvent quyidagilarga ega boʻlishi shart

Ushbu profil oʻzining hech qanday majburiy kardinalligini qoʻshmaydi. Talab qilinadigan elementlar bazaviy resursdan meros qilib olinadi: yozuvning holati (status) (1..1), aniqlik darajasi - real zarar yoki potensial near-miss (actuality) (1..1) - va hodisa sodir boʻlgan obʼyekt (subject) (1..1). Amalda siz har doim gumon qilingan obʼyektni (suspect entity) ham toʻldirasiz (quyidagi Must Support ga qarang).

Har bir UZ Core AdverseEvent quyidagilarni qoʻllab-quvvatlashi shart

  • identifikator, yozuvning holati (status) va aniqlik darajasi (actuality) (real zarar yoki potensial near-miss);
  • hodisa sodir boʻlgan obʼyekt (subject), uchrashuv (encounter) va yuz berish vaqti (occurrence) (sana/vaqt, davr yoki jadval);
  • hodisa qachon aniqlangani va uning qayd etilgan sanasi;
  • natijaviy taʼsir - hodisa keltirib chiqargan Condition yoki Observation - va joylashuv (location);
  • jiddiylik (seriousness) va natija (outcome);
  • qayd etuvchi (recorder) va ishtirokchi (participant) (uning funksiyasi va aktyori);
  • gumon qilingan obʼyekt (suspect entity) - hodisaga sabab boʻlgan deb gumon qilinayotgan obʼyekt boʻlib, emlashdan keyingi reaksiya uchun bu Immunization hisoblanadi;
  • izohlar.

Emlashdan keyingi reaksiya uchun gumon qilingan obʼyektni Immunization ga yoʻnaltiring va reaksiyani tavsiflovchi Condition yoki Observation ni bogʻlash uchun natijaviy taʼsirdan (resulting effect) foydalaning.

JSON ni bosqichma-bosqich qurish

Quyidagi misollar server qabul qiladigan eng kichik nusxadan toʻliq nojoʻya hodisa yozuvigacha boradi. Birini koʻchirib oling va moslang - koʻrsatilgan har bir qiymat ushbu profilga nisbatan validatsiyadan oʻtadi. Toʻliq maʼlumot uchun namunaviy nusxalar sahifaning pastki qismida havola qilingan (oʻlim bilan yakunlangan anafilaksiya, oldi olingan dori xatosi).

Siz yuborishingiz kerak boʻlgan eng kichik AdverseEvent

Bazaviy resurs yozuvning status ini, actuality ni (bu real zarar boʻldimi yoki potensial near-miss?) va u sodir boʻlgan subject ni talab qiladi; nojoʻya hodisa faqat siz unga sabab boʻlgan deb hisoblangan suspectEntity ni ham qoʻshganingizda maʼnoga ega boʻladi. Eʼtibor bering, status va actuality oddiy kodlardir, CodeableConcept emas - oddiy satr (string) ni yuboring. Har bir UZ Core resursi shuningdek meta.profile da oʻzi mos kelishini daʼvo qilayotgan profilni nomlashi shart:

{
  "resourceType": "AdverseEvent",
  "meta": { "profile": ["https://dhp.uz/fhir/core/StructureDefinition/uz-core-adverse-event"] },
  "status": "in-progress",
  "actuality": "potential",
  "subject": { "reference": "Patient/example-salim" },
  "suspectEntity": [
    { "instanceReference": { "reference": "Medication/example-prednisone" } }
  ]
}

status (registered, in-progress, completed …) va actuality (actual / potential) ning har biri talab qilinadigan (required) bogʻlanishdan foydalanadi - qiymat bogʻlangan qiymatlar toʻplamidan (value set) kelishi shart. suspectEntity.instance[x] - hodisaga sabab boʻlgan deb gumon qilinayotgan obʼyekt; bu yerda Medication, lekin emlashdan keyingi reaksiya uchun bu Immunization, shuningdek u Procedure, Substance, Device yoki MedicationAdministration ham boʻlishi mumkin. Bu oddiy Reference, shuning uchun instanceReference toʻgʻridan-toʻgʻri { "reference": "Type/id" } ni saqlaydi.

Real nojoʻya hodisaga oid haqqoniy misol

Bemorga yetib borgan real hodisa uchun u qachon sodir boʻlganini (occurrenceDateTime), qachon detected boʻlganini, recordedDate ni, encounter va location ni, resultingEffect ni (hodisa keltirib chiqargan Condition yoki Observation), seriousness va outcome ni, recorder ni va uni xabar qilgan participant ni toʻldiring:

{
  "resourceType": "AdverseEvent",
  "meta": { "profile": [ "https://dhp.uz/fhir/core/StructureDefinition/uz-core-adverse-event" ] },
  "status": "completed",
  "actuality": "actual",
  "subject": { "reference": "Patient/example-david" },
  "encounter": { "reference": "Encounter/example-encounter" },
  "occurrenceDateTime": "2026-04-30T10:30:00+05:00",
  "detected": "2026-04-30T10:45:00+05:00",
  "recordedDate": "2026-04-30T11:15:00+05:00",
  "resultingEffect": [ { "reference": "Condition/example-anaphylaxis" } ],
  "location": { "reference": "Location/example-location" },
  "seriousness": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/adverse-event-seriousness",
        "code": "serious",
        "display": "Serious"
      }
    ]
  },
  "outcome": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "405535005",
          "display": "Adverse incident resulting in death"
        }
      ]
    }
  ],
  "recorder": { "reference": "Practitioner/example-practitioner" },
  "participant": [
    {
      "function": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType",
            "code": "AUT",
            "display": "author (originator)"
          }
        ]
      },
      "actor": { "reference": "Practitioner/example-practitioner" }
    }
  ],
  "suspectEntity": [ { "instanceReference": { "reference": "Medication/example-amoxicillin" } } ],
  "note": [
    {
      "text": "Patient developed anaphylaxis shortly after amoxicillin administration and died despite resuscitation efforts."
    }
  ]
}

CodeableConcept boʻlgan seriousness va outcome dan farqli oʻlaroq (bu yerda outcome SNOMED CT dan, seriousness esa HL7 jiddiylik kod tizimidan foydalanadi), resultingEffect, subject, encounter, location, recorder va participant.actor ning hammasi oddiy Reference lardir - { "reference": "Type/id" }, qoʻshimcha ichma-ich joylashtirishsiz. participant.function oʻsha shaxs nima uchun jalb qilinganini bildiradi (bu yerda AUT, yaʼni uni qayd etgan muallif).

Bu real zarar emas, near-miss boʻlganda

Bemorga hech qachon yetib bormagan, oldi olingan hodisa xuddi shu tarzda qayd etiladi, lekin actuality potential ga oʻrnatiladi. resultingEffect boʻlmaydi (bemorga hech narsa boʻlmagan) va outcome tushirib qoldiriladi; uni qanday ushlab qolinganini tushuntirish uchun note dan foydalaning. suspectEntity hamon zararga sabab boʻlishi mumkin boʻlgan narsaga ishora qiladi:

{
  "resourceType": "AdverseEvent",
  "meta": { "profile": [ "https://dhp.uz/fhir/core/StructureDefinition/uz-core-adverse-event" ] },
  "status": "in-progress",
  "actuality": "potential",
  "subject": { "reference": "Patient/example-salim" },
  "encounter": { "reference": "Encounter/example-encounter" },
  "occurrenceDateTime": "2026-04-30T10:30:00+05:00",
  "detected": "2026-04-30T10:35:00+05:00",
  "recordedDate": "2026-04-30T11:15:00+05:00",
  "location": { "reference": "Location/example-location-1" },
  "seriousness": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/adverse-event-seriousness",
        "code": "serious",
        "display": "Serious"
      }
    ]
  },
  "recorder": { "reference": "Practitioner/example-practitioner" },
  "suspectEntity": [ { "instanceReference": { "reference": "Medication/example-prednisone" } } ],
  "note": [
    {
      "text": "Prednisone ordered despite a documented contraindication; pharmacy intercepted it before it reached the patient."
    }
  ]
}

Near-miss hodisani qayd etish baribir foydali: seriousness u qanchalik yomon boʻlishi mumkinligini aks ettiradi, detected esa xavfsizlik tarmogʻi uni qachon ushlab qolganini qayd etadi. Elementni qachon tushirib qoldirish va qachon yoʻq deb belgilash haqida Yetishmayotgan va yashirilgan maʼlumotlar ga qarang.

API chaqiruvlari va namunaviy yuk (payload) misoli uchun ushbu sahifaning pastki qismidagi Tezkor boshlash ga 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
.. AdverseEvent 0..* AdverseEvent(5.0.0) An event that may be related to unintended effects on a patient or research participant
... 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
... status ?!SΣ 1..1 code in-progress | completed | entered-in-error | unknown
Binding: AdverseEventStatusVS (0.5.0) (required)
... actuality ?!SΣ 1..1 code actual | potential
Binding: AdverseEventActualityVS (0.5.0) (required)
... subject SΣ 1..1 Reference(UZ Core Patient(0.5.0) | Group | UZ Core Practitioner(0.5.0) | UZ Core RelatedPerson(0.5.0) | ResearchSubject) Subject impacted by event
... encounter SΣ 0..1 Reference(UZ Core Encounter(0.5.0)) The Encounter associated with the start of the AdverseEvent
... occurrence[x] SΣ 0..1 When the event occurred
.... occurrenceDateTime dateTime
.... occurrencePeriod Period
.... occurrenceTiming Timing
... detected SΣ 0..1 dateTime When the event was detected
... recordedDate SΣ 0..1 dateTime When the event was recorded
... resultingEffect SΣ 0..* Reference(UZ Core Condition(0.5.0) | UZ Core Observation(0.5.0)) Effect on the subject due to this event
... location SΣ 0..1 Reference(UZ Core Location(0.5.0)) Location where adverse event occurred
... seriousness SΣ 0..1 CodeableConcept Seriousness or gravity of the event
Binding: AdverseEventSeriousnessVS (0.5.0) (example)
... outcome SΣ 0..* CodeableConcept Type of outcome from the adverse event
Binding: AdverseEventOutcomeVS (0.5.0) (example)
... recorder SΣ 0..1 Reference(UZ Core Patient(0.5.0) | UZ Core Practitioner(0.5.0) | UZ Core PractitionerRole(0.5.0) | UZ Core RelatedPerson(0.5.0) | ResearchSubject) Who recorded the adverse event
... participant SΣ 0..* BackboneElement Who was involved in the adverse event or the potential adverse event and what they did
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
Constraints: ext-1
.... function SΣ 0..1 CodeableConcept Type of involvement
Binding: AdverseEventParticipantFunction (example)
.... actor SΣ 1..1 Reference(UZ Core Patient(0.5.0) | UZ Core Practitioner(0.5.0) | UZ Core PractitionerRole(0.5.0) | UZ Core RelatedPerson(0.5.0) | ResearchSubject) Who was involved in the adverse event or the potential adverse event
... suspectEntity SΣ 0..* BackboneElement The suspected agent causing the adverse event
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
Constraints: ext-1
.... instance[x] SΣ 1..1 Reference(UZ Core Immunization(0.5.0) | UZ Core Procedure(0.5.0) | Substance | Medication | MedicationAdministration | MedicationStatement | Device | BiologicallyDerivedProduct | ResearchStudy) Refers to the specific entity that caused the adverse event
... note SΣ 0..* Annotation Comment on adverse event

doco Documentation for this format

Terminology Bindings

Path Status Usage ValueSet Version Source
AdverseEvent.status Base required Types of AdverseEvent status 📍0.5.0 This IG
AdverseEvent.actuality Base required Types of AdverseEvent actuality 📍0.5.0 This IG
AdverseEvent.seriousness Base example Types of AdverseEvent seriousness 📍0.5.0 This IG
AdverseEvent.outcome Base example Types of AdverseEvent outcome 📍0.5.0 This IG
AdverseEvent.participant.​function Base example AdverseEvent Participant Function 📍5.0.0 FHIR Std.

Constraints

Id Grade Path(s) Description Expression
dom-2 error AdverseEvent If the resource is contained in another resource, it SHALL NOT contain nested Resources contained.contained.empty()
dom-3 error AdverseEvent 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 AdverseEvent 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 AdverseEvent If a resource is contained in another resource, it SHALL NOT have a security label contained.meta.security.empty()
dom-6 best practice AdverseEvent A resource should have narrative for robust management text.`div`.exists()
ele-1 error AdverseEvent.implicitRules, AdverseEvent.modifierExtension, AdverseEvent.identifier, AdverseEvent.status, AdverseEvent.actuality, AdverseEvent.subject, AdverseEvent.encounter, AdverseEvent.occurrence[x], AdverseEvent.detected, AdverseEvent.recordedDate, AdverseEvent.resultingEffect, AdverseEvent.location, AdverseEvent.seriousness, AdverseEvent.outcome, AdverseEvent.recorder, AdverseEvent.participant, AdverseEvent.participant.modifierExtension, AdverseEvent.participant.function, AdverseEvent.participant.actor, AdverseEvent.suspectEntity, AdverseEvent.suspectEntity.modifierExtension, AdverseEvent.suspectEntity.instance[x], AdverseEvent.note All FHIR elements must have a @value or children hasValue() or (children().count() > id.count())
ext-1 error AdverseEvent.modifierExtension, AdverseEvent.participant.modifierExtension, AdverseEvent.suspectEntity.modifierExtension Must have either extensions or value[x], not both extension.exists() != value.exists()

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. AdverseEvent 0..* AdverseEvent(5.0.0) An event that may be related to unintended effects on a patient or research participant
... identifier S 0..* Identifier Business identifier for the event
... status S 1..1 code in-progress | completed | entered-in-error | unknown
Binding: AdverseEventStatusVS (0.5.0) (required)
... actuality S 1..1 code actual | potential
Binding: AdverseEventActualityVS (0.5.0) (required)
... encounter S 0..1 Reference(UZ Core Encounter(0.5.0)) The Encounter associated with the start of the AdverseEvent
... occurrence[x] S 0..1 dateTime, Period, Timing When the event occurred
... detected S 0..1 dateTime When the event was detected
... recordedDate S 0..1 dateTime When the event was recorded
... resultingEffect S 0..* Reference(UZ Core Condition(0.5.0) | UZ Core Observation(0.5.0)) Effect on the subject due to this event
... location S 0..1 Reference(UZ Core Location(0.5.0)) Location where adverse event occurred
... seriousness S 0..1 CodeableConcept Seriousness or gravity of the event
Binding: AdverseEventSeriousnessVS (0.5.0) (example)
... outcome S 0..* CodeableConcept Type of outcome from the adverse event
Binding: AdverseEventOutcomeVS (0.5.0) (example)
... recorder S 0..1 Reference(UZ Core Patient(0.5.0) | UZ Core Practitioner(0.5.0) | UZ Core PractitionerRole(0.5.0) | UZ Core RelatedPerson(0.5.0) | ResearchSubject) Who recorded the adverse event
... participant S 0..* BackboneElement Who was involved in the adverse event or the potential adverse event and what they did
.... function S 0..1 CodeableConcept Type of involvement
Binding: AdverseEventParticipantFunction (example)
.... actor S 1..1 Reference(UZ Core Patient(0.5.0) | UZ Core Practitioner(0.5.0) | UZ Core PractitionerRole(0.5.0) | UZ Core RelatedPerson(0.5.0) | ResearchSubject) Who was involved in the adverse event or the potential adverse event
... suspectEntity S 0..* BackboneElement The suspected agent causing the adverse event
.... instance[x] S 1..1 Reference(UZ Core Immunization(0.5.0) | UZ Core Procedure(0.5.0) | Substance | Medication | MedicationAdministration | MedicationStatement | Device | BiologicallyDerivedProduct | ResearchStudy) Refers to the specific entity that caused the adverse event
... note S 0..* Annotation Comment on adverse event

doco Documentation for this format

Terminology Bindings (Differential)

Path Status Usage ValueSet Version Source
AdverseEvent.status Base required Types of AdverseEvent status 📍0.5.0 This IG
AdverseEvent.actuality Base required Types of AdverseEvent actuality 📍0.5.0 This IG
AdverseEvent.seriousness Base example Types of AdverseEvent seriousness 📍0.5.0 This IG
AdverseEvent.outcome Base example Types of AdverseEvent outcome 📍0.5.0 This IG
AdverseEvent.participant.​function Base example AdverseEvent Participant Function 📍5.0.0 FHIR Std.
NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. AdverseEvent 0..* AdverseEvent(5.0.0) An event that may be related to unintended effects on a patient or research participant
... 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
... language 0..1 code Language of the resource content
Binding: AllLanguages (required): IETF language tag for a human language
Additional BindingsPurpose
CommonLanguages Starter
... 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
... identifier SΣ 0..* Identifier Business identifier for the event
... status ?!SΣ 1..1 code in-progress | completed | entered-in-error | unknown
Binding: AdverseEventStatusVS (0.5.0) (required)
... actuality ?!SΣ 1..1 code actual | potential
Binding: AdverseEventActualityVS (0.5.0) (required)
... category Σ 0..* CodeableConcept wrong-patient | procedure-mishap | medication-mishap | device | unsafe-physical-environment | hospital-aquired-infection | wrong-body-site
Binding: AdverseEventCategory (example): Overall categorization of the event, e.g. product-related or situational.
... code Σ 0..1 CodeableConcept Event or incident that occurred or was averted
Binding: AdverseEventType (example): Detailed type of event.
... subject SΣ 1..1 Reference(UZ Core Patient(0.5.0) | Group | UZ Core Practitioner(0.5.0) | UZ Core RelatedPerson(0.5.0) | ResearchSubject) Subject impacted by event
... encounter SΣ 0..1 Reference(UZ Core Encounter(0.5.0)) The Encounter associated with the start of the AdverseEvent
... occurrence[x] SΣ 0..1 When the event occurred
.... occurrenceDateTime dateTime
.... occurrencePeriod Period
.... occurrenceTiming Timing
... detected SΣ 0..1 dateTime When the event was detected
... recordedDate SΣ 0..1 dateTime When the event was recorded
... resultingEffect SΣ 0..* Reference(UZ Core Condition(0.5.0) | UZ Core Observation(0.5.0)) Effect on the subject due to this event
... location SΣ 0..1 Reference(UZ Core Location(0.5.0)) Location where adverse event occurred
... seriousness SΣ 0..1 CodeableConcept Seriousness or gravity of the event
Binding: AdverseEventSeriousnessVS (0.5.0) (example)
... outcome SΣ 0..* CodeableConcept Type of outcome from the adverse event
Binding: AdverseEventOutcomeVS (0.5.0) (example)
... recorder SΣ 0..1 Reference(UZ Core Patient(0.5.0) | UZ Core Practitioner(0.5.0) | UZ Core PractitionerRole(0.5.0) | UZ Core RelatedPerson(0.5.0) | ResearchSubject) Who recorded the adverse event
... participant SΣ 0..* BackboneElement Who was involved in the adverse event or the potential adverse event and what they did
.... 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
.... function SΣ 0..1 CodeableConcept Type of involvement
Binding: AdverseEventParticipantFunction (example)
.... actor SΣ 1..1 Reference(UZ Core Patient(0.5.0) | UZ Core Practitioner(0.5.0) | UZ Core PractitionerRole(0.5.0) | UZ Core RelatedPerson(0.5.0) | ResearchSubject) Who was involved in the adverse event or the potential adverse event
... study Σ 0..* Reference(ResearchStudy) Research study that the subject is enrolled in
... expectedInResearchStudy 0..1 boolean Considered likely or probable or anticipated in the research study
... suspectEntity SΣ 0..* BackboneElement The suspected agent causing the adverse 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
.... instance[x] SΣ 1..1 Reference(UZ Core Immunization(0.5.0) | UZ Core Procedure(0.5.0) | Substance | Medication | MedicationAdministration | MedicationStatement | Device | BiologicallyDerivedProduct | ResearchStudy) Refers to the specific entity that caused the adverse event
.... causality Σ 0..1 BackboneElement Information on the possible cause of 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
..... assessmentMethod Σ 0..1 CodeableConcept Method of evaluating the relatedness of the suspected entity to the event
Binding: AdverseEventCausalityMethod (example): TODO.
..... entityRelatedness Σ 0..1 CodeableConcept Result of the assessment regarding the relatedness of the suspected entity to the event
Binding: AdverseEventCausalityAssessment (example): Codes for the assessment of whether the entity caused the event.
..... author Σ 0..1 Reference(Practitioner | PractitionerRole | Patient | RelatedPerson | ResearchSubject) Author of the information on the possible cause of the event
... contributingFactor Σ 0..* BackboneElement Contributing factors suspected to have increased the probability or severity of the adverse 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
.... item[x] Σ 1..1 Item suspected to have increased the probability or severity of the adverse event
Binding: AdverseEventContributingFactor (example): Codes describing the contributing factors suspected to have increased the probability or severity of the adverse event.
..... itemReference Reference(Condition | Observation | AllergyIntolerance | FamilyMemberHistory | Immunization | Procedure | Device | DeviceUsage | DocumentReference | MedicationAdministration | MedicationStatement)
..... itemCodeableConcept CodeableConcept
... preventiveAction Σ 0..* BackboneElement Preventive actions that contributed to avoiding the adverse 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
.... item[x] Σ 1..1 Action that contributed to avoiding the adverse event
Binding: AdverseEventPreventiveAction (example): Codes describing the preventive actions that contributed to avoiding the adverse event.
..... itemReference Reference(Immunization | Procedure | DocumentReference | MedicationAdministration | MedicationRequest)
..... itemCodeableConcept CodeableConcept
... mitigatingAction Σ 0..* BackboneElement Ameliorating actions taken after the adverse event occured in order to reduce the extent of harm
.... 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
.... item[x] Σ 1..1 Ameliorating action taken after the adverse event occured in order to reduce the extent of harm
Binding: AdverseEventMitigatingAction (example): Codes describing the ameliorating actions taken after the adverse event occured in order to reduce the extent of harm.
..... itemReference Reference(Procedure | DocumentReference | MedicationAdministration | MedicationRequest)
..... itemCodeableConcept CodeableConcept
... supportingInfo Σ 0..* BackboneElement Supporting information relevant to 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
.... item[x] Σ 1..1 Subject medical history or document relevant to this adverse event
Binding: AdverseEventSupportingInforation (example): Codes describing the supporting information relevant to the event.
..... itemReference Reference(Condition | Observation | AllergyIntolerance | FamilyMemberHistory | Immunization | Procedure | DocumentReference | MedicationAdministration | MedicationStatement | QuestionnaireResponse)
..... itemCodeableConcept CodeableConcept
... note SΣ 0..* Annotation Comment on adverse event

doco Documentation for this format

Terminology Bindings

Path Status Usage ValueSet Version Source
AdverseEvent.language Base required All Languages 📍5.0.0 FHIR Std.
AdverseEvent.status Base required Types of AdverseEvent status 📍0.5.0 This IG
AdverseEvent.actuality Base required Types of AdverseEvent actuality 📍0.5.0 This IG
AdverseEvent.category Base example Adverse Event Category 📍5.0.0 FHIR Std.
AdverseEvent.code Base example AdverseEvent Type 📍5.0.0 FHIR Std.
AdverseEvent.seriousness Base example Types of AdverseEvent seriousness 📍0.5.0 This IG
AdverseEvent.outcome Base example Types of AdverseEvent outcome 📍0.5.0 This IG
AdverseEvent.participant.​function Base example AdverseEvent Participant Function 📍5.0.0 FHIR Std.
AdverseEvent.suspectEntity.​causality.assessmentMethod Base example Adverse Event Causality Method 📍5.0.0 FHIR Std.
AdverseEvent.suspectEntity.​causality.entityRelatedness Base example Adverse Event Causality Assessment 📍5.0.0 FHIR Std.
AdverseEvent.contributingFactor.​item[x] Base example AdverseEvent Contributing Factor 📍5.0.0 FHIR Std.
AdverseEvent.preventiveAction.​item[x] Base example AdverseEvent Preventive Action 📍5.0.0 FHIR Std.
AdverseEvent.mitigatingAction.​item[x] Base example AdverseEvent Mitigating Action 📍5.0.0 FHIR Std.
AdverseEvent.supportingInfo.​item[x] Base example AdverseEvent Supporting Information 📍5.0.0 FHIR Std.

Constraints

Id Grade Path(s) Description Expression
dom-2 error AdverseEvent If the resource is contained in another resource, it SHALL NOT contain nested Resources contained.contained.empty()
dom-3 error AdverseEvent 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 AdverseEvent 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 AdverseEvent If a resource is contained in another resource, it SHALL NOT have a security label contained.meta.security.empty()
dom-6 best practice AdverseEvent A resource should have narrative for robust management text.`div`.exists()
ele-1 error AdverseEvent.meta, AdverseEvent.implicitRules, AdverseEvent.language, AdverseEvent.text, AdverseEvent.extension, AdverseEvent.modifierExtension, AdverseEvent.identifier, AdverseEvent.status, AdverseEvent.actuality, AdverseEvent.category, AdverseEvent.code, AdverseEvent.subject, AdverseEvent.encounter, AdverseEvent.occurrence[x], AdverseEvent.detected, AdverseEvent.recordedDate, AdverseEvent.resultingEffect, AdverseEvent.location, AdverseEvent.seriousness, AdverseEvent.outcome, AdverseEvent.recorder, AdverseEvent.participant, AdverseEvent.participant.extension, AdverseEvent.participant.modifierExtension, AdverseEvent.participant.function, AdverseEvent.participant.actor, AdverseEvent.study, AdverseEvent.expectedInResearchStudy, AdverseEvent.suspectEntity, AdverseEvent.suspectEntity.extension, AdverseEvent.suspectEntity.modifierExtension, AdverseEvent.suspectEntity.instance[x], AdverseEvent.suspectEntity.causality, AdverseEvent.suspectEntity.causality.extension, AdverseEvent.suspectEntity.causality.modifierExtension, AdverseEvent.suspectEntity.causality.assessmentMethod, AdverseEvent.suspectEntity.causality.entityRelatedness, AdverseEvent.suspectEntity.causality.author, AdverseEvent.contributingFactor, AdverseEvent.contributingFactor.extension, AdverseEvent.contributingFactor.modifierExtension, AdverseEvent.contributingFactor.item[x], AdverseEvent.preventiveAction, AdverseEvent.preventiveAction.extension, AdverseEvent.preventiveAction.modifierExtension, AdverseEvent.preventiveAction.item[x], AdverseEvent.mitigatingAction, AdverseEvent.mitigatingAction.extension, AdverseEvent.mitigatingAction.modifierExtension, AdverseEvent.mitigatingAction.item[x], AdverseEvent.supportingInfo, AdverseEvent.supportingInfo.extension, AdverseEvent.supportingInfo.modifierExtension, AdverseEvent.supportingInfo.item[x], AdverseEvent.note All FHIR elements must have a @value or children hasValue() or (children().count() > id.count())
ext-1 error AdverseEvent.extension, AdverseEvent.modifierExtension, AdverseEvent.participant.extension, AdverseEvent.participant.modifierExtension, AdverseEvent.suspectEntity.extension, AdverseEvent.suspectEntity.modifierExtension, AdverseEvent.suspectEntity.causality.extension, AdverseEvent.suspectEntity.causality.modifierExtension, AdverseEvent.contributingFactor.extension, AdverseEvent.contributingFactor.modifierExtension, AdverseEvent.preventiveAction.extension, AdverseEvent.preventiveAction.modifierExtension, AdverseEvent.mitigatingAction.extension, AdverseEvent.mitigatingAction.modifierExtension, AdverseEvent.supportingInfo.extension, AdverseEvent.supportingInfo.modifierExtension Must have either extensions or value[x], not both extension.exists() != value.exists()

Summary

Must-Support: 19 elements

Structures

This structure refers to these other structures:

Asosiy elementlar ko'rinishi

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. AdverseEvent 0..* AdverseEvent(5.0.0) An event that may be related to unintended effects on a patient or research participant
... 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
... status ?!SΣ 1..1 code in-progress | completed | entered-in-error | unknown
Binding: AdverseEventStatusVS (0.5.0) (required)
... actuality ?!SΣ 1..1 code actual | potential
Binding: AdverseEventActualityVS (0.5.0) (required)
... subject SΣ 1..1 Reference(UZ Core Patient(0.5.0) | Group | UZ Core Practitioner(0.5.0) | UZ Core RelatedPerson(0.5.0) | ResearchSubject) Subject impacted by event
... encounter SΣ 0..1 Reference(UZ Core Encounter(0.5.0)) The Encounter associated with the start of the AdverseEvent
... occurrence[x] SΣ 0..1 When the event occurred
.... occurrenceDateTime dateTime
.... occurrencePeriod Period
.... occurrenceTiming Timing
... detected SΣ 0..1 dateTime When the event was detected
... recordedDate SΣ 0..1 dateTime When the event was recorded
... resultingEffect SΣ 0..* Reference(UZ Core Condition(0.5.0) | UZ Core Observation(0.5.0)) Effect on the subject due to this event
... location SΣ 0..1 Reference(UZ Core Location(0.5.0)) Location where adverse event occurred
... seriousness SΣ 0..1 CodeableConcept Seriousness or gravity of the event
Binding: AdverseEventSeriousnessVS (0.5.0) (example)
... outcome SΣ 0..* CodeableConcept Type of outcome from the adverse event
Binding: AdverseEventOutcomeVS (0.5.0) (example)
... recorder SΣ 0..1 Reference(UZ Core Patient(0.5.0) | UZ Core Practitioner(0.5.0) | UZ Core PractitionerRole(0.5.0) | UZ Core RelatedPerson(0.5.0) | ResearchSubject) Who recorded the adverse event
... participant SΣ 0..* BackboneElement Who was involved in the adverse event or the potential adverse event and what they did
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
Constraints: ext-1
.... function SΣ 0..1 CodeableConcept Type of involvement
Binding: AdverseEventParticipantFunction (example)
.... actor SΣ 1..1 Reference(UZ Core Patient(0.5.0) | UZ Core Practitioner(0.5.0) | UZ Core PractitionerRole(0.5.0) | UZ Core RelatedPerson(0.5.0) | ResearchSubject) Who was involved in the adverse event or the potential adverse event
... suspectEntity SΣ 0..* BackboneElement The suspected agent causing the adverse event
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
Constraints: ext-1
.... instance[x] SΣ 1..1 Reference(UZ Core Immunization(0.5.0) | UZ Core Procedure(0.5.0) | Substance | Medication | MedicationAdministration | MedicationStatement | Device | BiologicallyDerivedProduct | ResearchStudy) Refers to the specific entity that caused the adverse event
... note SΣ 0..* Annotation Comment on adverse event

doco Documentation for this format

Terminology Bindings

Path Status Usage ValueSet Version Source
AdverseEvent.status Base required Types of AdverseEvent status 📍0.5.0 This IG
AdverseEvent.actuality Base required Types of AdverseEvent actuality 📍0.5.0 This IG
AdverseEvent.seriousness Base example Types of AdverseEvent seriousness 📍0.5.0 This IG
AdverseEvent.outcome Base example Types of AdverseEvent outcome 📍0.5.0 This IG
AdverseEvent.participant.​function Base example AdverseEvent Participant Function 📍5.0.0 FHIR Std.

Constraints

Id Grade Path(s) Description Expression
dom-2 error AdverseEvent If the resource is contained in another resource, it SHALL NOT contain nested Resources contained.contained.empty()
dom-3 error AdverseEvent 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 AdverseEvent 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 AdverseEvent If a resource is contained in another resource, it SHALL NOT have a security label contained.meta.security.empty()
dom-6 best practice AdverseEvent A resource should have narrative for robust management text.`div`.exists()
ele-1 error AdverseEvent.implicitRules, AdverseEvent.modifierExtension, AdverseEvent.identifier, AdverseEvent.status, AdverseEvent.actuality, AdverseEvent.subject, AdverseEvent.encounter, AdverseEvent.occurrence[x], AdverseEvent.detected, AdverseEvent.recordedDate, AdverseEvent.resultingEffect, AdverseEvent.location, AdverseEvent.seriousness, AdverseEvent.outcome, AdverseEvent.recorder, AdverseEvent.participant, AdverseEvent.participant.modifierExtension, AdverseEvent.participant.function, AdverseEvent.participant.actor, AdverseEvent.suspectEntity, AdverseEvent.suspectEntity.modifierExtension, AdverseEvent.suspectEntity.instance[x], AdverseEvent.note All FHIR elements must have a @value or children hasValue() or (children().count() > id.count())
ext-1 error AdverseEvent.modifierExtension, AdverseEvent.participant.modifierExtension, AdverseEvent.suspectEntity.modifierExtension Must have either extensions or value[x], not both extension.exists() != value.exists()

Differensial ko‘rinish

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. AdverseEvent 0..* AdverseEvent(5.0.0) An event that may be related to unintended effects on a patient or research participant
... identifier S 0..* Identifier Business identifier for the event
... status S 1..1 code in-progress | completed | entered-in-error | unknown
Binding: AdverseEventStatusVS (0.5.0) (required)
... actuality S 1..1 code actual | potential
Binding: AdverseEventActualityVS (0.5.0) (required)
... encounter S 0..1 Reference(UZ Core Encounter(0.5.0)) The Encounter associated with the start of the AdverseEvent
... occurrence[x] S 0..1 dateTime, Period, Timing When the event occurred
... detected S 0..1 dateTime When the event was detected
... recordedDate S 0..1 dateTime When the event was recorded
... resultingEffect S 0..* Reference(UZ Core Condition(0.5.0) | UZ Core Observation(0.5.0)) Effect on the subject due to this event
... location S 0..1 Reference(UZ Core Location(0.5.0)) Location where adverse event occurred
... seriousness S 0..1 CodeableConcept Seriousness or gravity of the event
Binding: AdverseEventSeriousnessVS (0.5.0) (example)
... outcome S 0..* CodeableConcept Type of outcome from the adverse event
Binding: AdverseEventOutcomeVS (0.5.0) (example)
... recorder S 0..1 Reference(UZ Core Patient(0.5.0) | UZ Core Practitioner(0.5.0) | UZ Core PractitionerRole(0.5.0) | UZ Core RelatedPerson(0.5.0) | ResearchSubject) Who recorded the adverse event
... participant S 0..* BackboneElement Who was involved in the adverse event or the potential adverse event and what they did
.... function S 0..1 CodeableConcept Type of involvement
Binding: AdverseEventParticipantFunction (example)
.... actor S 1..1 Reference(UZ Core Patient(0.5.0) | UZ Core Practitioner(0.5.0) | UZ Core PractitionerRole(0.5.0) | UZ Core RelatedPerson(0.5.0) | ResearchSubject) Who was involved in the adverse event or the potential adverse event
... suspectEntity S 0..* BackboneElement The suspected agent causing the adverse event
.... instance[x] S 1..1 Reference(UZ Core Immunization(0.5.0) | UZ Core Procedure(0.5.0) | Substance | Medication | MedicationAdministration | MedicationStatement | Device | BiologicallyDerivedProduct | ResearchStudy) Refers to the specific entity that caused the adverse event
... note S 0..* Annotation Comment on adverse event

doco Documentation for this format

Terminology Bindings (Differential)

Path Status Usage ValueSet Version Source
AdverseEvent.status Base required Types of AdverseEvent status 📍0.5.0 This IG
AdverseEvent.actuality Base required Types of AdverseEvent actuality 📍0.5.0 This IG
AdverseEvent.seriousness Base example Types of AdverseEvent seriousness 📍0.5.0 This IG
AdverseEvent.outcome Base example Types of AdverseEvent outcome 📍0.5.0 This IG
AdverseEvent.participant.​function Base example AdverseEvent Participant Function 📍5.0.0 FHIR Std.

Snapshot ko‘rinishiView

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. AdverseEvent 0..* AdverseEvent(5.0.0) An event that may be related to unintended effects on a patient or research participant
... 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
... language 0..1 code Language of the resource content
Binding: AllLanguages (required): IETF language tag for a human language
Additional BindingsPurpose
CommonLanguages Starter
... 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
... identifier SΣ 0..* Identifier Business identifier for the event
... status ?!SΣ 1..1 code in-progress | completed | entered-in-error | unknown
Binding: AdverseEventStatusVS (0.5.0) (required)
... actuality ?!SΣ 1..1 code actual | potential
Binding: AdverseEventActualityVS (0.5.0) (required)
... category Σ 0..* CodeableConcept wrong-patient | procedure-mishap | medication-mishap | device | unsafe-physical-environment | hospital-aquired-infection | wrong-body-site
Binding: AdverseEventCategory (example): Overall categorization of the event, e.g. product-related or situational.
... code Σ 0..1 CodeableConcept Event or incident that occurred or was averted
Binding: AdverseEventType (example): Detailed type of event.
... subject SΣ 1..1 Reference(UZ Core Patient(0.5.0) | Group | UZ Core Practitioner(0.5.0) | UZ Core RelatedPerson(0.5.0) | ResearchSubject) Subject impacted by event
... encounter SΣ 0..1 Reference(UZ Core Encounter(0.5.0)) The Encounter associated with the start of the AdverseEvent
... occurrence[x] SΣ 0..1 When the event occurred
.... occurrenceDateTime dateTime
.... occurrencePeriod Period
.... occurrenceTiming Timing
... detected SΣ 0..1 dateTime When the event was detected
... recordedDate SΣ 0..1 dateTime When the event was recorded
... resultingEffect SΣ 0..* Reference(UZ Core Condition(0.5.0) | UZ Core Observation(0.5.0)) Effect on the subject due to this event
... location SΣ 0..1 Reference(UZ Core Location(0.5.0)) Location where adverse event occurred
... seriousness SΣ 0..1 CodeableConcept Seriousness or gravity of the event
Binding: AdverseEventSeriousnessVS (0.5.0) (example)
... outcome SΣ 0..* CodeableConcept Type of outcome from the adverse event
Binding: AdverseEventOutcomeVS (0.5.0) (example)
... recorder SΣ 0..1 Reference(UZ Core Patient(0.5.0) | UZ Core Practitioner(0.5.0) | UZ Core PractitionerRole(0.5.0) | UZ Core RelatedPerson(0.5.0) | ResearchSubject) Who recorded the adverse event
... participant SΣ 0..* BackboneElement Who was involved in the adverse event or the potential adverse event and what they did
.... 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
.... function SΣ 0..1 CodeableConcept Type of involvement
Binding: AdverseEventParticipantFunction (example)
.... actor SΣ 1..1 Reference(UZ Core Patient(0.5.0) | UZ Core Practitioner(0.5.0) | UZ Core PractitionerRole(0.5.0) | UZ Core RelatedPerson(0.5.0) | ResearchSubject) Who was involved in the adverse event or the potential adverse event
... study Σ 0..* Reference(ResearchStudy) Research study that the subject is enrolled in
... expectedInResearchStudy 0..1 boolean Considered likely or probable or anticipated in the research study
... suspectEntity SΣ 0..* BackboneElement The suspected agent causing the adverse 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
.... instance[x] SΣ 1..1 Reference(UZ Core Immunization(0.5.0) | UZ Core Procedure(0.5.0) | Substance | Medication | MedicationAdministration | MedicationStatement | Device | BiologicallyDerivedProduct | ResearchStudy) Refers to the specific entity that caused the adverse event
.... causality Σ 0..1 BackboneElement Information on the possible cause of 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
..... assessmentMethod Σ 0..1 CodeableConcept Method of evaluating the relatedness of the suspected entity to the event
Binding: AdverseEventCausalityMethod (example): TODO.
..... entityRelatedness Σ 0..1 CodeableConcept Result of the assessment regarding the relatedness of the suspected entity to the event
Binding: AdverseEventCausalityAssessment (example): Codes for the assessment of whether the entity caused the event.
..... author Σ 0..1 Reference(Practitioner | PractitionerRole | Patient | RelatedPerson | ResearchSubject) Author of the information on the possible cause of the event
... contributingFactor Σ 0..* BackboneElement Contributing factors suspected to have increased the probability or severity of the adverse 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
.... item[x] Σ 1..1 Item suspected to have increased the probability or severity of the adverse event
Binding: AdverseEventContributingFactor (example): Codes describing the contributing factors suspected to have increased the probability or severity of the adverse event.
..... itemReference Reference(Condition | Observation | AllergyIntolerance | FamilyMemberHistory | Immunization | Procedure | Device | DeviceUsage | DocumentReference | MedicationAdministration | MedicationStatement)
..... itemCodeableConcept CodeableConcept
... preventiveAction Σ 0..* BackboneElement Preventive actions that contributed to avoiding the adverse 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
.... item[x] Σ 1..1 Action that contributed to avoiding the adverse event
Binding: AdverseEventPreventiveAction (example): Codes describing the preventive actions that contributed to avoiding the adverse event.
..... itemReference Reference(Immunization | Procedure | DocumentReference | MedicationAdministration | MedicationRequest)
..... itemCodeableConcept CodeableConcept
... mitigatingAction Σ 0..* BackboneElement Ameliorating actions taken after the adverse event occured in order to reduce the extent of harm
.... 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
.... item[x] Σ 1..1 Ameliorating action taken after the adverse event occured in order to reduce the extent of harm
Binding: AdverseEventMitigatingAction (example): Codes describing the ameliorating actions taken after the adverse event occured in order to reduce the extent of harm.
..... itemReference Reference(Procedure | DocumentReference | MedicationAdministration | MedicationRequest)
..... itemCodeableConcept CodeableConcept
... supportingInfo Σ 0..* BackboneElement Supporting information relevant to 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
.... item[x] Σ 1..1 Subject medical history or document relevant to this adverse event
Binding: AdverseEventSupportingInforation (example): Codes describing the supporting information relevant to the event.
..... itemReference Reference(Condition | Observation | AllergyIntolerance | FamilyMemberHistory | Immunization | Procedure | DocumentReference | MedicationAdministration | MedicationStatement | QuestionnaireResponse)
..... itemCodeableConcept CodeableConcept
... note SΣ 0..* Annotation Comment on adverse event

doco Documentation for this format

Terminology Bindings

Path Status Usage ValueSet Version Source
AdverseEvent.language Base required All Languages 📍5.0.0 FHIR Std.
AdverseEvent.status Base required Types of AdverseEvent status 📍0.5.0 This IG
AdverseEvent.actuality Base required Types of AdverseEvent actuality 📍0.5.0 This IG
AdverseEvent.category Base example Adverse Event Category 📍5.0.0 FHIR Std.
AdverseEvent.code Base example AdverseEvent Type 📍5.0.0 FHIR Std.
AdverseEvent.seriousness Base example Types of AdverseEvent seriousness 📍0.5.0 This IG
AdverseEvent.outcome Base example Types of AdverseEvent outcome 📍0.5.0 This IG
AdverseEvent.participant.​function Base example AdverseEvent Participant Function 📍5.0.0 FHIR Std.
AdverseEvent.suspectEntity.​causality.assessmentMethod Base example Adverse Event Causality Method 📍5.0.0 FHIR Std.
AdverseEvent.suspectEntity.​causality.entityRelatedness Base example Adverse Event Causality Assessment 📍5.0.0 FHIR Std.
AdverseEvent.contributingFactor.​item[x] Base example AdverseEvent Contributing Factor 📍5.0.0 FHIR Std.
AdverseEvent.preventiveAction.​item[x] Base example AdverseEvent Preventive Action 📍5.0.0 FHIR Std.
AdverseEvent.mitigatingAction.​item[x] Base example AdverseEvent Mitigating Action 📍5.0.0 FHIR Std.
AdverseEvent.supportingInfo.​item[x] Base example AdverseEvent Supporting Information 📍5.0.0 FHIR Std.

Constraints

Id Grade Path(s) Description Expression
dom-2 error AdverseEvent If the resource is contained in another resource, it SHALL NOT contain nested Resources contained.contained.empty()
dom-3 error AdverseEvent 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 AdverseEvent 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 AdverseEvent If a resource is contained in another resource, it SHALL NOT have a security label contained.meta.security.empty()
dom-6 best practice AdverseEvent A resource should have narrative for robust management text.`div`.exists()
ele-1 error AdverseEvent.meta, AdverseEvent.implicitRules, AdverseEvent.language, AdverseEvent.text, AdverseEvent.extension, AdverseEvent.modifierExtension, AdverseEvent.identifier, AdverseEvent.status, AdverseEvent.actuality, AdverseEvent.category, AdverseEvent.code, AdverseEvent.subject, AdverseEvent.encounter, AdverseEvent.occurrence[x], AdverseEvent.detected, AdverseEvent.recordedDate, AdverseEvent.resultingEffect, AdverseEvent.location, AdverseEvent.seriousness, AdverseEvent.outcome, AdverseEvent.recorder, AdverseEvent.participant, AdverseEvent.participant.extension, AdverseEvent.participant.modifierExtension, AdverseEvent.participant.function, AdverseEvent.participant.actor, AdverseEvent.study, AdverseEvent.expectedInResearchStudy, AdverseEvent.suspectEntity, AdverseEvent.suspectEntity.extension, AdverseEvent.suspectEntity.modifierExtension, AdverseEvent.suspectEntity.instance[x], AdverseEvent.suspectEntity.causality, AdverseEvent.suspectEntity.causality.extension, AdverseEvent.suspectEntity.causality.modifierExtension, AdverseEvent.suspectEntity.causality.assessmentMethod, AdverseEvent.suspectEntity.causality.entityRelatedness, AdverseEvent.suspectEntity.causality.author, AdverseEvent.contributingFactor, AdverseEvent.contributingFactor.extension, AdverseEvent.contributingFactor.modifierExtension, AdverseEvent.contributingFactor.item[x], AdverseEvent.preventiveAction, AdverseEvent.preventiveAction.extension, AdverseEvent.preventiveAction.modifierExtension, AdverseEvent.preventiveAction.item[x], AdverseEvent.mitigatingAction, AdverseEvent.mitigatingAction.extension, AdverseEvent.mitigatingAction.modifierExtension, AdverseEvent.mitigatingAction.item[x], AdverseEvent.supportingInfo, AdverseEvent.supportingInfo.extension, AdverseEvent.supportingInfo.modifierExtension, AdverseEvent.supportingInfo.item[x], AdverseEvent.note All FHIR elements must have a @value or children hasValue() or (children().count() > id.count())
ext-1 error AdverseEvent.extension, AdverseEvent.modifierExtension, AdverseEvent.participant.extension, AdverseEvent.participant.modifierExtension, AdverseEvent.suspectEntity.extension, AdverseEvent.suspectEntity.modifierExtension, AdverseEvent.suspectEntity.causality.extension, AdverseEvent.suspectEntity.causality.modifierExtension, AdverseEvent.contributingFactor.extension, AdverseEvent.contributingFactor.modifierExtension, AdverseEvent.preventiveAction.extension, AdverseEvent.preventiveAction.modifierExtension, AdverseEvent.mitigatingAction.extension, AdverseEvent.mitigatingAction.modifierExtension, AdverseEvent.supportingInfo.extension, AdverseEvent.supportingInfo.modifierExtension Must have either extensions or value[x], not both extension.exists() != value.exists()

Summary

Must-Support: 19 elements

Structures

This structure refers to these other structures:

 

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 - Xavfsizlik va autentifikatsiya bo'limiga qarang. [base] - bu FHIR server bazaviy URL manzili; | token tizimini uning qiymatidan ajratadi va URL-kodlash sifatida %7C ko'rinishida kodlanishi shart. Ushbu o'zaro ta'sirlar standart FHIR R5 qidiruv parametrlaridan foydalanadi; ushbu resurs uchun yakunlangani sari CapabilityStatement hujjatiga qarang.

Nojo'ya hodisani server identifikatori bo'yicha o'qish

GET [base]/AdverseEvent/[id]

Foydali qidiruvlar

# all adverse events for a patient
GET [base]/AdverseEvent?subject=Patient/[id]

# serious events only, most recent first
GET [base]/AdverseEvent?subject=Patient/[id]&seriousness=http://terminology.hl7.org/CodeSystem/adverse-event-seriousness%7Cserious&_sort=-date

# by date, status, or event code
GET [base]/AdverseEvent?subject=Patient/[id]&date=ge2026-01-01
GET [base]/AdverseEvent?status=completed
GET [base]/AdverseEvent?code=http://snomed.info/sct%7C39579001

Yangi nojo'ya hodisani qayd etish

POST [base]/AdverseEvent
{
  "resourceType": "AdverseEvent",
  "meta": { "profile": [ "https://dhp.uz/fhir/core/StructureDefinition/uz-core-adverse-event" ] },
  ...
}

Nojo'ya hodisani yangilash (masalan, ma'lum bo'lgach natija yoki yuzaga kelgan holatni qo'shish)

PUT [base]/AdverseEvent/[id]
If-Match: W/"3"   # the ETag from your last read; 412 if it changed since
{
  "resourceType": "AdverseEvent",
  "id": "[id]",
  "meta": { "profile": [ "https://dhp.uz/fhir/core/StructureDefinition/uz-core-adverse-event" ] },
  ...
}

Aloqador