Package org.hl7.fhir.r4.model
Class MedicinalProductIndication
java.lang.Object
org.hl7.fhir.r4.model.Base
org.hl7.fhir.r4.model.BaseResource
org.hl7.fhir.r4.model.Resource
org.hl7.fhir.r4.model.DomainResource
org.hl7.fhir.r4.model.MedicinalProductIndication
- All Implemented Interfaces:
ca.uhn.fhir.model.api.IElement
,Serializable
,org.hl7.fhir.instance.model.api.IAnyResource
,org.hl7.fhir.instance.model.api.IBase
,org.hl7.fhir.instance.model.api.IBaseHasExtensions
,org.hl7.fhir.instance.model.api.IBaseHasModifierExtensions
,org.hl7.fhir.instance.model.api.IBaseResource
,org.hl7.fhir.instance.model.api.IDomainResource
Indication for the Medicinal Product.
- See Also:
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
-
Field Summary
Modifier and TypeFieldDescriptionprotected List
<CodeableConcept> Comorbidity (concurrent condition) or co-infection as part of the indication.protected CodeableConcept
The status of the disease or symptom for which the indication applies.protected CodeableConcept
The disease, symptom or procedure that is the indication for treatment.protected Quantity
Timing or duration information as part of the indication.static final ca.uhn.fhir.model.api.Include
Constant for fluent queries to be used to add include statements.protected CodeableConcept
The intended effect, aim or strategy to be achieved by the indication.Information about the use of the medicinal product in relation to other therapies described as part of the indication.protected List
<Population> The population group to which this applies.static final String
Search parameter: subjectThe medication for which this is an indication.static final ca.uhn.fhir.rest.gclient.ReferenceClientParam
Fluent Client search parameter constant for subjectThe actual objects that are the target of the reference (The medication for which this is an indication.)Describe the undesirable effects of the medicinal product.protected List
<MedicinalProductUndesirableEffect> The actual objects that are the target of the reference (Describe the undesirable effects of the medicinal product.)Fields inherited from class org.hl7.fhir.r4.model.DomainResource
contained, extension, modifierExtension, text
Fields inherited from class org.hl7.fhir.r4.model.Resource
id, implicitRules, language, meta
Fields inherited from interface org.hl7.fhir.instance.model.api.IAnyResource
RES_ID, RES_LAST_UPDATED, RES_PROFILE, RES_SECURITY, RES_TAG, SP_RES_ID, SP_RES_LAST_UPDATED, SP_RES_PROFILE, SP_RES_SECURITY, SP_RES_TAG
Fields inherited from interface org.hl7.fhir.instance.model.api.IBaseResource
INCLUDE_ALL, WILDCARD_ALL_SET
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Use Reference#setResource(IBaseResource) insteadcopy()
void
boolean
equalsDeep
(Base other_) boolean
equalsShallow
(Base other_) fhirType()
getNamedProperty
(int _hash, String _name, boolean _checkValid) Base[]
getProperty
(int hash, String name, boolean checkValid) Deprecated.Use Reference#setResource(IBaseResource) insteadString[]
getTypesForProperty
(int hash, String name) Deprecated.Use Reference#setResource(IBaseResource) insteadboolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
isEmpty()
protected void
listChildren
(List<Property> children) makeProperty
(int hash, String name) void
removeChild
(String name, Base value) setComorbidity
(List<CodeableConcept> theComorbidity) setDiseaseStatus
(CodeableConcept value) setDuration
(Quantity value) setIntendedEffect
(CodeableConcept value) setOtherTherapy
(List<MedicinalProductIndication.MedicinalProductIndicationOtherTherapyComponent> theOtherTherapy) setPopulation
(List<Population> thePopulation) setProperty
(int hash, String name, Base value) setProperty
(String name, Base value) setSubject
(List<Reference> theSubject) setUndesirableEffect
(List<Reference> theUndesirableEffect) protected MedicinalProductIndication
Methods inherited from class org.hl7.fhir.r4.model.DomainResource
addContained, addExtension, addExtension, addExtension, addModifierExtension, addModifierExtension, checkNoModifiers, copyValues, getContained, getContained, getExtension, getExtensionByUrl, getExtensionsByUrl, getModifierExtension, getModifierExtensionsByUrl, getText, hasContained, hasExtension, hasExtension, hasModifierExtension, hasText, setContained, setExtension, setModifierExtension, setText
Methods inherited from class org.hl7.fhir.r4.model.Resource
copyValues, getId, getIdBase, getIdElement, getIdPart, getImplicitRules, getImplicitRulesElement, getLanguage, getLanguage, getLanguageElement, getMeta, hasId, hasIdElement, hasImplicitRules, hasImplicitRulesElement, hasLanguage, hasLanguageElement, hasMeta, setId, setIdBase, setIdElement, setImplicitRules, setImplicitRulesElement, setLanguage, setLanguageElement, setMeta
Methods inherited from class org.hl7.fhir.r4.model.BaseResource
getStructureFhirVersionEnum, isResource, setId
Methods inherited from class org.hl7.fhir.r4.model.Base
castToAddress, castToAnnotation, castToAttachment, castToBase64Binary, castToBoolean, castToCanonical, castToCode, castToCodeableConcept, castToCoding, castToContactDetail, castToContactPoint, castToContributor, castToDataRequirement, castToDate, castToDateTime, castToDecimal, castToDosage, castToDuration, castToElementDefinition, castToExpression, castToExtension, castToHumanName, castToId, castToIdentifier, castToInstant, castToInteger, castToMarkdown, castToMarketingStatus, castToMeta, castToMoney, castToNarrative, castToOid, castToParameterDefinition, castToPeriod, castToPopulation, castToPositiveInt, castToProdCharacteristic, castToProductShelfLife, castToQuantity, castToRange, castToRatio, castToReference, castToRelatedArtifact, castToResource, castToSampledData, castToSignature, castToSimpleQuantity, castToString, castToSubstanceAmount, castToTime, castToTiming, castToTriggerDefinition, castToType, castToUnsignedInt, castToUri, castToUrl, castToUsageContext, castToXhtml, castToXhtmlString, children, clearUserData, compareDeep, compareDeep, compareDeep, compareDeep, compareValues, compareValues, copyValues, dateTimeValue, equals, getChildByName, getFormatCommentsPost, getFormatCommentsPre, getNamedProperty, getUserData, getUserInt, getUserString, getXhtml, hasFormatComment, hasPrimitiveValue, hasType, hasUserData, isBooleanPrimitive, isDateTime, isMetadataBased, isPrimitive, listChildrenByName, listChildrenByName, primitiveValue, setUserData, setUserDataINN
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.hl7.fhir.instance.model.api.IAnyResource
getId, getIdElement, getLanguageElement, getUserData, setId, setUserData
Methods inherited from interface org.hl7.fhir.instance.model.api.IBase
getFormatCommentsPost, getFormatCommentsPre, hasFormatComment
Methods inherited from interface org.hl7.fhir.instance.model.api.IBaseResource
getMeta, getStructureFhirVersionEnum, isDeleted, setId
-
Field Details
-
subject
The medication for which this is an indication. -
subjectTarget
The actual objects that are the target of the reference (The medication for which this is an indication.) -
diseaseSymptomProcedure
The disease, symptom or procedure that is the indication for treatment. -
diseaseStatus
The status of the disease or symptom for which the indication applies. -
comorbidity
Comorbidity (concurrent condition) or co-infection as part of the indication. -
intendedEffect
The intended effect, aim or strategy to be achieved by the indication. -
duration
Timing or duration information as part of the indication. -
otherTherapy
protected List<MedicinalProductIndication.MedicinalProductIndicationOtherTherapyComponent> otherTherapyInformation about the use of the medicinal product in relation to other therapies described as part of the indication. -
undesirableEffect
Describe the undesirable effects of the medicinal product. -
undesirableEffectTarget
The actual objects that are the target of the reference (Describe the undesirable effects of the medicinal product.) -
population
The population group to which this applies. -
SP_SUBJECT
Search parameter: subjectDescription: The medication for which this is an indication
Type: reference
Path: MedicinalProductIndication.subject
- See Also:
-
SUBJECT
Fluent Client search parameter constant for subjectDescription: The medication for which this is an indication
Type: reference
Path: MedicinalProductIndication.subject
-
INCLUDE_SUBJECT
Constant for fluent queries to be used to add include statements. Specifies the path value of "MedicinalProductIndication:subject".
-
-
Constructor Details
-
MedicinalProductIndication
public MedicinalProductIndication()Constructor
-
-
Method Details
-
getSubject
- Returns:
subject
(The medication for which this is an indication.)
-
setSubject
- Returns:
- Returns a reference to
this
for easy method chaining
-
hasSubject
-
addSubject
-
addSubject
-
getSubjectFirstRep
- Returns:
- The first repetition of repeating field
subject
, creating it if it does not already exist
-
getSubjectTarget
Deprecated.Use Reference#setResource(IBaseResource) instead -
getDiseaseSymptomProcedure
- Returns:
diseaseSymptomProcedure
(The disease, symptom or procedure that is the indication for treatment.)
-
hasDiseaseSymptomProcedure
-
setDiseaseSymptomProcedure
- Parameters:
value
-diseaseSymptomProcedure
(The disease, symptom or procedure that is the indication for treatment.)
-
getDiseaseStatus
- Returns:
diseaseStatus
(The status of the disease or symptom for which the indication applies.)
-
hasDiseaseStatus
-
setDiseaseStatus
- Parameters:
value
-diseaseStatus
(The status of the disease or symptom for which the indication applies.)
-
getComorbidity
- Returns:
comorbidity
(Comorbidity (concurrent condition) or co-infection as part of the indication.)
-
setComorbidity
- Returns:
- Returns a reference to
this
for easy method chaining
-
hasComorbidity
-
addComorbidity
-
addComorbidity
-
getComorbidityFirstRep
- Returns:
- The first repetition of repeating field
comorbidity
, creating it if it does not already exist
-
getIntendedEffect
- Returns:
intendedEffect
(The intended effect, aim or strategy to be achieved by the indication.)
-
hasIntendedEffect
-
setIntendedEffect
- Parameters:
value
-intendedEffect
(The intended effect, aim or strategy to be achieved by the indication.)
-
getDuration
- Returns:
duration
(Timing or duration information as part of the indication.)
-
hasDuration
-
setDuration
- Parameters:
value
-duration
(Timing or duration information as part of the indication.)
-
getOtherTherapy
public List<MedicinalProductIndication.MedicinalProductIndicationOtherTherapyComponent> getOtherTherapy()- Returns:
otherTherapy
(Information about the use of the medicinal product in relation to other therapies described as part of the indication.)
-
setOtherTherapy
public MedicinalProductIndication setOtherTherapy(List<MedicinalProductIndication.MedicinalProductIndicationOtherTherapyComponent> theOtherTherapy) - Returns:
- Returns a reference to
this
for easy method chaining
-
hasOtherTherapy
-
addOtherTherapy
-
addOtherTherapy
-
getOtherTherapyFirstRep
public MedicinalProductIndication.MedicinalProductIndicationOtherTherapyComponent getOtherTherapyFirstRep()- Returns:
- The first repetition of repeating field
otherTherapy
, creating it if it does not already exist
-
getUndesirableEffect
- Returns:
undesirableEffect
(Describe the undesirable effects of the medicinal product.)
-
setUndesirableEffect
- Returns:
- Returns a reference to
this
for easy method chaining
-
hasUndesirableEffect
-
addUndesirableEffect
-
addUndesirableEffect
-
getUndesirableEffectFirstRep
- Returns:
- The first repetition of repeating field
undesirableEffect
, creating it if it does not already exist
-
getUndesirableEffectTarget
Deprecated.Use Reference#setResource(IBaseResource) instead -
addUndesirableEffectTarget
Deprecated.Use Reference#setResource(IBaseResource) instead -
getPopulation
- Returns:
population
(The population group to which this applies.)
-
setPopulation
- Returns:
- Returns a reference to
this
for easy method chaining
-
hasPopulation
-
addPopulation
-
addPopulation
-
getPopulationFirstRep
- Returns:
- The first repetition of repeating field
population
, creating it if it does not already exist
-
listChildren
- Overrides:
listChildren
in classDomainResource
-
getNamedProperty
public Property getNamedProperty(int _hash, String _name, boolean _checkValid) throws org.hl7.fhir.exceptions.FHIRException - Overrides:
getNamedProperty
in classDomainResource
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
getProperty
public Base[] getProperty(int hash, String name, boolean checkValid) throws org.hl7.fhir.exceptions.FHIRException - Overrides:
getProperty
in classDomainResource
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
setProperty
public Base setProperty(int hash, String name, Base value) throws org.hl7.fhir.exceptions.FHIRException - Overrides:
setProperty
in classDomainResource
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
setProperty
- Overrides:
setProperty
in classDomainResource
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
removeChild
- Overrides:
removeChild
in classDomainResource
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
makeProperty
- Overrides:
makeProperty
in classDomainResource
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
getTypesForProperty
public String[] getTypesForProperty(int hash, String name) throws org.hl7.fhir.exceptions.FHIRException - Overrides:
getTypesForProperty
in classDomainResource
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
addChild
- Overrides:
addChild
in classDomainResource
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
fhirType
- Specified by:
fhirType
in interfaceorg.hl7.fhir.instance.model.api.IBase
- Overrides:
fhirType
in classDomainResource
-
copy
- Specified by:
copy
in classDomainResource
-
copyValues
-
typedCopy
-
equalsDeep
- Overrides:
equalsDeep
in classDomainResource
-
equalsShallow
- Overrides:
equalsShallow
in classDomainResource
-
isEmpty
- Specified by:
isEmpty
in interfaceorg.hl7.fhir.instance.model.api.IBase
- Overrides:
isEmpty
in classDomainResource
-
getResourceType
- Specified by:
getResourceType
in classResource
-