Adverse Event Clinical Research R4 Backport
1.0.0-ballot - ballot International flag

This page is part of the Adverse Event Clinical Research R4 Backport (v1.0.0-ballot: STU 1 Ballot 1) based on FHIR R4. . For a full list of available versions, see the Directory of published versions

Resource Profile: Adverse Event Clinical Research

Official URL: http://hl7.org/fhir/uv/ae-research-backport-ig/StructureDefinition/AdverseEvent-clinical-research Version: 1.0.0-ballot
Standards status: Trial-use Maturity Level: 2 Computable Name: AdverseEventClinicalResearch

An example profile of AdverseEvent for Research reporting.

Scope and Usage

The Clinical Research adverse event profile of AdverseEvent, is for the clinical research setting. Adverse events are tracked and evaluated as part of the clinical research process in a research study, as the occurrence of an adverse event may surface a potential confounder or a potential side-effect of the study treatment. In the research setting an adverse event is the result of an intervention that caused unintentional harm to a specific subject or group of subjects, potential adverse events are not reported (this is surfaced in the profile as a constraint of ‘actual’ for the value of ‘actuality’). Examples of adverse events include the administration of an incorrect drug or an incorrect dose of a drug causing an adverse reaction, the use of an implanted device that causes an infection, or a biologic used during a research study that causes unanticipated renal failure. These events are characterized by the need to capture cause and effect (although they might not be known at the time of the event), severity, and outcome.

Usage:

Formal Views of Profile Content

Description of Profiles, Differentials, Snapshots and how the different presentations work.

This structure is derived from AdverseEvent

NameFlagsCard.TypeDescription & Constraintsdoco
.. AdverseEvent C0..*AdverseEventMedical care, research study or other healthcare event causing physical injury
aeClinRes-seriousness-1: If seriousness is serious then must have at least one seriousness criterion.
... Slices for extension 0..*ExtensionExtension
Slice: Unordered, Open by value:url
... research-subject-ref 0..1Reference(ResearchSubject)Research Subject record of subject
URL: http://hl7.org/fhir/uv/ae-research-backport-ig/StructureDefinition/research-subject-ref
... caused-subject-to-discontinue-study 0..1booleanAdverse event caused subject to discontinue the study
URL: http://hl7.org/fhir/uv/ae-research-backport-ig/StructureDefinition/caused-subject-to-discontinue-study
... severity-or-grade 0..1CodeableConceptThe degree of something undesirable
URL: http://hl7.org/fhir/uv/ae-research-backport-ig/StructureDefinition/severity-or-grade
Binding: AdverseEvent Severity or Grade Value Set (preferred)
... expected-in-research-study 0..1booleanConsidered likely or probable or anticipated in the research study
URL: http://hl7.org/fhir/uv/ae-research-backport-ig/StructureDefinition/expected-in-research-study
... note 0..*AnnotationComment on adverse event
URL: http://hl7.org/fhir/uv/ae-research-backport-ig/StructureDefinition/note
... resolve-date 0..1dateTimeAdverse Event resolution date
URL: http://hl7.org/fhir/uv/ae-research-backport-ig/StructureDefinition/resolve-date
... suspect-entity Σ0..*(Complex)A suspected agent causing the adverse event
URL: http://hl7.org/fhir/uv/ae-research-backport-ig/StructureDefinition/suspect-entity
... contributing-factor Σ0..*(Complex)Contributing factors suspected to have increased the probability or severity of the adverse event
URL: http://hl7.org/fhir/uv/ae-research-backport-ig/StructureDefinition/contributing-factor
... mitigating-action Σ0..*(Complex)Ameliorating actions taken after the adverse event occurred in order to reduce the extent of harm
URL: http://hl7.org/fhir/uv/ae-research-backport-ig/StructureDefinition/mitigating-action
... supporting-info Σ0..*(Complex)Subject medical history or document relevant to this adverse event
URL: http://hl7.org/fhir/uv/ae-research-backport-ig/StructureDefinition/supporting-info
... participant 0..*(Complex)Who was involved in the adverse event or the potential adverse event and what they did
URL: http://hl7.org/fhir/uv/ae-research-backport-ig/StructureDefinition/participant
... resultingEffect 0..*Reference(Condition | Observation)Effect on the subject due to this event
URL: http://hl7.org/fhir/uv/ae-research-backport-ig/StructureDefinition/resultingEffect
... Slices for modifierExtension 1..*ExtensionExtension
Slice: Unordered, Open by value:url
... modifierExtension:status Σ1..1Statusin-progress | completed | entered-in-error | unknown
Binding: (unbound) (required): Codes identifying the lifecycle stage of an event.

