This page is part of the FHIR Specification (v4.0.1: R4 - Mixed Normative and STU) in it's permanent home (it will always be available at this URL). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions
Biomedical Research and Regulation Work Group | Maturity Level: 0 | Trial Use | Security Category: Anonymous | Compartments: Not linked to any defined compartments |
Describe the undesirable effects of the medicinal product.
A potential negative outcome from the use of a medicinal product. This is part of the definional information about a product and is not realted to any particular actual use of a medication. See also AdverseEvent, which is for actual events (or near misses), and AllergyIntolerance.
This resource is referenced by MedicinalProductIndication
Structure
Name | Flags | Card. | Type | Description & Constraints |
---|---|---|---|---|
MedicinalProductUndesirableEffect | ΣTU | DomainResource | MedicinalProductUndesirableEffect Elements defined in Ancestors: id, meta, implicitRules, language, text, contained, extension, modifierExtension | |
subject | Σ | 0..* | Reference(MedicinalProduct | Medication) | The medication for which this is an indication |
symptomConditionEffect | Σ | 0..1 | CodeableConcept | The symptom, condition or undesirable effect |
classification | Σ | 0..1 | CodeableConcept | Classification of the effect |
frequencyOfOccurrence | Σ | 0..1 | CodeableConcept | The frequency of occurrence of the effect |
population | Σ | 0..* | Population | The population group to which this applies |
Documentation for this format |
UML Diagram (Legend)
XML Template
<MedicinalProductUndesirableEffect xmlns="http://hl7.org/fhir"> <!-- from Resource: id, meta, implicitRules, and language --> <!-- from DomainResource: text, contained, extension, and modifierExtension --> <subject><!-- 0..* Reference(MedicinalProduct|Medication) The medication for which this is an indication --></subject> <symptomConditionEffect><!-- 0..1 CodeableConcept The symptom, condition or undesirable effect --></symptomConditionEffect> <classification><!-- 0..1 CodeableConcept Classification of the effect --></classification> <frequencyOfOccurrence><!-- 0..1 CodeableConcept The frequency of occurrence of the effect --></frequencyOfOccurrence> <population><!-- 0..* Population The population group to which this applies --></population> </MedicinalProductUndesirableEffect>
JSON Template
{ "resourceType" : "MedicinalProductUndesirableEffect", // from Resource: id, meta, implicitRules, and language // from DomainResource: text, contained, extension, and modifierExtension "subject" : [{ Reference(MedicinalProduct|Medication) }], // The medication for which this is an indication "symptomConditionEffect" : { CodeableConcept }, // The symptom, condition or undesirable effect "classification" : { CodeableConcept }, // Classification of the effect "frequencyOfOccurrence" : { CodeableConcept }, // The frequency of occurrence of the effect "population" : [{ Population }] // The population group to which this applies }
Turtle Template
@prefix fhir: <http://hl7.org/fhir/> . [ a fhir:MedicinalProductUndesirableEffect; fhir:nodeRole fhir:treeRoot; # if this is the parser root # from Resource: .id, .meta, .implicitRules, and .language # from DomainResource: .text, .contained, .extension, and .modifierExtension fhir:MedicinalProductUndesirableEffect.subject [ Reference(MedicinalProduct|Medication) ], ... ; # 0..* The medication for which this is an indication fhir:MedicinalProductUndesirableEffect.symptomConditionEffect [ CodeableConcept ]; # 0..1 The symptom, condition or undesirable effect fhir:MedicinalProductUndesirableEffect.classification [ CodeableConcept ]; # 0..1 Classification of the effect fhir:MedicinalProductUndesirableEffect.frequencyOfOccurrence [ CodeableConcept ]; # 0..1 The frequency of occurrence of the effect fhir:MedicinalProductUndesirableEffect.population [ Population ], ... ; # 0..* The population group to which this applies ]
Structure
Name | Flags | Card. | Type | Description & Constraints |
---|---|---|---|---|
MedicinalProductUndesirableEffect | ΣTU | DomainResource | MedicinalProductUndesirableEffect Elements defined in Ancestors: id, meta, implicitRules, language, text, contained, extension, modifierExtension | |
subject | Σ | 0..* | Reference(MedicinalProduct | Medication) | The medication for which this is an indication |
symptomConditionEffect | Σ | 0..1 | CodeableConcept | The symptom, condition or undesirable effect |
classification | Σ | 0..1 | CodeableConcept | Classification of the effect |
frequencyOfOccurrence | Σ | 0..1 | CodeableConcept | The frequency of occurrence of the effect |
population | Σ | 0..* | Population | The population group to which this applies |
Documentation for this format |
XML Template
<MedicinalProductUndesirableEffect xmlns="http://hl7.org/fhir"> <!-- from Resource: id, meta, implicitRules, and language --> <!-- from DomainResource: text, contained, extension, and modifierExtension --> <subject><!-- 0..* Reference(MedicinalProduct|Medication) The medication for which this is an indication --></subject> <symptomConditionEffect><!-- 0..1 CodeableConcept The symptom, condition or undesirable effect --></symptomConditionEffect> <classification><!-- 0..1 CodeableConcept Classification of the effect --></classification> <frequencyOfOccurrence><!-- 0..1 CodeableConcept The frequency of occurrence of the effect --></frequencyOfOccurrence> <population><!-- 0..* Population The population group to which this applies --></population> </MedicinalProductUndesirableEffect>
JSON Template
{ "resourceType" : "MedicinalProductUndesirableEffect", // from Resource: id, meta, implicitRules, and language // from DomainResource: text, contained, extension, and modifierExtension "subject" : [{ Reference(MedicinalProduct|Medication) }], // The medication for which this is an indication "symptomConditionEffect" : { CodeableConcept }, // The symptom, condition or undesirable effect "classification" : { CodeableConcept }, // Classification of the effect "frequencyOfOccurrence" : { CodeableConcept }, // The frequency of occurrence of the effect "population" : [{ Population }] // The population group to which this applies }
Turtle Template
@prefix fhir: <http://hl7.org/fhir/> . [ a fhir:MedicinalProductUndesirableEffect; fhir:nodeRole fhir:treeRoot; # if this is the parser root # from Resource: .id, .meta, .implicitRules, and .language # from DomainResource: .text, .contained, .extension, and .modifierExtension fhir:MedicinalProductUndesirableEffect.subject [ Reference(MedicinalProduct|Medication) ], ... ; # 0..* The medication for which this is an indication fhir:MedicinalProductUndesirableEffect.symptomConditionEffect [ CodeableConcept ]; # 0..1 The symptom, condition or undesirable effect fhir:MedicinalProductUndesirableEffect.classification [ CodeableConcept ]; # 0..1 Classification of the effect fhir:MedicinalProductUndesirableEffect.frequencyOfOccurrence [ CodeableConcept ]; # 0..1 The frequency of occurrence of the effect fhir:MedicinalProductUndesirableEffect.population [ Population ], ... ; # 0..* The population group to which this applies ]
See the Profiles & Extensions and the alternate definitions: Master Definition XML + JSON, XML Schema/Schematron + JSON Schema, ShEx (for Turtle) + see the extensions & the dependency analysis
Search parameters for this resource. The common parameters also apply. See Searching for more information about searching in REST, messaging, and services.
Name | Type | Description | Expression | In Common |
subject | reference | The medication for which this is an undesirable effect | MedicinalProductUndesirableEffect.subject (Medication, MedicinalProduct) |