Release 4B Ballot #1

This page is part of the FHIR Specification v4.1.0: R4B Ballot. About the R4B version of FHIR. The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions

15.7 Resource ClinicalUseIssue - Content

Biomedical Research and Regulation Work GroupMaturity Level: 1 Trial UseSecurity Category: Anonymous Compartments: Not linked to any defined compartments

A single issue - either an indication, contraindication, interaction or an undesirable effect for a medicinal product, medication, device or procedure.

For an overview of this resource and others in the Medication Definition domain, also see the module page

ClinicalUseIssue is to record an instance of facts about a particular medication, device or procedure in relation to its intended use (indication), situations where it should not normally be used (contrainindication), known side effects (undesirable effects), and clashes with other substances - medications, foods etc (interactions). The resource is used to record one such instance, and all its details.

The ClinicalUseIssue resource is designed to represent definitional facts about the potential use of a medication, device or procedure.

These may be used when submitting a product dossier to regulators, as part of an electronic medication or medical device knowledge base, or directly during decision support activities.

The clinical issue does not refer to any actual instance of the medication, device or procedure being used, or to any actual patient event.

The resource is used to record one instance of one of these:

  • Indication - A medical situation in which a medicinal product, medical device or procedure is appropriate for use
  • Contraindication - A reason why a medicinal product, medical device or procedure is not to be used in a certain context
  • Interaction - The interactions of the medicinal product or medical device with other medicinal products, food, substances etc.
  • Undesirable Effect - A potential negative outcome from the use of a medicinal product, medical device or procedure. See also AdverseEvent, which is for actual events (or near misses), and AllergyIntolerance.

This resource is referenced by itself.

This resource does not implement any patterns.

Structure