... actuality 1..1codeactual
Required Pattern: actual
... event 0..1CodeableConceptEvent or incident that occurred or was averted
Binding: AdverseEvent Type (example): Detailed type of event.

... resultingCondition 0..0
... seriousness S1..1CodeableConceptInvestigator defined severity of the adverse event, in relation to the subject not the resulting condition
Binding: AdverseEvent Seriousness Non-serious Codes Only (required)
... severity 0..0
... outcome S1..1CodeableConceptresolved | recovering | ongoing | resolvedWithSequelae | fatal | unknown
Binding: Adverse Event Clinical Research Outcomes (required)
... suspectEntity 0..0
... subjectMedicalHistory 0..0
... referenceDocument 0..0
... study S1..1Reference(ResearchStudy)AdverseEvent.study

doco Documentation for this format

Terminology Bindings (Differential)

PathConformanceValueSet
AdverseEvent.modifierExtension:status
[CanonicalType[http://hl7.org/fhir/uv/ae-research-backport-ig/StructureDefinition/status]]
required
AdverseEvent.eventexampleAdverseEventType
AdverseEvent.seriousnessrequiredAdverseEventSeriousnessNonOnly
AdverseEvent.outcomerequiredOutcomeAEClinRes

Constraints

IdGradePath(s)DetailsRequirements
aeClinRes-seriousness-1errorAdverseEventIf seriousness is serious then must have at least one seriousness criterion.
: (seriousness.coding .exists(system='http://terminology.hl7.org/CodeSystem/adverse-event-seriousness' and code='serious') and extension('http://hl7.org/fhir/uv/ae-research-backport-ig/StructureDefinition/seriousness-criteria').exists() and seriousness.coding .exists(system='http://terminology.hl7.org/CodeSystem/adverse-event-seriousness' and code='non-serious').not() ) or (seriousness.coding.exists(system='http://terminology.hl7.org/CodeSystem/adverse-event-seriousness' and code='non-serious') and seriousness.coding .exists(system='http://terminology.hl7.org/CodeSystem/adverse-event-seriousness' and code='serious').not() and extension('http://hl7.org/fhir/uv/ae-research-backport-ig/StructureDefinition/seriousness-criteria').exists().not() )
NameFlagsCard.TypeDescription & Constraintsdoco
.. AdverseEvent C0..*AdverseEventMedical care, research study or other healthcare event causing physical injury
aeClinRes-seriousness-1: If seriousness is serious then must have at least one seriousness criterion.
... implicitRules ?!Σ0..1uriA set of rules under which this content was created
... Slices for extension 0..*ExtensionExtension
Slice: Unordered, Open by value:url
... research-subject-ref 0..1Reference(ResearchSubject)Research Subject record of subject
URL: http://hl7.org/fhir/uv/ae-research-backport-ig/StructureDefinition/research-subject-ref
... seriousness-criteria 0..*(Complex)Criteria reviewed in determining serious adverse event
URL: http://hl7.org/fhir/uv/ae-research-backport-ig/StructureDefinition/seriousness-criteria
... severity-or-grade 0..1CodeableConceptThe degree of something undesirable
URL: http://hl7.org/fhir/uv/ae-research-backport-ig/StructureDefinition/severity-or-grade
Binding: AdverseEvent Severity or Grade Value Set (preferred)
... expected-in-research-study 0..1booleanConsidered likely or probable or anticipated in the research study
URL: http://hl7.org/fhir/uv/ae-research-backport-ig/StructureDefinition/expected-in-research-study
... note 0..*AnnotationComment on adverse event
URL: http://hl7.org/fhir/uv/ae-research-backport-ig/StructureDefinition/note
... resolve-date 0..1dateTimeAdverse Event resolution date
URL: http://hl7.org/fhir/uv/ae-research-backport-ig/StructureDefinition/resolve-date
... suspect-entity Σ0..*(Complex)A suspected agent causing the adverse event
URL: http://hl7.org/fhir/uv/ae-research-backport-ig/StructureDefinition/suspect-entity
... contributing-factor Σ0..*(Complex)Contributing factors suspected to have increased the probability or severity of the adverse event
URL: http://hl7.org/fhir/uv/ae-research-backport-ig/StructureDefinition/contributing-factor
... mitigating-action Σ0..*(Complex)Ameliorating actions taken after the adverse event occurred in order to reduce the extent of harm
URL: http://hl7.org/fhir/uv/ae-research-backport-ig/StructureDefinition/mitigating-action
... supporting-info Σ0..*(Complex)Subject medical history or document relevant to this adverse event
URL: http://hl7.org/fhir/uv/ae-research-backport-ig/StructureDefinition/supporting-info
... participant 0..*(Complex)Who was involved in the adverse event or the potential adverse event and what they did
URL: http://hl7.org/fhir/uv/ae-research-backport-ig/StructureDefinition/participant
... resultingEffect 0..*Reference(Condition | Observation)Effect on the subject due to this event
URL: http://hl7.org/fhir/uv/ae-research-backport-ig/StructureDefinition/resultingEffect
... Slices for modifierExtension ?!1..*ExtensionExtension
Slice: Unordered, Open by value:url
... modifierExtension:status ?!Σ1..1Statusin-progress | completed | entered-in-error | unknown
... actuality ?!Σ1..1codeactual
Binding: AdverseEventActuality (required): Overall nature of the adverse event, e.g. real or potential.


Required Pattern: actual
... event Σ0..1CodeableConceptEvent or incident that occurred or was averted
Binding: AdverseEvent Type (example): Detailed type of event.

... subject Σ1..1Reference(Patient | Group | Practitioner | RelatedPerson)Subject impacted by event
... seriousness SΣ1..1CodeableConceptInvestigator defined severity of the adverse event, in relation to the subject not the resulting condition
Binding: AdverseEvent Seriousness Non-serious Codes Only (required)
... outcome SΣ1..1CodeableConceptresolved | recovering | ongoing | resolvedWithSequelae | fatal | unknown
Binding: Adverse Event Clinical Research Outcomes (required)
... study SΣ1..1Reference(ResearchStudy)AdverseEvent.study

doco Documentation for this format

Terminology Bindings

PathConformanceValueSet / Code
AdverseEvent.actualityrequiredPattern: actual
AdverseEvent.eventexampleAdverseEventType
AdverseEvent.seriousnessrequiredAdverseEventSeriousnessNonOnly
AdverseEvent.outcomerequiredOutcomeAEClinRes

Constraints

IdGradePath(s)DetailsRequirements
aeClinRes-seriousness-1errorAdverseEventIf seriousness is serious then must have at least one seriousness criterion.
: (seriousness.coding .exists(system='http://terminology.hl7.org/CodeSystem/adverse-event-seriousness' and code='serious') and extension('http://hl7.org/fhir/uv/ae-research-backport-ig/StructureDefinition/seriousness-criteria').exists() and seriousness.coding .exists(system='http://terminology.hl7.org/CodeSystem/adverse-event-seriousness' and code='non-serious').not() ) or (seriousness.coding.exists(system='http://terminology.hl7.org/CodeSystem/adverse-event-seriousness' and code='non-serious') and seriousness.coding .exists(system='http://terminology.hl7.org/CodeSystem/adverse-event-seriousness' and code='serious').not() and extension('http://hl7.org/fhir/uv/ae-research-backport-ig/StructureDefinition/seriousness-criteria').exists().not() )
dom-2errorAdverseEventIf the resource is contained in another resource, it SHALL NOT contain nested Resources
: contained.contained.empty()
dom-3errorAdverseEventIf 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().as(canonical) | %resource.descendants().as(uri) | %resource.descendants().as(url))) or descendants().where(reference = '#').exists() or descendants().where(as(canonical) = '#').exists() or descendants().where(as(canonical) = '#').exists()).not()).trace('unmatched', id).empty()
dom-4errorAdverseEventIf 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-5errorAdverseEventIf a resource is contained in another resource, it SHALL NOT have a security label
: contained.meta.security.empty()
dom-6best practiceAdverseEventA resource should have narrative for robust management
: text.`div`.exists()
ele-1error**ALL** elementsAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ext-1error**ALL** extensionsMust have either extensions or value[x], not both
: extension.exists() != value.exists()
NameFlagsCard.TypeDescription & Constraintsdoco
.. AdverseEvent C0..*AdverseEventMedical care, research study or other healthcare event causing physical injury
aeClinRes-seriousness-1: If seriousness is serious then must have at least one seriousness criterion.
... id Σ0..1idLogical id of this artifact
... meta Σ0..1MetaMetadata about the resource
... implicitRules ?!Σ0..1uriA set of rules under which this content was created
... language 0..1codeLanguage of the resource content
Binding: CommonLanguages (preferred): A human language.

