
Class ReferralRequest
- java.lang.Object
-
- org.hl7.fhir.dstu3.model.Base
-
- org.hl7.fhir.dstu3.model.BaseResource
-
- org.hl7.fhir.dstu3.model.Resource
-
- org.hl7.fhir.dstu3.model.DomainResource
-
- org.hl7.fhir.dstu3.model.ReferralRequest
-
- 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 ReferralRequest extends DomainResource
Used to record and send details about a request for referral service or transfer of a patient to the care of another provider or provider organization.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ReferralRequest.ReferralCategory
static class
ReferralRequest.ReferralCategoryEnumFactory
static class
ReferralRequest.ReferralPriority
static class
ReferralRequest.ReferralPriorityEnumFactory
static class
ReferralRequest.ReferralRequestRequesterComponent
static class
ReferralRequest.ReferralRequestStatus
static class
ReferralRequest.ReferralRequestStatusEnumFactory
-
Field Summary
Fields Modifier and Type Field Description static ca.uhn.fhir.rest.gclient.DateClientParam
AUTHORED_ON
Fluent Client search parameter constant for authored-onprotected DateTimeType
authoredOn
Date/DateTime of creation for draft requests and date of activation for active requests.static ca.uhn.fhir.rest.gclient.ReferenceClientParam
BASED_ON
Fluent Client search parameter constant for based-onprotected List<Reference>
basedOn
Indicates any plans, proposals or orders that this request is intended to satisfy - in whole or in part.protected List<Resource>
basedOnTarget
The actual objects that are the target of the reference (Indicates any plans, proposals or orders that this request is intended to satisfy - in whole or in part.)protected Reference
context
The encounter at which the request for referral or transfer of care is initiated.static ca.uhn.fhir.rest.gclient.ReferenceClientParam
CONTEXT
Fluent Client search parameter constant for contextprotected Resource
contextTarget
The actual object that is the target of the reference (The encounter at which the request for referral or transfer of care is initiated.)protected List<Reference>
definition
A protocol, guideline, orderset or other definition that is adhered to in whole or in part by this request.static ca.uhn.fhir.rest.gclient.ReferenceClientParam
DEFINITION
Fluent Client search parameter constant for definitionprotected List<Resource>
definitionTarget
The actual objects that are the target of the reference (A protocol, guideline, orderset or other definition that is adhered to in whole or in part by this request.)protected StringType
description
The reason element gives a short description of why the referral is being made, the description expands on this to support a more complete clinical summary.static ca.uhn.fhir.rest.gclient.ReferenceClientParam
ENCOUNTER
Fluent Client search parameter constant for encounterstatic ca.uhn.fhir.rest.gclient.TokenClientParam
GROUP_IDENTIFIER
Fluent Client search parameter constant for group-identifierprotected Identifier
groupIdentifier
The business identifier of the logical "grouping" request/order that this referral is a part of.protected List<Identifier>
identifier
Business identifier that uniquely identifies the referral/care transfer request instance.static ca.uhn.fhir.rest.gclient.TokenClientParam
IDENTIFIER
Fluent Client search parameter constant for identifierstatic ca.uhn.fhir.model.api.Include
INCLUDE_BASED_ON
Constant for fluent queries to be used to add include statements.static ca.uhn.fhir.model.api.Include
INCLUDE_CONTEXT
Constant for fluent queries to be used to add include statements.static ca.uhn.fhir.model.api.Include
INCLUDE_DEFINITION
Constant for fluent queries to be used to add include statements.static ca.uhn.fhir.model.api.Include
INCLUDE_ENCOUNTER
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.static ca.uhn.fhir.model.api.Include
INCLUDE_RECIPIENT
Constant for fluent queries to be used to add include statements.static ca.uhn.fhir.model.api.Include
INCLUDE_REPLACES
Constant for fluent queries to be used to add include statements.static ca.uhn.fhir.model.api.Include
INCLUDE_REQUESTER
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 Enumeration<ReferralRequest.ReferralCategory>
intent
Distinguishes the "level" of authorization/demand implicit in this request.static ca.uhn.fhir.rest.gclient.TokenClientParam
INTENT
Fluent Client search parameter constant for intentprotected List<Annotation>
note
Comments made about the referral request by any of the participants.protected Type
occurrence
The period of time within which the services identified in the referral/transfer of care is specified or required to occur.static ca.uhn.fhir.rest.gclient.DateClientParam
OCCURRENCE_DATE
Fluent Client search parameter constant for occurrence-datestatic ca.uhn.fhir.rest.gclient.ReferenceClientParam
PATIENT
Fluent Client search parameter constant for patientprotected Enumeration<ReferralRequest.ReferralPriority>
priority
An indication of the urgency of referral (or where applicable the type of transfer of care) request.static ca.uhn.fhir.rest.gclient.TokenClientParam
PRIORITY
Fluent Client search parameter constant for priorityprotected List<CodeableConcept>
reasonCode
Description of clinical condition indicating why referral/transfer of care is requested.protected List<Reference>
reasonReference
Indicates another resource whose existence justifies this request.protected List<Resource>
reasonReferenceTarget
The actual objects that are the target of the reference (Indicates another resource whose existence justifies this request.)protected List<Reference>
recipient
The healthcare provider(s) or provider organization(s) who/which is to receive the referral/transfer of care request.static ca.uhn.fhir.rest.gclient.ReferenceClientParam
RECIPIENT
Fluent Client search parameter constant for recipientprotected List<Resource>
recipientTarget
The actual objects that are the target of the reference (The healthcare provider(s) or provider organization(s) who/which is to receive the referral/transfer of care request.)protected List<Reference>
relevantHistory
Links to Provenance records for past versions of this resource or fulfilling request or event resources that identify key state transitions or updates that are likely to be relevant to a user looking at the current version of the resource.protected List<Provenance>
relevantHistoryTarget
The actual objects that are the target of the reference (Links to Provenance records for past versions of this resource or fulfilling request or event resources that identify key state transitions or updates that are likely to be relevant to a user looking at the current version of the resource.)protected List<Reference>
replaces
Completed or terminated request(s) whose function is taken by this new request.static ca.uhn.fhir.rest.gclient.ReferenceClientParam
REPLACES
Fluent Client search parameter constant for replacesprotected List<ReferralRequest>
replacesTarget
The actual objects that are the target of the reference (Completed or terminated request(s) whose function is taken by this new request.)protected ReferralRequest.ReferralRequestRequesterComponent
requester
The individual who initiated the request and has responsibility for its activation.static ca.uhn.fhir.rest.gclient.ReferenceClientParam
REQUESTER
Fluent Client search parameter constant for requesterstatic ca.uhn.fhir.rest.gclient.TokenClientParam
SERVICE
Fluent Client search parameter constant for serviceprotected List<CodeableConcept>
serviceRequested
The service(s) that is/are requested to be provided to the patient.static String
SP_AUTHORED_ON
Search parameter: authored-onstatic String
SP_BASED_ON
Search parameter: based-onstatic String
SP_CONTEXT
Search parameter: contextstatic String
SP_DEFINITION
Search parameter: definitionstatic String
SP_ENCOUNTER
Search parameter: encounterstatic String
SP_GROUP_IDENTIFIER
Search parameter: group-identifierstatic String
SP_IDENTIFIER
Search parameter: identifierstatic String
SP_INTENT
Search parameter: intentstatic String
SP_OCCURRENCE_DATE
Search parameter: occurrence-datestatic String
SP_PATIENT
Search parameter: patientstatic String
SP_PRIORITY
Search parameter: prioritystatic String
SP_RECIPIENT
Search parameter: recipientstatic String
SP_REPLACES
Search parameter: replacesstatic String
SP_REQUESTER
Search parameter: requesterstatic String
SP_SERVICE
Search parameter: servicestatic String
SP_SPECIALTY
Search parameter: specialtystatic String
SP_STATUS
Search parameter: statusstatic String
SP_SUBJECT
Search parameter: subjectstatic String
SP_TYPE
Search parameter: typeprotected CodeableConcept
specialty
Indication of the clinical domain or discipline to which the referral or transfer of care request is sent.static ca.uhn.fhir.rest.gclient.TokenClientParam
SPECIALTY
Fluent Client search parameter constant for specialtyprotected Enumeration<ReferralRequest.ReferralRequestStatus>
status
The status of the authorization/intention reflected by the referral request record.static ca.uhn.fhir.rest.gclient.TokenClientParam
STATUS
Fluent Client search parameter constant for statusprotected Reference
subject
The patient who is the subject of a referral or transfer of care request.static ca.uhn.fhir.rest.gclient.ReferenceClientParam
SUBJECT
Fluent Client search parameter constant for subjectprotected Resource
subjectTarget
The actual object that is the target of the reference (The patient who is the subject of a referral or transfer of care request.)protected List<Reference>
supportingInfo
Any additional (administrative, financial or clinical) information required to support request for referral or transfer of care.protected List<Resource>
supportingInfoTarget
The actual objects that are the target of the reference (Any additional (administrative, financial or clinical) information required to support request for referral or transfer of care.protected CodeableConcept
type
An indication of the type of referral (or where applicable the type of transfer of care) request.static ca.uhn.fhir.rest.gclient.TokenClientParam
TYPE
Fluent Client search parameter constant for type-
Fields inherited from class org.hl7.fhir.dstu3.model.DomainResource
contained, extension, modifierExtension, text
-
Fields inherited from class org.hl7.fhir.dstu3.model.Resource
id, implicitRules, language, meta
-
-
Constructor Summary
Constructors Constructor Description ReferralRequest()
ConstructorReferralRequest(Enumeration<ReferralRequest.ReferralRequestStatus> status, Enumeration<ReferralRequest.ReferralCategory> intent, Reference subject)
Constructor
-
Method Summary
-
Methods inherited from class org.hl7.fhir.dstu3.model.DomainResource
addContained, addExtension, addExtension, addModifierExtension, addModifierExtension, copyValues, getContained, getExtension, getExtensionsByUrl, getModifierExtension, getModifierExtensionsByUrl, getText, hasContained, hasExtension, hasModifierExtension, hasText, setContained, setExtension, setModifierExtension, setText
-
Methods inherited from class org.hl7.fhir.dstu3.model.Resource
copyValues, getId, getIdBase, getIdElement, getImplicitRules, getImplicitRulesElement, 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.dstu3.model.BaseResource
getStructureFhirVersionEnum, isResource, setId
-
Methods inherited from class org.hl7.fhir.dstu3.model.Base
castToAddress, castToAnnotation, castToAttachment, castToBase64Binary, castToBoolean, castToCode, castToCodeableConcept, castToCoding, castToContactDetail, castToContactPoint, castToContributor, castToDataRequirement, castToDate, castToDateTime, castToDecimal, castToDosage, castToDuration, castToElementDefinition, castToExtension, castToHumanName, castToId, castToIdentifier, castToInstant, castToInteger, castToMarkdown, castToMeta, castToMoney, castToNarrative, castToOid, castToParameterDefinition, castToPeriod, castToPositiveInt, castToQuantity, castToRange, castToRatio, castToReference, castToRelatedArtifact, castToResource, castToSampledData, castToSignature, castToSimpleQuantity, castToString, castToTime, castToTiming, castToTriggerDefinition, castToType, castToUnsignedInt, castToUri, castToUsageContext, castToXhtml, castToXhtmlString, children, clearUserData, compareDeep, compareDeep, compareDeep, compareValues, compareValues, equals, getChildByName, getFormatCommentsPost, getFormatCommentsPre, getNamedProperty, getUserData, getUserInt, getUserString, hasFormatComment, hasPrimitiveValue, hasType, hasUserData, isBooleanPrimitive, 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
-
-
-
-
Field Detail
-
identifier
protected List<Identifier> identifier
Business identifier that uniquely identifies the referral/care transfer request instance.
-
definition
protected List<Reference> definition
A protocol, guideline, orderset or other definition that is adhered to in whole or in part by this request.
-
definitionTarget
protected List<Resource> definitionTarget
The actual objects that are the target of the reference (A protocol, guideline, orderset or other definition that is adhered to in whole or in part by this request.)
-
basedOn
protected List<Reference> basedOn
Indicates any plans, proposals or orders that this request is intended to satisfy - in whole or in part.
-
basedOnTarget
protected List<Resource> basedOnTarget
The actual objects that are the target of the reference (Indicates any plans, proposals or orders that this request is intended to satisfy - in whole or in part.)
-
replaces
protected List<Reference> replaces
Completed or terminated request(s) whose function is taken by this new request.
-
replacesTarget
protected List<ReferralRequest> replacesTarget
The actual objects that are the target of the reference (Completed or terminated request(s) whose function is taken by this new request.)
-
groupIdentifier
protected Identifier groupIdentifier
The business identifier of the logical "grouping" request/order that this referral is a part of.
-
status
protected Enumeration<ReferralRequest.ReferralRequestStatus> status
The status of the authorization/intention reflected by the referral request record.
-
intent
protected Enumeration<ReferralRequest.ReferralCategory> intent
Distinguishes the "level" of authorization/demand implicit in this request.
-
type
protected CodeableConcept type
An indication of the type of referral (or where applicable the type of transfer of care) request.
-
priority
protected Enumeration<ReferralRequest.ReferralPriority> priority
An indication of the urgency of referral (or where applicable the type of transfer of care) request.
-
serviceRequested
protected List<CodeableConcept> serviceRequested
The service(s) that is/are requested to be provided to the patient. For example: cardiac pacemaker insertion.
-
subject
protected Reference subject
The patient who is the subject of a referral or transfer of care request.
-
subjectTarget
protected Resource subjectTarget
The actual object that is the target of the reference (The patient who is the subject of a referral or transfer of care request.)
-
context
protected Reference context
The encounter at which the request for referral or transfer of care is initiated.
-
contextTarget
protected Resource contextTarget
The actual object that is the target of the reference (The encounter at which the request for referral or transfer of care is initiated.)
-
occurrence
protected Type occurrence
The period of time within which the services identified in the referral/transfer of care is specified or required to occur.
-
authoredOn
protected DateTimeType authoredOn
Date/DateTime of creation for draft requests and date of activation for active requests.
-
requester
protected ReferralRequest.ReferralRequestRequesterComponent requester
The individual who initiated the request and has responsibility for its activation.
-
specialty
protected CodeableConcept specialty
Indication of the clinical domain or discipline to which the referral or transfer of care request is sent. For example: Cardiology Gastroenterology Diabetology.
-
recipient
protected List<Reference> recipient
The healthcare provider(s) or provider organization(s) who/which is to receive the referral/transfer of care request.
-
recipientTarget
protected List<Resource> recipientTarget
The actual objects that are the target of the reference (The healthcare provider(s) or provider organization(s) who/which is to receive the referral/transfer of care request.)
-
reasonCode
protected List<CodeableConcept> reasonCode
Description of clinical condition indicating why referral/transfer of care is requested. For example: Pathological Anomalies, Disabled (physical or mental), Behavioral Management.
-
reasonReference
protected List<Reference> reasonReference
Indicates another resource whose existence justifies this request.
-
reasonReferenceTarget
protected List<Resource> reasonReferenceTarget
The actual objects that are the target of the reference (Indicates another resource whose existence justifies this request.)
-
description
protected StringType description
The reason element gives a short description of why the referral is being made, the description expands on this to support a more complete clinical summary.
-
supportingInfo
protected List<Reference> supportingInfo
Any additional (administrative, financial or clinical) information required to support request for referral or transfer of care. For example: Presenting problems/chief complaints Medical History Family History Alerts Allergy/Intolerance and Adverse Reactions Medications Observations/Assessments (may include cognitive and fundtional assessments) Diagnostic Reports Care Plan.
-
supportingInfoTarget
protected List<Resource> supportingInfoTarget
The actual objects that are the target of the reference (Any additional (administrative, financial or clinical) information required to support request for referral or transfer of care. For example: Presenting problems/chief complaints Medical History Family History Alerts Allergy/Intolerance and Adverse Reactions Medications Observations/Assessments (may include cognitive and fundtional assessments) Diagnostic Reports Care Plan.)
-
note
protected List<Annotation> note
Comments made about the referral request by any of the participants.
-
relevantHistory
protected List<Reference> relevantHistory
Links to Provenance records for past versions of this resource or fulfilling request or event resources that identify key state transitions or updates that are likely to be relevant to a user looking at the current version of the resource.
-
relevantHistoryTarget
protected List<Provenance> relevantHistoryTarget
The actual objects that are the target of the reference (Links to Provenance records for past versions of this resource or fulfilling request or event resources that identify key state transitions or updates that are likely to be relevant to a user looking at the current version of the resource.)
-
SP_REQUESTER
public static final String SP_REQUESTER
Search parameter: requesterDescription: Individual making the request
Type: reference
Path: ReferralRequest.requester.agent
- See Also:
- Constant Field Values
-
REQUESTER
public static final ca.uhn.fhir.rest.gclient.ReferenceClientParam REQUESTER
Fluent Client search parameter constant for requesterDescription: Individual making the request
Type: reference
Path: ReferralRequest.requester.agent
-
INCLUDE_REQUESTER
public static final ca.uhn.fhir.model.api.Include INCLUDE_REQUESTER
Constant for fluent queries to be used to add include statements. Specifies the path value of "ReferralRequest:requester".
-
SP_IDENTIFIER
public static final String SP_IDENTIFIER
Search parameter: identifierDescription: Business identifier
Type: token
Path: ReferralRequest.identifier
- See Also:
- Constant Field Values
-
IDENTIFIER
public static final ca.uhn.fhir.rest.gclient.TokenClientParam IDENTIFIER
Fluent Client search parameter constant for identifierDescription: Business identifier
Type: token
Path: ReferralRequest.identifier
-
SP_SPECIALTY
public static final String SP_SPECIALTY
Search parameter: specialtyDescription: The specialty that the referral is for
Type: token
Path: ReferralRequest.specialty
- See Also:
- Constant Field Values
-
SPECIALTY
public static final ca.uhn.fhir.rest.gclient.TokenClientParam SPECIALTY
Fluent Client search parameter constant for specialtyDescription: The specialty that the referral is for
Type: token
Path: ReferralRequest.specialty
-
SP_REPLACES
public static final String SP_REPLACES
Search parameter: replacesDescription: Request(s) replaced by this request
Type: reference
Path: ReferralRequest.replaces
- See Also:
- Constant Field Values
-
REPLACES
public static final ca.uhn.fhir.rest.gclient.ReferenceClientParam REPLACES
Fluent Client search parameter constant for replacesDescription: Request(s) replaced by this request
Type: reference
Path: ReferralRequest.replaces
-
INCLUDE_REPLACES
public static final ca.uhn.fhir.model.api.Include INCLUDE_REPLACES
Constant for fluent queries to be used to add include statements. Specifies the path value of "ReferralRequest:replaces".
-
SP_SUBJECT
public static final String SP_SUBJECT
Search parameter: subjectDescription: Patient referred to care or transfer
Type: reference
Path: ReferralRequest.subject
- See Also:
- Constant Field Values
-
SUBJECT
public static final ca.uhn.fhir.rest.gclient.ReferenceClientParam SUBJECT
Fluent Client search parameter constant for subjectDescription: Patient referred to care or transfer
Type: reference
Path: ReferralRequest.subject
-
INCLUDE_SUBJECT
public static final ca.uhn.fhir.model.api.Include INCLUDE_SUBJECT
Constant for fluent queries to be used to add include statements. Specifies the path value of "ReferralRequest:subject".
-
SP_ENCOUNTER
public static final String SP_ENCOUNTER
Search parameter: encounterDescription: Originating encounter
Type: reference
Path: ReferralRequest.context
- See Also:
- Constant Field Values
-
ENCOUNTER
public static final ca.uhn.fhir.rest.gclient.ReferenceClientParam ENCOUNTER
Fluent Client search parameter constant for encounterDescription: Originating encounter
Type: reference
Path: ReferralRequest.context
-
INCLUDE_ENCOUNTER
public static final ca.uhn.fhir.model.api.Include INCLUDE_ENCOUNTER
Constant for fluent queries to be used to add include statements. Specifies the path value of "ReferralRequest:encounter".
-
SP_AUTHORED_ON
public static final String SP_AUTHORED_ON
Search parameter: authored-onDescription: Creation or activation date
Type: date
Path: ReferralRequest.authoredOn
- See Also:
- Constant Field Values
-
AUTHORED_ON
public static final ca.uhn.fhir.rest.gclient.DateClientParam AUTHORED_ON
Fluent Client search parameter constant for authored-onDescription: Creation or activation date
Type: date
Path: ReferralRequest.authoredOn
-
SP_TYPE
public static final String SP_TYPE
Search parameter: typeDescription: The type of the referral
Type: token
Path: ReferralRequest.type
- See Also:
- Constant Field Values
-
TYPE
public static final ca.uhn.fhir.rest.gclient.TokenClientParam TYPE
Fluent Client search parameter constant for typeDescription: The type of the referral
Type: token
Path: ReferralRequest.type
-
SP_PRIORITY
public static final String SP_PRIORITY
Search parameter: priorityDescription: The priority assigned to the referral
Type: token
Path: ReferralRequest.priority
- See Also:
- Constant Field Values
-
PRIORITY
public static final ca.uhn.fhir.rest.gclient.TokenClientParam PRIORITY
Fluent Client search parameter constant for priorityDescription: The priority assigned to the referral
Type: token
Path: ReferralRequest.priority
-
SP_INTENT
public static final String SP_INTENT
Search parameter: intentDescription: Proposal, plan or order
Type: token
Path: ReferralRequest.intent
- See Also:
- Constant Field Values
-
INTENT
public static final ca.uhn.fhir.rest.gclient.TokenClientParam INTENT
Fluent Client search parameter constant for intentDescription: Proposal, plan or order
Type: token
Path: ReferralRequest.intent
-
SP_GROUP_IDENTIFIER
public static final String SP_GROUP_IDENTIFIER
Search parameter: group-identifierDescription: Part of common request
Type: token
Path: ReferralRequest.groupIdentifier
- See Also:
- Constant Field Values
-
GROUP_IDENTIFIER
public static final ca.uhn.fhir.rest.gclient.TokenClientParam GROUP_IDENTIFIER
Fluent Client search parameter constant for group-identifierDescription: Part of common request
Type: token
Path: ReferralRequest.groupIdentifier
-
SP_BASED_ON
public static final String SP_BASED_ON
Search parameter: based-onDescription: Request being fulfilled
Type: reference
Path: ReferralRequest.basedOn
- See Also:
- Constant Field Values
-
BASED_ON
public static final ca.uhn.fhir.rest.gclient.ReferenceClientParam BASED_ON
Fluent Client search parameter constant for based-onDescription: Request being fulfilled
Type: reference
Path: ReferralRequest.basedOn
-
INCLUDE_BASED_ON
public static final ca.uhn.fhir.model.api.Include INCLUDE_BASED_ON
Constant for fluent queries to be used to add include statements. Specifies the path value of "ReferralRequest:based-on".
-
SP_PATIENT
public static final String SP_PATIENT
Search parameter: patientDescription: Who the referral is about
Type: reference
Path: ReferralRequest.subject
- See Also:
- Constant Field Values
-
PATIENT
public static final ca.uhn.fhir.rest.gclient.ReferenceClientParam PATIENT
Fluent Client search parameter constant for patientDescription: Who the referral is about
Type: reference
Path: ReferralRequest.subject
-
INCLUDE_PATIENT
public static final ca.uhn.fhir.model.api.Include INCLUDE_PATIENT
Constant for fluent queries to be used to add include statements. Specifies the path value of "ReferralRequest:patient".
-
SP_SERVICE
public static final String SP_SERVICE
Search parameter: serviceDescription: Actions requested as part of the referral
Type: token
Path: ReferralRequest.serviceRequested
- See Also:
- Constant Field Values
-
SERVICE
public static final ca.uhn.fhir.rest.gclient.TokenClientParam SERVICE
Fluent Client search parameter constant for serviceDescription: Actions requested as part of the referral
Type: token
Path: ReferralRequest.serviceRequested
-
SP_OCCURRENCE_DATE
public static final String SP_OCCURRENCE_DATE
Search parameter: occurrence-dateDescription: When the service(s) requested in the referral should occur
Type: date
Path: ReferralRequest.occurrence[x]
- See Also:
- Constant Field Values
-
OCCURRENCE_DATE
public static final ca.uhn.fhir.rest.gclient.DateClientParam OCCURRENCE_DATE
Fluent Client search parameter constant for occurrence-dateDescription: When the service(s) requested in the referral should occur
Type: date
Path: ReferralRequest.occurrence[x]
-
SP_RECIPIENT
public static final String SP_RECIPIENT
Search parameter: recipientDescription: The person that the referral was sent to
Type: reference
Path: ReferralRequest.recipient
- See Also:
- Constant Field Values
-
RECIPIENT
public static final ca.uhn.fhir.rest.gclient.ReferenceClientParam RECIPIENT
Fluent Client search parameter constant for recipientDescription: The person that the referral was sent to
Type: reference
Path: ReferralRequest.recipient
-
INCLUDE_RECIPIENT
public static final ca.uhn.fhir.model.api.Include INCLUDE_RECIPIENT
Constant for fluent queries to be used to add include statements. Specifies the path value of "ReferralRequest:recipient".
-
SP_CONTEXT
public static final String SP_CONTEXT
Search parameter: contextDescription: Part of encounter or episode of care
Type: reference
Path: ReferralRequest.context
- See Also:
- Constant Field Values
-
CONTEXT
public static final ca.uhn.fhir.rest.gclient.ReferenceClientParam CONTEXT
Fluent Client search parameter constant for contextDescription: Part of encounter or episode of care
Type: reference
Path: ReferralRequest.context
-
INCLUDE_CONTEXT
public static final ca.uhn.fhir.model.api.Include INCLUDE_CONTEXT
Constant for fluent queries to be used to add include statements. Specifies the path value of "ReferralRequest:context".
-
SP_DEFINITION
public static final String SP_DEFINITION
Search parameter: definitionDescription: Instantiates protocol or definition
Type: reference
Path: ReferralRequest.definition
- See Also:
- Constant Field Values
-
DEFINITION
public static final ca.uhn.fhir.rest.gclient.ReferenceClientParam DEFINITION
Fluent Client search parameter constant for definitionDescription: Instantiates protocol or definition
Type: reference
Path: ReferralRequest.definition
-
INCLUDE_DEFINITION
public static final ca.uhn.fhir.model.api.Include INCLUDE_DEFINITION
Constant for fluent queries to be used to add include statements. Specifies the path value of "ReferralRequest:definition".
-
SP_STATUS
public static final String SP_STATUS
Search parameter: statusDescription: The status of the referral
Type: token
Path: ReferralRequest.status
- See Also:
- Constant Field Values
-
STATUS
public static final ca.uhn.fhir.rest.gclient.TokenClientParam STATUS
Fluent Client search parameter constant for statusDescription: The status of the referral
Type: token
Path: ReferralRequest.status
-
-
Constructor Detail
-
ReferralRequest
public ReferralRequest()
Constructor
-
ReferralRequest
public ReferralRequest(Enumeration<ReferralRequest.ReferralRequestStatus> status, Enumeration<ReferralRequest.ReferralCategory> intent, Reference subject)
Constructor
-
-
Method Detail
-
getIdentifier
public List<Identifier> getIdentifier()
- Returns:
identifier
(Business identifier that uniquely identifies the referral/care transfer request instance.)
-
setIdentifier
public ReferralRequest setIdentifier(List<Identifier> theIdentifier)
- Returns:
- Returns a reference to
this
for easy method chaining
-
hasIdentifier
public boolean hasIdentifier()
-
addIdentifier
public Identifier addIdentifier()
-
addIdentifier
public ReferralRequest addIdentifier(Identifier t)
-
getIdentifierFirstRep
public Identifier getIdentifierFirstRep()
- Returns:
- The first repetition of repeating field
identifier
, creating it if it does not already exist
-
getDefinition
public List<Reference> getDefinition()
- Returns:
definition
(A protocol, guideline, orderset or other definition that is adhered to in whole or in part by this request.)
-
setDefinition
public ReferralRequest setDefinition(List<Reference> theDefinition)
- Returns:
- Returns a reference to
this
for easy method chaining
-
hasDefinition
public boolean hasDefinition()
-
addDefinition
public Reference addDefinition()
-
addDefinition
public ReferralRequest addDefinition(Reference t)
-
getDefinitionFirstRep
public Reference getDefinitionFirstRep()
- Returns:
- The first repetition of repeating field
definition
, creating it if it does not already exist
-
getDefinitionTarget
@Deprecated public List<Resource> getDefinitionTarget()
Deprecated.Use Reference#setResource(IBaseResource) instead
-
getBasedOn
public List<Reference> getBasedOn()
- Returns:
basedOn
(Indicates any plans, proposals or orders that this request is intended to satisfy - in whole or in part.)
-
setBasedOn
public ReferralRequest setBasedOn(List<Reference> theBasedOn)
- Returns:
- Returns a reference to
this
for easy method chaining
-
hasBasedOn
public boolean hasBasedOn()
-
addBasedOn
public Reference addBasedOn()
-
addBasedOn
public ReferralRequest addBasedOn(Reference t)
-
getBasedOnFirstRep
public Reference getBasedOnFirstRep()
- Returns:
- The first repetition of repeating field
basedOn
, creating it if it does not already exist
-
getBasedOnTarget
@Deprecated public List<Resource> getBasedOnTarget()
Deprecated.Use Reference#setResource(IBaseResource) instead
-
getReplaces
public List<Reference> getReplaces()
- Returns:
replaces
(Completed or terminated request(s) whose function is taken by this new request.)
-
setReplaces
public ReferralRequest setReplaces(List<Reference> theReplaces)
- Returns:
- Returns a reference to
this
for easy method chaining
-
hasReplaces
public boolean hasReplaces()
-
addReplaces
public Reference addReplaces()
-
addReplaces
public ReferralRequest addReplaces(Reference t)
-
getReplacesFirstRep
public Reference getReplacesFirstRep()
- Returns:
- The first repetition of repeating field
replaces
, creating it if it does not already exist
-
getReplacesTarget
@Deprecated public List<ReferralRequest> getReplacesTarget()
Deprecated.Use Reference#setResource(IBaseResource) instead
-
addReplacesTarget
@Deprecated public ReferralRequest addReplacesTarget()
Deprecated.Use Reference#setResource(IBaseResource) instead
-
getGroupIdentifier
public Identifier getGroupIdentifier()
- Returns:
groupIdentifier
(The business identifier of the logical "grouping" request/order that this referral is a part of.)
-
hasGroupIdentifier
public boolean hasGroupIdentifier()
-
setGroupIdentifier
public ReferralRequest setGroupIdentifier(Identifier value)
- Parameters:
value
-groupIdentifier
(The business identifier of the logical "grouping" request/order that this referral is a part of.)
-
getStatusElement
public Enumeration<ReferralRequest.ReferralRequestStatus> getStatusElement()
- Returns:
status
(The status of the authorization/intention reflected by the referral request record.). This is the underlying object with id, value and extensions. The accessor "getStatus" gives direct access to the value
-
hasStatusElement
public boolean hasStatusElement()
-
hasStatus
public boolean hasStatus()
-
setStatusElement
public ReferralRequest setStatusElement(Enumeration<ReferralRequest.ReferralRequestStatus> value)
- Parameters:
value
-status
(The status of the authorization/intention reflected by the referral request record.). This is the underlying object with id, value and extensions. The accessor "getStatus" gives direct access to the value
-
getStatus
public ReferralRequest.ReferralRequestStatus getStatus()
- Returns:
- The status of the authorization/intention reflected by the referral request record.
-
setStatus
public ReferralRequest setStatus(ReferralRequest.ReferralRequestStatus value)
- Parameters:
value
- The status of the authorization/intention reflected by the referral request record.
-
getIntentElement
public Enumeration<ReferralRequest.ReferralCategory> getIntentElement()
- Returns:
intent
(Distinguishes the "level" of authorization/demand implicit in this request.). This is the underlying object with id, value and extensions. The accessor "getIntent" gives direct access to the value
-
hasIntentElement
public boolean hasIntentElement()
-
hasIntent
public boolean hasIntent()
-
setIntentElement
public ReferralRequest setIntentElement(Enumeration<ReferralRequest.ReferralCategory> value)
- Parameters:
value
-intent
(Distinguishes the "level" of authorization/demand implicit in this request.). This is the underlying object with id, value and extensions. The accessor "getIntent" gives direct access to the value
-
getIntent
public ReferralRequest.ReferralCategory getIntent()
- Returns:
- Distinguishes the "level" of authorization/demand implicit in this request.
-
setIntent
public ReferralRequest setIntent(ReferralRequest.ReferralCategory value)
- Parameters:
value
- Distinguishes the "level" of authorization/demand implicit in this request.
-
getType
public CodeableConcept getType()
- Returns:
type
(An indication of the type of referral (or where applicable the type of transfer of care) request.)
-
hasType
public boolean hasType()
-
setType
public ReferralRequest setType(CodeableConcept value)
- Parameters:
value
-type
(An indication of the type of referral (or where applicable the type of transfer of care) request.)
-
getPriorityElement
public Enumeration<ReferralRequest.ReferralPriority> getPriorityElement()
- Returns:
priority
(An indication of the urgency of referral (or where applicable the type of transfer of care) request.). This is the underlying object with id, value and extensions. The accessor "getPriority" gives direct access to the value
-
hasPriorityElement
public boolean hasPriorityElement()
-
hasPriority
public boolean hasPriority()
-
setPriorityElement
public ReferralRequest setPriorityElement(Enumeration<ReferralRequest.ReferralPriority> value)
- Parameters:
value
-priority
(An indication of the urgency of referral (or where applicable the type of transfer of care) request.). This is the underlying object with id, value and extensions. The accessor "getPriority" gives direct access to the value
-
getPriority
public ReferralRequest.ReferralPriority getPriority()
- Returns:
- An indication of the urgency of referral (or where applicable the type of transfer of care) request.
-
setPriority
public ReferralRequest setPriority(ReferralRequest.ReferralPriority value)
- Parameters:
value
- An indication of the urgency of referral (or where applicable the type of transfer of care) request.
-
getServiceRequested
public List<CodeableConcept> getServiceRequested()
- Returns:
serviceRequested
(The service(s) that is/are requested to be provided to the patient. For example: cardiac pacemaker insertion.)
-
setServiceRequested
public ReferralRequest setServiceRequested(List<CodeableConcept> theServiceRequested)
- Returns:
- Returns a reference to
this
for easy method chaining
-
hasServiceRequested
public boolean hasServiceRequested()
-
addServiceRequested
public CodeableConcept addServiceRequested()
-
addServiceRequested
public ReferralRequest addServiceRequested(CodeableConcept t)
-
getServiceRequestedFirstRep
public CodeableConcept getServiceRequestedFirstRep()
- Returns:
- The first repetition of repeating field
serviceRequested
, creating it if it does not already exist
-
getSubject
public Reference getSubject()
- Returns:
subject
(The patient who is the subject of a referral or transfer of care request.)
-
hasSubject
public boolean hasSubject()
-
setSubject
public ReferralRequest setSubject(Reference value)
- Parameters:
value
-subject
(The patient who is the subject of a referral or transfer of care request.)
-
getSubjectTarget
public Resource getSubjectTarget()
- Returns:
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 who is the subject of a referral or transfer of care request.)
-
setSubjectTarget
public ReferralRequest setSubjectTarget(Resource value)
- Parameters:
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 who is the subject of a referral or transfer of care request.)
-
getContext
public Reference getContext()
- Returns:
context
(The encounter at which the request for referral or transfer of care is initiated.)
-
hasContext
public boolean hasContext()
-
setContext
public ReferralRequest setContext(Reference value)
- Parameters:
value
-context
(The encounter at which the request for referral or transfer of care is initiated.)
-
getContextTarget
public Resource getContextTarget()
- Returns:
context
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 at which the request for referral or transfer of care is initiated.)
-
setContextTarget
public ReferralRequest setContextTarget(Resource value)
- Parameters:
value
-context
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 at which the request for referral or transfer of care is initiated.)
-
getOccurrence
public Type getOccurrence()
- Returns:
occurrence
(The period of time within which the services identified in the referral/transfer of care is specified or required to occur.)
-
getOccurrenceDateTimeType
public DateTimeType getOccurrenceDateTimeType() throws org.hl7.fhir.exceptions.FHIRException
- Returns:
occurrence
(The period of time within which the services identified in the referral/transfer of care is specified or required to occur.)- Throws:
org.hl7.fhir.exceptions.FHIRException
-
hasOccurrenceDateTimeType
public boolean hasOccurrenceDateTimeType()
-
getOccurrencePeriod
public Period getOccurrencePeriod() throws org.hl7.fhir.exceptions.FHIRException
- Returns:
occurrence
(The period of time within which the services identified in the referral/transfer of care is specified or required to occur.)- Throws:
org.hl7.fhir.exceptions.FHIRException
-
hasOccurrencePeriod
public boolean hasOccurrencePeriod()
-
hasOccurrence
public boolean hasOccurrence()
-
setOccurrence
public ReferralRequest setOccurrence(Type value) throws org.hl7.fhir.exceptions.FHIRFormatError
- Parameters:
value
-occurrence
(The period of time within which the services identified in the referral/transfer of care is specified or required to occur.)- Throws:
org.hl7.fhir.exceptions.FHIRFormatError
-
getAuthoredOnElement
public DateTimeType getAuthoredOnElement()
- Returns:
authoredOn
(Date/DateTime of creation for draft requests and date of activation for active requests.). This is the underlying object with id, value and extensions. The accessor "getAuthoredOn" gives direct access to the value
-
hasAuthoredOnElement
public boolean hasAuthoredOnElement()
-
hasAuthoredOn
public boolean hasAuthoredOn()
-
setAuthoredOnElement
public ReferralRequest setAuthoredOnElement(DateTimeType value)
- Parameters:
value
-authoredOn
(Date/DateTime of creation for draft requests and date of activation for active requests.). This is the underlying object with id, value and extensions. The accessor "getAuthoredOn" gives direct access to the value
-
getAuthoredOn
public Date getAuthoredOn()
- Returns:
- Date/DateTime of creation for draft requests and date of activation for active requests.
-
setAuthoredOn
public ReferralRequest setAuthoredOn(Date value)
- Parameters:
value
- Date/DateTime of creation for draft requests and date of activation for active requests.
-
getRequester
public ReferralRequest.ReferralRequestRequesterComponent getRequester()
- Returns:
requester
(The individual who initiated the request and has responsibility for its activation.)
-
hasRequester
public boolean hasRequester()
-
setRequester
public ReferralRequest setRequester(ReferralRequest.ReferralRequestRequesterComponent value)
- Parameters:
value
-requester
(The individual who initiated the request and has responsibility for its activation.)
-
getSpecialty
public CodeableConcept getSpecialty()
- Returns:
specialty
(Indication of the clinical domain or discipline to which the referral or transfer of care request is sent. For example: Cardiology Gastroenterology Diabetology.)
-
hasSpecialty
public boolean hasSpecialty()
-
setSpecialty
public ReferralRequest setSpecialty(CodeableConcept value)
- Parameters:
value
-specialty
(Indication of the clinical domain or discipline to which the referral or transfer of care request is sent. For example: Cardiology Gastroenterology Diabetology.)
-
getRecipient
public List<Reference> getRecipient()
- Returns:
recipient
(The healthcare provider(s) or provider organization(s) who/which is to receive the referral/transfer of care request.)
-
setRecipient
public ReferralRequest setRecipient(List<Reference> theRecipient)
- Returns:
- Returns a reference to
this
for easy method chaining
-
hasRecipient
public boolean hasRecipient()
-
addRecipient
public Reference addRecipient()
-
addRecipient
public ReferralRequest addRecipient(Reference t)
-
getRecipientFirstRep
public Reference getRecipientFirstRep()
- Returns:
- The first repetition of repeating field
recipient
, creating it if it does not already exist
-
getRecipientTarget
@Deprecated public List<Resource> getRecipientTarget()
Deprecated.Use Reference#setResource(IBaseResource) instead
-
getReasonCode
public List<CodeableConcept> getReasonCode()
- Returns:
reasonCode
(Description of clinical condition indicating why referral/transfer of care is requested. For example: Pathological Anomalies, Disabled (physical or mental), Behavioral Management.)
-
setReasonCode
public ReferralRequest setReasonCode(List<CodeableConcept> theReasonCode)
- Returns:
- Returns a reference to
this
for easy method chaining
-
hasReasonCode
public boolean hasReasonCode()
-
addReasonCode
public CodeableConcept addReasonCode()
-
addReasonCode
public ReferralRequest addReasonCode(CodeableConcept t)
-
getReasonCodeFirstRep
public CodeableConcept getReasonCodeFirstRep()
- Returns:
- The first repetition of repeating field
reasonCode
, creating it if it does not already exist
-
getReasonReference
public List<Reference> getReasonReference()
- Returns:
reasonReference
(Indicates another resource whose existence justifies this request.)
-
setReasonReference
public ReferralRequest setReasonReference(List<Reference> theReasonReference)
- Returns:
- Returns a reference to
this
for easy method chaining
-
hasReasonReference
public boolean hasReasonReference()
-
addReasonReference
public Reference addReasonReference()
-
addReasonReference
public ReferralRequest addReasonReference(Reference t)
-
getReasonReferenceFirstRep
public Reference getReasonReferenceFirstRep()
- Returns:
- The first repetition of repeating field
reasonReference
, creating it if it does not already exist
-
getReasonReferenceTarget
@Deprecated public List<Resource> getReasonReferenceTarget()
Deprecated.Use Reference#setResource(IBaseResource) instead
-
getDescriptionElement
public StringType getDescriptionElement()
- Returns:
description
(The reason element gives a short description of why the referral is being made, the description expands on this to support a more complete clinical summary.). This is the underlying object with id, value and extensions. The accessor "getDescription" gives direct access to the value
-
hasDescriptionElement
public boolean hasDescriptionElement()
-
hasDescription
public boolean hasDescription()
-
setDescriptionElement
public ReferralRequest setDescriptionElement(StringType value)
- Parameters:
value
-description
(The reason element gives a short description of why the referral is being made, the description expands on this to support a more complete clinical summary.). This is the underlying object with id, value and extensions. The accessor "getDescription" gives direct access to the value
-
getDescription
public String getDescription()
- Returns:
- The reason element gives a short description of why the referral is being made, the description expands on this to support a more complete clinical summary.
-
setDescription
public ReferralRequest setDescription(String value)
- Parameters:
value
- The reason element gives a short description of why the referral is being made, the description expands on this to support a more complete clinical summary.
-
getSupportingInfo
public List<Reference> getSupportingInfo()
- Returns:
supportingInfo
(Any additional (administrative, financial or clinical) information required to support request for referral or transfer of care. For example: Presenting problems/chief complaints Medical History Family History Alerts Allergy/Intolerance and Adverse Reactions Medications Observations/Assessments (may include cognitive and fundtional assessments) Diagnostic Reports Care Plan.)
-
setSupportingInfo
public ReferralRequest setSupportingInfo(List<Reference> theSupportingInfo)
- Returns:
- Returns a reference to
this
for easy method chaining
-
hasSupportingInfo
public boolean hasSupportingInfo()
-
addSupportingInfo
public Reference addSupportingInfo()
-
addSupportingInfo
public ReferralRequest addSupportingInfo(Reference t)
-
getSupportingInfoFirstRep
public Reference getSupportingInfoFirstRep()
- Returns:
- The first repetition of repeating field
supportingInfo
, creating it if it does not already exist
-
getSupportingInfoTarget
@Deprecated public List<Resource> getSupportingInfoTarget()
Deprecated.Use Reference#setResource(IBaseResource) instead
-
getNote
public List<Annotation> getNote()
- Returns:
note
(Comments made about the referral request by any of the participants.)
-
setNote
public ReferralRequest setNote(List<Annotation> theNote)
- Returns:
- Returns a reference to
this
for easy method chaining
-
hasNote
public boolean hasNote()
-
addNote
public Annotation addNote()
-
addNote
public ReferralRequest addNote(Annotation t)
-
getNoteFirstRep
public Annotation getNoteFirstRep()
- Returns:
- The first repetition of repeating field
note
, creating it if it does not already exist
-
getRelevantHistory
public List<Reference> getRelevantHistory()
- Returns:
relevantHistory
(Links to Provenance records for past versions of this resource or fulfilling request or event resources that identify key state transitions or updates that are likely to be relevant to a user looking at the current version of the resource.)
-
setRelevantHistory
public ReferralRequest setRelevantHistory(List<Reference> theRelevantHistory)
- Returns:
- Returns a reference to
this
for easy method chaining
-
hasRelevantHistory
public boolean hasRelevantHistory()
-
addRelevantHistory
public Reference addRelevantHistory()
-
addRelevantHistory
public ReferralRequest addRelevantHistory(Reference t)
-
getRelevantHistoryFirstRep
public Reference getRelevantHistoryFirstRep()
- Returns:
- The first repetition of repeating field
relevantHistory
, creating it if it does not already exist
-
getRelevantHistoryTarget
@Deprecated public List<Provenance> getRelevantHistoryTarget()
Deprecated.Use Reference#setResource(IBaseResource) instead
-
addRelevantHistoryTarget
@Deprecated public Provenance addRelevantHistoryTarget()
Deprecated.Use Reference#setResource(IBaseResource) instead
-
listChildren
protected void listChildren(List<Property> children)
- 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
public Base setProperty(String name, Base value) throws org.hl7.fhir.exceptions.FHIRException
- Overrides:
setProperty
in classDomainResource
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
makeProperty
public Base makeProperty(int hash, String name) throws org.hl7.fhir.exceptions.FHIRException
- 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
public Base addChild(String name) throws org.hl7.fhir.exceptions.FHIRException
- Overrides:
addChild
in classDomainResource
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
fhirType
public String fhirType()
- Specified by:
fhirType
in interfaceorg.hl7.fhir.instance.model.api.IBase
- Overrides:
fhirType
in classDomainResource
-
copy
public ReferralRequest copy()
- Specified by:
copy
in classDomainResource
-
typedCopy
protected ReferralRequest typedCopy()
-
equalsDeep
public boolean equalsDeep(Base other_)
- Overrides:
equalsDeep
in classDomainResource
-
equalsShallow
public boolean equalsShallow(Base other_)
- Overrides:
equalsShallow
in classDomainResource
-
isEmpty
public boolean isEmpty()
- Specified by:
isEmpty
in interfaceorg.hl7.fhir.instance.model.api.IBase
- Overrides:
isEmpty
in classDomainResource
-
getResourceType
public ResourceType getResourceType()
- Specified by:
getResourceType
in classResource
-
-