Release 4

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

11.15 Resource MedicinalProductInteraction - Content

Biomedical Research and Regulation Work GroupMaturity Level: 0 Trial UseSecurity Category: Anonymous 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

Structure

NameFlagsCard.TypeDescription & Constraintsdoco
.. MedicinalProductInteraction ΣTUDomainResourceMedicinalProductInteraction
Elements defined in Ancestors: id, meta, implicitRules, language, text, contained, extension, modifierExtension
... subject Σ0..*Reference(MedicinalProduct | Medication | Substance)The medication for which this is a described interaction
... description Σ0..1stringThe interaction described
... interactant Σ0..*BackboneElementThe specific medication, food or laboratory test that interacts
.... item[x] Σ1..1The specific medication, food or laboratory test that interacts
..... itemReferenceReference(MedicinalProduct | Medication | Substance | ObservationDefinition)
..... itemCodeableConceptCodeableConcept
... type Σ0..1CodeableConceptThe type of the interaction e.g. drug-drug interaction, drug-food interaction, drug-lab test interaction
... effect Σ0..1CodeableConceptThe effect of the interaction, for example "reduced gastric absorption of primary medication"
... incidence Σ0..1CodeableConceptThe incidence of the interaction, e.g. theoretical, observed
... management Σ0..1CodeableConceptActions for managing the interaction

doco Documentation for this format

Turtle Template

@prefix fhir: <http://hl7.org/fhir/> .doco


[ 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|Substance) ], ... ; # 0..* The medication for which this is a described interaction
  fhir:MedicinalProductInteraction.description [ string ]; # 0..1 The interaction described
  fhir:MedicinalProductInteraction.interactant [ # 0..* The specific medication, food or laboratory test that interacts
    # MedicinalProductInteraction.interactant.item[x] : 1..1 The specific medication, food or laboratory test that interacts. One of these 2
      fhir:MedicinalProductInteraction.interactant.itemReference [ Reference(MedicinalProduct|Medication|Substance|ObservationDefinition) ]
      fhir:MedicinalProductInteraction.interactant.itemCodeableConcept [ CodeableConcept ]
  ], ...;
  fhir:MedicinalProductInteraction.type [ CodeableConcept ]; # 0..1 The type of the interaction e.g. drug-drug interaction, drug-food interaction, drug-lab test interaction
  fhir:MedicinalProductInteraction.effect [ CodeableConcept ]; # 0..1 The effect of the interaction, for example "reduced gastric absorption of primary medication"
  fhir:MedicinalProductInteraction.incidence [ CodeableConcept ]; # 0..1 The incidence of the interaction, e.g. theoretical, observed
  fhir:MedicinalProductInteraction.management [ CodeableConcept ]; # 0..1 Actions for managing the interaction
]

Changes since R3

This resource did not exist in Release 2

This analysis is available as XML or JSON.

Structure

NameFlagsCard.TypeDescription & Constraintsdoco
.. MedicinalProductInteraction ΣTUDomainResourceMedicinalProductInteraction
Elements defined in Ancestors: id, meta, implicitRules, language, text, contained, extension, modifierExtension
... subject Σ0..*Reference(MedicinalProduct | Medication | Substance)The medication for which this is a described interaction
... description Σ0..1stringThe interaction described
... interactant Σ0..*BackboneElementThe specific medication, food or laboratory test that interacts
.... item[x] Σ1..1The specific medication, food or laboratory test that interacts
..... itemReferenceReference(MedicinalProduct | Medication | Substance | ObservationDefinition)
..... itemCodeableConceptCodeableConcept
... type Σ0..1CodeableConceptThe type of the interaction e.g. drug-drug interaction, drug-food interaction, drug-lab test interaction
... effect Σ0..1CodeableConceptThe effect of the interaction, for example "reduced gastric absorption of primary medication"
... incidence Σ0..1CodeableConceptThe incidence of the interaction, e.g. theoretical, observed
... management Σ0..1CodeableConceptActions for managing the interaction

doco Documentation for this format

Turtle Template

@prefix fhir: <http://hl7.org/fhir/> .doco


[ 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|Substance) ], ... ; # 0..* The medication for which this is a described interaction
  fhir:MedicinalProductInteraction.description [ string ]; # 0..1 The interaction described
  fhir:MedicinalProductInteraction.interactant [ # 0..* The specific medication, food or laboratory test that interacts
    # MedicinalProductInteraction.interactant.item[x] : 1..1 The specific medication, food or laboratory test that interacts. One of these 2
      fhir:MedicinalProductInteraction.interactant.itemReference [ Reference(MedicinalProduct|Medication|Substance|ObservationDefinition) ]
      fhir:MedicinalProductInteraction.interactant.itemCodeableConcept [ CodeableConcept ]
  ], ...;
  fhir:MedicinalProductInteraction.type [ CodeableConcept ]; # 0..1 The type of the interaction e.g. drug-drug interaction, drug-food interaction, drug-lab test interaction
  fhir:MedicinalProductInteraction.effect [ CodeableConcept ]; # 0..1 The effect of the interaction, for example "reduced gastric absorption of primary medication"
  fhir:MedicinalProductInteraction.incidence [ CodeableConcept ]; # 0..1 The incidence of the interaction, e.g. theoretical, observed
  fhir:MedicinalProductInteraction.management [ CodeableConcept ]; # 0..1 Actions for managing the interaction
]

Changes since Release 3

This resource did not exist in Release 2

This analysis is available as XML or JSON.

 

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.

NameTypeDescriptionExpressionIn Common
subjectreferenceThe medication for which this is an interactionMedicinalProductInteraction.subject
(Medication, Substance, MedicinalProduct)