Additional BindingsPurpose
AllLanguagesMax Binding
... text 0..1NarrativeText summary of the resource, for human interpretation
... contained 0..*ResourceContained, inline Resources
... Slices for extension 0..*ExtensionExtension
Slice: Unordered, Open by value:url
... research-subject-ref 0..1Reference(ResearchSubject)Research Subject record of subject
URL: http://hl7.org/fhir/uv/ae-research-backport-ig/StructureDefinition/research-subject-ref
... caused-subject-to-discontinue-study 0..1booleanAdverse event caused subject to discontinue the study
URL: http://hl7.org/fhir/uv/ae-research-backport-ig/StructureDefinition/caused-subject-to-discontinue-study
... seriousness-criteria 0..*(Complex)Criteria reviewed in determining serious adverse event
URL: http://hl7.org/fhir/uv/ae-research-backport-ig/StructureDefinition/seriousness-criteria
... severity-or-grade 0..1CodeableConceptThe degree of something undesirable
URL: http://hl7.org/fhir/uv/ae-research-backport-ig/StructureDefinition/severity-or-grade
Binding: AdverseEvent Severity or Grade Value Set (preferred)
... expected-in-research-study 0..1booleanConsidered likely or probable or anticipated in the research study
URL: http://hl7.org/fhir/uv/ae-research-backport-ig/StructureDefinition/expected-in-research-study
... note 0..*AnnotationComment on adverse event
URL: http://hl7.org/fhir/uv/ae-research-backport-ig/StructureDefinition/note
... resolve-date 0..1dateTimeAdverse Event resolution date
URL: http://hl7.org/fhir/uv/ae-research-backport-ig/StructureDefinition/resolve-date
... suspect-entity Σ0..*(Complex)A suspected agent causing the adverse event
URL: http://hl7.org/fhir/uv/ae-research-backport-ig/StructureDefinition/suspect-entity
... contributing-factor Σ0..*(Complex)Contributing factors suspected to have increased the probability or severity of the adverse event
URL: http://hl7.org/fhir/uv/ae-research-backport-ig/StructureDefinition/contributing-factor
... mitigating-action Σ0..*(Complex)Ameliorating actions taken after the adverse event occurred in order to reduce the extent of harm
URL: http://hl7.org/fhir/uv/ae-research-backport-ig/StructureDefinition/mitigating-action
... supporting-info Σ0..*(Complex)Subject medical history or document relevant to this adverse event
URL: http://hl7.org/fhir/uv/ae-research-backport-ig/StructureDefinition/supporting-info
... participant 0..*(Complex)Who was involved in the adverse event or the potential adverse event and what they did
URL: http://hl7.org/fhir/uv/ae-research-backport-ig/StructureDefinition/participant
... resultingEffect 0..*Reference(Condition | Observation)Effect on the subject due to this event
URL: http://hl7.org/fhir/uv/ae-research-backport-ig/StructureDefinition/resultingEffect
... Slices for modifierExtension ?!1..*ExtensionExtension
Slice: Unordered, Open by value:url
... modifierExtension:status ?!Σ1..1Statusin-progress | completed | entered-in-error | unknown
... identifier Σ0..1IdentifierBusiness identifier for the event
... actuality ?!Σ1..1codeactual
Binding: AdverseEventActuality (required): Overall nature of the adverse event, e.g. real or potential.


