Release 4

11.13 Resource MedicinalProductContraindication - Content

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

The clinical particulars - indications, contraindications etc. of a medicinal product, including for regulatory purposes.

A reason why a medicinal product is not to be used in a certain context

Structure

NameFlagsCard.TypeDescription & Constraintsdoco
.. MedicinalProductContraindication ΣTUDomainResourceMedicinalProductContraindication
Элементы, определённые в родительском элементе: id, meta, implicitRules, language, text, contained, extension, modifierExtension
... subject Σ0..*Reference(MedicinalProduct | Medication)The medication for which this is an indication
... disease Σ0..1CodeableConceptThe disease, symptom or procedure for the contraindication
... diseaseStatus Σ0..1CodeableConceptThe status of the disease or symptom for the contraindication
... comorbidity Σ0..*CodeableConceptA comorbidity (concurrent condition) or coinfection
... therapeuticIndication Σ0..*Reference(MedicinalProductIndication)Information about the use of the medicinal product in relation to other therapies as part of the indication
... otherTherapy Σ0..*BackboneElementInformation about the use of the medicinal product in relation to other therapies described as part of the indication
.... therapyRelationshipType Σ1..1CodeableConceptThe type of relationship between the medicinal product indication or contraindication and another therapy
.... medication[x] Σ1..1Reference to a specific medication (active substance, medicinal product or class of products) as part of an indication or contraindication
..... medicationCodeableConceptCodeableConcept
..... medicationReferenceReference(MedicinalProduct | Medication | Substance | SubstanceSpecification)
... population Σ0..*PopulationThe population group to which this applies

doco Documentation for this format

XML Template

<MedicinalProductContraindication xmlns="http://hl7.org/fhir"> doco
 <!-- 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>
 <disease><!-- 0..1 CodeableConcept The disease, symptom or procedure for the contraindication --></disease>
 <diseaseStatus><!-- 0..1 CodeableConcept The status of the disease or symptom for the contraindication --></diseaseStatus>
 <comorbidity><!-- 0..* CodeableConcept A comorbidity (concurrent condition) or coinfection --></comorbidity>
 <therapeuticIndication><!-- 0..* Reference(MedicinalProductIndication) Information about the use of the medicinal product in relation to other therapies as part of the indication --></therapeuticIndication>
 <otherTherapy>  <!-- 0..* Information about the use of the medicinal product in relation to other therapies described as part of the indication -->
  <therapyRelationshipType><!-- 1..1 CodeableConcept The type of relationship between the medicinal product indication or contraindication and another therapy --></therapyRelationshipType>
  <medication[x]><!-- 1..1 CodeableConcept|Reference(MedicinalProduct|Medication|
    Substance|SubstanceSpecification) Reference to a specific medication (active substance, medicinal product or class of products) as part of an indication or contraindication --></medication[x]>
 </otherTherapy>
 <population><!-- 0..* Population The population group to which this applies --></population>
</MedicinalProductContraindication>

Turtle Template

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


[ a fhir:MedicinalProductContraindication;
  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:MedicinalProductContraindication.subject [ Reference(MedicinalProduct|Medication) ], ... ; # 0..* The medication for which this is an indication
  fhir:MedicinalProductContraindication.disease [ CodeableConcept ]; # 0..1 The disease, symptom or procedure for the contraindication
  fhir:MedicinalProductContraindication.diseaseStatus [ CodeableConcept ]; # 0..1 The status of the disease or symptom for the contraindication
  fhir:MedicinalProductContraindication.comorbidity [ CodeableConcept ], ... ; # 0..* A comorbidity (concurrent condition) or coinfection
  fhir:MedicinalProductContraindication.therapeuticIndication [ Reference(MedicinalProductIndication) ], ... ; # 0..* Information about the use of the medicinal product in relation to other therapies as part of the indication
  fhir:MedicinalProductContraindication.otherTherapy [ # 0..* Information about the use of the medicinal product in relation to other therapies described as part of the indication
    fhir:MedicinalProductContraindication.otherTherapy.therapyRelationshipType [ CodeableConcept ]; # 1..1 The type of relationship between the medicinal product indication or contraindication and another therapy
    # MedicinalProductContraindication.otherTherapy.medication[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 2
      fhir:MedicinalProductContraindication.otherTherapy.medicationCodeableConcept [ CodeableConcept ]
      fhir:MedicinalProductContraindication.otherTherapy.medicationReference [ Reference(MedicinalProduct|Medication|Substance|SubstanceSpecification) ]
  ], ...;
  fhir:MedicinalProductContraindication.population [ Population ], ... ; # 0..* The population group to which this applies
]

Changes since R3

This resource did not exist in Release 2

This analysis is available as XML or JSON.

Structure

