Order Catalog Implementation Guide, published by HL7 International - Orders and Observations Work Group. This is not an authorized publication; it is the continuous build for version current). This version is based on the current content of https://github.com/HL7/fhir-order-catalog/ and changes regularly. See the Directory of published versions
Official URL: http://hl7.org/fhir/uv/order-catalog/StructureDefinition/ContraindicationDefinition | Version: current | |||
Draft as of 2023-01-08 | Computable Name: ContraindicationDefinition |
This profile constrains the base resource ClinicalUseDefinition to represent a contraindication associated with a healthcare item (medication, device, test, service …) described in a catalog
Usage:
Description of Profiles, Differentials, Snapshots and how the different presentations work.
This structure is derived from ClinicalUseDefinition
Name | Flags | Card. | Type | Description & Constraints![]() |
---|---|---|---|---|
![]() ![]() | 0..* | ClinicalUseDefinition | A single issue - either an indication, contraindication, interaction or an undesirable effect for a medicinal product, medication, device or procedure | |
![]() ![]() ![]() | 1..1 | code | indication | contraindication | interaction | undesirable-effect | warning Fixed Value: contraindication | |
![]() ![]() ![]() | 1..1 | BackboneElement | Specifics for when this is a contraindication | |
![]() ![]() ![]() | 0..0 | |||
![]() ![]() ![]() | 0..0 | |||
![]() ![]() ![]() | 0..0 | |||
![]() ![]() ![]() | 0..0 | |||
![]() |
Name | Flags | Card. | Type | Description & Constraints![]() |
---|---|---|---|---|
![]() ![]() | C | 0..* | ClinicalUseDefinition | A single issue - either an indication, contraindication, interaction or an undesirable effect for a medicinal product, medication, device or procedure |
![]() ![]() ![]() | ?!Σ | 0..1 | uri | A set of rules under which this content was created |
![]() ![]() ![]() | ?!Σ | 0..* | Extension | Extensions that cannot be ignored |
![]() ![]() ![]() | Σ | 1..1 | code | indication | contraindication | interaction | undesirable-effect | warning Binding: ClinicalUseDefinitionType (required): Overall defining type of this clinical use definition. Fixed Value: contraindication |
![]() ![]() ![]() | Σ | 1..1 | BackboneElement | Specifics for when this is a contraindication |
![]() ![]() ![]() ![]() | ?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized |
![]() |
Path | Conformance | ValueSet / Code |
ClinicalUseDefinition.type | required | Fixed Value: contraindication |
Id | Grade | Path(s) | Details | Requirements |
cud-1 | error | ClinicalUseDefinition | Indication, Contraindication, Interaction, UndesirableEffect and Warning cannot be used in the same instance : (ClinicalUseDefinition.indication.count() + ClinicalUseDefinition.contraindication.count() + ClinicalUseDefinition.interaction.count() + ClinicalUseDefinition.undesirableEffect.count() + ClinicalUseDefinition.warning.count()) < 2 | |
dom-2 | error | ClinicalUseDefinition | If the resource is contained in another resource, it SHALL NOT contain nested Resources : contained.contained.empty() | |
dom-3 | error | ClinicalUseDefinition | If the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource : contained.where((('#'+id in (%resource.descendants().reference | %resource.descendants().ofType(canonical) | %resource.descendants().ofType(uri) | %resource.descendants().ofType(url))) or descendants().where(reference = '#').exists() or descendants().where(as(canonical) = '#').exists() or descendants().where(as(canonical) = '#').exists()).not()).trace('unmatched', id).empty() | |
dom-4 | error | ClinicalUseDefinition | If a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated : contained.meta.versionId.empty() and contained.meta.lastUpdated.empty() | |
dom-5 | error | ClinicalUseDefinition | If a resource is contained in another resource, it SHALL NOT have a security label : contained.meta.security.empty() | |
dom-6 | best practice | ClinicalUseDefinition | A resource should have narrative for robust management : text.`div`.exists() | |
ele-1 | error | **ALL** elements | All FHIR elements must have a @value or children : hasValue() or (children().count() > id.count()) | |
ext-1 | error | **ALL** extensions | Must have either extensions or value[x], not both : extension.exists() != value.exists() |
Name | Flags | Card. | Type | Description & Constraints![]() | ||||
---|---|---|---|---|---|---|---|---|
![]() ![]() | C | 0..* | ClinicalUseDefinition | A single issue - either an indication, contraindication, interaction or an undesirable effect for a medicinal product, medication, device or procedure | ||||
![]() ![]() ![]() | Σ | 0..1 | id | Logical id of this artifact | ||||
![]() ![]() ![]() | Σ | 0..1 | Meta | Metadata about the resource | ||||
![]() ![]() ![]() | ?!Σ | 0..1 | uri | A set of rules under which this content was created | ||||
![]() ![]() ![]() | 0..1 | code | Language of the resource content Binding: CommonLanguages (preferred): IETF language tag
| |||||
![]() ![]() ![]() | 0..1 | Narrative | Text summary of the resource, for human interpretation | |||||
![]() ![]() ![]() | 0..* | Resource | Contained, inline Resources | |||||
![]() ![]() ![]() | 0..* | Extension | Additional content defined by implementations | |||||
![]() ![]() ![]() | ?!Σ | 0..* | Extension | Extensions that cannot be ignored | ||||
![]() ![]() ![]() | Σ | 0..* | Identifier | Business identifier for this issue | ||||
![]() ![]() ![]() | Σ | 1..1 | code | indication | contraindication | interaction | undesirable-effect | warning Binding: ClinicalUseDefinitionType (required): Overall defining type of this clinical use definition. Fixed Value: contraindication | ||||
![]() ![]() ![]() | Σ | 0..* | CodeableConcept | A categorisation of the issue, primarily for dividing warnings into subject heading areas such as "Pregnancy", "Overdose" Binding: ClinicalUseDefinitionCategory (preferred): A categorisation for a clinical use information item. | ||||
![]() ![]() ![]() | Σ | 0..* | Reference(MedicinalProductDefinition | Medication | ActivityDefinition | PlanDefinition | Device | DeviceDefinition | Substance) | The medication or procedure for which this is an indication | ||||
![]() ![]() ![]() | Σ | 0..1 | CodeableConcept | Whether this is a current issue or one that has been retired etc Binding: PublicationStatus (preferred): The lifecycle status of an artifact. | ||||
![]() ![]() ![]() | Σ | 1..1 | BackboneElement | Specifics for when this is a contraindication | ||||
![]() ![]() ![]() ![]() | 0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() | 0..* | Extension | Additional content defined by implementations | |||||
![]() ![]() ![]() ![]() | ?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized | ||||
![]() ![]() ![]() ![]() | Σ | 0..1 | CodeableReference(ObservationDefinition) | The situation that is being documented as contraindicating against this item Binding: DiseaseSymptomProcedure (example): A symptom, disease or procedure. | ||||
![]() ![]() ![]() ![]() | Σ | 0..1 | CodeableReference(ObservationDefinition) | The status of the disease or symptom for the contraindication Binding: DiseaseStatus (example): The status of a disease or symptom. | ||||
![]() ![]() ![]() ![]() | Σ | 0..* | CodeableReference(ObservationDefinition) | A comorbidity (concurrent condition) or coinfection Binding: DiseaseSymptomProcedure (example): A symptom, disease or procedure. | ||||
![]() ![]() ![]() ![]() | Σ | 0..* | Reference(ClinicalUseDefinition) | The indication which this is a contraidication for | ||||
![]() ![]() ![]() ![]() | Σ | 0..* | BackboneElement | Information about use of the product in relation to other therapies described as part of the contraindication | ||||
![]() ![]() ![]() ![]() ![]() | 0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() ![]() | 0..* | Extension | Additional content defined by implementations | |||||
![]() ![]() ![]() ![]() ![]() | ?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized | ||||
![]() ![]() ![]() ![]() ![]() | Σ | 1..1 | CodeableConcept | The type of relationship between the product indication/contraindication and another therapy Binding: TherapyRelationshipType (preferred): Classification of relationship between a therapy and a contraindication or an indication. | ||||
![]() ![]() ![]() ![]() ![]() | Σ | 1..1 | CodeableReference(MedicinalProductDefinition | Medication | Substance | SubstanceDefinition | ActivityDefinition) | Reference to a specific medication as part of an indication or contraindication Binding: Therapy (example): A therapy. | ||||
![]() ![]() ![]() | Σ | 0..* | Reference(Group) | The population group to which this applies | ||||
![]() |
Path | Conformance | ValueSet / Code | ||||
ClinicalUseDefinition.language | preferred | CommonLanguages
| ||||
ClinicalUseDefinition.type | required | Fixed Value: contraindication | ||||
ClinicalUseDefinition.category | preferred | ClinicalUseDefinitionCategory | ||||
ClinicalUseDefinition.status | preferred | PublicationStatus | ||||
ClinicalUseDefinition.contraindication.diseaseSymptomProcedure | example | DiseaseSymptomProcedure | ||||
ClinicalUseDefinition.contraindication.diseaseStatus | example | DiseaseStatus | ||||
ClinicalUseDefinition.contraindication.comorbidity | example | DiseaseSymptomProcedure | ||||
ClinicalUseDefinition.contraindication.otherTherapy.relationshipType | preferred | TherapyRelationshipType | ||||
ClinicalUseDefinition.contraindication.otherTherapy.treatment | example | Therapy | ||||
ClinicalUseDefinition.indication.diseaseSymptomProcedure | example | DiseaseSymptomProcedure | ||||
ClinicalUseDefinition.indication.diseaseStatus | example | DiseaseStatus | ||||
ClinicalUseDefinition.indication.comorbidity | example | DiseaseSymptomProcedure | ||||
ClinicalUseDefinition.indication.intendedEffect | preferred | ProductIntendedUse | ||||
ClinicalUseDefinition.interaction.interactant.item[x] | example | Interactant | ||||
ClinicalUseDefinition.interaction.type | example | InteractionType | ||||
ClinicalUseDefinition.interaction.effect | example | InteractionEffect | ||||
ClinicalUseDefinition.interaction.incidence | example | InteractionIncidence | ||||
ClinicalUseDefinition.interaction.management | example | InteractionManagement | ||||
ClinicalUseDefinition.undesirableEffect.symptomConditionEffect | example | UndesirableEffectSymptom | ||||
ClinicalUseDefinition.undesirableEffect.classification | example | UndesirableEffectClassification | ||||
ClinicalUseDefinition.undesirableEffect.frequencyOfOccurrence | example | UndesirablEffectFrequency | ||||
ClinicalUseDefinition.warning.code | example | WarningType |
Id | Grade | Path(s) | Details | Requirements |
ele-1 | error | **ALL** elements | All FHIR elements must have a @value or children : hasValue() or (children().count() > id.count()) | |
ext-1 | error | **ALL** extensions | Must have either extensions or value[x], not both : extension.exists() != value.exists() |
This structure is derived from ClinicalUseDefinition
Differential View
This structure is derived from ClinicalUseDefinition
Name | Flags | Card. | Type | Description & Constraints![]() |
---|---|---|---|---|
![]() ![]() | 0..* | ClinicalUseDefinition | A single issue - either an indication, contraindication, interaction or an undesirable effect for a medicinal product, medication, device or procedure | |
![]() ![]() ![]() | 1..1 | code | indication | contraindication | interaction | undesirable-effect | warning Fixed Value: contraindication | |
![]() ![]() ![]() | 1..1 | BackboneElement | Specifics for when this is a contraindication | |
![]() ![]() ![]() | 0..0 | |||
![]() ![]() ![]() | 0..0 | |||
![]() ![]() ![]() | 0..0 | |||
![]() ![]() ![]() | 0..0 | |||
![]() |
Key Elements View
Name | Flags | Card. | Type | Description & Constraints![]() |
---|---|---|---|---|
![]() ![]() | C | 0..* | ClinicalUseDefinition | A single issue - either an indication, contraindication, interaction or an undesirable effect for a medicinal product, medication, device or procedure |
![]() ![]() ![]() | ?!Σ | 0..1 | uri | A set of rules under which this content was created |
![]() ![]() ![]() | ?!Σ | 0..* | Extension | Extensions that cannot be ignored |
![]() ![]() ![]() | Σ | 1..1 | code | indication | contraindication | interaction | undesirable-effect | warning Binding: ClinicalUseDefinitionType (required): Overall defining type of this clinical use definition. Fixed Value: contraindication |
![]() ![]() ![]() | Σ | 1..1 | BackboneElement | Specifics for when this is a contraindication |
![]() ![]() ![]() ![]() | ?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized |
![]() |
Path | Conformance | ValueSet / Code |
ClinicalUseDefinition.type | required | Fixed Value: contraindication |
Id | Grade | Path(s) | Details | Requirements |
cud-1 | error | ClinicalUseDefinition | Indication, Contraindication, Interaction, UndesirableEffect and Warning cannot be used in the same instance : (ClinicalUseDefinition.indication.count() + ClinicalUseDefinition.contraindication.count() + ClinicalUseDefinition.interaction.count() + ClinicalUseDefinition.undesirableEffect.count() + ClinicalUseDefinition.warning.count()) < 2 | |
dom-2 | error | ClinicalUseDefinition | If the resource is contained in another resource, it SHALL NOT contain nested Resources : contained.contained.empty() | |
dom-3 | error | ClinicalUseDefinition | If the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource : contained.where((('#'+id in (%resource.descendants().reference | %resource.descendants().ofType(canonical) | %resource.descendants().ofType(uri) | %resource.descendants().ofType(url))) or descendants().where(reference = '#').exists() or descendants().where(as(canonical) = '#').exists() or descendants().where(as(canonical) = '#').exists()).not()).trace('unmatched', id).empty() | |
dom-4 | error | ClinicalUseDefinition | If a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated : contained.meta.versionId.empty() and contained.meta.lastUpdated.empty() | |
dom-5 | error | ClinicalUseDefinition | If a resource is contained in another resource, it SHALL NOT have a security label : contained.meta.security.empty() | |
dom-6 | best practice | ClinicalUseDefinition | A resource should have narrative for robust management : text.`div`.exists() | |
ele-1 | error | **ALL** elements | All FHIR elements must have a @value or children : hasValue() or (children().count() > id.count()) | |
ext-1 | error | **ALL** extensions | Must have either extensions or value[x], not both : extension.exists() != value.exists() |
Snapshot View
Name | Flags | Card. | Type | Description & Constraints![]() | ||||
---|---|---|---|---|---|---|---|---|
![]() ![]() | C | 0..* | ClinicalUseDefinition | A single issue - either an indication, contraindication, interaction or an undesirable effect for a medicinal product, medication, device or procedure | ||||
![]() ![]() ![]() | Σ | 0..1 | id | Logical id of this artifact | ||||
![]() ![]() ![]() | Σ | 0..1 | Meta | Metadata about the resource | ||||
![]() ![]() ![]() | ?!Σ | 0..1 | uri | A set of rules under which this content was created | ||||
![]() ![]() ![]() | 0..1 | code | Language of the resource content Binding: CommonLanguages (preferred): IETF language tag
| |||||
![]() ![]() ![]() | 0..1 | Narrative | Text summary of the resource, for human interpretation | |||||
![]() ![]() ![]() | 0..* | Resource | Contained, inline Resources | |||||
![]() ![]() ![]() | 0..* | Extension | Additional content defined by implementations | |||||
![]() ![]() ![]() | ?!Σ | 0..* | Extension | Extensions that cannot be ignored | ||||
![]() ![]() ![]() | Σ | 0..* | Identifier | Business identifier for this issue | ||||
![]() ![]() ![]() | Σ | 1..1 | code | indication | contraindication | interaction | undesirable-effect | warning Binding: ClinicalUseDefinitionType (required): Overall defining type of this clinical use definition. Fixed Value: contraindication | ||||
![]() ![]() ![]() | Σ | 0..* | CodeableConcept | A categorisation of the issue, primarily for dividing warnings into subject heading areas such as "Pregnancy", "Overdose" Binding: ClinicalUseDefinitionCategory (preferred): A categorisation for a clinical use information item. | ||||
![]() ![]() ![]() | Σ | 0..* | Reference(MedicinalProductDefinition | Medication | ActivityDefinition | PlanDefinition | Device | DeviceDefinition | Substance) | The medication or procedure for which this is an indication | ||||
![]() ![]() ![]() | Σ | 0..1 | CodeableConcept | Whether this is a current issue or one that has been retired etc Binding: PublicationStatus (preferred): The lifecycle status of an artifact. | ||||
![]() ![]() ![]() | Σ | 1..1 | BackboneElement | Specifics for when this is a contraindication | ||||
![]() ![]() ![]() ![]() | 0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() | 0..* | Extension | Additional content defined by implementations | |||||
![]() ![]() ![]() ![]() | ?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized | ||||
![]() ![]() ![]() ![]() | Σ | 0..1 | CodeableReference(ObservationDefinition) | The situation that is being documented as contraindicating against this item Binding: DiseaseSymptomProcedure (example): A symptom, disease or procedure. | ||||
![]() ![]() ![]() ![]() | Σ | 0..1 | CodeableReference(ObservationDefinition) | The status of the disease or symptom for the contraindication Binding: DiseaseStatus (example): The status of a disease or symptom. | ||||
![]() ![]() ![]() ![]() | Σ | 0..* | CodeableReference(ObservationDefinition) | A comorbidity (concurrent condition) or coinfection Binding: DiseaseSymptomProcedure (example): A symptom, disease or procedure. | ||||
![]() ![]() ![]() ![]() | Σ | 0..* | Reference(ClinicalUseDefinition) | The indication which this is a contraidication for | ||||
![]() ![]() ![]() ![]() | Σ | 0..* | BackboneElement | Information about use of the product in relation to other therapies described as part of the contraindication | ||||
![]() ![]() ![]() ![]() ![]() | 0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() ![]() | 0..* | Extension | Additional content defined by implementations | |||||
![]() ![]() ![]() ![]() ![]() | ?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized | ||||
![]() ![]() ![]() ![]() ![]() | Σ | 1..1 | CodeableConcept | The type of relationship between the product indication/contraindication and another therapy Binding: TherapyRelationshipType (preferred): Classification of relationship between a therapy and a contraindication or an indication. | ||||
![]() ![]() ![]() ![]() ![]() | Σ | 1..1 | CodeableReference(MedicinalProductDefinition | Medication | Substance | SubstanceDefinition | ActivityDefinition) | Reference to a specific medication as part of an indication or contraindication Binding: Therapy (example): A therapy. | ||||
![]() ![]() ![]() | Σ | 0..* | Reference(Group) | The population group to which this applies | ||||
![]() |
Path | Conformance | ValueSet / Code | ||||
ClinicalUseDefinition.language | preferred | CommonLanguages
| ||||
ClinicalUseDefinition.type | required | Fixed Value: contraindication | ||||
ClinicalUseDefinition.category | preferred | ClinicalUseDefinitionCategory | ||||
ClinicalUseDefinition.status | preferred | PublicationStatus | ||||
ClinicalUseDefinition.contraindication.diseaseSymptomProcedure | example | DiseaseSymptomProcedure | ||||
ClinicalUseDefinition.contraindication.diseaseStatus | example | DiseaseStatus | ||||
ClinicalUseDefinition.contraindication.comorbidity | example | DiseaseSymptomProcedure | ||||
ClinicalUseDefinition.contraindication.otherTherapy.relationshipType | preferred | TherapyRelationshipType | ||||
ClinicalUseDefinition.contraindication.otherTherapy.treatment | example | Therapy | ||||
ClinicalUseDefinition.indication.diseaseSymptomProcedure | example | DiseaseSymptomProcedure | ||||
ClinicalUseDefinition.indication.diseaseStatus | example | DiseaseStatus | ||||
ClinicalUseDefinition.indication.comorbidity | example | DiseaseSymptomProcedure | ||||
ClinicalUseDefinition.indication.intendedEffect | preferred | ProductIntendedUse | ||||
ClinicalUseDefinition.interaction.interactant.item[x] | example | Interactant | ||||
ClinicalUseDefinition.interaction.type | example | InteractionType | ||||
ClinicalUseDefinition.interaction.effect | example | InteractionEffect | ||||
ClinicalUseDefinition.interaction.incidence | example | InteractionIncidence | ||||
ClinicalUseDefinition.interaction.management | example | InteractionManagement | ||||
ClinicalUseDefinition.undesirableEffect.symptomConditionEffect | example | UndesirableEffectSymptom | ||||
ClinicalUseDefinition.undesirableEffect.classification | example | UndesirableEffectClassification | ||||
ClinicalUseDefinition.undesirableEffect.frequencyOfOccurrence | example | UndesirablEffectFrequency | ||||
ClinicalUseDefinition.warning.code | example | WarningType |
Id | Grade | Path(s) | Details | Requirements |
ele-1 | error | **ALL** elements | All FHIR elements must have a @value or children : hasValue() or (children().count() > id.count()) | |
ext-1 | error | **ALL** extensions | Must have either extensions or value[x], not both : extension.exists() != value.exists() |
This structure is derived from ClinicalUseDefinition
Other representations of profile: CSV, Excel, Schematron