public class DetectedIssue extends DomainResource
| Modifier and Type | Class and Description |
|---|---|
static class |
DetectedIssue.DetectedIssueEvidenceComponent |
static class |
DetectedIssue.DetectedIssueMitigationComponent |
static class |
DetectedIssue.DetectedIssueSeverity |
static class |
DetectedIssue.DetectedIssueSeverityEnumFactory |
static class |
DetectedIssue.DetectedIssueStatus |
static class |
DetectedIssue.DetectedIssueStatusEnumFactory |
| Modifier and Type | Field and Description |
|---|---|
protected Reference |
author
Individual or device responsible for the issue being raised.
|
static ca.uhn.fhir.rest.gclient.ReferenceClientParam |
AUTHOR
Fluent Client search parameter constant for author
|
protected Resource |
authorTarget
The actual object that is the target of the reference (Individual or device responsible for the issue being raised.
|
protected CodeableConcept |
code
Identifies the general type of issue identified.
|
static ca.uhn.fhir.rest.gclient.TokenClientParam |
CODE
Fluent Client search parameter constant for code
|
protected StringType |
detail
A textual explanation of the detected issue.
|
protected List<DetectedIssue.DetectedIssueEvidenceComponent> |
evidence
Supporting evidence or manifestations that provide the basis for identifying the detected issue such as a GuidanceResponse or MeasureReport.
|
protected Type |
identified
The date or period when the detected issue was initially identified.
|
static ca.uhn.fhir.rest.gclient.DateClientParam |
IDENTIFIED
Fluent Client search parameter constant for identified
|
protected List<Identifier> |
identifier
Business identifier associated with the detected issue record.
|
static ca.uhn.fhir.rest.gclient.TokenClientParam |
IDENTIFIER
Fluent Client search parameter constant for identifier
|
protected List<Reference> |
implicated
Indicates the resource representing the current activity or proposed activity that is potentially problematic.
|
static ca.uhn.fhir.rest.gclient.ReferenceClientParam |
IMPLICATED
Fluent Client search parameter constant for implicated
|
protected List<Resource> |
implicatedTarget
The actual objects that are the target of the reference (Indicates the resource representing the current activity or proposed activity that is potentially problematic.)
|
static ca.uhn.fhir.model.api.Include |
INCLUDE_AUTHOR
Constant for fluent queries to be used to add include statements.
|
static ca.uhn.fhir.model.api.Include |
INCLUDE_IMPLICATED
Constant for fluent queries to be used to add include statements.
|
static ca.uhn.fhir.model.api.Include |
INCLUDE_PATIENT
Constant for fluent queries to be used to add include statements.
|
protected List<DetectedIssue.DetectedIssueMitigationComponent> |
mitigation
Indicates an action that has been taken or is committed to reduce or eliminate the likelihood of the risk identified by the detected issue from manifesting.
|
protected Reference |
patient
Indicates the patient whose record the detected issue is associated with.
|
static ca.uhn.fhir.rest.gclient.ReferenceClientParam |
PATIENT
Fluent Client search parameter constant for patient
|
protected Patient |
patientTarget
The actual object that is the target of the reference (Indicates the patient whose record the detected issue is associated with.)
|
protected UriType |
reference
The literature, knowledge-base or similar reference that describes the propensity for the detected issue identified.
|
protected Enumeration<DetectedIssue.DetectedIssueSeverity> |
severity
Indicates the degree of importance associated with the identified issue based on the potential impact on the patient.
|
static String |
SP_AUTHOR
Search parameter: author
|
static String |
SP_CODE
Search parameter: code
|
static String |
SP_IDENTIFIED
Search parameter: identified
|
static String |
SP_IDENTIFIER
Search parameter: identifier
|
static String |
SP_IMPLICATED
Search parameter: implicated
|
static String |
SP_PATIENT
Search parameter: patient
|
protected Enumeration<DetectedIssue.DetectedIssueStatus> |
status
Indicates the status of the detected issue.
|
contained, extension, modifierExtension, textid, implicitRules, language, meta| Constructor and Description |
|---|
DetectedIssue()
Constructor
|
DetectedIssue(Enumeration<DetectedIssue.DetectedIssueStatus> status)
Constructor
|
addContained, addExtension, addExtension, addExtension, addModifierExtension, addModifierExtension, checkNoModifiers, copyValues, getContained, getExtension, getExtensionByUrl, getExtensionsByUrl, getModifierExtension, getModifierExtensionsByUrl, getText, hasContained, hasExtension, hasExtension, hasModifierExtension, hasText, setContained, setExtension, setModifierExtension, setTextcopyValues, getId, getIdBase, getIdElement, getImplicitRules, getImplicitRulesElement, getLanguage, getLanguage, getLanguageElement, getMeta, hasId, hasIdElement, hasImplicitRules, hasImplicitRulesElement, hasLanguage, hasLanguageElement, hasMeta, setId, setIdBase, setIdElement, setImplicitRules, setImplicitRulesElement, setLanguage, setLanguageElement, setMetagetStructureFhirVersionEnum, isResource, setIdcastToAddress, 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, dateTimeValue, equals, getChildByName, getFormatCommentsPost, getFormatCommentsPre, getNamedProperty, getUserData, getUserInt, getUserString, hasFormatComment, hasPrimitiveValue, hasType, hasUserData, isBooleanPrimitive, isDateTime, isMetadataBased, isPrimitive, listChildrenByName, listChildrenByName, primitiveValue, setUserData, setUserDataINNclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetId, getIdElement, getLanguageElement, getUserData, setId, setUserDataprotected List<Identifier> identifier
protected Enumeration<DetectedIssue.DetectedIssueStatus> status
protected CodeableConcept code
protected Enumeration<DetectedIssue.DetectedIssueSeverity> severity
protected Reference patient
protected Patient patientTarget
protected Type identified
protected Reference author
protected Resource authorTarget
protected List<Reference> implicated
protected List<Resource> implicatedTarget
protected List<DetectedIssue.DetectedIssueEvidenceComponent> evidence
protected StringType detail
protected UriType reference
protected List<DetectedIssue.DetectedIssueMitigationComponent> mitigation
public static final String SP_IDENTIFIER
Description: Unique id for the detected issue
Type: token
Path: DetectedIssue.identifier
public static final ca.uhn.fhir.rest.gclient.TokenClientParam IDENTIFIER
Description: Unique id for the detected issue
Type: token
Path: DetectedIssue.identifier
public static final String SP_CODE
Description: Issue Category, e.g. drug-drug, duplicate therapy, etc.
Type: token
Path: DetectedIssue.code
public static final ca.uhn.fhir.rest.gclient.TokenClientParam CODE
Description: Issue Category, e.g. drug-drug, duplicate therapy, etc.
Type: token
Path: DetectedIssue.code
public static final String SP_IDENTIFIED
Description: When identified
Type: date
Path: DetectedIssue.identified[x]
public static final ca.uhn.fhir.rest.gclient.DateClientParam IDENTIFIED
Description: When identified
Type: date
Path: DetectedIssue.identified[x]
public static final String SP_PATIENT
Description: Associated patient
Type: reference
Path: DetectedIssue.patient
public static final ca.uhn.fhir.rest.gclient.ReferenceClientParam PATIENT
Description: Associated patient
Type: reference
Path: DetectedIssue.patient
public static final ca.uhn.fhir.model.api.Include INCLUDE_PATIENT
public static final String SP_AUTHOR
Description: The provider or device that identified the issue
Type: reference
Path: DetectedIssue.author
public static final ca.uhn.fhir.rest.gclient.ReferenceClientParam AUTHOR
Description: The provider or device that identified the issue
Type: reference
Path: DetectedIssue.author
public static final ca.uhn.fhir.model.api.Include INCLUDE_AUTHOR
public static final String SP_IMPLICATED
Description: Problem resource
Type: reference
Path: DetectedIssue.implicated
public static final ca.uhn.fhir.rest.gclient.ReferenceClientParam IMPLICATED
Description: Problem resource
Type: reference
Path: DetectedIssue.implicated
public static final ca.uhn.fhir.model.api.Include INCLUDE_IMPLICATED
public DetectedIssue()
public DetectedIssue(Enumeration<DetectedIssue.DetectedIssueStatus> status)
public List<Identifier> getIdentifier()
identifier (Business identifier associated with the detected issue record.)public DetectedIssue setIdentifier(List<Identifier> theIdentifier)
this for easy method chainingpublic boolean hasIdentifier()
public Identifier addIdentifier()
public DetectedIssue addIdentifier(Identifier t)
public Identifier getIdentifierFirstRep()
identifier, creating it if it does not already existpublic Enumeration<DetectedIssue.DetectedIssueStatus> getStatusElement()
status (Indicates the status of the detected issue.). This is the underlying object with id, value and extensions. The accessor "getStatus" gives direct access to the valuepublic boolean hasStatusElement()
public boolean hasStatus()
public DetectedIssue setStatusElement(Enumeration<DetectedIssue.DetectedIssueStatus> value)
value - status (Indicates the status of the detected issue.). This is the underlying object with id, value and extensions. The accessor "getStatus" gives direct access to the valuepublic DetectedIssue.DetectedIssueStatus getStatus()
public DetectedIssue setStatus(DetectedIssue.DetectedIssueStatus value)
value - Indicates the status of the detected issue.public CodeableConcept getCode()
code (Identifies the general type of issue identified.)public boolean hasCode()
public DetectedIssue setCode(CodeableConcept value)
value - code (Identifies the general type of issue identified.)public Enumeration<DetectedIssue.DetectedIssueSeverity> getSeverityElement()
severity (Indicates the degree of importance associated with the identified issue based on the potential impact on the patient.). This is the underlying object with id, value and extensions. The accessor "getSeverity" gives direct access to the valuepublic boolean hasSeverityElement()
public boolean hasSeverity()
public DetectedIssue setSeverityElement(Enumeration<DetectedIssue.DetectedIssueSeverity> value)
value - severity (Indicates the degree of importance associated with the identified issue based on the potential impact on the patient.). This is the underlying object with id, value and extensions. The accessor "getSeverity" gives direct access to the valuepublic DetectedIssue.DetectedIssueSeverity getSeverity()
public DetectedIssue setSeverity(DetectedIssue.DetectedIssueSeverity value)
value - Indicates the degree of importance associated with the identified issue based on the potential impact on the patient.public Reference getPatient()
patient (Indicates the patient whose record the detected issue is associated with.)public boolean hasPatient()
public DetectedIssue setPatient(Reference value)
value - patient (Indicates the patient whose record the detected issue is associated with.)public Patient getPatientTarget()
patient The actual object that is the target of the reference. The reference library doesn't populate this, but you can use it to hold the resource if you resolve it. (Indicates the patient whose record the detected issue is associated with.)public DetectedIssue setPatientTarget(Patient value)
value - patient The actual object that is the target of the reference. The reference library doesn't use these, but you can use it to hold the resource if you resolve it. (Indicates the patient whose record the detected issue is associated with.)public Type getIdentified()
identified (The date or period when the detected issue was initially identified.)public DateTimeType getIdentifiedDateTimeType() throws org.hl7.fhir.exceptions.FHIRException
identified (The date or period when the detected issue was initially identified.)org.hl7.fhir.exceptions.FHIRExceptionpublic boolean hasIdentifiedDateTimeType()
public Period getIdentifiedPeriod() throws org.hl7.fhir.exceptions.FHIRException
identified (The date or period when the detected issue was initially identified.)org.hl7.fhir.exceptions.FHIRExceptionpublic boolean hasIdentifiedPeriod()
public boolean hasIdentified()
public DetectedIssue setIdentified(Type value)
value - identified (The date or period when the detected issue was initially identified.)public Reference getAuthor()
author (Individual or device responsible for the issue being raised. For example, a decision support application or a pharmacist conducting a medication review.)public boolean hasAuthor()
public DetectedIssue setAuthor(Reference value)
value - author (Individual or device responsible for the issue being raised. For example, a decision support application or a pharmacist conducting a medication review.)public Resource getAuthorTarget()
author The actual object that is the target of the reference. The reference library doesn't populate this, but you can use it to hold the resource if you resolve it. (Individual or device responsible for the issue being raised. For example, a decision support application or a pharmacist conducting a medication review.)public DetectedIssue setAuthorTarget(Resource value)
value - author The actual object that is the target of the reference. The reference library doesn't use these, but you can use it to hold the resource if you resolve it. (Individual or device responsible for the issue being raised. For example, a decision support application or a pharmacist conducting a medication review.)public List<Reference> getImplicated()
implicated (Indicates the resource representing the current activity or proposed activity that is potentially problematic.)public DetectedIssue setImplicated(List<Reference> theImplicated)
this for easy method chainingpublic boolean hasImplicated()
public Reference addImplicated()
public DetectedIssue addImplicated(Reference t)
public Reference getImplicatedFirstRep()
implicated, creating it if it does not already exist@Deprecated public List<Resource> getImplicatedTarget()
public List<DetectedIssue.DetectedIssueEvidenceComponent> getEvidence()
evidence (Supporting evidence or manifestations that provide the basis for identifying the detected issue such as a GuidanceResponse or MeasureReport.)public DetectedIssue setEvidence(List<DetectedIssue.DetectedIssueEvidenceComponent> theEvidence)
this for easy method chainingpublic boolean hasEvidence()
public DetectedIssue.DetectedIssueEvidenceComponent addEvidence()
public DetectedIssue addEvidence(DetectedIssue.DetectedIssueEvidenceComponent t)
public DetectedIssue.DetectedIssueEvidenceComponent getEvidenceFirstRep()
evidence, creating it if it does not already existpublic StringType getDetailElement()
detail (A textual explanation of the detected issue.). This is the underlying object with id, value and extensions. The accessor "getDetail" gives direct access to the valuepublic boolean hasDetailElement()
public boolean hasDetail()
public DetectedIssue setDetailElement(StringType value)
value - detail (A textual explanation of the detected issue.). This is the underlying object with id, value and extensions. The accessor "getDetail" gives direct access to the valuepublic DetectedIssue setDetail(String value)
value - A textual explanation of the detected issue.public UriType getReferenceElement()
reference (The literature, knowledge-base or similar reference that describes the propensity for the detected issue identified.). This is the underlying object with id, value and extensions. The accessor "getReference" gives direct access to the valuepublic boolean hasReferenceElement()
public boolean hasReference()
public DetectedIssue setReferenceElement(UriType value)
value - reference (The literature, knowledge-base or similar reference that describes the propensity for the detected issue identified.). This is the underlying object with id, value and extensions. The accessor "getReference" gives direct access to the valuepublic String getReference()
public DetectedIssue setReference(String value)
value - The literature, knowledge-base or similar reference that describes the propensity for the detected issue identified.public List<DetectedIssue.DetectedIssueMitigationComponent> getMitigation()
mitigation (Indicates an action that has been taken or is committed to reduce or eliminate the likelihood of the risk identified by the detected issue from manifesting. Can also reflect an observation of known mitigating factors that may reduce/eliminate the need for any action.)public DetectedIssue setMitigation(List<DetectedIssue.DetectedIssueMitigationComponent> theMitigation)
this for easy method chainingpublic boolean hasMitigation()
public DetectedIssue.DetectedIssueMitigationComponent addMitigation()
public DetectedIssue addMitigation(DetectedIssue.DetectedIssueMitigationComponent t)
public DetectedIssue.DetectedIssueMitigationComponent getMitigationFirstRep()
mitigation, creating it if it does not already existprotected void listChildren(List<Property> children)
listChildren in class DomainResourcepublic Property getNamedProperty(int _hash, String _name, boolean _checkValid) throws org.hl7.fhir.exceptions.FHIRException
getNamedProperty in class DomainResourceorg.hl7.fhir.exceptions.FHIRExceptionpublic Base[] getProperty(int hash, String name, boolean checkValid) throws org.hl7.fhir.exceptions.FHIRException
getProperty in class DomainResourceorg.hl7.fhir.exceptions.FHIRExceptionpublic Base setProperty(int hash, String name, Base value) throws org.hl7.fhir.exceptions.FHIRException
setProperty in class DomainResourceorg.hl7.fhir.exceptions.FHIRExceptionpublic Base setProperty(String name, Base value) throws org.hl7.fhir.exceptions.FHIRException
setProperty in class DomainResourceorg.hl7.fhir.exceptions.FHIRExceptionpublic Base makeProperty(int hash, String name) throws org.hl7.fhir.exceptions.FHIRException
makeProperty in class DomainResourceorg.hl7.fhir.exceptions.FHIRExceptionpublic String[] getTypesForProperty(int hash, String name) throws org.hl7.fhir.exceptions.FHIRException
getTypesForProperty in class DomainResourceorg.hl7.fhir.exceptions.FHIRExceptionpublic Base addChild(String name) throws org.hl7.fhir.exceptions.FHIRException
addChild in class DomainResourceorg.hl7.fhir.exceptions.FHIRExceptionpublic String fhirType()
fhirType in interface org.hl7.fhir.instance.model.api.IBasefhirType in class DomainResourcepublic DetectedIssue copy()
copy in class DomainResourcepublic void copyValues(DetectedIssue dst)
protected DetectedIssue typedCopy()
public boolean equalsDeep(Base other_)
equalsDeep in class DomainResourcepublic boolean equalsShallow(Base other_)
equalsShallow in class DomainResourcepublic boolean isEmpty()
isEmpty in interface org.hl7.fhir.instance.model.api.IBaseisEmpty in class DomainResourcepublic ResourceType getResourceType()
getResourceType in class ResourceCopyright © 2014–2021 Health Level 7. All rights reserved.