NameFlagsCard.TypeDescription & Constraintsdoco
.. MedicinalProductContraindication ΣTUDomainResourceMedicinalProductContraindication
Элементы, определённые в родительском элементе: id, meta, implicitRules, language, text, contained, extension, modifierExtension
... subject Σ0..*Reference(MedicinalProduct | Medication)The medication for which this is an indication
... disease Σ0..1CodeableConceptThe disease, symptom or procedure for the contraindication
... diseaseStatus Σ0..1CodeableConceptThe status of the disease or symptom for the contraindication
... comorbidity Σ0..*CodeableConceptA comorbidity (concurrent condition) or coinfection
... therapeuticIndication Σ0..*Reference(MedicinalProductIndication)Information about the use of the medicinal product in relation to other therapies as part of the indication
... otherTherapy Σ0..*BackboneElementInformation about the use of the medicinal product in relation to other therapies described as part of the indication
.... therapyRelationshipType Σ1..1CodeableConceptThe type of relationship between the medicinal product indication or contraindication and another therapy
.... medication[x] Σ1..1Reference to a specific medication (active substance, medicinal product or class of products) as part of an indication or contraindication
..... medicationCodeableConceptCodeableConcept
..... medicationReferenceReference(MedicinalProduct | Medication | Substance | SubstanceSpecification)
... population Σ0..*PopulationThe population group to which this applies

doco Documentation for this format

XML Template

<MedicinalProductContraindication xmlns="http://hl7.org/fhir"> doco
 <!-- 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>
 <disease><!-- 0..1 CodeableConcept The disease, symptom or procedure for the contraindication --></disease>
 <diseaseStatus><!-- 0..1 CodeableConcept The status of the disease or symptom for the contraindication --></diseaseStatus>
 <comorbidity><!-- 0..* CodeableConcept A comorbidity (concurrent condition) or coinfection --></comorbidity>
 <therapeuticIndication><!-- 0..* Reference(MedicinalProductIndication) Information about the use of the medicinal product in relation to other therapies as part of the indication --></therapeuticIndication>
 <otherTherapy>  <!-- 0..* Information about the use of the medicinal product in relation to other therapies described as part of the indication -->
  <therapyRelationshipType><!-- 1..1 CodeableConcept The type of relationship between the medicinal product indication or contraindication and another therapy --></therapyRelationshipType>
  <medication[x]><!-- 1..1 CodeableConcept|Reference(MedicinalProduct|Medication|
    Substance|SubstanceSpecification) Reference to a specific medication (active substance, medicinal product or class of products) as part of an indication or contraindication --></medication[x]>
 </otherTherapy>
 <population><!-- 0..* Population The population group to which this applies --></population>
</MedicinalProductContraindication>

Turtle Template

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


[ a fhir:MedicinalProductContraindication;
  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:MedicinalProductContraindication.subject [ Reference(MedicinalProduct|Medication) ], ... ; # 0..* The medication for which this is an indication
  fhir:MedicinalProductContraindication.disease [ CodeableConcept ]; # 0..1 The disease, symptom or procedure for the contraindication
  fhir:MedicinalProductContraindication.diseaseStatus [ CodeableConcept ]; # 0..1 The status of the disease or symptom for the contraindication
  fhir:MedicinalProductContraindication.comorbidity [ CodeableConcept ], ... ; # 0..* A comorbidity (concurrent condition) or coinfection
  fhir:MedicinalProductContraindication.therapeuticIndication [ Reference(MedicinalProductIndication) ], ... ; # 0..* Information about the use of the medicinal product in relation to other therapies as part of the indication
  fhir:MedicinalProductContraindication.otherTherapy [ # 0..* Information about the use of the medicinal product in relation to other therapies described as part of the indication
    fhir:MedicinalProductContraindication.otherTherapy.therapyRelationshipType [ CodeableConcept ]; # 1..1 The type of relationship between the medicinal product indication or contraindication and another therapy
    # MedicinalProductContraindication.otherTherapy.medication[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 2
      fhir:MedicinalProductContraindication.otherTherapy.medicationCodeableConcept [ CodeableConcept ]
      fhir:MedicinalProductContraindication.otherTherapy.medicationReference [ Reference(MedicinalProduct|Medication|Substance|SubstanceSpecification) ]
  ], ...;
  fhir:MedicinalProductContraindication.population [ Population ], ... ; # 0..* The population group to which this applies
]

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

Параметры поиска для этого ресурса. Также к нему применяются общие параметры. Более подробную информацию о поиске в REST, обмене сообщениями и сервисах см. в разделе Поиск.

ИмяТипОпределениеВыражениеОбщее
subjectreferenceThe medication for which this is an contraindicationMedicinalProductContraindication.subject
(Medication, MedicinalProduct)