public class GuidanceResponse extends DomainResource
| Modifier and Type | Class and Description |
|---|---|
static class |
GuidanceResponse.GuidanceResponseStatus |
static class |
GuidanceResponse.GuidanceResponseStatusEnumFactory |
| Modifier and Type | Field and Description |
|---|---|
protected List<DataRequirement> |
dataRequirement
If the evaluation could not be completed due to lack of information, or additional information would potentially result in a more accurate response, this element will a description of the data required in order to proceed with the evaluation.
|
protected Reference |
encounter
The encounter during which this response was created or to which the creation of this record is tightly associated.
|
protected Encounter |
encounterTarget
The actual object that is the target of the reference (The encounter during which this response was created or to which the creation of this record is tightly associated.)
|
protected List<Reference> |
evaluationMessage
Messages resulting from the evaluation of the artifact or artifacts.
|
protected List<OperationOutcome> |
evaluationMessageTarget
The actual objects that are the target of the reference (Messages resulting from the evaluation of the artifact or artifacts.
|
protected List<Identifier> |
identifier
Allows a service to provide unique, business identifiers for the response.
|
static ca.uhn.fhir.rest.gclient.TokenClientParam |
IDENTIFIER
Fluent Client search parameter constant for identifier
|
static ca.uhn.fhir.model.api.Include |
INCLUDE_PATIENT
Constant for fluent queries to be used to add include statements.
|
static ca.uhn.fhir.model.api.Include |
INCLUDE_SUBJECT
Constant for fluent queries to be used to add include statements.
|
protected Type |
module
An identifier, CodeableConcept or canonical reference to the guidance that was requested.
|
protected List<Annotation> |
note
Provides a mechanism to communicate additional information about the response.
|
protected DateTimeType |
occurrenceDateTime
Indicates when the guidance response was processed.
|
protected Reference |
outputParameters
The output parameters of the evaluation, if any.
|
protected Parameters |
outputParametersTarget
The actual object that is the target of the reference (The output parameters of the evaluation, if any.
|
static ca.uhn.fhir.rest.gclient.ReferenceClientParam |
PATIENT
Fluent Client search parameter constant for patient
|
protected Reference |
performer
Provides a reference to the device that performed the guidance.
|
protected Device |
performerTarget
The actual object that is the target of the reference (Provides a reference to the device that performed the guidance.)
|
protected List<CodeableConcept> |
reasonCode
Describes the reason for the guidance response in coded or textual form.
|
protected List<Reference> |
reasonReference
Indicates the reason the request was initiated.
|
protected List<Resource> |
reasonReferenceTarget
The actual objects that are the target of the reference (Indicates the reason the request was initiated.
|
static ca.uhn.fhir.rest.gclient.TokenClientParam |
REQUEST
Fluent Client search parameter constant for request
|
protected Identifier |
requestIdentifier
The identifier of the request associated with this response.
|
protected Reference |
result
The actions, if any, produced by the evaluation of the artifact.
|
protected Resource |
resultTarget
The actual object that is the target of the reference (The actions, if any, produced by the evaluation of the artifact.)
|
static String |
SP_IDENTIFIER
Search parameter: identifier
|
static String |
SP_PATIENT
Search parameter: patient
|
static String |
SP_REQUEST
Search parameter: request
|
static String |
SP_SUBJECT
Search parameter: subject
|
protected Enumeration<GuidanceResponse.GuidanceResponseStatus> |
status
The status of the response.
|
protected Reference |
subject
The patient for which the request was processed.
|
static ca.uhn.fhir.rest.gclient.ReferenceClientParam |
SUBJECT
Fluent Client search parameter constant for subject
|
protected Resource |
subjectTarget
The actual object that is the target of the reference (The patient for which the request was processed.)
|
contained, extension, modifierExtension, textid, implicitRules, language, meta| Constructor and Description |
|---|
GuidanceResponse()
Constructor
|
GuidanceResponse(Type module,
Enumeration<GuidanceResponse.GuidanceResponseStatus> 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 Identifier requestIdentifier
protected List<Identifier> identifier
protected Type module
protected Enumeration<GuidanceResponse.GuidanceResponseStatus> status
protected Resource subjectTarget
protected Reference encounter
protected Encounter encounterTarget
protected DateTimeType occurrenceDateTime
protected Reference performer
protected Device performerTarget
protected List<CodeableConcept> reasonCode
protected List<Reference> reasonReference
protected List<Resource> reasonReferenceTarget
protected List<Annotation> note
protected List<Reference> evaluationMessage
protected List<OperationOutcome> evaluationMessageTarget
protected Reference outputParameters
protected Parameters outputParametersTarget
protected Resource resultTarget
protected List<DataRequirement> dataRequirement
public static final String SP_REQUEST
Description: The identifier of the request associated with the response
Type: token
Path: GuidanceResponse.requestIdentifier
public static final ca.uhn.fhir.rest.gclient.TokenClientParam REQUEST
Description: The identifier of the request associated with the response
Type: token
Path: GuidanceResponse.requestIdentifier
public static final String SP_IDENTIFIER
Description: The identifier of the guidance response
Type: token
Path: GuidanceResponse.identifier
public static final ca.uhn.fhir.rest.gclient.TokenClientParam IDENTIFIER
Description: The identifier of the guidance response
Type: token
Path: GuidanceResponse.identifier
public static final String SP_PATIENT
Description: The identity of a patient to search for guidance response results
Type: reference
Path: GuidanceResponse.subject
public static final ca.uhn.fhir.rest.gclient.ReferenceClientParam PATIENT
Description: The identity of a patient to search for guidance response results
Type: reference
Path: GuidanceResponse.subject
public static final ca.uhn.fhir.model.api.Include INCLUDE_PATIENT
public static final String SP_SUBJECT
Description: The subject that the guidance response is about
Type: reference
Path: GuidanceResponse.subject
public static final ca.uhn.fhir.rest.gclient.ReferenceClientParam SUBJECT
Description: The subject that the guidance response is about
Type: reference
Path: GuidanceResponse.subject
public static final ca.uhn.fhir.model.api.Include INCLUDE_SUBJECT
public GuidanceResponse()
public GuidanceResponse(Type module, Enumeration<GuidanceResponse.GuidanceResponseStatus> status)
public Identifier getRequestIdentifier()
requestIdentifier (The identifier of the request associated with this response. If an identifier was given as part of the request, it will be reproduced here to enable the requester to more easily identify the response in a multi-request scenario.)public boolean hasRequestIdentifier()
public GuidanceResponse setRequestIdentifier(Identifier value)
value - requestIdentifier (The identifier of the request associated with this response. If an identifier was given as part of the request, it will be reproduced here to enable the requester to more easily identify the response in a multi-request scenario.)public List<Identifier> getIdentifier()
identifier (Allows a service to provide unique, business identifiers for the response.)public GuidanceResponse setIdentifier(List<Identifier> theIdentifier)
this for easy method chainingpublic boolean hasIdentifier()
public Identifier addIdentifier()
public GuidanceResponse addIdentifier(Identifier t)
public Identifier getIdentifierFirstRep()
identifier, creating it if it does not already existpublic Type getModule()
module (An identifier, CodeableConcept or canonical reference to the guidance that was requested.)public UriType getModuleUriType() throws org.hl7.fhir.exceptions.FHIRException
module (An identifier, CodeableConcept or canonical reference to the guidance that was requested.)org.hl7.fhir.exceptions.FHIRExceptionpublic boolean hasModuleUriType()
public CanonicalType getModuleCanonicalType() throws org.hl7.fhir.exceptions.FHIRException
module (An identifier, CodeableConcept or canonical reference to the guidance that was requested.)org.hl7.fhir.exceptions.FHIRExceptionpublic boolean hasModuleCanonicalType()
public CodeableConcept getModuleCodeableConcept() throws org.hl7.fhir.exceptions.FHIRException
module (An identifier, CodeableConcept or canonical reference to the guidance that was requested.)org.hl7.fhir.exceptions.FHIRExceptionpublic boolean hasModuleCodeableConcept()
public boolean hasModule()
public GuidanceResponse setModule(Type value)
value - module (An identifier, CodeableConcept or canonical reference to the guidance that was requested.)public Enumeration<GuidanceResponse.GuidanceResponseStatus> getStatusElement()
status (The status of the response. If the evaluation is completed successfully, the status will indicate success. However, in order to complete the evaluation, the engine may require more information. In this case, the status will be data-required, and the response will contain a description of the additional required information. If the evaluation completed successfully, but the engine determines that a potentially more accurate response could be provided if more data was available, the status will be data-requested, and the response will contain a description of the additional requested information.). 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 GuidanceResponse setStatusElement(Enumeration<GuidanceResponse.GuidanceResponseStatus> value)
value - status (The status of the response. If the evaluation is completed successfully, the status will indicate success. However, in order to complete the evaluation, the engine may require more information. In this case, the status will be data-required, and the response will contain a description of the additional required information. If the evaluation completed successfully, but the engine determines that a potentially more accurate response could be provided if more data was available, the status will be data-requested, and the response will contain a description of the additional requested information.). This is the underlying object with id, value and extensions. The accessor "getStatus" gives direct access to the valuepublic GuidanceResponse.GuidanceResponseStatus getStatus()
public GuidanceResponse setStatus(GuidanceResponse.GuidanceResponseStatus value)
value - The status of the response. If the evaluation is completed successfully, the status will indicate success. However, in order to complete the evaluation, the engine may require more information. In this case, the status will be data-required, and the response will contain a description of the additional required information. If the evaluation completed successfully, but the engine determines that a potentially more accurate response could be provided if more data was available, the status will be data-requested, and the response will contain a description of the additional requested information.public Reference getSubject()
subject (The patient for which the request was processed.)public boolean hasSubject()
public GuidanceResponse setSubject(Reference value)
value - subject (The patient for which the request was processed.)public Resource getSubjectTarget()
subject 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. (The patient for which the request was processed.)public GuidanceResponse setSubjectTarget(Resource value)
value - subject 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. (The patient for which the request was processed.)public Reference getEncounter()
encounter (The encounter during which this response was created or to which the creation of this record is tightly associated.)public boolean hasEncounter()
public GuidanceResponse setEncounter(Reference value)
value - encounter (The encounter during which this response was created or to which the creation of this record is tightly associated.)public Encounter getEncounterTarget()
encounter 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. (The encounter during which this response was created or to which the creation of this record is tightly associated.)public GuidanceResponse setEncounterTarget(Encounter value)
value - encounter 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. (The encounter during which this response was created or to which the creation of this record is tightly associated.)public DateTimeType getOccurrenceDateTimeElement()
occurrenceDateTime (Indicates when the guidance response was processed.). This is the underlying object with id, value and extensions. The accessor "getOccurrenceDateTime" gives direct access to the valuepublic boolean hasOccurrenceDateTimeElement()
public boolean hasOccurrenceDateTime()
public GuidanceResponse setOccurrenceDateTimeElement(DateTimeType value)
value - occurrenceDateTime (Indicates when the guidance response was processed.). This is the underlying object with id, value and extensions. The accessor "getOccurrenceDateTime" gives direct access to the valuepublic Date getOccurrenceDateTime()
public GuidanceResponse setOccurrenceDateTime(Date value)
value - Indicates when the guidance response was processed.public Reference getPerformer()
performer (Provides a reference to the device that performed the guidance.)public boolean hasPerformer()
public GuidanceResponse setPerformer(Reference value)
value - performer (Provides a reference to the device that performed the guidance.)public Device getPerformerTarget()
performer 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. (Provides a reference to the device that performed the guidance.)public GuidanceResponse setPerformerTarget(Device value)
value - performer 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. (Provides a reference to the device that performed the guidance.)public List<CodeableConcept> getReasonCode()
reasonCode (Describes the reason for the guidance response in coded or textual form.)public GuidanceResponse setReasonCode(List<CodeableConcept> theReasonCode)
this for easy method chainingpublic boolean hasReasonCode()
public CodeableConcept addReasonCode()
public GuidanceResponse addReasonCode(CodeableConcept t)
public CodeableConcept getReasonCodeFirstRep()
reasonCode, creating it if it does not already existpublic List<Reference> getReasonReference()
reasonReference (Indicates the reason the request was initiated. This is typically provided as a parameter to the evaluation and echoed by the service, although for some use cases, such as subscription- or event-based scenarios, it may provide an indication of the cause for the response.)public GuidanceResponse setReasonReference(List<Reference> theReasonReference)
this for easy method chainingpublic boolean hasReasonReference()
public Reference addReasonReference()
public GuidanceResponse addReasonReference(Reference t)
public Reference getReasonReferenceFirstRep()
reasonReference, creating it if it does not already exist@Deprecated public List<Resource> getReasonReferenceTarget()
public List<Annotation> getNote()
note (Provides a mechanism to communicate additional information about the response.)public GuidanceResponse setNote(List<Annotation> theNote)
this for easy method chainingpublic boolean hasNote()
public Annotation addNote()
public GuidanceResponse addNote(Annotation t)
public Annotation getNoteFirstRep()
note, creating it if it does not already existpublic List<Reference> getEvaluationMessage()
evaluationMessage (Messages resulting from the evaluation of the artifact or artifacts. As part of evaluating the request, the engine may produce informational or warning messages. These messages will be provided by this element.)public GuidanceResponse setEvaluationMessage(List<Reference> theEvaluationMessage)
this for easy method chainingpublic boolean hasEvaluationMessage()
public Reference addEvaluationMessage()
public GuidanceResponse addEvaluationMessage(Reference t)
public Reference getEvaluationMessageFirstRep()
evaluationMessage, creating it if it does not already exist@Deprecated public List<OperationOutcome> getEvaluationMessageTarget()
@Deprecated public OperationOutcome addEvaluationMessageTarget()
public Reference getOutputParameters()
outputParameters (The output parameters of the evaluation, if any. Many modules will result in the return of specific resources such as procedure or communication requests that are returned as part of the operation result. However, modules may define specific outputs that would be returned as the result of the evaluation, and these would be returned in this element.)public boolean hasOutputParameters()
public GuidanceResponse setOutputParameters(Reference value)
value - outputParameters (The output parameters of the evaluation, if any. Many modules will result in the return of specific resources such as procedure or communication requests that are returned as part of the operation result. However, modules may define specific outputs that would be returned as the result of the evaluation, and these would be returned in this element.)public Parameters getOutputParametersTarget()
outputParameters 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. (The output parameters of the evaluation, if any. Many modules will result in the return of specific resources such as procedure or communication requests that are returned as part of the operation result. However, modules may define specific outputs that would be returned as the result of the evaluation, and these would be returned in this element.)public GuidanceResponse setOutputParametersTarget(Parameters value)
value - outputParameters 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. (The output parameters of the evaluation, if any. Many modules will result in the return of specific resources such as procedure or communication requests that are returned as part of the operation result. However, modules may define specific outputs that would be returned as the result of the evaluation, and these would be returned in this element.)public Reference getResult()
result (The actions, if any, produced by the evaluation of the artifact.)public boolean hasResult()
public GuidanceResponse setResult(Reference value)
value - result (The actions, if any, produced by the evaluation of the artifact.)public Resource getResultTarget()
result 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. (The actions, if any, produced by the evaluation of the artifact.)public GuidanceResponse setResultTarget(Resource value)
value - result 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. (The actions, if any, produced by the evaluation of the artifact.)public List<DataRequirement> getDataRequirement()
dataRequirement (If the evaluation could not be completed due to lack of information, or additional information would potentially result in a more accurate response, this element will a description of the data required in order to proceed with the evaluation. A subsequent request to the service should include this data.)public GuidanceResponse setDataRequirement(List<DataRequirement> theDataRequirement)
this for easy method chainingpublic boolean hasDataRequirement()
public DataRequirement addDataRequirement()
public GuidanceResponse addDataRequirement(DataRequirement t)
public DataRequirement getDataRequirementFirstRep()
dataRequirement, 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 GuidanceResponse copy()
copy in class DomainResourcepublic void copyValues(GuidanceResponse dst)
protected GuidanceResponse 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.