NameFlagsCard.TypeDescription & Constraintsdoco
.. ClinicalUseIssue TUDomainResourceA single issue - either an indication, contraindication, interaction or an undesirable effect for a medicinal product, medication, device or procedure
Elements defined in Ancestors: id, meta, implicitRules, language, text, contained, extension, modifierExtension
... identifier Σ0..*IdentifierBusiness identifier for this issue
... type Σ1..1codeindication | contraindication | interaction | undesirable-effect | warning
ClinicalUseIssueType (Required)
... category Σ0..1CodeableConceptA categorisation of the issue, primarily for dividing warnings into subject heading areas such as "Pregnancy and Lactation", "Overdose", "Effects on Ability to Drive and Use Machines"
... status Σ0..1CodeableConceptWhether this is a current issue or one that has been retired etc
... description Σ0..1markdownGeneral description of an effect (particularly for a general warning, rather than any of the more specific types such as indication) for when a distinct coded or textual description is not appropriate using Indication.diseaseSymptomProcedure.text, Contraindication.diseaseSymptomProcedure.text etc. For example "May affect ability to drive"
... contraindication Σ0..1BackboneElementSpecifics for when this is a contraindication
.... diseaseSymptomProcedure Σ0..1CodeableReference(ObservationDefinition)The situation that is being documented as contraindicating against this item
.... diseaseStatus Σ0..1CodeableReference(ObservationDefinition)The status of the disease or symptom for the contraindication
.... comorbidity Σ0..*CodeableReference(ObservationDefinition)A comorbidity (concurrent condition) or coinfection
.... indication Σ0..*Reference(ClinicalUseIssue)The indication which this is a contraidication for
.... otherTherapy Σ0..*BackboneElementInformation about the use of the medicinal product in relation to other therapies described as part of the contraindication
..... relationshipType Σ1..1CodeableConceptThe type of relationship between the medicinal product indication or contraindication and another therapy
..... therapy[x] Σ1..1CodeableReference(MedicinalProductDefinition | Medication | Substance | SubstanceDefinition | ActivityDefinition)Reference to a specific medication (active substance, medicinal product or class of products) as part of an indication or contraindication
... indication Σ0..1BackboneElementSpecifics for when this is an indication
.... diseaseSymptomProcedure Σ0..1CodeableReference(ObservationDefinition)The situation that is being documented as an indicaton for this item
.... diseaseStatus Σ0..1CodeableReference(ObservationDefinition)The status of the disease or symptom for the indication
.... comorbidity Σ0..*CodeableReference(ObservationDefinition)A comorbidity (concurrent condition) or coinfection as part of the indication
.... intendedEffect Σ0..1CodeableReference(ObservationDefinition)The intended effect, aim or strategy to be achieved
.... duration Σ0..1QuantityTiming or duration information
.... undesirableEffect Σ0..*Reference(ClinicalUseIssue)The specific undesirable effects of the medicinal product
.... otherTherapy Σ0..*see otherTherapyInformation about the use of the medicinal product in relation to other therapies described as part of the indication
... interaction Σ0..1BackboneElementSpecifics for when this is an interaction
.... interactant Σ0..*BackboneElementThe specific medication, food, substance or laboratory test that interacts
..... item[x] Σ1..1The specific medication, food or laboratory test that interacts
...... itemReferenceReference(MedicinalProductDefinition | 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..1CodeableReference(ObservationDefinition)The 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
... population Σ0..*PopulationThe population group to which this applies
... undesirableEffect Σ0..1BackboneElementA possible negative outcome from the use of this treatment
.... symptomConditionEffect Σ0..1CodeableReference(ObservationDefinition)The situation in which the undesirable effect may manifest
.... classification Σ0..1CodeableConceptHigh level classification of the effect
.... frequencyOfOccurrence Σ0..1CodeableConceptHow often the effect is seen

doco Documentation for this format

UML Diagram (Legend)

ClinicalUseIssue (DomainResource)Business identifier for this issueidentifier : Identifier [0..*]indication | contraindication | interaction | undesirable-effect | warningtype : code [1..1] « null (Strength=Required)ClinicalUseIssueType! »A categorisation of the issue, primarily for dividing warnings into subject heading areas such as "Pregnancy and Lactation", "Overdose", "Effects on Ability to Drive and Use Machines"category : CodeableConcept [0..1]The medication or procedure for which this is an indicationsubject : Reference [0..*] « MedicinalProductDefinition|Medication| ActivityDefinition|PlanDefinition|Device|DeviceDefinition| Substance »Whether this is a current issue or one that has been retired etcstatus : CodeableConcept [0..1]General description of an effect (particularly for a general warning, rather than any of the more specific types such as indication) for when a distinct coded or textual description is not appropriate using Indication.diseaseSymptomProcedure.text, Contraindication.diseaseSymptomProcedure.text etc. For example "May affect ability to drive"description : markdown [0..1]The population group to which this appliespopulation : Population [0..*]ContraindicationThe situation that is being documented as contraindicating against this itemdiseaseSymptomProcedure : Element [0..1] « ObservationDefinition »The status of the disease or symptom for the contraindicationdiseaseStatus : Element [0..1] « ObservationDefinition »A comorbidity (concurrent condition) or coinfectioncomorbidity : Element [0..*] « ObservationDefinition »The indication which this is a contraidication forindication : Reference [0..*] « ClinicalUseIssue »OtherTherapyThe type of relationship between the medicinal product indication or contraindication and another therapyrelationshipType : CodeableConcept [1..1]Reference to a specific medication (active substance, medicinal product or class of products) as part of an indication or contraindicationtherapy[x] : Element [1..1] « MedicinalProductDefinition|Medication| Substance|SubstanceDefinition|ActivityDefinition »IndicationThe situation that is being documented as an indicaton for this itemdiseaseSymptomProcedure : Element [0..1] « ObservationDefinition »The status of the disease or symptom for the indicationdiseaseStatus : Element [0..1] « ObservationDefinition »A comorbidity (concurrent condition) or coinfection as part of the indicationcomorbidity : Element [0..*] « ObservationDefinition »The intended effect, aim or strategy to be achievedintendedEffect : Element [0..1] « ObservationDefinition »Timing or duration informationduration : Quantity [0..1]The specific undesirable effects of the medicinal productundesirableEffect : Reference [0..*] « ClinicalUseIssue »InteractionThe type of the interaction e.g. drug-drug interaction, drug-food interaction, drug-lab test interactiontype : CodeableConcept [0..1]The effect of the interaction, for example "reduced gastric absorption of primary medication"effect : Element [0..1] « ObservationDefinition »The incidence of the interaction, e.g. theoretical, observedincidence : CodeableConcept [0..1]Actions for managing the interactionmanagement : CodeableConcept [0..1]InteractantThe specific medication, food or laboratory test that interactsitem[x] : Element [1..1] « Reference(MedicinalProductDefinition| Medication|Substance|ObservationDefinition)|CodeableConcept »UndesirableEffectThe situation in which the undesirable effect may manifestsymptomConditionEffect : Element [0..1] « ObservationDefinition »High level classification of the effectclassification : CodeableConcept [0..1]How often the effect is seenfrequencyOfOccurrence : CodeableConcept [0..1]Information about the use of the medicinal product in relation to other therapies described as part of the contraindicationotherTherapy[0..*]Specifics for when this is a contraindicationcontraindication[0..1]Information about the use of the medicinal product in relation to other therapies described as part of the indicationotherTherapy[0..*]Specifics for when this is an indicationindication[0..1]The specific medication, food, substance or laboratory test that interactsinteractant[0..*]Specifics for when this is an interactioninteraction[0..1]Describe the undesirable effects of the medicinal productundesirableEffect[0..1]

XML Template

<ClinicalUseIssue xmlns="http://hl7.org/fhir"> doco
 <!-- from Resource: id, meta, implicitRules, and language -->
 <!-- from DomainResource: text, contained, extension, and modifierExtension -->
 <identifier><!-- 0..* Identifier Business identifier for this issue --></identifier>
 <type value="[code]"/><!-- 1..1 indication | contraindication | interaction | undesirable-effect | warning -->
 <category><!-- 0..1 CodeableConcept A categorisation of the issue, primarily for dividing warnings into subject heading areas such as "Pregnancy and Lactation", "Overdose", "Effects on Ability to Drive and Use Machines" --></category>
 <subject><!-- 0..* Reference(ActivityDefinition|Device|DeviceDefinition|
   Medication|MedicinalProductDefinition|PlanDefinition|Substance) The medication or procedure for which this is an indication --></subject>
 <status><!-- 0..1 CodeableConcept Whether this is a current issue or one that has been retired etc --></status>
 <description value="[markdown]"/><!-- 0..1 General description of an effect (particularly for a general warning, rather than any of the more specific types such as indication) for when a distinct coded or textual description is not appropriate using  Indication.diseaseSymptomProcedure.text, Contraindication.diseaseSymptomProcedure.text etc. For example "May affect ability to drive" -->
 <contraindication>  <!-- 0..1 Specifics for when this is a contraindication -->
  <diseaseSymptomProcedure><!-- 0..1 CodeableReference(ObservationDefinition) The situation that is being documented as contraindicating against this item --></diseaseSymptomProcedure>
  <diseaseStatus><!-- 0..1 CodeableReference(ObservationDefinition) The status of the disease or symptom for the contraindication --></diseaseStatus>
  <comorbidity><!-- 0..* CodeableReference(ObservationDefinition) A comorbidity (concurrent condition) or coinfection --></comorbidity>
  <indication><!-- 0..* Reference(ClinicalUseIssue) The indication which this is a contraidication for --></indication>
  <otherTherapy>  <!-- 0..* Information about the use of the medicinal product in relation to other therapies described as part of the contraindication -->
   <relationshipType><!-- 1..1 CodeableConcept The type of relationship between the medicinal product indication or contraindication and another therapy --></relationshipType>
   <therapyCodeableReference(MedicinalProductDefinition|Medication|Substance|SubstanceDefinition|ActivityDefinition)><!-- 1..1 CodeableReference(ActivityDefinition|Medication|
     MedicinalProductDefinition|Substance|SubstanceDefinition) Reference to a specific medication (active substance, medicinal product or class of products) as part of an indication or contraindication --></therapyCodeableReference(MedicinalProductDefinition|Medication|Substance|SubstanceDefinition|ActivityDefinition)>
  </otherTherapy>
 </contraindication>
 <indication>  <!-- 0..1 Specifics for when this is an indication -->
  <diseaseSymptomProcedure><!-- 0..1 CodeableReference(ObservationDefinition) The situation that is being documented as an indicaton for this item --></diseaseSymptomProcedure>
  <diseaseStatus><!-- 0..1 CodeableReference(ObservationDefinition) The status of the disease or symptom for the indication --></diseaseStatus>
  <comorbidity><!-- 0..* CodeableReference(ObservationDefinition) A comorbidity (concurrent condition) or coinfection as part of the indication --></comorbidity>
  <intendedEffect><!-- 0..1 CodeableReference(ObservationDefinition) The intended effect, aim or strategy to be achieved --></intendedEffect>
  <duration><!-- 0..1 Quantity Timing or duration information --></duration>
  <undesirableEffect><!-- 0..* Reference(ClinicalUseIssue) The specific undesirable effects of the medicinal product --></undesirableEffect>
  <otherTherapy><!-- 0..* Content as for ClinicalUseIssue.contraindication.otherTherapy Information about the use of the medicinal product in relation to other therapies described as part of the indication --></otherTherapy>
 </indication>
 <interaction>  <!-- 0..1 Specifics for when this is an interaction -->
  <interactant>  <!-- 0..* The specific medication, food, substance or laboratory test that interacts -->
   <item[x]><!-- 1..1 Reference(Medication|MedicinalProductDefinition|
     ObservationDefinition|Substance)|CodeableConcept The specific medication, food or laboratory test that interacts --></item[x]>
  </interactant>
  <type><!-- 0..1 CodeableConcept The type of the interaction e.g. drug-drug interaction, drug-food interaction, drug-lab test interaction --></type>
  <effect><!-- 0..1 CodeableReference(ObservationDefinition) The effect of the interaction, for example "reduced gastric absorption of primary medication" --></effect>
  <incidence><!-- 0..1 CodeableConcept The incidence of the interaction, e.g. theoretical, observed --></incidence>
  <management><!-- 0..1 CodeableConcept Actions for managing the interaction --></management>
 </interaction>
 <population><!-- 0..* Population The population group to which this applies --></population>
 <undesirableEffect>  <!-- 0..1 A possible negative outcome from the use of this treatment -->
  <symptomConditionEffect><!-- 0..1 CodeableReference(ObservationDefinition) The situation in which the undesirable effect may manifest --></symptomConditionEffect>
  <classification><!-- 0..1 CodeableConcept High level classification of the effect --></classification>
  <frequencyOfOccurrence><!-- 0..1 CodeableConcept How often the effect is seen --></frequencyOfOccurrence>
 </undesirableEffect>
</ClinicalUseIssue>

JSON Template

{doco
  "resourceType" : "ClinicalUseIssue",
  // from Resource: id, meta, implicitRules, and language
  // from DomainResource: text, contained, extension, and modifierExtension
  "identifier" : [{ Identifier }], // Business identifier for this issue
  "type" : "<code>", // R!  indication | contraindication | interaction | undesirable-effect | warning
  "category" : { CodeableConcept }, // A categorisation of the issue, primarily for dividing warnings into subject heading areas such as "Pregnancy and Lactation", "Overdose", "Effects on Ability to Drive and Use Machines"
  "subject" : [{ Reference(ActivityDefinition|Device|DeviceDefinition|
   Medication|MedicinalProductDefinition|PlanDefinition|Substance) }], // The medication or procedure for which this is an indication
  "status" : { CodeableConcept }, // Whether this is a current issue or one that has been retired etc
  "description" : "<markdown>", // General description of an effect (particularly for a general warning, rather than any of the more specific types such as indication) for when a distinct coded or textual description is not appropriate using  Indication.diseaseSymptomProcedure.text, Contraindication.diseaseSymptomProcedure.text etc. For example "May affect ability to drive"
  "contraindication" : { // Specifics for when this is a contraindication
    "diseaseSymptomProcedure" : { CodeableReference(ObservationDefinition) }, // The situation that is being documented as contraindicating against this item
    "diseaseStatus" : { CodeableReference(ObservationDefinition) }, // The status of the disease or symptom for the contraindication
    "comorbidity" : [{ CodeableReference(ObservationDefinition) }], // A comorbidity (concurrent condition) or coinfection
    "indication" : [{ Reference(ClinicalUseIssue) }], // The indication which this is a contraidication for
    "otherTherapy" : [{ // Information about the use of the medicinal product in relation to other therapies described as part of the contraindication
      "relationshipType" : { CodeableConcept }, // R!  The type of relationship between the medicinal product indication or contraindication and another therapy
      "therapyCodeableReference(MedicinalProductDefinition|Medication|Substance|SubstanceDefinition|ActivityDefinition)" : { CodeableReference(ActivityDefinition|Medication|
     MedicinalProductDefinition|Substance|SubstanceDefinition) } // R!  Reference to a specific medication (active substance, medicinal product or class of products) as part of an indication or contraindication
    }]
  },
  "indication" : { // Specifics for when this is an indication
    "diseaseSymptomProcedure" : { CodeableReference(ObservationDefinition) }, // The situation that is being documented as an indicaton for this item
    "diseaseStatus" : { CodeableReference(ObservationDefinition) }, // The status of the disease or symptom for the indication
    "comorbidity" : [{ CodeableReference(ObservationDefinition) }], // A comorbidity (concurrent condition) or coinfection as part of the indication
    "intendedEffect" : { CodeableReference(ObservationDefinition) }, // The intended effect, aim or strategy to be achieved
    "duration" : { Quantity }, // Timing or duration information
    "undesirableEffect" : [{ Reference(ClinicalUseIssue) }], // The specific undesirable effects of the medicinal product
    "otherTherapy" : [{ Content as for ClinicalUseIssue.contraindication.otherTherapy }] // Information about the use of the medicinal product in relation to other therapies described as part of the indication
  },
  "interaction" : { // Specifics for when this is an interaction
    "interactant" : [{ // The specific medication, food, substance or laboratory test that interacts
      // item[x]: The specific medication, food or laboratory test that interacts. One of these 2:
      "itemReference" : { Reference(Medication|MedicinalProductDefinition|
     ObservationDefinition|Substance) }
      "itemCodeableConcept" : { CodeableConcept }
    }],
    "type" : { CodeableConcept }, // The type of the interaction e.g. drug-drug interaction, drug-food interaction, drug-lab test interaction
    "effect" : { CodeableReference(ObservationDefinition) }, // The effect of the interaction, for example "reduced gastric absorption of primary medication"
    "incidence" : { CodeableConcept }, // The incidence of the interaction, e.g. theoretical, observed
    "management" : { CodeableConcept } // Actions for managing the interaction
  },
  "population" : [{ Population }], // The population group to which this applies
  "undesirableEffect" : { // A possible negative outcome from the use of this treatment
    "symptomConditionEffect" : { CodeableReference(ObservationDefinition) }, // The situation in which the undesirable effect may manifest
    "classification" : { CodeableConcept }, // High level classification of the effect
    "frequencyOfOccurrence" : { CodeableConcept } // How often the effect is seen
  }
}

Turtle Template

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


[ a fhir:ClinicalUseIssue;
  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:ClinicalUseIssue.identifier [ Identifier ], ... ; # 0..* Business identifier for this issue
  fhir:ClinicalUseIssue.type [ code ]; # 1..1 indication | contraindication | interaction | undesirable-effect | warning
  fhir:ClinicalUseIssue.category [ CodeableConcept ]; # 0..1 A categorisation of the issue, primarily for dividing warnings into subject heading areas such as "Pregnancy and Lactation", "Overdose", "Effects on Ability to Drive and Use Machines"
  fhir:ClinicalUseIssue.subject [ Reference(ActivityDefinition|Device|DeviceDefinition|Medication|MedicinalProductDefinition|
  PlanDefinition|Substance) ], ... ; # 0..* The medication or procedure for which this is an indication
  fhir:ClinicalUseIssue.status [ CodeableConcept ]; # 0..1 Whether this is a current issue or one that has been retired etc
  fhir:ClinicalUseIssue.description [ markdown ]; # 0..1 General description of an effect (particularly for a general warning, rather than any of the more specific types such as indication) for when a distinct coded or textual description is not appropriate using  Indication.diseaseSymptomProcedure.text, Contraindication.diseaseSymptomProcedure.text etc. For example "May affect ability to drive"
  fhir:ClinicalUseIssue.contraindication [ # 0..1 Specifics for when this is a contraindication
    fhir:ClinicalUseIssue.contraindication.diseaseSymptomProcedure [ CodeableReference(ObservationDefinition) ]; # 0..1 The situation that is being documented as contraindicating against this item
    fhir:ClinicalUseIssue.contraindication.diseaseStatus [ CodeableReference(ObservationDefinition) ]; # 0..1 The status of the disease or symptom for the contraindication
    fhir:ClinicalUseIssue.contraindication.comorbidity [ CodeableReference(ObservationDefinition) ], ... ; # 0..* A comorbidity (concurrent condition) or coinfection
    fhir:ClinicalUseIssue.contraindication.indication [ Reference(ClinicalUseIssue) ], ... ; # 0..* The indication which this is a contraidication for
    fhir:ClinicalUseIssue.contraindication.otherTherapy [ # 0..* Information about the use of the medicinal product in relation to other therapies described as part of the contraindication
      fhir:ClinicalUseIssue.contraindication.otherTherapy.relationshipType [ CodeableConcept ]; # 1..1 The type of relationship between the medicinal product indication or contraindication and another therapy
      # ClinicalUseIssue.contraindication.otherTherapy.therapy[x] : 1..1 Reference to a specific medication (active substance, medicinal product or class of products) as part of an indication or contraindication. One of these 1
        fhir:ClinicalUseIssue.contraindication.otherTherapy.therapyCodeableReference [ CodeableReference(ActivityDefinition|Medication|MedicinalProductDefinition|Substance|
  SubstanceDefinition) ]
    ], ...;
  ];
  fhir:ClinicalUseIssue.indication [ # 0..1 Specifics for when this is an indication
    fhir:ClinicalUseIssue.indication.diseaseSymptomProcedure [ CodeableReference(ObservationDefinition) ]; # 0..1 The situation that is being documented as an indicaton for this item
    fhir:ClinicalUseIssue.indication.diseaseStatus [ CodeableReference(ObservationDefinition) ]; # 0..1 The status of the disease or symptom for the indication
    fhir:ClinicalUseIssue.indication.comorbidity [ CodeableReference(ObservationDefinition) ], ... ; # 0..* A comorbidity (concurrent condition) or coinfection as part of the indication
    fhir:ClinicalUseIssue.indication.intendedEffect [ CodeableReference(ObservationDefinition) ]; # 0..1 The intended effect, aim or strategy to be achieved
    fhir:ClinicalUseIssue.indication.duration [ Quantity ]; # 0..1 Timing or duration information
    fhir:ClinicalUseIssue.indication.undesirableEffect [ Reference(ClinicalUseIssue) ], ... ; # 0..* The specific undesirable effects of the medicinal product
    fhir:ClinicalUseIssue.indication.otherTherapy [ See ClinicalUseIssue.contraindication.otherTherapy ], ... ; # 0..* Information about the use of the medicinal product in relation to other therapies described as part of the indication
  ];
  fhir:ClinicalUseIssue.interaction [ # 0..1 Specifics for when this is an interaction
    fhir:ClinicalUseIssue.interaction.interactant [ # 0..* The specific medication, food, substance or laboratory test that interacts
      # ClinicalUseIssue.interaction.interactant.item[x] : 1..1 The specific medication, food or laboratory test that interacts. One of these 2
        fhir:ClinicalUseIssue.interaction.interactant.itemReference [ Reference(Medication|MedicinalProductDefinition|ObservationDefinition|Substance) ]
        fhir:ClinicalUseIssue.interaction.interactant.itemCodeableConcept [ CodeableConcept ]
    ], ...;
    fhir:ClinicalUseIssue.interaction.type [ CodeableConcept ]; # 0..1 The type of the interaction e.g. drug-drug interaction, drug-food interaction, drug-lab test interaction
    fhir:ClinicalUseIssue.interaction.effect [ CodeableReference(ObservationDefinition) ]; # 0..1 The effect of the interaction, for example "reduced gastric absorption of primary medication"
    fhir:ClinicalUseIssue.interaction.incidence [ CodeableConcept ]; # 0..1 The incidence of the interaction, e.g. theoretical, observed
    fhir:ClinicalUseIssue.interaction.management [ CodeableConcept ]; # 0..1 Actions for managing the interaction
  ];
  fhir:ClinicalUseIssue.population [ Population ], ... ; # 0..* The population group to which this applies
  fhir:ClinicalUseIssue.undesirableEffect [ # 0..1 A possible negative outcome from the use of this treatment
    fhir:ClinicalUseIssue.undesirableEffect.symptomConditionEffect [ CodeableReference(ObservationDefinition) ]; # 0..1 The situation in which the undesirable effect may manifest
    fhir:ClinicalUseIssue.undesirableEffect.classification [ CodeableConcept ]; # 0..1 High level classification of the effect
    fhir:ClinicalUseIssue.undesirableEffect.frequencyOfOccurrence [ CodeableConcept ]; # 0..1 How often the effect is seen
  ];
]

Changes since R3

This resource did not exist in Release 2

This analysis is available as XML or JSON.

Structure

NameFlagsCard.TypeDescription & Constraintsdoco
.. ClinicalUseIssue TUDomainResourceA single issue - either an indication, contraindication, interaction or an undesirable effect for a medicinal product, medication, device or procedure
Elements defined in Ancestors: id, meta, implicitRules, language, text, contained, extension, modifierExtension
... identifier Σ0..*IdentifierBusiness identifier for this issue
... type Σ1..1codeindication | contraindication | interaction | undesirable-effect | warning
ClinicalUseIssueType (Required)
... category Σ0..1CodeableConceptA categorisation of the issue, primarily for dividing warnings into subject heading areas such as "Pregnancy and Lactation", "Overdose", "Effects on Ability to Drive and Use Machines"
... status Σ0..1CodeableConceptWhether this is a current issue or one that has been retired etc
... description Σ0..1markdownGeneral description of an effect (particularly for a general warning, rather than any of the more specific types such as indication) for when a distinct coded or textual description is not appropriate using Indication.diseaseSymptomProcedure.text, Contraindication.diseaseSymptomProcedure.text etc. For example "May affect ability to drive"
... contraindication Σ0..1BackboneElementSpecifics for when this is a contraindication
.... diseaseSymptomProcedure Σ0..1CodeableReference(ObservationDefinition)The situation that is being documented as contraindicating against this item
.... diseaseStatus Σ0..1CodeableReference(ObservationDefinition)The status of the disease or symptom for the contraindication
.... comorbidity Σ0..*CodeableReference(ObservationDefinition)A comorbidity (concurrent condition) or coinfection
.... indication Σ0..*Reference(ClinicalUseIssue)The indication which this is a contraidication for
.... otherTherapy Σ0..*BackboneElementInformation about the use of the medicinal product in relation to other therapies described as part of the contraindication
..... relationshipType Σ1..1CodeableConceptThe type of relationship between the medicinal product indication or contraindication and another therapy
..... therapy[x] Σ1..1CodeableReference(MedicinalProductDefinition | Medication | Substance | SubstanceDefinition | ActivityDefinition)Reference to a specific medication (active substance, medicinal product or class of products) as part of an indication or contraindication
... indication Σ0..1BackboneElementSpecifics for when this is an indication
.... diseaseSymptomProcedure Σ0..1CodeableReference(ObservationDefinition)The situation that is being documented as an indicaton for this item
.... diseaseStatus Σ0..1CodeableReference(ObservationDefinition)The status of the disease or symptom for the indication
.... comorbidity Σ0..*CodeableReference(ObservationDefinition)A comorbidity (concurrent condition) or coinfection as part of the indication
.... intendedEffect Σ0..1CodeableReference(ObservationDefinition)The intended effect, aim or strategy to be achieved
.... duration Σ0..1QuantityTiming or duration information
.... undesirableEffect Σ0..*Reference(ClinicalUseIssue)The specific undesirable effects of the medicinal product
.... otherTherapy Σ0..*see otherTherapyInformation about the use of the medicinal product in relation to other therapies described as part of the indication
... interaction Σ0..1BackboneElementSpecifics for when this is an interaction
.... interactant Σ0..*BackboneElementThe specific medication, food, substance or laboratory test that interacts
..... item[x] Σ1..1The specific medication, food or laboratory test that interacts
...... itemReferenceReference(MedicinalProductDefinition | 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..1CodeableReference(ObservationDefinition)The 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
... population Σ0..*PopulationThe population group to which this applies
... undesirableEffect Σ0..1BackboneElementA possible negative outcome from the use of this treatment
.... symptomConditionEffect Σ0..1CodeableReference(ObservationDefinition)The situation in which the undesirable effect may manifest
.... classification Σ0..1CodeableConceptHigh level classification of the effect
.... frequencyOfOccurrence Σ0..1CodeableConceptHow often the effect is seen

doco Documentation for this format

UML Diagram (Legend)

ClinicalUseIssue (DomainResource)Business identifier for this issueidentifier : Identifier [0..*]indication | contraindication | interaction | undesirable-effect | warningtype : code [1..1] « null (Strength=Required)ClinicalUseIssueType! »A categorisation of the issue, primarily for dividing warnings into subject heading areas such as "Pregnancy and Lactation", "Overdose", "Effects on Ability to Drive and Use Machines"category : CodeableConcept [0..1]The medication or procedure for which this is an indicationsubject : Reference [0..*] « MedicinalProductDefinition|Medication| ActivityDefinition|PlanDefinition|Device|DeviceDefinition| Substance »Whether this is a current issue or one that has been retired etcstatus : CodeableConcept [0..1]General description of an effect (particularly for a general warning, rather than any of the more specific types such as indication) for when a distinct coded or textual description is not appropriate using Indication.diseaseSymptomProcedure.text, Contraindication.diseaseSymptomProcedure.text etc. For example "May affect ability to drive"description : markdown [0..1]The population group to which this appliespopulation : Population [0..*]ContraindicationThe situation that is being documented as contraindicating against this itemdiseaseSymptomProcedure : Element [0..1] « ObservationDefinition »The status of the disease or symptom for the contraindicationdiseaseStatus : Element [0..1] « ObservationDefinition »A comorbidity (concurrent condition) or coinfectioncomorbidity : Element [0..*] « ObservationDefinition »The indication which this is a contraidication forindication : Reference [0..*] « ClinicalUseIssue »OtherTherapyThe type of relationship between the medicinal product indication or contraindication and another therapyrelationshipType : CodeableConcept [1..1]Reference to a specific medication (active substance, medicinal product or class of products) as part of an indication or contraindicationtherapy[x] : Element [1..1] « MedicinalProductDefinition|Medication| Substance|SubstanceDefinition|ActivityDefinition »IndicationThe situation that is being documented as an indicaton for this itemdiseaseSymptomProcedure : Element [0..1] « ObservationDefinition »The status of the disease or symptom for the indicationdiseaseStatus : Element [0..1] « ObservationDefinition »A comorbidity (concurrent condition) or coinfection as part of the indicationcomorbidity : Element [0..*] « ObservationDefinition »The intended effect, aim or strategy to be achievedintendedEffect : Element [0..1] « ObservationDefinition »Timing or duration informationduration : Quantity [0..1]The specific undesirable effects of the medicinal productundesirableEffect : Reference [0..*] « ClinicalUseIssue »InteractionThe type of the interaction e.g. drug-drug interaction, drug-food interaction, drug-lab test interactiontype : CodeableConcept [0..1]The effect of the interaction, for example "reduced gastric absorption of primary medication"effect : Element [0..1] « ObservationDefinition »The incidence of the interaction, e.g. theoretical, observedincidence : CodeableConcept [0..1]Actions for managing the interactionmanagement : CodeableConcept [0..1]InteractantThe specific medication, food or laboratory test that interactsitem[x] : Element [1..1] « Reference(MedicinalProductDefinition| Medication|Substance|ObservationDefinition)|CodeableConcept »UndesirableEffectThe situation in which the undesirable effect may manifestsymptomConditionEffect : Element [0..1] « ObservationDefinition »High level classification of the effectclassification : CodeableConcept [0..1]How often the effect is seenfrequencyOfOccurrence : CodeableConcept [0..1]Information about the use of the medicinal product in relation to other therapies described as part of the contraindicationotherTherapy[0..*]Specifics for when this is a contraindicationcontraindication[0..1]Information about the use of the medicinal product in relation to other therapies described as part of the indicationotherTherapy[0..*]Specifics for when this is an indicationindication[0..1]The specific medication, food, substance or laboratory test that interactsinteractant[0..*]Specifics for when this is an interactioninteraction[0..1]Describe the undesirable effects of the medicinal productundesirableEffect[0..1]

XML Template

<ClinicalUseIssue xmlns="http://hl7.org/fhir"> doco
 <!-- from Resource: id, meta, implicitRules, and language -->
 <!-- from DomainResource: text, contained, extension, and modifierExtension -->
 <identifier><!-- 0..* Identifier Business identifier for this issue --></identifier>
 <type value="[code]"/><!-- 1..1 indication | contraindication | interaction | undesirable-effect | warning -->
 <category><!-- 0..1 CodeableConcept A categorisation of the issue, primarily for dividing warnings into subject heading areas such as "Pregnancy and Lactation", "Overdose", "Effects on Ability to Drive and Use Machines" --></category>
 <subject><!-- 0..* Reference(ActivityDefinition|Device|DeviceDefinition|
   Medication|MedicinalProductDefinition|PlanDefinition|Substance) The medication or procedure for which this is an indication --></subject>
 <status><!-- 0..1 CodeableConcept Whether this is a current issue or one that has been retired etc --></status>
 <description value="[markdown]"/><!-- 0..1 General description of an effect (particularly for a general warning, rather than any of the more specific types such as indication) for when a distinct coded or textual description is not appropriate using  Indication.diseaseSymptomProcedure.text, Contraindication.diseaseSymptomProcedure.text etc. For example "May affect ability to drive" -->
 <contraindication>  <!-- 0..1 Specifics for when this is a contraindication -->
  <diseaseSymptomProcedure><!-- 0..1 CodeableReference(ObservationDefinition) The situation that is being documented as contraindicating against this item --></diseaseSymptomProcedure>
  <diseaseStatus><!-- 0..1 CodeableReference(ObservationDefinition) The status of the disease or symptom for the contraindication --></diseaseStatus>
  <comorbidity><!-- 0..* CodeableReference(ObservationDefinition) A comorbidity (concurrent condition) or coinfection --></comorbidity>
  <indication><!-- 0..* Reference(ClinicalUseIssue) The indication which this is a contraidication for --></indication>
  <otherTherapy>  <!-- 0..* Information about the use of the medicinal product in relation to other therapies described as part of the contraindication -->
   <relationshipType><!-- 1..1 CodeableConcept The type of relationship between the medicinal product indication or contraindication and another therapy --></relationshipType>
   <therapyCodeableReference(MedicinalProductDefinition|Medication|Substance|SubstanceDefinition|ActivityDefinition)><!-- 1..1 CodeableReference(ActivityDefinition|Medication|
     MedicinalProductDefinition|Substance|SubstanceDefinition) Reference to a specific medication (active substance, medicinal product or class of products) as part of an indication or contraindication --></therapyCodeableReference(MedicinalProductDefinition|Medication|Substance|SubstanceDefinition|ActivityDefinition)>
  </otherTherapy>
 </contraindication>
 <indication>  <!-- 0..1 Specifics for when this is an indication -->
  <diseaseSymptomProcedure><!-- 0..1 CodeableReference(ObservationDefinition) The situation that is being documented as an indicaton for this item --></diseaseSymptomProcedure>
  <diseaseStatus><!-- 0..1 CodeableReference(ObservationDefinition) The status of the disease or symptom for the indication --></diseaseStatus>
  <comorbidity><!-- 0..* CodeableReference(ObservationDefinition) A comorbidity (concurrent condition) or coinfection as part of the indication --></comorbidity>
  <intendedEffect><!-- 0..1 CodeableReference(ObservationDefinition) The intended effect, aim or strategy to be achieved --></intendedEffect>
  <duration><!-- 0..1 Quantity Timing or duration information --></duration>
  <undesirableEffect><!-- 0..* Reference(ClinicalUseIssue) The specific undesirable effects of the medicinal product --></undesirableEffect>
  <otherTherapy><!-- 0..* Content as for ClinicalUseIssue.contraindication.otherTherapy Information about the use of the medicinal product in relation to other therapies described as part of the indication --></otherTherapy>
 </indication>
 <interaction>  <!-- 0..1 Specifics for when this is an interaction -->
  <interactant>  <!-- 0..* The specific medication, food, substance or laboratory test that interacts -->
   <item[x]><!-- 1..1 Reference(Medication|MedicinalProductDefinition|
     ObservationDefinition|Substance)|CodeableConcept The specific medication, food or laboratory test that interacts --></item[x]>
  </interactant>
  <type><!-- 0..1 CodeableConcept The type of the interaction e.g. drug-drug interaction, drug-food interaction, drug-lab test interaction --></type>
  <effect><!-- 0..1 CodeableReference(ObservationDefinition) The effect of the interaction, for example "reduced gastric absorption of primary medication" --></effect>
  <incidence><!-- 0..1 CodeableConcept The incidence of the interaction, e.g. theoretical, observed --></incidence>
  <management><!-- 0..1 CodeableConcept Actions for managing the interaction --></management>
 </interaction>
 <population><!-- 0..* Population The population group to which this applies --></population>
 <undesirableEffect>  <!-- 0..1 A possible negative outcome from the use of this treatment -->
  <symptomConditionEffect><!-- 0..1 CodeableReference(ObservationDefinition) The situation in which the undesirable effect may manifest --></symptomConditionEffect>
  <classification><!-- 0..1 CodeableConcept High level classification of the effect --></classification>
  <frequencyOfOccurrence><!-- 0..1 CodeableConcept How often the effect is seen --></frequencyOfOccurrence>
 </undesirableEffect>
</ClinicalUseIssue>

JSON Template

{doco
  "resourceType" : "ClinicalUseIssue",
  // from Resource: id, meta, implicitRules, and language
  // from DomainResource: text, contained, extension, and modifierExtension
  "identifier" : [{ Identifier }], // Business identifier for this issue
  "type" : "<code>", // R!  indication | contraindication | interaction | undesirable-effect | warning
  "category" : { CodeableConcept }, // A categorisation of the issue, primarily for dividing warnings into subject heading areas such as "Pregnancy and Lactation", "Overdose", "Effects on Ability to Drive and Use Machines"
  "subject" : [{ Reference(ActivityDefinition|Device|DeviceDefinition|
   Medication|MedicinalProductDefinition|PlanDefinition|Substance) }], // The medication or procedure for which this is an indication
  "status" : { CodeableConcept }, // Whether this is a current issue or one that has been retired etc
  "description" : "<markdown>", // General description of an effect (particularly for a general warning, rather than any of the more specific types such as indication) for when a distinct coded or textual description is not appropriate using  Indication.diseaseSymptomProcedure.text, Contraindication.diseaseSymptomProcedure.text etc. For example "May affect ability to drive"
  "contraindication" : { // Specifics for when this is a contraindication
    "diseaseSymptomProcedure" : { CodeableReference(ObservationDefinition) }, // The situation that is being documented as contraindicating against this item
    "diseaseStatus" : { CodeableReference(ObservationDefinition) }, // The status of the disease or symptom for the contraindication
    "comorbidity" : [{ CodeableReference(ObservationDefinition) }], // A comorbidity (concurrent condition) or coinfection
    "indication" : [{ Reference(ClinicalUseIssue) }], // The indication which this is a contraidication for
    "otherTherapy" : [{ // Information about the use of the medicinal product in relation to other therapies described as part of the contraindication
      "relationshipType" : { CodeableConcept }, // R!  The type of relationship between the medicinal product indication or contraindication and another therapy
      "therapyCodeableReference(MedicinalProductDefinition|Medication|Substance|SubstanceDefinition|ActivityDefinition)" : { CodeableReference(ActivityDefinition|Medication|
     MedicinalProductDefinition|Substance|SubstanceDefinition) } // R!  Reference to a specific medication (active substance, medicinal product or class of products) as part of an indication or contraindication
    }]
  },
  "indication" : { // Specifics for when this is an indication
    "diseaseSymptomProcedure" : { CodeableReference(ObservationDefinition) }, // The situation that is being documented as an indicaton for this item
    "diseaseStatus" : { CodeableReference(ObservationDefinition) }, // The status of the disease or symptom for the indication
    "comorbidity" : [{ CodeableReference(ObservationDefinition) }], // A comorbidity (concurrent condition) or coinfection as part of the indication
    "intendedEffect" : { CodeableReference(ObservationDefinition) }, // The intended effect, aim or strategy to be achieved
    "duration" : { Quantity }, // Timing or duration information
    "undesirableEffect" : [{ Reference(ClinicalUseIssue) }], // The specific undesirable effects of the medicinal product
    "otherTherapy" : [{ Content as for ClinicalUseIssue.contraindication.otherTherapy }] // Information about the use of the medicinal product in relation to other therapies described as part of the indication
  },
  "interaction" : { // Specifics for when this is an interaction
    "interactant" : [{ // The specific medication, food, substance or laboratory test that interacts
      // item[x]: The specific medication, food or laboratory test that interacts. One of these 2:
      "itemReference" : { Reference(Medication|MedicinalProductDefinition|
     ObservationDefinition|Substance) }
      "itemCodeableConcept" : { CodeableConcept }
    }],
    "type" : { CodeableConcept }, // The type of the interaction e.g. drug-drug interaction, drug-food interaction, drug-lab test interaction
    "effect" : { CodeableReference(ObservationDefinition) }, // The effect of the interaction, for example "reduced gastric absorption of primary medication"
    "incidence" : { CodeableConcept }, // The incidence of the interaction, e.g. theoretical, observed
    "management" : { CodeableConcept } // Actions for managing the interaction
  },
  "population" : [{ Population }], // The population group to which this applies
  "undesirableEffect" : { // A possible negative outcome from the use of this treatment
    "symptomConditionEffect" : { CodeableReference(ObservationDefinition) }, // The situation in which the undesirable effect may manifest
    "classification" : { CodeableConcept }, // High level classification of the effect
    "frequencyOfOccurrence" : { CodeableConcept } // How often the effect is seen
  }
}

Turtle Template

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


[ a fhir:ClinicalUseIssue;
  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:ClinicalUseIssue.identifier [ Identifier ], ... ; # 0..* Business identifier for this issue
  fhir:ClinicalUseIssue.type [ code ]; # 1..1 indication | contraindication | interaction | undesirable-effect | warning
  fhir:ClinicalUseIssue.category [ CodeableConcept ]; # 0..1 A categorisation of the issue, primarily for dividing warnings into subject heading areas such as "Pregnancy and Lactation", "Overdose", "Effects on Ability to Drive and Use Machines"
  fhir:ClinicalUseIssue.subject [ Reference(ActivityDefinition|Device|DeviceDefinition|Medication|MedicinalProductDefinition|
  PlanDefinition|Substance) ], ... ; # 0..* The medication or procedure for which this is an indication
  fhir:ClinicalUseIssue.status [ CodeableConcept ]; # 0..1 Whether this is a current issue or one that has been retired etc
  fhir:ClinicalUseIssue.description [ markdown ]; # 0..1 General description of an effect (particularly for a general warning, rather than any of the more specific types such as indication) for when a distinct coded or textual description is not appropriate using  Indication.diseaseSymptomProcedure.text, Contraindication.diseaseSymptomProcedure.text etc. For example "May affect ability to drive"
  fhir:ClinicalUseIssue.contraindication [ # 0..1 Specifics for when this is a contraindication
    fhir:ClinicalUseIssue.contraindication.diseaseSymptomProcedure [ CodeableReference(ObservationDefinition) ]; # 0..1 The situation that is being documented as contraindicating against this item
    fhir:ClinicalUseIssue.contraindication.diseaseStatus [ CodeableReference(ObservationDefinition) ]; # 0..1 The status of the disease or symptom for the contraindication
    fhir:ClinicalUseIssue.contraindication.comorbidity [ CodeableReference(ObservationDefinition) ], ... ; # 0..* A comorbidity (concurrent condition) or coinfection
    fhir:ClinicalUseIssue.contraindication.indication [ Reference(ClinicalUseIssue) ], ... ; # 0..* The indication which this is a contraidication for
    fhir:ClinicalUseIssue.contraindication.otherTherapy [ # 0..* Information about the use of the medicinal product in relation to other therapies described as part of the contraindication
      fhir:ClinicalUseIssue.contraindication.otherTherapy.relationshipType [ CodeableConcept ]; # 1..1 The type of relationship between the medicinal product indication or contraindication and another therapy
      # ClinicalUseIssue.contraindication.otherTherapy.therapy[x] : 1..1 Reference to a specific medication (active substance, medicinal product or class of products) as part of an indication or contraindication. One of these 1
        fhir:ClinicalUseIssue.contraindication.otherTherapy.therapyCodeableReference [ CodeableReference(ActivityDefinition|Medication|MedicinalProductDefinition|Substance|
  SubstanceDefinition) ]
    ], ...;
  ];
  fhir:ClinicalUseIssue.indication [ # 0..1 Specifics for when this is an indication
    fhir:ClinicalUseIssue.indication.diseaseSymptomProcedure [ CodeableReference(ObservationDefinition) ]; # 0..1 The situation that is being documented as an indicaton for this item
    fhir:ClinicalUseIssue.indication.diseaseStatus [ CodeableReference(ObservationDefinition) ]; # 0..1 The status of the disease or symptom for the indication
    fhir:ClinicalUseIssue.indication.comorbidity [ CodeableReference(ObservationDefinition) ], ... ; # 0..* A comorbidity (concurrent condition) or coinfection as part of the indication
    fhir:ClinicalUseIssue.indication.intendedEffect [ CodeableReference(ObservationDefinition) ]; # 0..1 The intended effect, aim or strategy to be achieved
    fhir:ClinicalUseIssue.indication.duration [ Quantity ]; # 0..1 Timing or duration information
    fhir:ClinicalUseIssue.indication.undesirableEffect [ Reference(ClinicalUseIssue) ], ... ; # 0..* The specific undesirable effects of the medicinal product
    fhir:ClinicalUseIssue.indication.otherTherapy [ See ClinicalUseIssue.contraindication.otherTherapy ], ... ; # 0..* Information about the use of the medicinal product in relation to other therapies described as part of the indication
  ];
  fhir:ClinicalUseIssue.interaction [ # 0..1 Specifics for when this is an interaction
    fhir:ClinicalUseIssue.interaction.interactant [ # 0..* The specific medication, food, substance or laboratory test that interacts
      # ClinicalUseIssue.interaction.interactant.item[x] : 1..1 The specific medication, food or laboratory test that interacts. One of these 2
        fhir:ClinicalUseIssue.interaction.interactant.itemReference [ Reference(Medication|MedicinalProductDefinition|ObservationDefinition|Substance) ]
        fhir:ClinicalUseIssue.interaction.interactant.itemCodeableConcept [ CodeableConcept ]
    ], ...;
    fhir:ClinicalUseIssue.interaction.type [ CodeableConcept ]; # 0..1 The type of the interaction e.g. drug-drug interaction, drug-food interaction, drug-lab test interaction
    fhir:ClinicalUseIssue.interaction.effect [ CodeableReference(ObservationDefinition) ]; # 0..1 The effect of the interaction, for example "reduced gastric absorption of primary medication"
    fhir:ClinicalUseIssue.interaction.incidence [ CodeableConcept ]; # 0..1 The incidence of the interaction, e.g. theoretical, observed
    fhir:ClinicalUseIssue.interaction.management [ CodeableConcept ]; # 0..1 Actions for managing the interaction
  ];
  fhir:ClinicalUseIssue.population [ Population ], ... ; # 0..* The population group to which this applies
  fhir:ClinicalUseIssue.undesirableEffect [ # 0..1 A possible negative outcome from the use of this treatment
    fhir:ClinicalUseIssue.undesirableEffect.symptomConditionEffect [ CodeableReference(ObservationDefinition) ]; # 0..1 The situation in which the undesirable effect may manifest
    fhir:ClinicalUseIssue.undesirableEffect.classification [ CodeableConcept ]; # 0..1 High level classification of the effect
    fhir:ClinicalUseIssue.undesirableEffect.frequencyOfOccurrence [ CodeableConcept ]; # 0..1 How often the effect is seen
  ];
]

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

PathDefinitionTypeReference
ClinicalUseIssue.type RequiredClinicalUseIssueType

Search parameters for this resource. The common parameters also apply. See Searching for more information about searching in REST, messaging, and services.

NameTypeDescriptionExpressionIn Common
contraindicationtokenThe situation that is being documented as contraindicating against this item, as a codeClinicalUseIssue.contraindication.diseaseSymptomProcedure
contraindication-referencereferenceThe situation that is being documented as contraindicating against this item, as a referenceClinicalUseIssue.contraindication.diseaseSymptomProcedure
effecttokenThe situation in which the undesirable effect may manifest, as a codeClinicalUseIssue.undesirableEffect.symptomConditionEffect
effect-referencereferenceThe situation in which the undesirable effect may manifest, as a referenceClinicalUseIssue.undesirableEffect.symptomConditionEffect
identifiertokenBusiness identifier for this issueClinicalUseIssue.identifier
indicationtokenThe situation that is being documented as an indicaton for this item, as a codeClinicalUseIssue.indication.diseaseSymptomProcedure
indication-referencereferenceThe situation that is being documented as an indicaton for this item, as a referenceClinicalUseIssue.indication.diseaseSymptomProcedure
interactiontokenThe type of the interaction e.g. drug-drug interaction, drug-food interaction, drug-lab test interactionClinicalUseIssue.interaction.type
productreferenceThe medicinal product for which this is a clinical usage issueClinicalUseIssue.subject.where(resolve() is MedicinalProductDefinition)
(MedicinalProductDefinition, Device, Medication, DeviceDefinition, PlanDefinition, Substance, ActivityDefinition)
subjectreferenceThe resource for which this is a clinical usage issueClinicalUseIssue.subject
(MedicinalProductDefinition, Device, Medication, DeviceDefinition, PlanDefinition, Substance, ActivityDefinition)
type Ntokenindication | contraindication | interaction | undesirable-effect | warningClinicalUseIssue.type