Package org.hl7.fhir.dstu2.model
Class ProcessResponse
- java.lang.Object
-
- org.hl7.fhir.dstu2.model.Base
-
- org.hl7.fhir.dstu2.model.BaseResource
-
- org.hl7.fhir.dstu2.model.Resource
-
- org.hl7.fhir.dstu2.model.DomainResource
-
- org.hl7.fhir.dstu2.model.ProcessResponse
-
- 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
public class ProcessResponse extends DomainResource
This resource provides processing status, errors and notes from the processing of a resource.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classProcessResponse.ProcessResponseNotesComponent
-
Field Summary
Fields Modifier and Type Field Description protected DateTimeTypecreatedThe date when the enclosed suite of services were performed or completed.protected StringTypedispositionA description of the status of the adjudication or processing.protected List<Coding>errorProcessing errors.protected CodingformThe form to be used for printing the content.protected List<Identifier>identifierThe Response business identifier.protected List<ProcessResponse.ProcessResponseNotesComponent>notesSuite of processing note or additional requirements is the processing has been held.protected ReferenceorganizationThe organization who produced this adjudicated response.protected OrganizationorganizationTargetThe actual object that is the target of the reference (The organization who produced this adjudicated response.)protected CodingoriginalRulesetThe style (standard) and version of the original material which was converted into this resource.protected CodingoutcomeTransaction status: error, complete, held.protected ReferencerequestOriginal request resource reference.protected ReferencerequestOrganizationThe organization which is responsible for the services rendered to the patient.protected OrganizationrequestOrganizationTargetThe actual object that is the target of the reference (The organization which is responsible for the services rendered to the patient.)protected ReferencerequestProviderThe practitioner who is responsible for the services rendered to the patient.protected PractitionerrequestProviderTargetThe actual object that is the target of the reference (The practitioner who is responsible for the services rendered to the patient.)protected ResourcerequestTargetThe actual object that is the target of the reference (Original request resource reference.)protected CodingrulesetThe version of the style of resource contents.static StringSP_IDENTIFIERstatic StringSP_ORGANIZATIONstatic StringSP_REQUESTstatic StringSP_REQUESTORGANIZATIONstatic StringSP_REQUESTPROVIDER-
Fields inherited from class org.hl7.fhir.dstu2.model.DomainResource
contained, extension, modifierExtension, text
-
Fields inherited from class org.hl7.fhir.dstu2.model.Resource
id, implicitRules, language, meta
-
-
Constructor Summary
Constructors Constructor Description ProcessResponse()
-
Method Summary
-
Methods inherited from class org.hl7.fhir.dstu2.model.DomainResource
addContained, addExtension, addExtension, addModifierExtension, addModifierExtension, copyValues, getContained, getExtension, getModifierExtension, getText, hasContained, hasExtension, hasModifierExtension, hasText, setText
-
Methods inherited from class org.hl7.fhir.dstu2.model.Resource
copyValues, getId, getIdElement, getImplicitRules, getImplicitRulesElement, getLanguage, getLanguageElement, getMeta, hasId, hasIdElement, hasImplicitRules, hasImplicitRulesElement, hasLanguage, hasLanguageElement, hasMeta, setId, setIdElement, setImplicitRules, setImplicitRulesElement, setLanguage, setLanguageElement, setMeta
-
Methods inherited from class org.hl7.fhir.dstu2.model.BaseResource
getStructureFhirVersionEnum, setId
-
Methods inherited from class org.hl7.fhir.dstu2.model.Base
castToAddress, castToAnnotation, castToAttachment, castToBase64Binary, castToBoolean, castToCode, castToCodeableConcept, castToCoding, castToContactPoint, castToDate, castToDateTime, castToDecimal, castToDuration, castToElementDefinition, castToExtension, castToHumanName, castToId, castToIdentifier, castToInstant, castToInteger, castToMarkdown, castToMeta, castToMoney, castToNarrative, castToOid, castToPeriod, castToPositiveInt, castToQuantity, castToRange, castToRatio, castToReference, castToResource, castToSampledData, castToSignature, castToSimpleQuantity, castToString, castToTime, castToTiming, castToUnsignedInt, castToUri, children, compareDeep, compareDeep, compareDeep, compareValues, compareValues, equals, getChildByName, getFormatCommentsPost, getFormatCommentsPre, getUserData, getUserInt, getUserString, hasFormatComment, hasType, hasUserData, isMetadataBased, isPrimitive, 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
-
-
-
-
Field Detail
-
identifier
protected List<Identifier> identifier
The Response business identifier.
-
requestTarget
protected Resource requestTarget
The actual object that is the target of the reference (Original request resource reference.)
-
disposition
protected StringType disposition
A description of the status of the adjudication or processing.
-
ruleset
protected Coding ruleset
The version of the style of resource contents. This should be mapped to the allowable profiles for this and supporting resources.
-
originalRuleset
protected Coding originalRuleset
The style (standard) and version of the original material which was converted into this resource.
-
created
protected DateTimeType created
The date when the enclosed suite of services were performed or completed.
-
organization
protected Reference organization
The organization who produced this adjudicated response.
-
organizationTarget
protected Organization organizationTarget
The actual object that is the target of the reference (The organization who produced this adjudicated response.)
-
requestProvider
protected Reference requestProvider
The practitioner who is responsible for the services rendered to the patient.
-
requestProviderTarget
protected Practitioner requestProviderTarget
The actual object that is the target of the reference (The practitioner who is responsible for the services rendered to the patient.)
-
requestOrganization
protected Reference requestOrganization
The organization which is responsible for the services rendered to the patient.
-
requestOrganizationTarget
protected Organization requestOrganizationTarget
The actual object that is the target of the reference (The organization which is responsible for the services rendered to the patient.)
-
notes
protected List<ProcessResponse.ProcessResponseNotesComponent> notes
Suite of processing note or additional requirements is the processing has been held.
-
SP_IDENTIFIER
public static final String SP_IDENTIFIER
- See Also:
- Constant Field Values
-
SP_REQUEST
public static final String SP_REQUEST
- See Also:
- Constant Field Values
-
SP_ORGANIZATION
public static final String SP_ORGANIZATION
- See Also:
- Constant Field Values
-
SP_REQUESTPROVIDER
public static final String SP_REQUESTPROVIDER
- See Also:
- Constant Field Values
-
SP_REQUESTORGANIZATION
public static final String SP_REQUESTORGANIZATION
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
ProcessResponse
public ProcessResponse()
-
-
Method Detail
-
getIdentifier
public List<Identifier> getIdentifier()
- Returns:
identifier(The Response business identifier.)
-
hasIdentifier
public boolean hasIdentifier()
-
addIdentifier
public Identifier addIdentifier()
- Returns:
identifier(The Response business identifier.)
-
addIdentifier
public ProcessResponse addIdentifier(Identifier t)
-
getRequest
public Reference getRequest()
- Returns:
request(Original request resource reference.)
-
hasRequest
public boolean hasRequest()
-
setRequest
public ProcessResponse setRequest(Reference value)
- Parameters:
value-request(Original request resource reference.)
-
getRequestTarget
public Resource getRequestTarget()
- Returns:
requestThe 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. (Original request resource reference.)
-
setRequestTarget
public ProcessResponse setRequestTarget(Resource value)
- Parameters:
value-requestThe 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. (Original request resource reference.)
-
getOutcome
public Coding getOutcome()
- Returns:
outcome(Transaction status: error, complete, held.)
-
hasOutcome
public boolean hasOutcome()
-
setOutcome
public ProcessResponse setOutcome(Coding value)
- Parameters:
value-outcome(Transaction status: error, complete, held.)
-
getDispositionElement
public StringType getDispositionElement()
- Returns:
disposition(A description of the status of the adjudication or processing.). This is the underlying object with id, value and extensions. The accessor "getDisposition" gives direct access to the value
-
hasDispositionElement
public boolean hasDispositionElement()
-
hasDisposition
public boolean hasDisposition()
-
setDispositionElement
public ProcessResponse setDispositionElement(StringType value)
- Parameters:
value-disposition(A description of the status of the adjudication or processing.). This is the underlying object with id, value and extensions. The accessor "getDisposition" gives direct access to the value
-
getDisposition
public String getDisposition()
- Returns:
- A description of the status of the adjudication or processing.
-
setDisposition
public ProcessResponse setDisposition(String value)
- Parameters:
value- A description of the status of the adjudication or processing.
-
getRuleset
public Coding getRuleset()
- Returns:
ruleset(The version of the style of resource contents. This should be mapped to the allowable profiles for this and supporting resources.)
-
hasRuleset
public boolean hasRuleset()
-
setRuleset
public ProcessResponse setRuleset(Coding value)
- Parameters:
value-ruleset(The version of the style of resource contents. This should be mapped to the allowable profiles for this and supporting resources.)
-
getOriginalRuleset
public Coding getOriginalRuleset()
- Returns:
originalRuleset(The style (standard) and version of the original material which was converted into this resource.)
-
hasOriginalRuleset
public boolean hasOriginalRuleset()
-
setOriginalRuleset
public ProcessResponse setOriginalRuleset(Coding value)
- Parameters:
value-originalRuleset(The style (standard) and version of the original material which was converted into this resource.)
-
getCreatedElement
public DateTimeType getCreatedElement()
- Returns:
created(The date when the enclosed suite of services were performed or completed.). This is the underlying object with id, value and extensions. The accessor "getCreated" gives direct access to the value
-
hasCreatedElement
public boolean hasCreatedElement()
-
hasCreated
public boolean hasCreated()
-
setCreatedElement
public ProcessResponse setCreatedElement(DateTimeType value)
- Parameters:
value-created(The date when the enclosed suite of services were performed or completed.). This is the underlying object with id, value and extensions. The accessor "getCreated" gives direct access to the value
-
getCreated
public Date getCreated()
- Returns:
- The date when the enclosed suite of services were performed or completed.
-
setCreated
public ProcessResponse setCreated(Date value)
- Parameters:
value- The date when the enclosed suite of services were performed or completed.
-
getOrganization
public Reference getOrganization()
- Returns:
organization(The organization who produced this adjudicated response.)
-
hasOrganization
public boolean hasOrganization()
-
setOrganization
public ProcessResponse setOrganization(Reference value)
- Parameters:
value-organization(The organization who produced this adjudicated response.)
-
getOrganizationTarget
public Organization getOrganizationTarget()
- Returns:
organizationThe 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 organization who produced this adjudicated response.)
-
setOrganizationTarget
public ProcessResponse setOrganizationTarget(Organization value)
- Parameters:
value-organizationThe 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 organization who produced this adjudicated response.)
-
getRequestProvider
public Reference getRequestProvider()
- Returns:
requestProvider(The practitioner who is responsible for the services rendered to the patient.)
-
hasRequestProvider
public boolean hasRequestProvider()
-
setRequestProvider
public ProcessResponse setRequestProvider(Reference value)
- Parameters:
value-requestProvider(The practitioner who is responsible for the services rendered to the patient.)
-
getRequestProviderTarget
public Practitioner getRequestProviderTarget()
- Returns:
requestProviderThe 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 practitioner who is responsible for the services rendered to the patient.)
-
setRequestProviderTarget
public ProcessResponse setRequestProviderTarget(Practitioner value)
- Parameters:
value-requestProviderThe 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 practitioner who is responsible for the services rendered to the patient.)
-
getRequestOrganization
public Reference getRequestOrganization()
- Returns:
requestOrganization(The organization which is responsible for the services rendered to the patient.)
-
hasRequestOrganization
public boolean hasRequestOrganization()
-
setRequestOrganization
public ProcessResponse setRequestOrganization(Reference value)
- Parameters:
value-requestOrganization(The organization which is responsible for the services rendered to the patient.)
-
getRequestOrganizationTarget
public Organization getRequestOrganizationTarget()
- Returns:
requestOrganizationThe 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 organization which is responsible for the services rendered to the patient.)
-
setRequestOrganizationTarget
public ProcessResponse setRequestOrganizationTarget(Organization value)
- Parameters:
value-requestOrganizationThe 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 organization which is responsible for the services rendered to the patient.)
-
hasForm
public boolean hasForm()
-
setForm
public ProcessResponse setForm(Coding value)
- Parameters:
value-form(The form to be used for printing the content.)
-
getNotes
public List<ProcessResponse.ProcessResponseNotesComponent> getNotes()
- Returns:
notes(Suite of processing note or additional requirements is the processing has been held.)
-
hasNotes
public boolean hasNotes()
-
addNotes
public ProcessResponse.ProcessResponseNotesComponent addNotes()
- Returns:
notes(Suite of processing note or additional requirements is the processing has been held.)
-
addNotes
public ProcessResponse addNotes(ProcessResponse.ProcessResponseNotesComponent t)
-
hasError
public boolean hasError()
-
addError
public ProcessResponse addError(Coding t)
-
listChildren
protected void listChildren(List<Property> childrenList)
- Overrides:
listChildrenin classDomainResource
-
setProperty
public void setProperty(String name, Base value) throws org.hl7.fhir.exceptions.FHIRException
- Overrides:
setPropertyin classDomainResource- Throws:
org.hl7.fhir.exceptions.FHIRException
-
addChild
public Base addChild(String name) throws org.hl7.fhir.exceptions.FHIRException
- Overrides:
addChildin classDomainResource- Throws:
org.hl7.fhir.exceptions.FHIRException
-
fhirType
public String fhirType()
- Specified by:
fhirTypein interfaceorg.hl7.fhir.instance.model.api.IBase- Overrides:
fhirTypein classDomainResource
-
copy
public ProcessResponse copy()
- Specified by:
copyin classDomainResource
-
typedCopy
protected ProcessResponse typedCopy()
-
equalsDeep
public boolean equalsDeep(Base other)
- Overrides:
equalsDeepin classDomainResource
-
equalsShallow
public boolean equalsShallow(Base other)
- Overrides:
equalsShallowin classDomainResource
-
isEmpty
public boolean isEmpty()
- Specified by:
isEmptyin interfaceorg.hl7.fhir.instance.model.api.IBase- Overrides:
isEmptyin classDomainResource
-
getResourceType
public ResourceType getResourceType()
- Specified by:
getResourceTypein classResource
-
-