Required Pattern: actual
... category Σ0..*CodeableConceptproduct-problem | product-quality | product-use-error | wrong-dose | incorrect-prescribing-information | wrong-technique | wrong-route-of-administration | wrong-rate | wrong-duration | wrong-time | expired-drug | medical-device-use-error | problem-different-manufacturer | unsafe-physical-environment
Binding: AdverseEventCategory (extensible): Overall categorization of the event, e.g. product-related or situational.


... event Σ0..1CodeableConceptEvent or incident that occurred or was averted
Binding: AdverseEvent Type (example): Detailed type of event.

... subject Σ1..1Reference(Patient | Group | Practitioner | RelatedPerson)Subject impacted by event
... encounter Σ0..1Reference(Encounter)Encounter created as part of
... date Σ0..1dateTimeWhen the event occurred
... detected Σ0..1dateTimeWhen the event was detected
... recordedDate Σ0..1dateTimeWhen the event was recorded
... location Σ0..1Reference(Location)Location where adverse event occurred
... seriousness SΣ1..1CodeableConceptInvestigator defined severity of the adverse event, in relation to the subject not the resulting condition
Binding: AdverseEvent Seriousness Non-serious Codes Only (required)
... outcome SΣ1..1CodeableConceptresolved | recovering | ongoing | resolvedWithSequelae | fatal | unknown
Binding: Adverse Event Clinical Research Outcomes (required)
... recorder Σ0..1Reference(Patient | Practitioner | PractitionerRole | RelatedPerson)Who recorded the adverse event
... contributor Σ0..*Reference(Practitioner | PractitionerRole | Device)Who was involved in the adverse event or the potential adverse event
... study SΣ1..1Reference(ResearchStudy)AdverseEvent.study

doco Documentation for this format

Terminology Bindings

