O‘zbekiston Raqamli sog‘liqni saqlash platformasi
0.5.0 - ci-build
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
| 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.
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.
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).
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.
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).
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.
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).
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
Profillar, differentsiyalar, snapshotlar va ularning tasvirlari ta’rifi.
| Name | Flags | Card. | Type | Description & Constraints Filter: ![]() ![]() |
|---|---|---|---|---|
![]() |
0..* | AdverseEvent(5.0.0) | An event that may be related to unintended effects on a patient or research participant | |
![]() ![]() |
?!Σ | 0..1 | uri | A set of rules under which this content was created |
![]() ![]() |
0..* | Resource | Contained, inline Resources | |
![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored Constraints: ext-1 |
![]() ![]() |
SΣ | 0..* | Identifier | Business identifier for the event |
![]() ![]() |
?!SΣ | 1..1 | code | in-progress | completed | entered-in-error | unknown Binding: AdverseEventStatusVS (0.5.0) (required) |
![]() ![]() |
?!SΣ | 1..1 | code | actual | potential Binding: AdverseEventActualityVS (0.5.0) (required) |
![]() ![]() |
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 |
![]() ![]() |
SΣ | 0..1 | Reference(UZ Core Encounter(0.5.0)) | The Encounter associated with the start of the AdverseEvent |
![]() ![]() |
SΣ | 0..1 | When the event occurred | |
![]() ![]() ![]() |
dateTime | |||
![]() ![]() ![]() |
Period | |||
![]() ![]() ![]() |
Timing | |||
![]() ![]() |
SΣ | 0..1 | dateTime | When the event was detected |
![]() ![]() |
SΣ | 0..1 | dateTime | When the event was recorded |
![]() ![]() |
SΣ | 0..* | Reference(UZ Core Condition(0.5.0) | UZ Core Observation(0.5.0)) | Effect on the subject due to this event |
![]() ![]() |
SΣ | 0..1 | Reference(UZ Core Location(0.5.0)) | Location where adverse event occurred |
![]() ![]() |
SΣ | 0..1 | CodeableConcept | Seriousness or gravity of the event Binding: AdverseEventSeriousnessVS (0.5.0) (example) |
![]() ![]() |
SΣ | 0..* | CodeableConcept | Type of outcome from the adverse event Binding: AdverseEventOutcomeVS (0.5.0) (example) |
![]() ![]() |
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 |
![]() ![]() |
SΣ | 0..* | BackboneElement | Who was involved in the adverse event or the potential adverse event and what they did |
![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized Constraints: ext-1 |
![]() ![]() ![]() |
SΣ | 0..1 | CodeableConcept | Type of involvement Binding: AdverseEventParticipantFunction (example) |
![]() ![]() ![]() |
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 |
![]() ![]() |
SΣ | 0..* | BackboneElement | The suspected agent causing the adverse event |
![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized Constraints: ext-1 |
![]() ![]() ![]() |
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 |
![]() ![]() |
SΣ | 0..* | Annotation | Comment on adverse event |
Documentation for this format | ||||
| 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. |
| 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()
|
| 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. |
| Name | Flags | Card. | Type | Description & Constraints Filter: ![]() ![]() | ||||
|---|---|---|---|---|---|---|---|---|
![]() |
0..* | AdverseEvent(5.0.0) | An event that may be related to unintended effects on a patient or research participant | |||||
![]() ![]() |
Σ | 0..1 | id | Logical id of this artifact | ||||
![]() ![]() |
Σ | 0..1 | Meta | Metadata about the resource | ||||
![]() ![]() |
?!Σ | 0..1 | uri | A set of rules under which this content was created | ||||
![]() ![]() |
0..1 | code | Language of the resource content Binding: AllLanguages (required): IETF language tag for a human language
| |||||
![]() ![]() |
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 | |||||
![]() ![]() |
0..* | Resource | Contained, inline Resources | |||||
![]() ![]() |
0..* | Extension | Additional content defined by implementations Constraints: ext-1 | |||||
![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored Constraints: ext-1 | ||||
![]() ![]() |
SΣ | 0..* | Identifier | Business identifier for the event | ||||
![]() ![]() |
?!SΣ | 1..1 | code | in-progress | completed | entered-in-error | unknown Binding: AdverseEventStatusVS (0.5.0) (required) | ||||
![]() ![]() |
?!SΣ | 1..1 | code | actual | potential Binding: AdverseEventActualityVS (0.5.0) (required) | ||||
![]() ![]() |
Σ | 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. | ||||
![]() ![]() |
Σ | 0..1 | CodeableConcept | Event or incident that occurred or was averted Binding: AdverseEventType (example): Detailed type of event. | ||||
![]() ![]() |
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 | ||||
![]() ![]() |
SΣ | 0..1 | Reference(UZ Core Encounter(0.5.0)) | The Encounter associated with the start of the AdverseEvent | ||||
![]() ![]() |
SΣ | 0..1 | When the event occurred | |||||
![]() ![]() ![]() |
dateTime | |||||||
![]() ![]() ![]() |
Period | |||||||
![]() ![]() ![]() |
Timing | |||||||
![]() ![]() |
SΣ | 0..1 | dateTime | When the event was detected | ||||
![]() ![]() |
SΣ | 0..1 | dateTime | When the event was recorded | ||||
![]() ![]() |
SΣ | 0..* | Reference(UZ Core Condition(0.5.0) | UZ Core Observation(0.5.0)) | Effect on the subject due to this event | ||||
![]() ![]() |
SΣ | 0..1 | Reference(UZ Core Location(0.5.0)) | Location where adverse event occurred | ||||
![]() ![]() |
SΣ | 0..1 | CodeableConcept | Seriousness or gravity of the event Binding: AdverseEventSeriousnessVS (0.5.0) (example) | ||||
![]() ![]() |
SΣ | 0..* | CodeableConcept | Type of outcome from the adverse event Binding: AdverseEventOutcomeVS (0.5.0) (example) | ||||
![]() ![]() |
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 | ||||
![]() ![]() |
SΣ | 0..* | BackboneElement | Who was involved in the adverse event or the potential adverse event and what they did | ||||
![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Constraints: ext-1 | |||||
![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized Constraints: ext-1 | ||||
![]() ![]() ![]() |
SΣ | 0..1 | CodeableConcept | Type of involvement Binding: AdverseEventParticipantFunction (example) | ||||
![]() ![]() ![]() |
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 | ||||
![]() ![]() |
Σ | 0..* | Reference(ResearchStudy) | Research study that the subject is enrolled in | ||||
![]() ![]() |
0..1 | boolean | Considered likely or probable or anticipated in the research study | |||||
![]() ![]() |
SΣ | 0..* | BackboneElement | The suspected agent causing the adverse event | ||||
![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Constraints: ext-1 | |||||
![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized Constraints: ext-1 | ||||
![]() ![]() ![]() |
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 | ||||
![]() ![]() ![]() |
Σ | 0..1 | BackboneElement | Information on the possible cause of the event | ||||
![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized Constraints: ext-1 | ||||
![]() ![]() ![]() ![]() |
Σ | 0..1 | CodeableConcept | Method of evaluating the relatedness of the suspected entity to the event Binding: AdverseEventCausalityMethod (example): TODO. | ||||
![]() ![]() ![]() ![]() |
Σ | 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. | ||||
![]() ![]() ![]() ![]() |
Σ | 0..1 | Reference(Practitioner | PractitionerRole | Patient | RelatedPerson | ResearchSubject) | Author of the information on the possible cause of the event | ||||
![]() ![]() |
Σ | 0..* | BackboneElement | Contributing factors suspected to have increased the probability or severity of the adverse event | ||||
![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Constraints: ext-1 | |||||
![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized Constraints: ext-1 | ||||
![]() ![]() ![]() |
Σ | 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. | |||||
![]() ![]() ![]() ![]() |
Reference(Condition | Observation | AllergyIntolerance | FamilyMemberHistory | Immunization | Procedure | Device | DeviceUsage | DocumentReference | MedicationAdministration | MedicationStatement) | |||||||
![]() ![]() ![]() ![]() |
CodeableConcept | |||||||
![]() ![]() |
Σ | 0..* | BackboneElement | Preventive actions that contributed to avoiding the adverse event | ||||
![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Constraints: ext-1 | |||||
![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized Constraints: ext-1 | ||||
![]() ![]() ![]() |
Σ | 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. | |||||
![]() ![]() ![]() ![]() |
Reference(Immunization | Procedure | DocumentReference | MedicationAdministration | MedicationRequest) | |||||||
![]() ![]() ![]() ![]() |
CodeableConcept | |||||||
![]() ![]() |
Σ | 0..* | BackboneElement | Ameliorating actions taken after the adverse event occured in order to reduce the extent of harm | ||||
![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Constraints: ext-1 | |||||
![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized Constraints: ext-1 | ||||
![]() ![]() ![]() |
Σ | 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. | |||||
![]() ![]() ![]() ![]() |
Reference(Procedure | DocumentReference | MedicationAdministration | MedicationRequest) | |||||||
![]() ![]() ![]() ![]() |
CodeableConcept | |||||||
![]() ![]() |
Σ | 0..* | BackboneElement | Supporting information relevant to the event | ||||
![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Constraints: ext-1 | |||||
![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized Constraints: ext-1 | ||||
![]() ![]() ![]() |
Σ | 1..1 | Subject medical history or document relevant to this adverse event Binding: AdverseEventSupportingInforation (example): Codes describing the supporting information relevant to the event. | |||||
![]() ![]() ![]() ![]() |
Reference(Condition | Observation | AllergyIntolerance | FamilyMemberHistory | Immunization | Procedure | DocumentReference | MedicationAdministration | MedicationStatement | QuestionnaireResponse) | |||||||
![]() ![]() ![]() ![]() |
CodeableConcept | |||||||
![]() ![]() |
SΣ | 0..* | Annotation | Comment on adverse event | ||||
Documentation for this format | ||||||||
| 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. |
| 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
| Name | Flags | Card. | Type | Description & Constraints Filter: ![]() ![]() |
|---|---|---|---|---|
![]() |
0..* | AdverseEvent(5.0.0) | An event that may be related to unintended effects on a patient or research participant | |
![]() ![]() |
?!Σ | 0..1 | uri | A set of rules under which this content was created |
![]() ![]() |
0..* | Resource | Contained, inline Resources | |
![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored Constraints: ext-1 |
![]() ![]() |
SΣ | 0..* | Identifier | Business identifier for the event |
![]() ![]() |
?!SΣ | 1..1 | code | in-progress | completed | entered-in-error | unknown Binding: AdverseEventStatusVS (0.5.0) (required) |
![]() ![]() |
?!SΣ | 1..1 | code | actual | potential Binding: AdverseEventActualityVS (0.5.0) (required) |
![]() ![]() |
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 |
![]() ![]() |
SΣ | 0..1 | Reference(UZ Core Encounter(0.5.0)) | The Encounter associated with the start of the AdverseEvent |
![]() ![]() |
SΣ | 0..1 | When the event occurred | |
![]() ![]() ![]() |
dateTime | |||
![]() ![]() ![]() |
Period | |||
![]() ![]() ![]() |
Timing | |||
![]() ![]() |
SΣ | 0..1 | dateTime | When the event was detected |
![]() ![]() |
SΣ | 0..1 | dateTime | When the event was recorded |
![]() ![]() |
SΣ | 0..* | Reference(UZ Core Condition(0.5.0) | UZ Core Observation(0.5.0)) | Effect on the subject due to this event |
![]() ![]() |
SΣ | 0..1 | Reference(UZ Core Location(0.5.0)) | Location where adverse event occurred |
![]() ![]() |
SΣ | 0..1 | CodeableConcept | Seriousness or gravity of the event Binding: AdverseEventSeriousnessVS (0.5.0) (example) |
![]() ![]() |
SΣ | 0..* | CodeableConcept | Type of outcome from the adverse event Binding: AdverseEventOutcomeVS (0.5.0) (example) |
![]() ![]() |
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 |
![]() ![]() |
SΣ | 0..* | BackboneElement | Who was involved in the adverse event or the potential adverse event and what they did |
![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized Constraints: ext-1 |
![]() ![]() ![]() |
SΣ | 0..1 | CodeableConcept | Type of involvement Binding: AdverseEventParticipantFunction (example) |
![]() ![]() ![]() |
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 |
![]() ![]() |
SΣ | 0..* | BackboneElement | The suspected agent causing the adverse event |
![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized Constraints: ext-1 |
![]() ![]() ![]() |
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 |
![]() ![]() |
SΣ | 0..* | Annotation | Comment on adverse event |
Documentation for this format | ||||
| 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. |
| 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
| 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
| Name | Flags | Card. | Type | Description & Constraints Filter: ![]() ![]() | ||||
|---|---|---|---|---|---|---|---|---|
![]() |
0..* | AdverseEvent(5.0.0) | An event that may be related to unintended effects on a patient or research participant | |||||
![]() ![]() |
Σ | 0..1 | id | Logical id of this artifact | ||||
![]() ![]() |
Σ | 0..1 | Meta | Metadata about the resource | ||||
![]() ![]() |
?!Σ | 0..1 | uri | A set of rules under which this content was created | ||||
![]() ![]() |
0..1 | code | Language of the resource content Binding: AllLanguages (required): IETF language tag for a human language
| |||||
![]() ![]() |
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 | |||||
![]() ![]() |
0..* | Resource | Contained, inline Resources | |||||
![]() ![]() |
0..* | Extension | Additional content defined by implementations Constraints: ext-1 | |||||
![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored Constraints: ext-1 | ||||
![]() ![]() |
SΣ | 0..* | Identifier | Business identifier for the event | ||||
![]() ![]() |
?!SΣ | 1..1 | code | in-progress | completed | entered-in-error | unknown Binding: AdverseEventStatusVS (0.5.0) (required) | ||||
![]() ![]() |
?!SΣ | 1..1 | code | actual | potential Binding: AdverseEventActualityVS (0.5.0) (required) | ||||
![]() ![]() |
Σ | 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. | ||||
![]() ![]() |
Σ | 0..1 | CodeableConcept | Event or incident that occurred or was averted Binding: AdverseEventType (example): Detailed type of event. | ||||
![]() ![]() |
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 | ||||
![]() ![]() |
SΣ | 0..1 | Reference(UZ Core Encounter(0.5.0)) | The Encounter associated with the start of the AdverseEvent | ||||
![]() ![]() |
SΣ | 0..1 | When the event occurred | |||||
![]() ![]() ![]() |
dateTime | |||||||
![]() ![]() ![]() |
Period | |||||||
![]() ![]() ![]() |
Timing | |||||||
![]() ![]() |
SΣ | 0..1 | dateTime | When the event was detected | ||||
![]() ![]() |
SΣ | 0..1 | dateTime | When the event was recorded | ||||
![]() ![]() |
SΣ | 0..* | Reference(UZ Core Condition(0.5.0) | UZ Core Observation(0.5.0)) | Effect on the subject due to this event | ||||
![]() ![]() |
SΣ | 0..1 | Reference(UZ Core Location(0.5.0)) | Location where adverse event occurred | ||||
![]() ![]() |
SΣ | 0..1 | CodeableConcept | Seriousness or gravity of the event Binding: AdverseEventSeriousnessVS (0.5.0) (example) | ||||
![]() ![]() |
SΣ | 0..* | CodeableConcept | Type of outcome from the adverse event Binding: AdverseEventOutcomeVS (0.5.0) (example) | ||||
![]() ![]() |
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 | ||||
![]() ![]() |
SΣ | 0..* | BackboneElement | Who was involved in the adverse event or the potential adverse event and what they did | ||||
![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Constraints: ext-1 | |||||
![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized Constraints: ext-1 | ||||
![]() ![]() ![]() |
SΣ | 0..1 | CodeableConcept | Type of involvement Binding: AdverseEventParticipantFunction (example) | ||||
![]() ![]() ![]() |
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 | ||||
![]() ![]() |
Σ | 0..* | Reference(ResearchStudy) | Research study that the subject is enrolled in | ||||
![]() ![]() |
0..1 | boolean | Considered likely or probable or anticipated in the research study | |||||
![]() ![]() |
SΣ | 0..* | BackboneElement | The suspected agent causing the adverse event | ||||
![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Constraints: ext-1 | |||||
![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized Constraints: ext-1 | ||||
![]() ![]() ![]() |
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 | ||||
![]() ![]() ![]() |
Σ | 0..1 | BackboneElement | Information on the possible cause of the event | ||||
![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized Constraints: ext-1 | ||||
![]() ![]() ![]() ![]() |
Σ | 0..1 | CodeableConcept | Method of evaluating the relatedness of the suspected entity to the event Binding: AdverseEventCausalityMethod (example): TODO. | ||||
![]() ![]() ![]() ![]() |
Σ | 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. | ||||
![]() ![]() ![]() ![]() |
Σ | 0..1 | Reference(Practitioner | PractitionerRole | Patient | RelatedPerson | ResearchSubject) | Author of the information on the possible cause of the event | ||||
![]() ![]() |
Σ | 0..* | BackboneElement | Contributing factors suspected to have increased the probability or severity of the adverse event | ||||
![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Constraints: ext-1 | |||||
![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized Constraints: ext-1 | ||||
![]() ![]() ![]() |
Σ | 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. | |||||
![]() ![]() ![]() ![]() |
Reference(Condition | Observation | AllergyIntolerance | FamilyMemberHistory | Immunization | Procedure | Device | DeviceUsage | DocumentReference | MedicationAdministration | MedicationStatement) | |||||||
![]() ![]() ![]() ![]() |
CodeableConcept | |||||||
![]() ![]() |
Σ | 0..* | BackboneElement | Preventive actions that contributed to avoiding the adverse event | ||||
![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Constraints: ext-1 | |||||
![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized Constraints: ext-1 | ||||
![]() ![]() ![]() |
Σ | 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. | |||||
![]() ![]() ![]() ![]() |
Reference(Immunization | Procedure | DocumentReference | MedicationAdministration | MedicationRequest) | |||||||
![]() ![]() ![]() ![]() |
CodeableConcept | |||||||
![]() ![]() |
Σ | 0..* | BackboneElement | Ameliorating actions taken after the adverse event occured in order to reduce the extent of harm | ||||
![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Constraints: ext-1 | |||||
![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized Constraints: ext-1 | ||||
![]() ![]() ![]() |
Σ | 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. | |||||
![]() ![]() ![]() ![]() |
Reference(Procedure | DocumentReference | MedicationAdministration | MedicationRequest) | |||||||
![]() ![]() ![]() ![]() |
CodeableConcept | |||||||
![]() ![]() |
Σ | 0..* | BackboneElement | Supporting information relevant to the event | ||||
![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Constraints: ext-1 | |||||
![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized Constraints: ext-1 | ||||
![]() ![]() ![]() |
Σ | 1..1 | Subject medical history or document relevant to this adverse event Binding: AdverseEventSupportingInforation (example): Codes describing the supporting information relevant to the event. | |||||
![]() ![]() ![]() ![]() |
Reference(Condition | Observation | AllergyIntolerance | FamilyMemberHistory | Immunization | Procedure | DocumentReference | MedicationAdministration | MedicationStatement | QuestionnaireResponse) | |||||||
![]() ![]() ![]() ![]() |
CodeableConcept | |||||||
![]() ![]() |
SΣ | 0..* | Annotation | Comment on adverse event | ||||
Documentation for this format | ||||||||
| 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. |
| 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.
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" ] },
...
}