Class QuestionnaireResponse
- 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
- See Also:
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
static class
static enum
static class
-
Field Summary
Modifier and TypeFieldDescriptionprotected Reference
Person who received the answers to the questions in the QuestionnaireResponse and recorded them in the system.static final ca.uhn.fhir.rest.gclient.ReferenceClientParam
Fluent Client search parameter constant for authorprotected DateTimeType
The date and/or time that this set of answers were last changed.static final ca.uhn.fhir.rest.gclient.DateClientParam
Fluent Client search parameter constant for authoredprotected Resource
The actual object that is the target of the reference (Person who received the answers to the questions in the QuestionnaireResponse and recorded them in the system.)static final ca.uhn.fhir.rest.gclient.ReferenceClientParam
Fluent Client search parameter constant for based-onThe order, proposal or plan that is fulfilled in whole or in part by this QuestionnaireResponse.The actual objects that are the target of the reference (The order, proposal or plan that is fulfilled in whole or in part by this QuestionnaireResponse.protected Reference
The Encounter during which this questionnaire response was created or to which the creation of this record is tightly associated.static final ca.uhn.fhir.rest.gclient.ReferenceClientParam
Fluent Client search parameter constant for encounterprotected Encounter
The actual object that is the target of the reference (The Encounter during which this questionnaire response was created or to which the creation of this record is tightly associated.)protected Identifier
A business identifier assigned to a particular completed (or partially completed) questionnaire.static final ca.uhn.fhir.rest.gclient.TokenClientParam
Fluent Client search parameter constant for identifierstatic final ca.uhn.fhir.model.api.Include
Constant for fluent queries to be used to add include statements.static final ca.uhn.fhir.model.api.Include
Constant for fluent queries to be used to add include statements.static final ca.uhn.fhir.model.api.Include
Constant for fluent queries to be used to add include statements.static final ca.uhn.fhir.model.api.Include
Constant for fluent queries to be used to add include statements.static final ca.uhn.fhir.model.api.Include
Constant for fluent queries to be used to add include statements.static final ca.uhn.fhir.model.api.Include
Constant for fluent queries to be used to add include statements.static final ca.uhn.fhir.model.api.Include
Constant for fluent queries to be used to add include statements.static final ca.uhn.fhir.model.api.Include
Constant for fluent queries to be used to add include statements.A group or question item from the original questionnaire for which answers are provided.static final ca.uhn.fhir.rest.gclient.ReferenceClientParam
Fluent Client search parameter constant for part-ofA procedure or observation that this questionnaire was performed as part of the execution of.The actual objects that are the target of the reference (A procedure or observation that this questionnaire was performed as part of the execution of.static final ca.uhn.fhir.rest.gclient.ReferenceClientParam
Fluent Client search parameter constant for patientprotected CanonicalType
The Questionnaire that defines and organizes the questions for which answers are being provided.static final ca.uhn.fhir.rest.gclient.ReferenceClientParam
Fluent Client search parameter constant for questionnaireprotected Reference
The person who answered the questions about the subject.static final ca.uhn.fhir.rest.gclient.ReferenceClientParam
Fluent Client search parameter constant for sourceprotected Resource
The actual object that is the target of the reference (The person who answered the questions about the subject.)static final String
Search parameter: authorstatic final String
Search parameter: authoredstatic final String
Search parameter: based-onstatic final String
Search parameter: encounterstatic final String
Search parameter: identifierstatic final String
Search parameter: part-ofstatic final String
Search parameter: patientstatic final String
Search parameter: questionnairestatic final String
Search parameter: sourcestatic final String
Search parameter: statusstatic final String
Search parameter: subjectThe position of the questionnaire response within its overall lifecycle.static final ca.uhn.fhir.rest.gclient.TokenClientParam
Fluent Client search parameter constant for statusprotected Reference
The subject of the questionnaire response.static final ca.uhn.fhir.rest.gclient.ReferenceClientParam
Fluent Client search parameter constant for subjectprotected Resource
The actual object that is the target of the reference (The subject of the questionnaire response.Fields inherited from class org.hl7.fhir.r4.model.DomainResource
contained, extension, modifierExtension, text
Fields inherited from class org.hl7.fhir.r4.model.Resource
id, implicitRules, language, meta
Fields inherited from interface org.hl7.fhir.instance.model.api.IAnyResource
RES_ID, RES_LAST_UPDATED, RES_PROFILE, RES_SECURITY, RES_TAG, SP_RES_ID, SP_RES_LAST_UPDATED, SP_RES_PROFILE, SP_RES_SECURITY, SP_RES_TAG
Fields inherited from interface org.hl7.fhir.instance.model.api.IBaseResource
INCLUDE_ALL, WILDCARD_ALL_SET
-
Constructor Summary
ConstructorDescriptionConstructorConstructor -
Method Summary
Modifier and TypeMethodDescriptionaddItem()
copy()
void
boolean
equalsDeep
(Base other_) boolean
equalsShallow
(Base other_) fhirType()
Deprecated.Use Reference#setResource(IBaseResource) insteadgetItem()
getNamedProperty
(int _hash, String _name, boolean _checkValid) Deprecated.Use Reference#setResource(IBaseResource) insteadBase[]
getProperty
(int hash, String name, boolean checkValid) String[]
getTypesForProperty
(int hash, String name) boolean
boolean
boolean
boolean
boolean
boolean
boolean
hasItem()
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
isEmpty()
protected void
listChildren
(List<Property> children) makeProperty
(int hash, String name) void
removeChild
(String name, Base value) setAuthored
(Date value) setAuthoredElement
(DateTimeType value) setAuthorTarget
(Resource value) setBasedOn
(List<Reference> theBasedOn) setEncounter
(Reference value) setEncounterTarget
(Encounter value) setIdentifier
(Identifier value) setProperty
(int hash, String name, Base value) setProperty
(String name, Base value) setQuestionnaire
(String value) setSourceTarget
(Resource value) setSubject
(Reference value) setSubjectTarget
(Resource value) protected QuestionnaireResponse
Methods inherited from class org.hl7.fhir.r4.model.DomainResource
addContained, addExtension, addExtension, addExtension, addModifierExtension, addModifierExtension, checkNoModifiers, copyValues, getContained, getContained, getExtension, getExtensionByUrl, getExtensionsByUrl, getModifierExtension, getModifierExtensionsByUrl, getText, hasContained, hasExtension, hasExtension, hasModifierExtension, hasText, setContained, setExtension, setModifierExtension, setText
Methods inherited from class org.hl7.fhir.r4.model.Resource
copyValues, getId, getIdBase, getIdElement, getIdPart, getImplicitRules, getImplicitRulesElement, getLanguage, getLanguage, getLanguageElement, getMeta, hasId, hasIdElement, hasImplicitRules, hasImplicitRulesElement, hasLanguage, hasLanguageElement, hasMeta, setId, setIdBase, setIdElement, setImplicitRules, setImplicitRulesElement, setLanguage, setLanguageElement, setMeta
Methods inherited from class org.hl7.fhir.r4.model.BaseResource
getStructureFhirVersionEnum, isResource, setId
Methods inherited from class org.hl7.fhir.r4.model.Base
castToAddress, castToAnnotation, castToAttachment, castToBase64Binary, castToBoolean, castToCanonical, castToCode, castToCodeableConcept, castToCoding, castToContactDetail, castToContactPoint, castToContributor, castToDataRequirement, castToDate, castToDateTime, castToDecimal, castToDosage, castToDuration, castToElementDefinition, castToExpression, castToExtension, castToHumanName, castToId, castToIdentifier, castToInstant, castToInteger, castToMarkdown, castToMarketingStatus, castToMeta, castToMoney, castToNarrative, castToOid, castToParameterDefinition, castToPeriod, castToPopulation, castToPositiveInt, castToProdCharacteristic, castToProductShelfLife, castToQuantity, castToRange, castToRatio, castToReference, castToRelatedArtifact, castToResource, castToSampledData, castToSignature, castToSimpleQuantity, castToString, castToSubstanceAmount, castToTime, castToTiming, castToTriggerDefinition, castToType, castToUnsignedInt, castToUri, castToUrl, castToUsageContext, castToXhtml, castToXhtmlString, children, clearUserData, compareDeep, compareDeep, compareDeep, compareDeep, compareValues, compareValues, copyValues, dateTimeValue, equals, getChildByName, getFormatCommentsPost, getFormatCommentsPre, getNamedProperty, getUserData, getUserInt, getUserString, getXhtml, hasFormatComment, hasPrimitiveValue, hasType, hasUserData, isBooleanPrimitive, isDateTime, isMetadataBased, isPrimitive, listChildrenByName, listChildrenByName, primitiveValue, setUserData, setUserDataINN
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.hl7.fhir.instance.model.api.IAnyResource
getId, getIdElement, getLanguageElement, getUserData, setId, setUserData
Methods inherited from interface org.hl7.fhir.instance.model.api.IBase
getFormatCommentsPost, getFormatCommentsPre, hasFormatComment
Methods inherited from interface org.hl7.fhir.instance.model.api.IBaseResource
getMeta, getStructureFhirVersionEnum, isDeleted, setId
-
Field Details
-
identifier
A business identifier assigned to a particular completed (or partially completed) questionnaire. -
basedOn
The order, proposal or plan that is fulfilled in whole or in part by this QuestionnaireResponse. For example, a ServiceRequest seeking an intake assessment or a decision support recommendation to assess for post-partum depression. -
basedOnTarget
The actual objects that are the target of the reference (The order, proposal or plan that is fulfilled in whole or in part by this QuestionnaireResponse. For example, a ServiceRequest seeking an intake assessment or a decision support recommendation to assess for post-partum depression.) -
partOf
A procedure or observation that this questionnaire was performed as part of the execution of. For example, the surgery a checklist was executed as part of. -
partOfTarget
The actual objects that are the target of the reference (A procedure or observation that this questionnaire was performed as part of the execution of. For example, the surgery a checklist was executed as part of.) -
questionnaire
The Questionnaire that defines and organizes the questions for which answers are being provided. -
status
The position of the questionnaire response within its overall lifecycle. -
subject
The subject of the questionnaire response. This could be a patient, organization, practitioner, device, etc. This is who/what the answers apply to, but is not necessarily the source of information. -
subjectTarget
The actual object that is the target of the reference (The subject of the questionnaire response. This could be a patient, organization, practitioner, device, etc. This is who/what the answers apply to, but is not necessarily the source of information.) -
encounter
The Encounter during which this questionnaire response was created or to which the creation of this record is tightly associated. -
encounterTarget
The actual object that is the target of the reference (The Encounter during which this questionnaire response was created or to which the creation of this record is tightly associated.) -
authored
The date and/or time that this set of answers were last changed. -
author
Person who received the answers to the questions in the QuestionnaireResponse and recorded them in the system. -
authorTarget
The actual object that is the target of the reference (Person who received the answers to the questions in the QuestionnaireResponse and recorded them in the system.) -
source
The person who answered the questions about the subject. -
sourceTarget
The actual object that is the target of the reference (The person who answered the questions about the subject.) -
item
A group or question item from the original questionnaire for which answers are provided. -
SP_AUTHORED
Search parameter: authoredDescription: When the questionnaire response was last changed
Type: date
Path: QuestionnaireResponse.authored
- See Also:
-
AUTHORED
Fluent Client search parameter constant for authoredDescription: When the questionnaire response was last changed
Type: date
Path: QuestionnaireResponse.authored
-
SP_IDENTIFIER
Search parameter: identifierDescription: The unique identifier for the questionnaire response
Type: token
Path: QuestionnaireResponse.identifier
- See Also:
-
IDENTIFIER
Fluent Client search parameter constant for identifierDescription: The unique identifier for the questionnaire response
Type: token
Path: QuestionnaireResponse.identifier
-
SP_QUESTIONNAIRE
Search parameter: questionnaireDescription: The questionnaire the answers are provided for
Type: reference
Path: QuestionnaireResponse.questionnaire
- See Also:
-
QUESTIONNAIRE
Fluent Client search parameter constant for questionnaireDescription: The questionnaire the answers are provided for
Type: reference
Path: QuestionnaireResponse.questionnaire
-
INCLUDE_QUESTIONNAIRE
Constant for fluent queries to be used to add include statements. Specifies the path value of "QuestionnaireResponse:questionnaire". -
SP_BASED_ON
Search parameter: based-onDescription: Plan/proposal/order fulfilled by this questionnaire response
Type: reference
Path: QuestionnaireResponse.basedOn
- See Also:
-
BASED_ON
Fluent Client search parameter constant for based-onDescription: Plan/proposal/order fulfilled by this questionnaire response
Type: reference
Path: QuestionnaireResponse.basedOn
-
INCLUDE_BASED_ON
Constant for fluent queries to be used to add include statements. Specifies the path value of "QuestionnaireResponse:based-on". -
SP_SUBJECT
Search parameter: subjectDescription: The subject of the questionnaire response
Type: reference
Path: QuestionnaireResponse.subject
- See Also:
-
SUBJECT
Fluent Client search parameter constant for subjectDescription: The subject of the questionnaire response
Type: reference
Path: QuestionnaireResponse.subject
-
INCLUDE_SUBJECT
Constant for fluent queries to be used to add include statements. Specifies the path value of "QuestionnaireResponse:subject". -
SP_AUTHOR
Search parameter: authorDescription: The author of the questionnaire response
Type: reference
Path: QuestionnaireResponse.author
- See Also:
-
AUTHOR
Fluent Client search parameter constant for authorDescription: The author of the questionnaire response
Type: reference
Path: QuestionnaireResponse.author
-
INCLUDE_AUTHOR
Constant for fluent queries to be used to add include statements. Specifies the path value of "QuestionnaireResponse:author". -
SP_PATIENT
Search parameter: patientDescription: The patient that is the subject of the questionnaire response
Type: reference
Path: QuestionnaireResponse.subject
- See Also:
-
PATIENT
Fluent Client search parameter constant for patientDescription: The patient that is the subject of the questionnaire response
Type: reference
Path: QuestionnaireResponse.subject
-
INCLUDE_PATIENT
Constant for fluent queries to be used to add include statements. Specifies the path value of "QuestionnaireResponse:patient". -
SP_PART_OF
Search parameter: part-ofDescription: Procedure or observation this questionnaire response was performed as a part of
Type: reference
Path: QuestionnaireResponse.partOf
- See Also:
-
PART_OF
Fluent Client search parameter constant for part-ofDescription: Procedure or observation this questionnaire response was performed as a part of
Type: reference
Path: QuestionnaireResponse.partOf
-
INCLUDE_PART_OF
Constant for fluent queries to be used to add include statements. Specifies the path value of "QuestionnaireResponse:part-of". -
SP_ENCOUNTER
Search parameter: encounterDescription: Encounter associated with the questionnaire response
Type: reference
Path: QuestionnaireResponse.encounter
- See Also:
-
ENCOUNTER
Fluent Client search parameter constant for encounterDescription: Encounter associated with the questionnaire response
Type: reference
Path: QuestionnaireResponse.encounter
-
INCLUDE_ENCOUNTER
Constant for fluent queries to be used to add include statements. Specifies the path value of "QuestionnaireResponse:encounter". -
SP_SOURCE
Search parameter: sourceDescription: The individual providing the information reflected in the questionnaire respose
Type: reference
Path: QuestionnaireResponse.source
- See Also:
-
SOURCE
Fluent Client search parameter constant for sourceDescription: The individual providing the information reflected in the questionnaire respose
Type: reference
Path: QuestionnaireResponse.source
-
INCLUDE_SOURCE
Constant for fluent queries to be used to add include statements. Specifies the path value of "QuestionnaireResponse:source". -
SP_STATUS
Search parameter: statusDescription: The status of the questionnaire response
Type: token
Path: QuestionnaireResponse.status
- See Also:
-
STATUS
Fluent Client search parameter constant for statusDescription: The status of the questionnaire response
Type: token
Path: QuestionnaireResponse.status
-
-
Constructor Details
-
QuestionnaireResponse
public QuestionnaireResponse()Constructor -
QuestionnaireResponse
Constructor
-
-
Method Details
-
getIdentifier
- Returns:
identifier
(A business identifier assigned to a particular completed (or partially completed) questionnaire.)
-
hasIdentifier
-
setIdentifier
- Parameters:
value
-identifier
(A business identifier assigned to a particular completed (or partially completed) questionnaire.)
-
getBasedOn
- Returns:
basedOn
(The order, proposal or plan that is fulfilled in whole or in part by this QuestionnaireResponse. For example, a ServiceRequest seeking an intake assessment or a decision support recommendation to assess for post-partum depression.)
-
setBasedOn
- Returns:
- Returns a reference to
this
for easy method chaining
-
hasBasedOn
-
addBasedOn
-
addBasedOn
-
getBasedOnFirstRep
- Returns:
- The first repetition of repeating field
basedOn
, creating it if it does not already exist
-
getBasedOnTarget
Deprecated.Use Reference#setResource(IBaseResource) instead -
getPartOf
- Returns:
partOf
(A procedure or observation that this questionnaire was performed as part of the execution of. For example, the surgery a checklist was executed as part of.)
-
setPartOf
- Returns:
- Returns a reference to
this
for easy method chaining
-
hasPartOf
-
addPartOf
-
addPartOf
-
getPartOfFirstRep
- Returns:
- The first repetition of repeating field
partOf
, creating it if it does not already exist
-
getPartOfTarget
Deprecated.Use Reference#setResource(IBaseResource) instead -
getQuestionnaireElement
- Returns:
questionnaire
(The Questionnaire that defines and organizes the questions for which answers are being provided.). This is the underlying object with id, value and extensions. The accessor "getQuestionnaire" gives direct access to the value
-
hasQuestionnaireElement
-
hasQuestionnaire
-
setQuestionnaireElement
- Parameters:
value
-questionnaire
(The Questionnaire that defines and organizes the questions for which answers are being provided.). This is the underlying object with id, value and extensions. The accessor "getQuestionnaire" gives direct access to the value
-
getQuestionnaire
- Returns:
- The Questionnaire that defines and organizes the questions for which answers are being provided.
-
setQuestionnaire
- Parameters:
value
- The Questionnaire that defines and organizes the questions for which answers are being provided.
-
getStatusElement
- Returns:
status
(The position of the questionnaire response within its overall lifecycle.). This is the underlying object with id, value and extensions. The accessor "getStatus" gives direct access to the value
-
hasStatusElement
-
hasStatus
-
setStatusElement
public QuestionnaireResponse setStatusElement(Enumeration<QuestionnaireResponse.QuestionnaireResponseStatus> value) - Parameters:
value
-status
(The position of the questionnaire response within its overall lifecycle.). This is the underlying object with id, value and extensions. The accessor "getStatus" gives direct access to the value
-
getStatus
- Returns:
- The position of the questionnaire response within its overall lifecycle.
-
setStatus
- Parameters:
value
- The position of the questionnaire response within its overall lifecycle.
-
getSubject
- Returns:
subject
(The subject of the questionnaire response. This could be a patient, organization, practitioner, device, etc. This is who/what the answers apply to, but is not necessarily the source of information.)
-
hasSubject
-
setSubject
- Parameters:
value
-subject
(The subject of the questionnaire response. This could be a patient, organization, practitioner, device, etc. This is who/what the answers apply to, but is not necessarily the source of information.)
-
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 subject of the questionnaire response. This could be a patient, organization, practitioner, device, etc. This is who/what the answers apply to, but is not necessarily the source of information.)
-
setSubjectTarget
- 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 subject of the questionnaire response. This could be a patient, organization, practitioner, device, etc. This is who/what the answers apply to, but is not necessarily the source of information.)
-
getEncounter
- Returns:
encounter
(The Encounter during which this questionnaire response was created or to which the creation of this record is tightly associated.)
-
hasEncounter
-
setEncounter
- Parameters:
value
-encounter
(The Encounter during which this questionnaire response was created or to which the creation of this record is tightly associated.)
-
getEncounterTarget
- Returns:
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 questionnaire response was created or to which the creation of this record is tightly associated.)
-
setEncounterTarget
- Parameters:
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 questionnaire response was created or to which the creation of this record is tightly associated.)
-
getAuthoredElement
- Returns:
authored
(The date and/or time that this set of answers were last changed.). This is the underlying object with id, value and extensions. The accessor "getAuthored" gives direct access to the value
-
hasAuthoredElement
-
hasAuthored
-
setAuthoredElement
- Parameters:
value
-authored
(The date and/or time that this set of answers were last changed.). This is the underlying object with id, value and extensions. The accessor "getAuthored" gives direct access to the value
-
getAuthored
- Returns:
- The date and/or time that this set of answers were last changed.
-
setAuthored
- Parameters:
value
- The date and/or time that this set of answers were last changed.
-
getAuthor
- Returns:
author
(Person who received the answers to the questions in the QuestionnaireResponse and recorded them in the system.)
-
hasAuthor
-
setAuthor
- Parameters:
value
-author
(Person who received the answers to the questions in the QuestionnaireResponse and recorded them in the system.)
-
getAuthorTarget
- Returns:
author
The actual object that is the target of the reference. The reference library doesn't populate this, but you can use it to hold the resource if you resolve it. (Person who received the answers to the questions in the QuestionnaireResponse and recorded them in the system.)
-
setAuthorTarget
- Parameters:
value
-author
The actual object that is the target of the reference. The reference library doesn't use these, but you can use it to hold the resource if you resolve it. (Person who received the answers to the questions in the QuestionnaireResponse and recorded them in the system.)
-
getSource
- Returns:
source
(The person who answered the questions about the subject.)
-
hasSource
-
setSource
- Parameters:
value
-source
(The person who answered the questions about the subject.)
-
getSourceTarget
- Returns:
source
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 person who answered the questions about the subject.)
-
setSourceTarget
- Parameters:
value
-source
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 person who answered the questions about the subject.)
-
getItem
- Returns:
item
(A group or question item from the original questionnaire for which answers are provided.)
-
setItem
public QuestionnaireResponse setItem(List<QuestionnaireResponse.QuestionnaireResponseItemComponent> theItem) - Returns:
- Returns a reference to
this
for easy method chaining
-
hasItem
-
addItem
-
addItem
-
getItemFirstRep
- Returns:
- The first repetition of repeating field
item
, creating it if it does not already exist
-
listChildren
- Overrides:
listChildren
in classDomainResource
-
getNamedProperty
public Property getNamedProperty(int _hash, String _name, boolean _checkValid) throws org.hl7.fhir.exceptions.FHIRException - Overrides:
getNamedProperty
in classDomainResource
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
getProperty
public Base[] getProperty(int hash, String name, boolean checkValid) throws org.hl7.fhir.exceptions.FHIRException - Overrides:
getProperty
in classDomainResource
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
setProperty
public Base setProperty(int hash, String name, Base value) throws org.hl7.fhir.exceptions.FHIRException - Overrides:
setProperty
in classDomainResource
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
setProperty
- Overrides:
setProperty
in classDomainResource
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
removeChild
- Overrides:
removeChild
in classDomainResource
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
makeProperty
- Overrides:
makeProperty
in classDomainResource
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
getTypesForProperty
public String[] getTypesForProperty(int hash, String name) throws org.hl7.fhir.exceptions.FHIRException - Overrides:
getTypesForProperty
in classDomainResource
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
addChild
- Overrides:
addChild
in classDomainResource
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
fhirType
- Specified by:
fhirType
in interfaceorg.hl7.fhir.instance.model.api.IBase
- Overrides:
fhirType
in classDomainResource
-
copy
- Specified by:
copy
in classDomainResource
-
copyValues
-
typedCopy
-
equalsDeep
- Overrides:
equalsDeep
in classDomainResource
-
equalsShallow
- Overrides:
equalsShallow
in classDomainResource
-
isEmpty
- Specified by:
isEmpty
in interfaceorg.hl7.fhir.instance.model.api.IBase
- Overrides:
isEmpty
in classDomainResource
-
getResourceType
- Specified by:
getResourceType
in classResource
-