PathConformanceValueSet / Code
AdverseEvent.languagepreferredCommonLanguages
Additional Bindings Purpose
AllLanguages Max Binding
AdverseEvent.actualityrequiredPattern: actual
AdverseEvent.categoryextensibleAdverseEventCategory
AdverseEvent.eventexampleAdverseEventType
AdverseEvent.seriousnessrequiredAdverseEventSeriousnessNonOnly
AdverseEvent.outcomerequiredOutcomeAEClinRes
AdverseEvent.suspectEntity.causality.assessmentexampleAdverseEventCausalityAssessment
AdverseEvent.suspectEntity.causality.methodexampleAdverseEventCausalityMethod

Constraints

IdGradePath(s)DetailsRequirements
ele-1error**ALL** elementsAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ext-1error**ALL** extensionsMust have either extensions or value[x], not both
: extension.exists() != value.exists()

Differential View

This structure is derived from AdverseEvent

NameFlagsCard.TypeDescription & Constraintsdoco
.. AdverseEvent C0..*AdverseEventMedical care, research study or other healthcare event causing physical injury
aeClinRes-seriousness-1: If seriousness is serious then must have at least one seriousness criterion.
... Slices for extension 0..*ExtensionExtension
Slice: Unordered, Open by value:url
... research-subject-ref 0..1Reference(ResearchSubject)Research Subject record of subject
URL: http://hl7.org/fhir/uv/ae-research-backport-ig/StructureDefinition/research-subject-ref
... caused-subject-to-discontinue-study 0..1booleanAdverse event caused subject to discontinue the study
URL: http://hl7.org/fhir/uv/ae-research-backport-ig/StructureDefinition/caused-subject-to-discontinue-study
... severity-or-grade 0..1CodeableConceptThe degree of something undesirable
URL: http://hl7.org/fhir/uv/ae-research-backport-ig/StructureDefinition/severity-or-grade
Binding: AdverseEvent Severity or Grade Value Set (preferred)
... expected-in-research-study 0..1booleanConsidered likely or probable or anticipated in the research study
URL: http://hl7.org/fhir/uv/ae-research-backport-ig/StructureDefinition/expected-in-research-study
... note 0..*AnnotationComment on adverse event
URL: http://hl7.org/fhir/uv/ae-research-backport-ig/StructureDefinition/note
... resolve-date 0..1dateTimeAdverse Event resolution date
URL: http://hl7.org/fhir/uv/ae-research-backport-ig/StructureDefinition/resolve-date
... suspect-entity Σ0..*(Complex)A suspected agent causing the adverse event
URL: http://hl7.org/fhir/uv/ae-research-backport-ig/StructureDefinition/suspect-entity
... contributing-factor Σ0..*(Complex)Contributing factors suspected to have increased the probability or severity of the adverse event
URL: http://hl7.org/fhir/uv/ae-research-backport-ig/StructureDefinition/contributing-factor
... mitigating-action Σ0..*(Complex)Ameliorating actions taken after the adverse event occurred in order to reduce the extent of harm
URL: http://hl7.org/fhir/uv/ae-research-backport-ig/StructureDefinition/mitigating-action
... supporting-info Σ0..*(Complex)Subject medical history or document relevant to this adverse event
URL: http://hl7.org/fhir/uv/ae-research-backport-ig/StructureDefinition/supporting-info
... participant 0..*(Complex)Who was involved in the adverse event or the potential adverse event and what they did
URL: http://hl7.org/fhir/uv/ae-research-backport-ig/StructureDefinition/participant
... resultingEffect 0..*Reference(Condition | Observation)Effect on the subject due to this event
URL: http://hl7.org/fhir/uv/ae-research-backport-ig/StructureDefinition/resultingEffect
... Slices for modifierExtension 1..*ExtensionExtension
Slice: Unordered, Open by value:url
... modifierExtension:status Σ1..1Statusin-progress | completed | entered-in-error | unknown
Binding: (unbound) (required): Codes identifying the lifecycle stage of an event.

... actuality 1..1codeactual
Required Pattern: actual
... event 0..1CodeableConceptEvent or incident that occurred or was averted
Binding: AdverseEvent Type (example): Detailed type of event.

... resultingCondition 0..0
... seriousness S1..1CodeableConceptInvestigator defined severity of the adverse event, in relation to the subject not the resulting condition
Binding: AdverseEvent Seriousness Non-serious Codes Only (required)
... severity 0..0
... outcome S1..1CodeableConceptresolved | recovering | ongoing | resolvedWithSequelae | fatal | unknown
Binding: Adverse Event Clinical Research Outcomes (required)
... suspectEntity 0..0
... subjectMedicalHistory 0..0
... referenceDocument 0..0
... study S1..1Reference(ResearchStudy)AdverseEvent.study

doco Documentation for this format

Terminology Bindings (Differential)

