This page is part of the FHIR Specification (v3.5.0: R4 Ballot #2). 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 | Compartments: Not linked to any defined compartments |
The interactions of the medicinal product with other medicinal products, or other forms of interactions.
For detailing potential interactions associated with usage of a medicinal product
This resource is referenced by MedicinalProduct
Structure
Name | Flags | Card. | Type | Description & Constraints |
---|---|---|---|---|
MedicinalProductInteraction | ΣTU | DomainResource | MedicinalProductInteraction 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 |
interaction | Σ | 0..1 | string | The interaction described |
interactant | Σ | 0..* | CodeableConcept | The specific medication, food or laboratory test that interacts |
type | Σ | 0..1 | CodeableConcept | The type of the interaction |
effect | Σ | 0..1 | CodeableConcept | The effect of the interaction |
incidence | Σ | 0..1 | CodeableConcept | The incidence of the interaction |
management | Σ | 0..1 | CodeableConcept | Actions for managing the interaction |
Documentation for this format |
UML Diagram (Legend)
XML Template
<MedicinalProductInteraction 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> <interaction value="[string]"/><!-- 0..1 The interaction described --> <interactant><!-- 0..* CodeableConcept The specific medication, food or laboratory test that interacts --></interactant> <type><!-- 0..1 CodeableConcept The type of the interaction --></type> <effect><!-- 0..1 CodeableConcept The effect of the interaction --></effect> <incidence><!-- 0..1 CodeableConcept The incidence of the interaction --></incidence> <management><!-- 0..1 CodeableConcept Actions for managing the interaction --></management> </MedicinalProductInteraction>
JSON Template
{ "resourceType" : "MedicinalProductInteraction", // 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 "interaction" : "<string>", // The interaction described "interactant" : [{ CodeableConcept }], // The specific medication, food or laboratory test that interacts "type" : { CodeableConcept }, // The type of the interaction "effect" : { CodeableConcept }, // The effect of the interaction "incidence" : { CodeableConcept }, // The incidence of the interaction "management" : { CodeableConcept } // Actions for managing the interaction }
Turtle Template
@prefix fhir: <http://hl7.org/fhir/> . [ a fhir:MedicinalProductInteraction; 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:MedicinalProductInteraction.subject [ Reference(MedicinalProduct|Medication) ], ... ; # 0..* The medication for which this is an indication fhir:MedicinalProductInteraction.interaction [ string ]; # 0..1 The interaction described fhir:MedicinalProductInteraction.interactant [ CodeableConcept ], ... ; # 0..* The specific medication, food or laboratory test that interacts fhir:MedicinalProductInteraction.type [ CodeableConcept ]; # 0..1 The type of the interaction fhir:MedicinalProductInteraction.effect [ CodeableConcept ]; # 0..1 The effect of the interaction fhir:MedicinalProductInteraction.incidence [ CodeableConcept ]; # 0..1 The incidence of the interaction fhir:MedicinalProductInteraction.management [ CodeableConcept ]; # 0..1 Actions for managing the interaction ]
Structure
Name | Flags | Card. | Type | Description & Constraints |
---|---|---|---|---|
MedicinalProductInteraction | ΣTU | DomainResource | MedicinalProductInteraction 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 |
interaction | Σ | 0..1 | string | The interaction described |
interactant | Σ | 0..* | CodeableConcept | The specific medication, food or laboratory test that interacts |
type | Σ | 0..1 | CodeableConcept | The type of the interaction |
effect | Σ | 0..1 | CodeableConcept | The effect of the interaction |
incidence | Σ | 0..1 | CodeableConcept | The incidence of the interaction |
management | Σ | 0..1 | CodeableConcept | Actions for managing the interaction |
Documentation for this format |
XML Template
<MedicinalProductInteraction 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> <interaction value="[string]"/><!-- 0..1 The interaction described --> <interactant><!-- 0..* CodeableConcept The specific medication, food or laboratory test that interacts --></interactant> <type><!-- 0..1 CodeableConcept The type of the interaction --></type> <effect><!-- 0..1 CodeableConcept The effect of the interaction --></effect> <incidence><!-- 0..1 CodeableConcept The incidence of the interaction --></incidence> <management><!-- 0..1 CodeableConcept Actions for managing the interaction --></management> </MedicinalProductInteraction>
JSON Template
{ "resourceType" : "MedicinalProductInteraction", // 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 "interaction" : "<string>", // The interaction described "interactant" : [{ CodeableConcept }], // The specific medication, food or laboratory test that interacts "type" : { CodeableConcept }, // The type of the interaction "effect" : { CodeableConcept }, // The effect of the interaction "incidence" : { CodeableConcept }, // The incidence of the interaction "management" : { CodeableConcept } // Actions for managing the interaction }
Turtle Template
@prefix fhir: <http://hl7.org/fhir/> . [ a fhir:MedicinalProductInteraction; 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:MedicinalProductInteraction.subject [ Reference(MedicinalProduct|Medication) ], ... ; # 0..* The medication for which this is an indication fhir:MedicinalProductInteraction.interaction [ string ]; # 0..1 The interaction described fhir:MedicinalProductInteraction.interactant [ CodeableConcept ], ... ; # 0..* The specific medication, food or laboratory test that interacts fhir:MedicinalProductInteraction.type [ CodeableConcept ]; # 0..1 The type of the interaction fhir:MedicinalProductInteraction.effect [ CodeableConcept ]; # 0..1 The effect of the interaction fhir:MedicinalProductInteraction.incidence [ CodeableConcept ]; # 0..1 The incidence of the interaction fhir:MedicinalProductInteraction.management [ CodeableConcept ]; # 0..1 Actions for managing the interaction ]
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 interaction | MedicinalProductInteraction.subject (Medication, MedicinalProduct) |