Class Encounter.Hospitalization
- All Implemented Interfaces:
ca.uhn.fhir.model.api.ICompositeElement
,ca.uhn.fhir.model.api.IElement
,ca.uhn.fhir.model.api.IIdentifiableElement
,ca.uhn.fhir.model.api.IResourceBlock
,ca.uhn.fhir.model.api.ISupportsUndeclaredExtensions
,Serializable
,org.hl7.fhir.instance.model.api.IBase
- Enclosing class:
Encounter
Definition:
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionAdds and returns a new value for admittingDiagnosis ()Adds and returns a new value for dietPreference ()addDietPreference
(CodeableConceptDt theValue) Adds a given new value for dietPreference ()Adds and returns a new value for dischargeDiagnosis ()Adds and returns a new value for specialArrangement ()addSpecialArrangement
(CodeableConceptDt theValue) Adds a given new value for specialArrangement ()Adds and returns a new value for specialCourtesy ()addSpecialCourtesy
(CodeableConceptDt theValue) Adds a given new value for specialCourtesy ()Gets the value(s) for admitSource ().Gets the value(s) for admittingDiagnosis ().<T extends ca.uhn.fhir.model.api.IElement>
List<T> getAllPopulatedChildElementsOfType
(Class<T> theType) Gets the value(s) for destination ().Gets the value(s) for dietPreference ().Gets the first repetition for dietPreference (), creating it if it does not already exist.Gets the value(s) for dischargeDiagnosis ().Gets the value(s) for dischargeDisposition ().Gets the value(s) for origin ().Gets the value(s) for preAdmissionIdentifier ().Gets the value(s) for reAdmission ().Gets the value(s) for specialArrangement ().Gets the first repetition for specialArrangement (), creating it if it does not already exist.Gets the value(s) for specialCourtesy ().Gets the first repetition for specialCourtesy (), creating it if it does not already exist.boolean
isEmpty()
setAdmitSource
(BoundCodeableConceptDt<AdmitSourceEnum> theValue) Sets the value(s) for admitSource ()setAdmitSource
(AdmitSourceEnum theValue) Sets the value(s) for admitSource ()setAdmittingDiagnosis
(List<ResourceReferenceDt> theValue) Sets the value(s) for admittingDiagnosis ()setDestination
(ResourceReferenceDt theValue) Sets the value(s) for destination ()setDietPreference
(List<CodeableConceptDt> theValue) Sets the value(s) for dietPreference ()setDischargeDiagnosis
(List<ResourceReferenceDt> theValue) Sets the value(s) for dischargeDiagnosis ()setDischargeDisposition
(CodeableConceptDt theValue) Sets the value(s) for dischargeDisposition ()setOrigin
(ResourceReferenceDt theValue) Sets the value(s) for origin ()setPreAdmissionIdentifier
(IdentifierDt theValue) Sets the value(s) for preAdmissionIdentifier ()setReAdmission
(CodeableConceptDt theValue) Sets the value(s) for reAdmission ()setSpecialArrangement
(List<CodeableConceptDt> theValue) Sets the value(s) for specialArrangement ()setSpecialCourtesy
(List<CodeableConceptDt> theValue) Sets the value(s) for specialCourtesy ()Methods inherited from class ca.uhn.fhir.model.api.BaseIdentifiableElement
getElementSpecificId, getId, setElementSpecificId, setId, setId
Methods inherited from class ca.uhn.fhir.model.api.BaseElement
addUndeclaredExtension, addUndeclaredExtension, addUndeclaredExtension, getAllUndeclaredExtensions, getFormatCommentsPost, getFormatCommentsPre, getUndeclaredExtensions, getUndeclaredExtensionsByUrl, getUndeclaredModifierExtensions, getUserData, hasFormatComment, isBaseEmpty, setUserData
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.IBase
fhirType, getFormatCommentsPost, getFormatCommentsPre, getUserData, hasFormatComment, setUserData
Methods inherited from interface ca.uhn.fhir.model.api.IIdentifiableElement
getElementSpecificId, getId, setElementSpecificId, setId, setId
-
Constructor Details
-
Hospitalization
public Hospitalization()
-
-
Method Details
-
isEmpty
- Specified by:
isEmpty
in interfaceorg.hl7.fhir.instance.model.api.IBase
-
getAllPopulatedChildElementsOfType
public <T extends ca.uhn.fhir.model.api.IElement> List<T> getAllPopulatedChildElementsOfType(Class<T> theType) - Specified by:
getAllPopulatedChildElementsOfType
in interfaceca.uhn.fhir.model.api.ICompositeElement
-
getPreAdmissionIdentifier
Gets the value(s) for preAdmissionIdentifier (). creating it if it does not exist. Will not returnnull
.Definition:
-
setPreAdmissionIdentifier
Sets the value(s) for preAdmissionIdentifier ()Definition:
-
getOrigin
Gets the value(s) for origin (). creating it if it does not exist. Will not returnnull
.Definition:
-
setOrigin
Sets the value(s) for origin ()Definition:
-
getAdmitSource
Gets the value(s) for admitSource (). creating it if it does not exist. Will not returnnull
.Definition:
-
setAdmitSource
Sets the value(s) for admitSource ()Definition:
-
setAdmitSource
Sets the value(s) for admitSource ()Definition:
-
getAdmittingDiagnosis
Gets the value(s) for admittingDiagnosis (). creating it if it does not exist. Will not returnnull
.Definition: The admitting diagnosis field is used to record the diagnosis codes as reported by admitting practitioner. This could be different or in addition to the conditions reported as reason-condition(s) for the encounter
-
setAdmittingDiagnosis
Sets the value(s) for admittingDiagnosis ()Definition: The admitting diagnosis field is used to record the diagnosis codes as reported by admitting practitioner. This could be different or in addition to the conditions reported as reason-condition(s) for the encounter
-
addAdmittingDiagnosis
Adds and returns a new value for admittingDiagnosis ()Definition: The admitting diagnosis field is used to record the diagnosis codes as reported by admitting practitioner. This could be different or in addition to the conditions reported as reason-condition(s) for the encounter
-
getReAdmission
Gets the value(s) for reAdmission (). creating it if it does not exist. Will not returnnull
.Definition: Whether this hospitalization is a readmission and why if known
-
setReAdmission
Sets the value(s) for reAdmission ()Definition: Whether this hospitalization is a readmission and why if known
-
getDietPreference
Gets the value(s) for dietPreference (). creating it if it does not exist. Will not returnnull
.Definition:
-
setDietPreference
Sets the value(s) for dietPreference ()Definition:
-
addDietPreference
Adds and returns a new value for dietPreference ()Definition:
-
addDietPreference
Adds a given new value for dietPreference ()Definition:
- Parameters:
theValue
- The dietPreference to add (must not benull
)
-
getDietPreferenceFirstRep
Gets the first repetition for dietPreference (), creating it if it does not already exist.Definition:
-
getSpecialCourtesy
Gets the value(s) for specialCourtesy (). creating it if it does not exist. Will not returnnull
.Definition:
-
setSpecialCourtesy
Sets the value(s) for specialCourtesy ()Definition:
-
addSpecialCourtesy
Adds and returns a new value for specialCourtesy ()Definition:
-
addSpecialCourtesy
Adds a given new value for specialCourtesy ()Definition:
- Parameters:
theValue
- The specialCourtesy to add (must not benull
)
-
getSpecialCourtesyFirstRep
Gets the first repetition for specialCourtesy (), creating it if it does not already exist.Definition:
-
getSpecialArrangement
Gets the value(s) for specialArrangement (). creating it if it does not exist. Will not returnnull
.Definition:
-
setSpecialArrangement
Sets the value(s) for specialArrangement ()Definition:
-
addSpecialArrangement
Adds and returns a new value for specialArrangement ()Definition:
-
addSpecialArrangement
Adds a given new value for specialArrangement ()Definition:
- Parameters:
theValue
- The specialArrangement to add (must not benull
)
-
getSpecialArrangementFirstRep
Gets the first repetition for specialArrangement (), creating it if it does not already exist.Definition:
-
getDestination
Gets the value(s) for destination (). creating it if it does not exist. Will not returnnull
.Definition:
-
setDestination
Sets the value(s) for destination ()Definition:
-
getDischargeDisposition
Gets the value(s) for dischargeDisposition (). creating it if it does not exist. Will not returnnull
.Definition:
-
setDischargeDisposition
Sets the value(s) for dischargeDisposition ()Definition:
-
getDischargeDiagnosis
Gets the value(s) for dischargeDiagnosis (). creating it if it does not exist. Will not returnnull
.Definition:
-
setDischargeDiagnosis
Sets the value(s) for dischargeDiagnosis ()Definition:
-
addDischargeDiagnosis
Adds and returns a new value for dischargeDiagnosis ()Definition:
-