PathConformanceValueSet
AdverseEvent.modifierExtension:status
[CanonicalType[http://hl7.org/fhir/uv/ae-research-backport-ig/StructureDefinition/status]]
required
AdverseEvent.eventexampleAdverseEventType
AdverseEvent.seriousnessrequiredAdverseEventSeriousnessNonOnly
AdverseEvent.outcomerequiredOutcomeAEClinRes

Constraints

IdGradePath(s)DetailsRequirements
aeClinRes-seriousness-1errorAdverseEventIf seriousness is serious then must have at least one seriousness criterion.
: (seriousness.coding .exists(system='http://terminology.hl7.org/CodeSystem/adverse-event-seriousness' and code='serious') and extension('http://hl7.org/fhir/uv/ae-research-backport-ig/StructureDefinition/seriousness-criteria').exists() and seriousness.coding .exists(system='http://terminology.hl7.org/CodeSystem/adverse-event-seriousness' and code='non-serious').not() ) or (seriousness.coding.exists(system='http://terminology.hl7.org/CodeSystem/adverse-event-seriousness' and code='non-serious') and seriousness.coding .exists(system='http://terminology.hl7.org/CodeSystem/adverse-event-seriousness' and code='serious').not() and extension('http://hl7.org/fhir/uv/ae-research-backport-ig/StructureDefinition/seriousness-criteria').exists().not() )

Key Elements View

NameFlagsCard.TypeDescription & Constraintsdoco
.. AdverseEvent C0..*AdverseEventMedical care, research study or other healthcare event causing physical injury
aeClinRes-seriousness-1: If seriousness is serious then must have at least one seriousness criterion.
... implicitRules ?!Σ0..1uriA set of rules under which this content was created
... Slices for extension 0..*ExtensionExtension
Slice: Unordered, Open by value:url
... research-subject-ref 0..1Reference(ResearchSubject)Research Subject record of subject
URL: http://hl7.org/fhir/uv/ae-research-backport-ig/StructureDefinition/research-subject-ref
... seriousness-criteria 0..*(Complex)Criteria reviewed in determining serious adverse event
URL: http://hl7.org/fhir/uv/ae-research-backport-ig/StructureDefinition/seriousness-criteria
... severity-or-grade 0..1CodeableConceptThe degree of something undesirable
URL: http://hl7.org/fhir/uv/ae-research-backport-ig/StructureDefinition/severity-or-grade
Binding: AdverseEvent Severity or Grade Value Set (preferred)
... expected-in-research-study 0..1booleanConsidered likely or probable or anticipated in the research study
URL: http://hl7.org/fhir/uv/ae-research-backport-ig/StructureDefinition/expected-in-research-study
... note 0..*AnnotationComment on adverse event
URL: http://hl7.org/fhir/uv/ae-research-backport-ig/StructureDefinition/note
... resolve-date 0..1dateTimeAdverse Event resolution date
URL: http://hl7.org/fhir/uv/ae-research-backport-ig/StructureDefinition/resolve-date
... suspect-entity Σ0..*(Complex)A suspected agent causing the adverse event
URL: http://hl7.org/fhir/uv/ae-research-backport-ig/StructureDefinition/suspect-entity
... contributing-factor Σ0..*(Complex)Contributing factors suspected to have increased the probability or severity of the adverse event
URL: http://hl7.org/fhir/uv/ae-research-backport-ig/StructureDefinition/contributing-factor
... mitigating-action Σ0..*(Complex)Ameliorating actions taken after the adverse event occurred in order to reduce the extent of harm
URL: http://hl7.org/fhir/uv/ae-research-backport-ig/StructureDefinition/mitigating-action
... supporting-info Σ0..*(Complex)Subject medical history or document relevant to this adverse event
URL: http://hl7.org/fhir/uv/ae-research-backport-ig/StructureDefinition/supporting-info
... participant 0..*(Complex)Who was involved in the adverse event or the potential adverse event and what they did
URL: http://hl7.org/fhir/uv/ae-research-backport-ig/StructureDefinition/participant
... resultingEffect 0..*Reference(Condition | Observation)Effect on the subject due to this event
URL: http://hl7.org/fhir/uv/ae-research-backport-ig/StructureDefinition/resultingEffect
... Slices for modifierExtension ?!1..*ExtensionExtension
Slice: Unordered, Open by value:url
... modifierExtension:status ?!Σ1..1Statusin-progress | completed | entered-in-error | unknown
... actuality ?!Σ1..1codeactual
Binding: AdverseEventActuality (required): Overall nature of the adverse event, e.g. real or potential.


Required Pattern: actual
... event Σ0..1CodeableConceptEvent or incident that occurred or was averted
Binding: AdverseEvent Type (example): Detailed type of event.

... subject Σ1..1Reference(Patient | Group | Practitioner | RelatedPerson)Subject impacted by event
... seriousness SΣ1..1CodeableConceptInvestigator defined severity of the adverse event, in relation to the subject not the resulting condition
Binding: AdverseEvent Seriousness Non-serious Codes Only (required)
... outcome SΣ1..1CodeableConceptresolved | recovering | ongoing | resolvedWithSequelae | fatal | unknown
Binding: Adverse Event Clinical Research Outcomes (required)
... study SΣ1..1Reference(ResearchStudy)AdverseEvent.study

doco Documentation for this format

Terminology Bindings

PathConformanceValueSet / Code
AdverseEvent.actualityrequiredPattern: actual
AdverseEvent.eventexampleAdverseEventType
AdverseEvent.seriousnessrequiredAdverseEventSeriousnessNonOnly
AdverseEvent.outcomerequiredOutcomeAEClinRes

Constraints

IdGradePath(s)DetailsRequirements
aeClinRes-seriousness-1errorAdverseEventIf seriousness is serious then must have at least one seriousness criterion.
: (seriousness.coding .exists(system='http://terminology.hl7.org/CodeSystem/adverse-event-seriousness' and code='serious') and extension('http://hl7.org/fhir/uv/ae-research-backport-ig/StructureDefinition/seriousness-criteria').exists() and seriousness.coding .exists(system='http://terminology.hl7.org/CodeSystem/adverse-event-seriousness' and code='non-serious').not() ) or (seriousness.coding.exists(system='http://terminology.hl7.org/CodeSystem/adverse-event-seriousness' and code='non-serious') and seriousness.coding .exists(system='http://terminology.hl7.org/CodeSystem/adverse-event-seriousness' and code='serious').not() and extension('http://hl7.org/fhir/uv/ae-research-backport-ig/StructureDefinition/seriousness-criteria').exists().not() )
dom-2errorAdverseEventIf the resource is contained in another resource, it SHALL NOT contain nested Resources
: contained.contained.empty()
dom-3errorAdverseEventIf 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().as(canonical) | %resource.descendants().as(uri) | %resource.descendants().as(url))) or descendants().where(reference = '#').exists() or descendants().where(as(canonical) = '#').exists() or descendants().where(as(canonical) = '#').exists()).not()).trace('unmatched', id).empty()
dom-4errorAdverseEventIf 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-5errorAdverseEventIf a resource is contained in another resource, it SHALL NOT have a security label
: contained.meta.security.empty()
dom-6best practiceAdverseEventA resource should have narrative for robust management
: text.`div`.exists()
ele-1error**ALL** elementsAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ext-1error**ALL** extensionsMust have either extensions or value[x], not both
: extension.exists() != value.exists()

