
Class RiskAssessment
- 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
Nested ClassesModifier and TypeClassDescriptionstatic classstatic enumstatic class -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected ReferenceA reference to the request that is fulfilled by this risk assessment.protected ResourceThe actual object that is the target of the reference (A reference to the request that is fulfilled by this risk assessment.)Indicates the source data considered as part of the assessment (for example, FamilyHistory, Observations, Procedures, Conditions, etc.).The actual objects that are the target of the reference (Indicates the source data considered as part of the assessment (for example, FamilyHistory, Observations, Procedures, Conditions, etc.).)protected CodeableConceptThe type of the risk assessment performed.protected ReferenceFor assessments or prognosis specific to a particular condition, indicates the condition being assessed.static final ca.uhn.fhir.rest.gclient.ReferenceClientParamFluent Client search parameter constant for conditionprotected ConditionThe actual object that is the target of the reference (For assessments or prognosis specific to a particular condition, indicates the condition being assessed.)static final ca.uhn.fhir.rest.gclient.DateClientParamFluent Client search parameter constant for dateprotected ReferenceThe encounter where the assessment was performed.static final ca.uhn.fhir.rest.gclient.ReferenceClientParamFluent Client search parameter constant for encounterprotected EncounterThe actual object that is the target of the reference (The encounter where the assessment was performed.)protected List<Identifier> Business identifier assigned to the risk assessment.static final ca.uhn.fhir.rest.gclient.TokenClientParamFluent Client search parameter constant for identifierstatic final ca.uhn.fhir.model.api.IncludeConstant for fluent queries to be used to add include statements.static final ca.uhn.fhir.model.api.IncludeConstant for fluent queries to be used to add include statements.static final ca.uhn.fhir.model.api.IncludeConstant for fluent queries to be used to add include statements.static final ca.uhn.fhir.model.api.IncludeConstant for fluent queries to be used to add include statements.static final ca.uhn.fhir.model.api.IncludeConstant for fluent queries to be used to add include statements.protected CodeableConceptThe algorithm, process or mechanism used to evaluate the risk.static final ca.uhn.fhir.rest.gclient.TokenClientParamFluent Client search parameter constant for methodprotected StringTypeA description of the steps that might be taken to reduce the identified risk(s).protected List<Annotation> Additional comments about the risk assessment.protected TypeThe date (and possibly time) the risk assessment was performed.protected ReferenceA reference to a resource that this risk assessment is part of, such as a Procedure.protected ResourceThe actual object that is the target of the reference (A reference to a resource that this risk assessment is part of, such as a Procedure.)static final ca.uhn.fhir.rest.gclient.ReferenceClientParamFluent Client search parameter constant for patientprotected ReferenceThe provider or software application that performed the assessment.static final ca.uhn.fhir.rest.gclient.ReferenceClientParamFluent Client search parameter constant for performerprotected ResourceThe actual object that is the target of the reference (The provider or software application that performed the assessment.)Describes the expected outcome for the subject.static final ca.uhn.fhir.rest.gclient.NumberClientParamFluent Client search parameter constant for probabilityprotected List<CodeableConcept> The reason the risk assessment was performed.Resources supporting the reason the risk assessment was performed.The actual objects that are the target of the reference (Resources supporting the reason the risk assessment was performed.)static final ca.uhn.fhir.rest.gclient.TokenClientParamFluent Client search parameter constant for riskstatic final StringSearch parameter: conditionstatic final StringSearch parameter: datestatic final StringSearch parameter: encounterstatic final StringSearch parameter: identifierstatic final StringSearch parameter: methodstatic final StringSearch parameter: patientstatic final StringSearch parameter: performerstatic final StringSearch parameter: probabilitystatic final StringSearch parameter: riskstatic final StringSearch parameter: subjectprotected Enumeration<RiskAssessment.RiskAssessmentStatus> The status of the RiskAssessment, using the same statuses as an Observation.protected ReferenceThe patient or group the risk assessment applies to.static final ca.uhn.fhir.rest.gclient.ReferenceClientParamFluent Client search parameter constant for subjectprotected ResourceThe actual object that is the target of the reference (The patient or group the risk assessment applies to.)Fields inherited from class org.hl7.fhir.r4.model.DomainResource
contained, extension, modifierExtension, textFields inherited from class org.hl7.fhir.r4.model.Resource
id, implicitRules, language, metaFields 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_TAGFields inherited from interface org.hl7.fhir.instance.model.api.IBaseResource
INCLUDE_ALL, WILDCARD_ALL_SET -
Constructor Summary
ConstructorsConstructorDescriptionConstructorRiskAssessment(Enumeration<RiskAssessment.RiskAssessmentStatus> status, Reference subject) Constructor -
Method Summary
Modifier and TypeMethodDescriptionaddBasis()addNote()copy()voidcopyValues(RiskAssessment dst) booleanequalsDeep(Base other_) booleanequalsShallow(Base other_) fhirType()getBasis()getCode()getNamedProperty(int _hash, String _name, boolean _checkValid) getNote()Base[]getProperty(int hash, String name, boolean checkValid) String[]getTypesForProperty(int hash, String name) booleanbooleanhasBasis()booleanhasCode()booleanbooleanbooleanbooleanbooleanbooleanbooleanhasNote()booleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanisEmpty()protected voidlistChildren(List<Property> children) makeProperty(int hash, String name) voidremoveChild(String name, Base value) setBasedOn(Reference value) setBasedOnTarget(Resource value) setCode(CodeableConcept value) setCondition(Reference value) setConditionTarget(Condition value) setEncounter(Reference value) setEncounterTarget(Encounter value) setIdentifier(List<Identifier> theIdentifier) setMethod(CodeableConcept value) setMitigation(String value) setMitigationElement(StringType value) setNote(List<Annotation> theNote) setOccurrence(Type value) setParentTarget(Resource value) setPerformer(Reference value) setPerformerTarget(Resource value) setPrediction(List<RiskAssessment.RiskAssessmentPredictionComponent> thePrediction) setProperty(int hash, String name, Base value) setProperty(String name, Base value) setReasonCode(List<CodeableConcept> theReasonCode) setReasonReference(List<Reference> theReasonReference) setSubject(Reference value) setSubjectTarget(Resource value) protected RiskAssessmentMethods inherited from class org.hl7.fhir.r4.model.DomainResource
addContained, addExtension, addExtension, addExtension, addModifierExtension, addModifierExtension, checkNoModifiers, copyValues, getContained, getContained, getExtension, getExtensionByUrl, getExtensionsByUrl, getExtensionString, getExtensionString, getModifierExtension, getModifierExtensionsByUrl, getText, hasContained, hasExtension, hasExtension, hasModifierExtension, hasPrimitiveExtension, hasText, setContained, setExtension, setModifierExtension, setTextMethods 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, setMetaMethods inherited from class org.hl7.fhir.r4.model.BaseResource
getStructureFhirVersionEnum, isResource, setIdMethods 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, getChildValueByName, getFormatCommentsPost, getFormatCommentsPre, getNamedProperty, getUserData, getUserInt, getUserString, getXhtml, hasFormatComment, hasPrimitiveValue, hasType, hasUserData, isBooleanPrimitive, isDateTime, isMetadataBased, isPrimitive, listChildrenByName, listChildrenByName, primitiveValue, setUserData, setUserDataINN, setXhtmlMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.hl7.fhir.instance.model.api.IAnyResource
getId, getIdElement, getLanguageElement, getUserData, setId, setUserDataMethods inherited from interface org.hl7.fhir.instance.model.api.IBase
getFormatCommentsPost, getFormatCommentsPre, hasFormatCommentMethods inherited from interface org.hl7.fhir.instance.model.api.IBaseResource
getMeta, getStructureFhirVersionEnum, isDeleted, setId
-
Field Details
-
identifier
Business identifier assigned to the risk assessment. -
basedOn
A reference to the request that is fulfilled by this risk assessment. -
basedOnTarget
The actual object that is the target of the reference (A reference to the request that is fulfilled by this risk assessment.) -
parent
A reference to a resource that this risk assessment is part of, such as a Procedure. -
parentTarget
The actual object that is the target of the reference (A reference to a resource that this risk assessment is part of, such as a Procedure.) -
status
The status of the RiskAssessment, using the same statuses as an Observation. -
method
The algorithm, process or mechanism used to evaluate the risk. -
code
The type of the risk assessment performed. -
subject
The patient or group the risk assessment applies to. -
subjectTarget
The actual object that is the target of the reference (The patient or group the risk assessment applies to.) -
encounter
The encounter where the assessment was performed. -
encounterTarget
The actual object that is the target of the reference (The encounter where the assessment was performed.) -
occurrence
The date (and possibly time) the risk assessment was performed. -
condition
For assessments or prognosis specific to a particular condition, indicates the condition being assessed. -
conditionTarget
The actual object that is the target of the reference (For assessments or prognosis specific to a particular condition, indicates the condition being assessed.) -
performer
The provider or software application that performed the assessment. -
performerTarget
The actual object that is the target of the reference (The provider or software application that performed the assessment.) -
reasonCode
The reason the risk assessment was performed. -
reasonReference
Resources supporting the reason the risk assessment was performed. -
reasonReferenceTarget
The actual objects that are the target of the reference (Resources supporting the reason the risk assessment was performed.) -
basis
Indicates the source data considered as part of the assessment (for example, FamilyHistory, Observations, Procedures, Conditions, etc.). -
basisTarget
The actual objects that are the target of the reference (Indicates the source data considered as part of the assessment (for example, FamilyHistory, Observations, Procedures, Conditions, etc.).) -
prediction
Describes the expected outcome for the subject. -
mitigation
A description of the steps that might be taken to reduce the identified risk(s). -
note
Additional comments about the risk assessment. -
SP_DATE
Search parameter: dateDescription: When was assessment made?
Type: date
Path: RiskAssessment.occurrenceDateTime
- See Also:
-
DATE
Fluent Client search parameter constant for dateDescription: When was assessment made?
Type: date
Path: RiskAssessment.occurrenceDateTime
-
SP_IDENTIFIER
Search parameter: identifierDescription: Unique identifier for the assessment
Type: token
Path: RiskAssessment.identifier
- See Also:
-
IDENTIFIER
Fluent Client search parameter constant for identifierDescription: Unique identifier for the assessment
Type: token
Path: RiskAssessment.identifier
-
SP_CONDITION
Search parameter: conditionDescription: Condition assessed
Type: reference
Path: RiskAssessment.condition
- See Also:
-
CONDITION
Fluent Client search parameter constant for conditionDescription: Condition assessed
Type: reference
Path: RiskAssessment.condition
-
INCLUDE_CONDITION
Constant for fluent queries to be used to add include statements. Specifies the path value of "RiskAssessment:condition". -
SP_PERFORMER
Search parameter: performerDescription: Who did assessment?
Type: reference
Path: RiskAssessment.performer
- See Also:
-
PERFORMER
Fluent Client search parameter constant for performerDescription: Who did assessment?
Type: reference
Path: RiskAssessment.performer
-
INCLUDE_PERFORMER
Constant for fluent queries to be used to add include statements. Specifies the path value of "RiskAssessment:performer". -
SP_METHOD
Search parameter: methodDescription: Evaluation mechanism
Type: token
Path: RiskAssessment.method
- See Also:
-
METHOD
Fluent Client search parameter constant for methodDescription: Evaluation mechanism
Type: token
Path: RiskAssessment.method
-
SP_SUBJECT
Search parameter: subjectDescription: Who/what does assessment apply to?
Type: reference
Path: RiskAssessment.subject
- See Also:
-
SUBJECT
Fluent Client search parameter constant for subjectDescription: Who/what does assessment apply to?
Type: reference
Path: RiskAssessment.subject
-
INCLUDE_SUBJECT
Constant for fluent queries to be used to add include statements. Specifies the path value of "RiskAssessment:subject". -
SP_PATIENT
Search parameter: patientDescription: Who/what does assessment apply to?
Type: reference
Path: RiskAssessment.subject
- See Also:
-
PATIENT
Fluent Client search parameter constant for patientDescription: Who/what does assessment apply to?
Type: reference
Path: RiskAssessment.subject
-
INCLUDE_PATIENT
Constant for fluent queries to be used to add include statements. Specifies the path value of "RiskAssessment:patient". -
SP_PROBABILITY
Search parameter: probabilityDescription: Likelihood of specified outcome
Type: number
Path: RiskAssessment.prediction.probability[x]
- See Also:
-
PROBABILITY
Fluent Client search parameter constant for probabilityDescription: Likelihood of specified outcome
Type: number
Path: RiskAssessment.prediction.probability[x]
-
SP_RISK
Search parameter: riskDescription: Likelihood of specified outcome as a qualitative value
Type: token
Path: RiskAssessment.prediction.qualitativeRisk
- See Also:
-
RISK
Fluent Client search parameter constant for riskDescription: Likelihood of specified outcome as a qualitative value
Type: token
Path: RiskAssessment.prediction.qualitativeRisk
-
SP_ENCOUNTER
Search parameter: encounterDescription: Where was assessment performed?
Type: reference
Path: RiskAssessment.encounter
- See Also:
-
ENCOUNTER
Fluent Client search parameter constant for encounterDescription: Where was assessment performed?
Type: reference
Path: RiskAssessment.encounter
-
INCLUDE_ENCOUNTER
Constant for fluent queries to be used to add include statements. Specifies the path value of "RiskAssessment:encounter".
-
-
Constructor Details
-
RiskAssessment
public RiskAssessment()Constructor -
RiskAssessment
Constructor
-
-
Method Details
-
getIdentifier
- Returns:
identifier(Business identifier assigned to the risk assessment.)
-
setIdentifier
- Returns:
- Returns a reference to
thisfor easy method chaining
-
hasIdentifier
-
addIdentifier
-
addIdentifier
-
getIdentifierFirstRep
- Returns:
- The first repetition of repeating field
identifier, creating it if it does not already exist
-
getBasedOn
- Returns:
basedOn(A reference to the request that is fulfilled by this risk assessment.)
-
hasBasedOn
-
setBasedOn
- Parameters:
value-basedOn(A reference to the request that is fulfilled by this risk assessment.)
-
getBasedOnTarget
- Returns:
basedOnThe 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. (A reference to the request that is fulfilled by this risk assessment.)
-
setBasedOnTarget
- Parameters:
value-basedOnThe 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. (A reference to the request that is fulfilled by this risk assessment.)
-
getParent
- Returns:
parent(A reference to a resource that this risk assessment is part of, such as a Procedure.)
-
hasParent
-
setParent
- Parameters:
value-parent(A reference to a resource that this risk assessment is part of, such as a Procedure.)
-
getParentTarget
- Returns:
parentThe 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. (A reference to a resource that this risk assessment is part of, such as a Procedure.)
-
setParentTarget
- Parameters:
value-parentThe 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. (A reference to a resource that this risk assessment is part of, such as a Procedure.)
-
getStatusElement
- Returns:
status(The status of the RiskAssessment, using the same statuses as an Observation.). This is the underlying object with id, value and extensions. The accessor "getStatus" gives direct access to the value
-
hasStatusElement
-
hasStatus
-
setStatusElement
- Parameters:
value-status(The status of the RiskAssessment, using the same statuses as an Observation.). This is the underlying object with id, value and extensions. The accessor "getStatus" gives direct access to the value
-
getStatus
- Returns:
- The status of the RiskAssessment, using the same statuses as an Observation.
-
setStatus
- Parameters:
value- The status of the RiskAssessment, using the same statuses as an Observation.
-
getMethod
- Returns:
method(The algorithm, process or mechanism used to evaluate the risk.)
-
hasMethod
-
setMethod
- Parameters:
value-method(The algorithm, process or mechanism used to evaluate the risk.)
-
getCode
- Returns:
code(The type of the risk assessment performed.)
-
hasCode
-
setCode
- Parameters:
value-code(The type of the risk assessment performed.)
-
getSubject
- Returns:
subject(The patient or group the risk assessment applies to.)
-
hasSubject
-
setSubject
- Parameters:
value-subject(The patient or group the risk assessment applies to.)
-
getSubjectTarget
- Returns:
subjectThe 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 or group the risk assessment applies to.)
-
setSubjectTarget
- Parameters:
value-subjectThe 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 or group the risk assessment applies to.)
-
getEncounter
- Returns:
encounter(The encounter where the assessment was performed.)
-
hasEncounter
-
setEncounter
- Parameters:
value-encounter(The encounter where the assessment was performed.)
-
getEncounterTarget
- Returns:
encounterThe 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 where the assessment was performed.)
-
setEncounterTarget
- Parameters:
value-encounterThe 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 where the assessment was performed.)
-
getOccurrence
- Returns:
occurrence(The date (and possibly time) the risk assessment was performed.)
-
getOccurrenceDateTimeType
- Returns:
occurrence(The date (and possibly time) the risk assessment was performed.)- Throws:
org.hl7.fhir.exceptions.FHIRException
-
hasOccurrenceDateTimeType
-
getOccurrencePeriod
- Returns:
occurrence(The date (and possibly time) the risk assessment was performed.)- Throws:
org.hl7.fhir.exceptions.FHIRException
-
hasOccurrencePeriod
-
hasOccurrence
-
setOccurrence
- Parameters:
value-occurrence(The date (and possibly time) the risk assessment was performed.)
-
getCondition
- Returns:
condition(For assessments or prognosis specific to a particular condition, indicates the condition being assessed.)
-
hasCondition
-
setCondition
- Parameters:
value-condition(For assessments or prognosis specific to a particular condition, indicates the condition being assessed.)
-
getConditionTarget
- Returns:
conditionThe 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. (For assessments or prognosis specific to a particular condition, indicates the condition being assessed.)
-
setConditionTarget
- Parameters:
value-conditionThe 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. (For assessments or prognosis specific to a particular condition, indicates the condition being assessed.)
-
getPerformer
- Returns:
performer(The provider or software application that performed the assessment.)
-
hasPerformer
-
setPerformer
- Parameters:
value-performer(The provider or software application that performed the assessment.)
-
getPerformerTarget
- Returns:
performerThe 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 provider or software application that performed the assessment.)
-
setPerformerTarget
- Parameters:
value-performerThe 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 provider or software application that performed the assessment.)
-
getReasonCode
- Returns:
reasonCode(The reason the risk assessment was performed.)
-
setReasonCode
- Returns:
- Returns a reference to
thisfor easy method chaining
-
hasReasonCode
-
addReasonCode
-
addReasonCode
-
getReasonCodeFirstRep
- Returns:
- The first repetition of repeating field
reasonCode, creating it if it does not already exist
-
getReasonReference
- Returns:
reasonReference(Resources supporting the reason the risk assessment was performed.)
-
setReasonReference
- Returns:
- Returns a reference to
thisfor easy method chaining
-
hasReasonReference
-
addReasonReference
-
addReasonReference
-
getReasonReferenceFirstRep
- Returns:
- The first repetition of repeating field
reasonReference, creating it if it does not already exist
-
getBasis
- Returns:
basis(Indicates the source data considered as part of the assessment (for example, FamilyHistory, Observations, Procedures, Conditions, etc.).)
-
setBasis
- Returns:
- Returns a reference to
thisfor easy method chaining
-
hasBasis
-
addBasis
-
addBasis
-
getBasisFirstRep
- Returns:
- The first repetition of repeating field
basis, creating it if it does not already exist
-
getPrediction
- Returns:
prediction(Describes the expected outcome for the subject.)
-
setPrediction
public RiskAssessment setPrediction(List<RiskAssessment.RiskAssessmentPredictionComponent> thePrediction) - Returns:
- Returns a reference to
thisfor easy method chaining
-
hasPrediction
-
addPrediction
-
addPrediction
-
getPredictionFirstRep
- Returns:
- The first repetition of repeating field
prediction, creating it if it does not already exist
-
getMitigationElement
- Returns:
mitigation(A description of the steps that might be taken to reduce the identified risk(s).). This is the underlying object with id, value and extensions. The accessor "getMitigation" gives direct access to the value
-
hasMitigationElement
-
hasMitigation
-
setMitigationElement
- Parameters:
value-mitigation(A description of the steps that might be taken to reduce the identified risk(s).). This is the underlying object with id, value and extensions. The accessor "getMitigation" gives direct access to the value
-
getMitigation
- Returns:
- A description of the steps that might be taken to reduce the identified risk(s).
-
setMitigation
- Parameters:
value- A description of the steps that might be taken to reduce the identified risk(s).
-
getNote
- Returns:
note(Additional comments about the risk assessment.)
-
setNote
- Returns:
- Returns a reference to
thisfor easy method chaining
-
hasNote
-
addNote
-
addNote
-
getNoteFirstRep
- Returns:
- The first repetition of repeating field
note, creating it if it does not already exist
-
listChildren
- Overrides:
listChildrenin classDomainResource
-
getNamedProperty
public Property getNamedProperty(int _hash, String _name, boolean _checkValid) throws org.hl7.fhir.exceptions.FHIRException - Overrides:
getNamedPropertyin classDomainResource- Throws:
org.hl7.fhir.exceptions.FHIRException
-
getProperty
public Base[] getProperty(int hash, String name, boolean checkValid) throws org.hl7.fhir.exceptions.FHIRException - Overrides:
getPropertyin classDomainResource- Throws:
org.hl7.fhir.exceptions.FHIRException
-
setProperty
public Base setProperty(int hash, String name, Base value) throws org.hl7.fhir.exceptions.FHIRException - Overrides:
setPropertyin classDomainResource- Throws:
org.hl7.fhir.exceptions.FHIRException
-
setProperty
- Overrides:
setPropertyin classDomainResource- Throws:
org.hl7.fhir.exceptions.FHIRException
-
removeChild
- Overrides:
removeChildin classDomainResource- Throws:
org.hl7.fhir.exceptions.FHIRException
-
makeProperty
- Overrides:
makePropertyin classDomainResource- Throws:
org.hl7.fhir.exceptions.FHIRException
-
getTypesForProperty
public String[] getTypesForProperty(int hash, String name) throws org.hl7.fhir.exceptions.FHIRException - Overrides:
getTypesForPropertyin classDomainResource- Throws:
org.hl7.fhir.exceptions.FHIRException
-
addChild
- Overrides:
addChildin classDomainResource- Throws:
org.hl7.fhir.exceptions.FHIRException
-
fhirType
- Specified by:
fhirTypein interfaceorg.hl7.fhir.instance.model.api.IBase- Overrides:
fhirTypein classDomainResource
-
copy
- Specified by:
copyin classDomainResource
-
copyValues
-
typedCopy
-
equalsDeep
- Overrides:
equalsDeepin classDomainResource
-
equalsShallow
- Overrides:
equalsShallowin classDomainResource
-
isEmpty
- Specified by:
isEmptyin interfaceorg.hl7.fhir.instance.model.api.IBase- Overrides:
isEmptyin classDomainResource
-
getResourceType
- Specified by:
getResourceTypein classResource
-