Foundation
This
page
is
part
of
the
Continuous
Integration
Build
of
FHIR
Specification
(v5.0.0:
R5
-
STU
).
This
is
the
current
published
version
in
it's
permanent
home
(it
will
always
(will
be
available
incorrect/inconsistent
at
this
URL).
For
a
full
list
of
available
versions,
see
times).
See
the
Directory
of
published
versions
.
Page
versions:
R5
R4B
| Responsible Owner: Biomedical Research and Regulation Work Group | Standards Status : Informative | Compartments : No defined compartments |
ShEx statement for clinicalusedefinition
PREFIX fhir: <http://hl7.org/fhir/> PREFIX fhirvs: <http://hl7.org/fhir/ValueSet/> PREFIX xsd: <http://www.w3.org/2001/XMLSchema#> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>IMPORT <code.shex># ShEx Version 2.2 IMPORT <Code.shex> IMPORT <Range.shex> IMPORT <Group.shex>IMPORT <string.shex> IMPORT <Device.shex> IMPORT <markdown.shex> IMPORT <canonical.shex>IMPORT <String.shex> IMPORT <Markdown.shex> IMPORT <Canonical.shex> IMPORT <Reference.shex>IMPORT <Substance.shex>IMPORT <Identifier.shex>IMPORT <Medication.shex>IMPORT <Expression.shex> IMPORT <Medication.shex> IMPORT <DomainResource.shex>IMPORT <PlanDefinition.shex>IMPORT <CodeableConcept.shex> IMPORT <BackboneElement.shex> IMPORT <NutritionProduct.shex>IMPORT <DeviceDefinition.shex>IMPORT <CodeableReference.shex>IMPORT <ActivityDefinition.shex>IMPORT <SubstanceDefinition.shex> IMPORT <ObservationDefinition.shex> IMPORT <MedicinalProductDefinition.shex> IMPORT <BiologicallyDerivedProduct.shex> start=@<ClinicalUseDefinition> AND {fhir:nodeRole [fhir:treeRoot]} # A single issue - either an indication, contraindication, interaction or an undesirable effect for a medicinal product, medication, device or procedure <ClinicalUseDefinition> EXTENDS @<DomainResource> CLOSED {a [fhir:ClinicalUseDefinition]?; fhir:nodeRole [fhir:treeRoot]?;a [fhir:ClinicalUseDefinition]?;fhir:nodeRole [fhir:treeRoot]?; fhir:identifier @<OneOrMore_Identifier>?; # Business identifier for this issuefhir:type @<code> ANDfhir:type @<Code> AND {fhir:v @fhirvs:clinical-use-definition-type}; # indication | contraindication | # interaction | undesirable-effect | # warning fhir:category @<OneOrMore_CodeableConcept>?; # A categorisation of the issue, # primarily for dividing warnings # into subject heading areas such as # "Pregnancy", "Overdose"fhir:subject @<OneOrMore_Reference_ActivityDefinition_OR_BiologicallyDerivedProduct_OR_Device_OR_DeviceDefinition_OR_Medication_OR_MedicinalProductDefinition_OR_NutritionProduct_OR_PlanDefinition_OR_Substance>?; # The medication, product,fhir:subject @<OneOrMore_CodeableReference>; # The medication, product, # substance, device, procedure etc.# for which this is an indication# for which this is an indication, # contraindication, interaction, # undesirable effect, or warning fhir:status @<CodeableConcept>?; # Whether this is a current issue or # one that has been retired etcfhir:contraindication @<ClinicalUseDefinition.contraindication>?; # Specifics for when this is a # contraindicationfhir:undesirableEffect @<ClinicalUseDefinition.undesirableEffect>?; # A possible negative outcome from # the use of this treatment fhir:indication @<ClinicalUseDefinition.indication>?; # Specifics for when this is an # indication fhir:contraindication @<ClinicalUseDefinition.contraindication>?; # Specifics for when this is a # contraindication fhir:interaction @<ClinicalUseDefinition.interaction>?; # Specifics for when this is an # interaction fhir:population @<OneOrMore_Reference_Group>?; # The population group to which this # appliesfhir:library @<OneOrMore_canonical>?; # Logic used by the clinical usefhir:library @<OneOrMore_Canonical>?; # Logic used by the clinical use # definitionfhir:undesirableEffect @<ClinicalUseDefinition.undesirableEffect>?; # A possible negative outcome from # the use of this treatmentfhir:warning @<ClinicalUseDefinition.warning>?; # Critical environmental, health or # physical risks or hazards. For # example 'Do not operate heavy # machinery', 'May cause drowsiness' }# The specific medication, product, food etc. or laboratory test that interacts <ClinicalUseDefinition.interaction.interactant> EXTENDS @<BackboneElement> CLOSED { fhir:item (@<Reference> AND {fhir:link @<MedicinalProductDefinition> OR @<Medication> OR @<Substance> OR @<NutritionProduct> OR @<BiologicallyDerivedProduct> OR @<ObservationDefinition> }) OR @<CodeableConcept> ; # The specific medication, product, # food etc. or laboratory test that # interacts }# Specifics for when this is an indication <ClinicalUseDefinition.indication> EXTENDS @<BackboneElement> CLOSED { fhir:diseaseSymptomProcedure @<CodeableReference>?; # The situation that is being# documented as an indicaton for# documented as an indication for # this item fhir:diseaseStatus @<CodeableReference>?; # The status of the disease or # symptom for the indication fhir:comorbidity @<OneOrMore_CodeableReference>?; # A comorbidity or coinfection as # part of the indicationfhir:intendedEffect @<CodeableReference>?; # The intended effect, aim orfhir:intendedEffect @<OneOrMore_CodeableReference>?; # The intended effect, aim or # strategy to be achieved fhir:duration @<Range> OR@<string> ?; # Timing or duration information fhir:undesirableEffect @<OneOrMore_Reference_ClinicalUseDefinition>?; # An unwanted side effect or@<String> ?; # Timing or duration information fhir:undesirableEffect @<OneOrMore_ClinicalUseDefinition.undesirableEffect>?; # An unwanted side effect or # negative outcome of the subject of # this resource when being used for # this indication fhir:applicability @<Expression>?; # An expression that returns true or # false, indicating whether the # indication is applicable or not, # after having applied its other # elementsfhir:otherTherapy @<OneOrMore_ClinicalUseDefinition.contraindication.otherTherapy>?; # The use of the medicinal product # in relation to other therapies # described as part of the # indicationfhir:otherTherapy @<OneOrMore_ClinicalUseDefinition.indication.otherTherapy>?; # Information about use of the # product in relation to other # therapies described as part of the # contraindication }# Specifics for when this is an interaction <ClinicalUseDefinition.interaction> EXTENDS @<BackboneElement> CLOSED { fhir:interactant @<OneOrMore_ClinicalUseDefinition.interaction.interactant>?; # The specific medication, product, # food etc. or laboratory test that # interacts fhir:type @<CodeableConcept>?; # The type of the interaction e.g. # drug-drug interaction, drug-lab # test interaction fhir:effect @<CodeableReference>?; # The effect of the interaction, for # example "reduced gastric # absorption of primary medication" fhir:incidence @<CodeableConcept>?; # The incidence of the interaction, # e.g. theoretical, observed# A possible negative outcome from the use of this treatment <ClinicalUseDefinition.undesirableEffect> EXTENDS @<BackboneElement> CLOSED { fhir:symptomConditionEffect @<CodeableReference>?; # The situation in which the # undesirable effect may manifest fhir:classification @<CodeableConcept>?; # High level classification of the # effect fhir:frequencyOfOccurrence @<CodeableConcept>?; # How often the effect is seen fhir:management @<OneOrMore_CodeableConcept>?; # Actions for managing the# interaction# undesirable effect } # Information about use of the product in relation to other therapies described as part of the contraindication <ClinicalUseDefinition.indication.otherTherapy> EXTENDS @<BackboneElement> CLOSED { fhir:relationshipType @<CodeableConcept>; # The type of relationship between # the product # indication/contraindication and # another therapy fhir:treatment @<CodeableReference>; # Reference to a specific # medication, substance etc. as part # of an indication or # contraindication } # Specifics for when this is a contraindication <ClinicalUseDefinition.contraindication> EXTENDS @<BackboneElement> CLOSED { fhir:diseaseSymptomProcedure @<CodeableReference>?; # The situation that is being # documented as contraindicating # against this item fhir:diseaseStatus @<CodeableReference>?; # The status of the disease or # symptom for the contraindication fhir:comorbidity @<OneOrMore_CodeableReference>?; # A comorbidity (concurrent # condition) or coinfectionfhir:indication @<OneOrMore_Reference_ClinicalUseDefinition>?; # The indication which this is a # contraidication forfhir:indication @<OneOrMore_ClinicalUseDefinition.indication>?; # The indication which this is a # contraindication for fhir:applicability @<Expression>?; # An expression that returns true or # false, indicating whether the # indication is applicable or not, # after having applied its other # elementsfhir:otherTherapy @<OneOrMore_ClinicalUseDefinition.contraindication.otherTherapy>?; # Information about use of thefhir:management @<OneOrMore_CodeableConcept>?; # Actions for managing the # contraindication fhir:otherTherapy @<OneOrMore_ClinicalUseDefinition.indication.otherTherapy>?; # Information about use of the # product in relation to other # therapies described as part of the # contraindication } # The specific medication, product, food etc. or laboratory test that interacts <ClinicalUseDefinition.interaction.interactant> EXTENDS @<BackboneElement> CLOSED { fhir:item (@<Reference> AND {fhir:l @<MedicinalProductDefinition> OR @<Medication> OR @<SubstanceDefinition> OR @<NutritionProduct> OR @<BiologicallyDerivedProduct> OR @<ObservationDefinition> }) OR @<CodeableConcept> ; # The specific medication, product, # food etc. or laboratory test that # interacts fhir:route @<CodeableConcept>?; # The route by which the item is # administered to cause the # interaction } # Critical environmental, health or physical risks or hazards. For example 'Do not operate heavy machinery', 'May cause drowsiness' <ClinicalUseDefinition.warning> EXTENDS @<BackboneElement> CLOSED {fhir:description @<markdown>?; # A textual definition of thisfhir:description @<Markdown>?; # A textual definition of this # warning, with formatting fhir:code @<CodeableConcept>?; # A coded or unformatted textual # definition of this warning }# A possible negative outcome from the use of this treatment <ClinicalUseDefinition.undesirableEffect> EXTENDS @<BackboneElement> CLOSED { fhir:symptomConditionEffect @<CodeableReference>?; # The situation in which the # undesirable effect may manifest fhir:classification @<CodeableConcept>?; # High level classification of the # effect fhir:frequencyOfOccurrence @<CodeableConcept>?; # How often the effect is seen } # Information about use of the product in relation to other therapies described as part of the contraindication <ClinicalUseDefinition.contraindication.otherTherapy> EXTENDS @<BackboneElement> CLOSED { fhir:relationshipType @<CodeableConcept>; # The type of relationship between # the product # indication/contraindication and # another therapy fhir:treatment @<CodeableReference>; # Reference to a specific # medication, substance etc. as part # of an indication or # contraindication# Specifics for when this is an interaction <ClinicalUseDefinition.interaction> EXTENDS @<BackboneElement> CLOSED { fhir:interactant @<OneOrMore_ClinicalUseDefinition.interaction.interactant>?; # The specific medication, product, # food etc. or laboratory test that # interacts fhir:type @<CodeableConcept>?; # The type of the interaction e.g. # drug-drug interaction, drug-lab # test interaction fhir:effect @<CodeableReference>?; # The effect of the interaction, for # example "reduced gastric # absorption of primary medication" fhir:incidence @<CodeableConcept>?; # The incidence of the interaction, # e.g. theoretical, observed fhir:management @<OneOrMore_CodeableConcept>?; # Actions for managing the # interaction fhir:severity @<CodeableConcept>?; # The severity of the interaction } #---------------------- Cardinality Types (OneOrMore) ------------------- <OneOrMore_Identifier> CLOSED { rdf:first @<Identifier> ; rdf:rest [rdf:nil] OR @<OneOrMore_Identifier> } <OneOrMore_CodeableConcept> CLOSED { rdf:first @<CodeableConcept> ; rdf:rest [rdf:nil] OR @<OneOrMore_CodeableConcept> }<OneOrMore_Reference_ActivityDefinition_OR_BiologicallyDerivedProduct_OR_Device_OR_DeviceDefinition_OR_Medication_OR_MedicinalProductDefinition_OR_NutritionProduct_OR_PlanDefinition_OR_Substance> CLOSED { rdf:first @<Reference> AND {fhir:link @<ActivityDefinition> OR @<BiologicallyDerivedProduct> OR @<Device> OR @<DeviceDefinition> OR @<Medication> OR @<MedicinalProductDefinition> OR @<NutritionProduct> OR @<PlanDefinition> OR @<Substance> } ; rdf:rest [rdf:nil] OR @<OneOrMore_Reference_ActivityDefinition_OR_BiologicallyDerivedProduct_OR_Device_OR_DeviceDefinition_OR_Medication_OR_MedicinalProductDefinition_OR_NutritionProduct_OR_PlanDefinition_OR_Substance><OneOrMore_CodeableReference> CLOSED { rdf:first @<CodeableReference> ; rdf:rest [rdf:nil] OR @<OneOrMore_CodeableReference> } <OneOrMore_Reference_Group> CLOSED {rdf:first @<Reference> AND {fhir:linkrdf:first @<Reference> AND {fhir:l @<Group> } ; rdf:rest [rdf:nil] OR @<OneOrMore_Reference_Group> }<OneOrMore_canonical> CLOSED { rdf:first @<canonical> ; rdf:rest [rdf:nil] OR @<OneOrMore_canonical><OneOrMore_Canonical> CLOSED { rdf:first @<Canonical> ; rdf:rest [rdf:nil] OR @<OneOrMore_Canonical> }<OneOrMore_CodeableReference> CLOSED { rdf:first @<CodeableReference> ; rdf:rest [rdf:nil] OR @<OneOrMore_CodeableReference><OneOrMore_ClinicalUseDefinition.undesirableEffect> CLOSED { rdf:first @<ClinicalUseDefinition.undesirableEffect> ; rdf:rest [rdf:nil] OR @<OneOrMore_ClinicalUseDefinition.undesirableEffect> }<OneOrMore_Reference_ClinicalUseDefinition> CLOSED { rdf:first @<Reference> AND {fhir:link @<ClinicalUseDefinition> } ; rdf:rest [rdf:nil] OR @<OneOrMore_Reference_ClinicalUseDefinition><OneOrMore_ClinicalUseDefinition.indication.otherTherapy> CLOSED { rdf:first @<ClinicalUseDefinition.indication.otherTherapy> ; rdf:rest [rdf:nil] OR @<OneOrMore_ClinicalUseDefinition.indication.otherTherapy> }<OneOrMore_ClinicalUseDefinition.contraindication.otherTherapy> CLOSED { rdf:first @<ClinicalUseDefinition.contraindication.otherTherapy> ; rdf:rest [rdf:nil] OR @<OneOrMore_ClinicalUseDefinition.contraindication.otherTherapy><OneOrMore_ClinicalUseDefinition.indication> CLOSED { rdf:first @<ClinicalUseDefinition.indication> ; rdf:rest [rdf:nil] OR @<OneOrMore_ClinicalUseDefinition.indication> } <OneOrMore_ClinicalUseDefinition.interaction.interactant> CLOSED { rdf:first @<ClinicalUseDefinition.interaction.interactant> ; rdf:rest [rdf:nil] OR @<OneOrMore_ClinicalUseDefinition.interaction.interactant> } #---------------------- Value Sets ------------------------ # Overall defining type of this clinical use definition. fhirvs:clinical-use-definition-type ["indication" "contraindication" "interaction" "undesirable-effect" "warning"]
Usage note: every effort has been made to ensure that the ShEx files are correct and useful, but they are not a normative part of the specification.
FHIR
®©
HL7.org
2011+.
FHIR
R5
hl7.fhir.core#5.0.0
R6
hl7.fhir.core#6.0.0-ballot3
generated
on
Sun,
Mar
26,
2023
15:24+1100.
Thu,
Nov
27,
2025
16:53+0000.
Links:
Search
|
Version
History
|
Contents
|
Glossary
|
QA
|
Compare
to
R4
|
Compare
to
R4B
R5
|
Compare
to
Last
Ballot
|
|
Propose
a
change