Snapshot View

NameFlagsCard.TypeDescription & Constraintsdoco
.. AdverseEvent C0..*AdverseEventMedical care, research study or other healthcare event causing physical injury
aeClinRes-seriousness-1: If seriousness is serious then must have at least one seriousness criterion.
... id Σ0..1idLogical id of this artifact
... meta Σ0..1MetaMetadata about the resource
... implicitRules ?!Σ0..1uriA set of rules under which this content was created
... language 0..1codeLanguage of the resource content
Binding: CommonLanguages (preferred): A human language.

Additional BindingsPurpose
AllLanguagesMax Binding
... text 0..1NarrativeText summary of the resource, for human interpretation
... contained 0..*ResourceContained, inline Resources
... Slices for extension 0..*ExtensionExtension
Slice: Unordered, Open by value:url
... research-subject-ref 0..1Reference(ResearchSubject)Research Subject record of subject
URL: http://hl7.org/fhir/uv/ae-research-backport-ig/StructureDefinition/research-subject-ref
... caused-subject-to-discontinue-study 0..1booleanAdverse event caused subject to discontinue the study
URL: http://hl7.org/fhir/uv/ae-research-backport-ig/StructureDefinition/caused-subject-to-discontinue-study
... seriousness-criteria 0..*(Complex)Criteria reviewed in determining serious adverse event
URL: http://hl7.org/fhir/uv/ae-research-backport-ig/StructureDefinition/seriousness-criteria
... severity-or-grade 0..1CodeableConceptThe degree of something undesirable
URL: http://hl7.org/fhir/uv/ae-research-backport-ig/StructureDefinition/severity-or-grade
Binding: AdverseEvent Severity or Grade Value Set (preferred)
... expected-in-research-study 0..1booleanConsidered likely or probable or anticipated in the research study
URL: http://hl7.org/fhir/uv/ae-research-backport-ig/StructureDefinition/expected-in-research-study
... note 0..*AnnotationComment on adverse event
URL: http://hl7.org/fhir/uv/ae-research-backport-ig/StructureDefinition/note
... resolve-date 0..1dateTimeAdverse Event resolution date
URL: http://hl7.org/fhir/uv/ae-research-backport-ig/StructureDefinition/resolve-date
... suspect-entity Σ0..*(Complex)A suspected agent causing the adverse event
URL: http://hl7.org/fhir/uv/ae-research-backport-ig/StructureDefinition/suspect-entity
... contributing-factor Σ0..*(Complex)Contributing factors suspected to have increased the probability or severity of the adverse event
URL: http://hl7.org/fhir/uv/ae-research-backport-ig/StructureDefinition/contributing-factor
... mitigating-action Σ0..*(Complex)Ameliorating actions taken after the adverse event occurred in order to reduce the extent of harm
URL: http://hl7.org/fhir/uv/ae-research-backport-ig/StructureDefinition/mitigating-action
... supporting-info Σ0..*(Complex)Subject medical history or document relevant to this adverse event
URL: http://hl7.org/fhir/uv/ae-research-backport-ig/StructureDefinition/supporting-info
... participant 0..*(Complex)Who was involved in the adverse event or the potential adverse event and what they did
URL: http://hl7.org/fhir/uv/ae-research-backport-ig/StructureDefinition/participant
... resultingEffect 0..*Reference(Condition | Observation)Effect on the subject due to this event
URL: http://hl7.org/fhir/uv/ae-research-backport-ig/StructureDefinition/resultingEffect
... Slices for modifierExtension ?!1..*ExtensionExtension
Slice: Unordered, Open by value:url
... modifierExtension:status ?!Σ1..1Statusin-progress | completed | entered-in-error | unknown
... identifier Σ0..1IdentifierBusiness identifier for the event
... actuality ?!Σ1..1codeactual
Binding: AdverseEventActuality (required): Overall nature of the adverse event, e.g. real or potential.


Required Pattern: actual
... category Σ0..*CodeableConceptproduct-problem | product-quality | product-use-error | wrong-dose | incorrect-prescribing-information | wrong-technique | wrong-route-of-administration | wrong-rate | wrong-duration | wrong-time | expired-drug | medical-device-use-error | problem-different-manufacturer | unsafe-physical-environment
Binding: AdverseEventCategory (extensible): Overall categorization of the event, e.g. product-related or situational.


... event Σ0..1CodeableConceptEvent or incident that occurred or was averted
Binding: AdverseEvent Type (example): Detailed type of event.

... subject Σ1..1Reference(Patient | Group | Practitioner | RelatedPerson)Subject impacted by event
... encounter Σ0..1Reference(Encounter)Encounter created as part of
... date Σ0..1dateTimeWhen the event occurred
... detected Σ0..1dateTimeWhen the event was detected
... recordedDate Σ0..1dateTimeWhen the event was recorded
... location Σ0..1Reference(Location)Location where adverse event occurred
... seriousness SΣ1..1CodeableConceptInvestigator defined severity of the adverse event, in relation to the subject not the resulting condition
Binding: AdverseEvent Seriousness Non-serious Codes Only (required)
... outcome SΣ1..1CodeableConceptresolved | recovering | ongoing | resolvedWithSequelae | fatal | unknown
Binding: Adverse Event Clinical Research Outcomes (required)
... recorder Σ0..1Reference(Patient | Practitioner | PractitionerRole | RelatedPerson)Who recorded the adverse event
... contributor Σ0..*Reference(Practitioner | PractitionerRole | Device)Who was involved in the adverse event or the potential adverse event
... study SΣ1..1Reference(ResearchStudy)AdverseEvent.study

doco Documentation for this format

Terminology Bindings

PathConformanceValueSet / Code
AdverseEvent.languagepreferredCommonLanguages
Additional Bindings Purpose
AllLanguages Max Binding
AdverseEvent.actualityrequiredPattern: actual
AdverseEvent.categoryextensibleAdverseEventCategory
AdverseEvent.eventexampleAdverseEventType
AdverseEvent.seriousnessrequiredAdverseEventSeriousnessNonOnly
AdverseEvent.outcomerequiredOutcomeAEClinRes
AdverseEvent.suspectEntity.causality.assessmentexampleAdverseEventCausalityAssessment
AdverseEvent.suspectEntity.causality.methodexampleAdverseEventCausalityMethod

Constraints

IdGradePath(s)DetailsRequirements
ele-1error**ALL** elementsAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ext-1error**ALL** extensionsMust have either extensions or value[x], not both
: extension.exists() != value.exists()

 

Other representations of profile: CSV, Excel, Schematron