Package org.hl7.fhir.dstu2.model
Class Encounter.EncounterHospitalizationComponent
java.lang.Object
org.hl7.fhir.dstu2.model.Base
org.hl7.fhir.dstu2.model.Element
org.hl7.fhir.dstu2.model.BackboneElement
org.hl7.fhir.dstu2.model.Encounter.EncounterHospitalizationComponent
- All Implemented Interfaces:
ca.uhn.fhir.model.api.IElement
,Serializable
,org.hl7.fhir.instance.model.api.IBase
,org.hl7.fhir.instance.model.api.IBaseBackboneElement
,org.hl7.fhir.instance.model.api.IBaseElement
,org.hl7.fhir.instance.model.api.IBaseHasExtensions
,org.hl7.fhir.instance.model.api.IBaseHasModifierExtensions
- Enclosing class:
Encounter
public static class Encounter.EncounterHospitalizationComponent
extends BackboneElement
implements org.hl7.fhir.instance.model.api.IBaseBackboneElement
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionprotected CodeableConcept
From where patient was admitted (physician referral, transfer).The admitting diagnosis field is used to record the diagnosis codes as reported by admitting practitioner.The actual objects that are the target of the reference (The admitting diagnosis field is used to record the diagnosis codes as reported by admitting practitioner.protected Reference
Location to which the patient is discharged.protected Location
The actual object that is the target of the reference (Location to which the patient is discharged.)protected List
<CodeableConcept> Diet preferences reported by the patient.The final diagnosis given a patient before release from the hospital after all testing, surgery, and workup are complete.The actual objects that are the target of the reference (The final diagnosis given a patient before release from the hospital after all testing, surgery, and workup are complete.)protected CodeableConcept
Category or kind of location after discharge.protected Reference
The location from which the patient came before admission.protected Location
The actual object that is the target of the reference (The location from which the patient came before admission.)protected Identifier
Pre-admission identifier.protected CodeableConcept
Whether this hospitalization is a readmission and why if known.protected List
<CodeableConcept> Wheelchair, translator, stretcher, etc.protected List
<CodeableConcept> Special courtesies (VIP, board member).Fields inherited from class org.hl7.fhir.dstu2.model.BackboneElement
modifierExtension
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncopy()
boolean
equalsDeep
(Base other) boolean
equalsShallow
(Base other) fhirType()
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
isEmpty()
protected void
listChildren
(List<Property> childrenList) setAdmitSource
(CodeableConcept value) setDestination
(Reference value) setDestinationTarget
(Location value) setOriginTarget
(Location value) void
setProperty
(String name, Base value) setReAdmission
(CodeableConcept value) Methods inherited from class org.hl7.fhir.dstu2.model.BackboneElement
addModifierExtension, addModifierExtension, copyValues, getModifierExtension, hasModifierExtension
Methods inherited from class org.hl7.fhir.dstu2.model.Element
addExtension, addExtension, addExtension, copyValues, getExtension, getExtensionByUrl, getExtensionsByUrl, getExtensionString, getId, getIdElement, hasExtension, hasExtension, hasId, hasIdElement, setId, setIdElement
Methods inherited from class org.hl7.fhir.dstu2.model.Base
castToAddress, castToAnnotation, castToAttachment, castToBase64Binary, castToBoolean, castToCode, castToCodeableConcept, castToCoding, castToContactPoint, castToDate, castToDateTime, castToDecimal, castToDuration, castToElementDefinition, castToExtension, castToHumanName, castToId, castToIdentifier, castToInstant, castToInteger, castToMarkdown, castToMeta, castToMoney, castToNarrative, castToOid, castToPeriod, castToPositiveInt, castToQuantity, castToRange, castToRatio, castToReference, castToResource, castToSampledData, castToSignature, castToSimpleQuantity, castToString, castToTime, castToTiming, castToUnsignedInt, castToUri, children, compareDeep, compareDeep, compareDeep, compareValues, compareValues, equals, getChildByName, getFormatCommentsPost, getFormatCommentsPre, getUserData, getUserInt, getUserString, hasFormatComment, hasType, hasUserData, isMetadataBased, isPrimitive, listChildrenByName, primitiveValue, setUserData, setUserDataINN
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.hl7.fhir.instance.model.api.IBase
getFormatCommentsPost, getFormatCommentsPre, getUserData, hasFormatComment, setUserData
Methods inherited from interface org.hl7.fhir.instance.model.api.IBaseElement
getUserData, setUserData
Methods inherited from interface org.hl7.fhir.instance.model.api.IBaseHasExtensions
addExtension, getExtension, hasExtension
Methods inherited from interface org.hl7.fhir.instance.model.api.IBaseHasModifierExtensions
addModifierExtension, getModifierExtension, hasModifierExtension
-
Field Details
-
preAdmissionIdentifier
Pre-admission identifier. -
origin
The location from which the patient came before admission. -
originTarget
The actual object that is the target of the reference (The location from which the patient came before admission.) -
admitSource
From where patient was admitted (physician referral, transfer). -
admittingDiagnosis
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. -
admittingDiagnosisTarget
The actual objects that are the target of the reference (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.) -
reAdmission
Whether this hospitalization is a readmission and why if known. -
dietPreference
Diet preferences reported by the patient. -
specialCourtesy
Special courtesies (VIP, board member). -
specialArrangement
Wheelchair, translator, stretcher, etc. -
destination
Location to which the patient is discharged. -
destinationTarget
The actual object that is the target of the reference (Location to which the patient is discharged.) -
dischargeDisposition
Category or kind of location after discharge. -
dischargeDiagnosis
The final diagnosis given a patient before release from the hospital after all testing, surgery, and workup are complete. -
dischargeDiagnosisTarget
The actual objects that are the target of the reference (The final diagnosis given a patient before release from the hospital after all testing, surgery, and workup are complete.)
-
-
Constructor Details
-
EncounterHospitalizationComponent
public EncounterHospitalizationComponent()
-
-
Method Details
-
getPreAdmissionIdentifier
- Returns:
preAdmissionIdentifier
(Pre-admission identifier.)
-
hasPreAdmissionIdentifier
-
setPreAdmissionIdentifier
- Parameters:
value
-preAdmissionIdentifier
(Pre-admission identifier.)
-
getOrigin
- Returns:
origin
(The location from which the patient came before admission.)
-
hasOrigin
-
setOrigin
- Parameters:
value
-origin
(The location from which the patient came before admission.)
-
getOriginTarget
- Returns:
origin
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 location from which the patient came before admission.)
-
setOriginTarget
- Parameters:
value
-origin
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 location from which the patient came before admission.)
-
getAdmitSource
- Returns:
admitSource
(From where patient was admitted (physician referral, transfer).)
-
hasAdmitSource
-
setAdmitSource
- Parameters:
value
-admitSource
(From where patient was admitted (physician referral, transfer).)
-
getAdmittingDiagnosis
- Returns:
admittingDiagnosis
(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.)
-
hasAdmittingDiagnosis
-
addAdmittingDiagnosis
- Returns:
admittingDiagnosis
(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
-
getAdmittingDiagnosisTarget
- Returns:
admittingDiagnosis
(The actual objects that are the target of the reference. The reference library doesn't populate this, but you can use this to hold the resources if you resolvethemt. 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.)
-
addAdmittingDiagnosisTarget
- Returns:
admittingDiagnosis
(Add an actual object that is the target of the reference. The reference library doesn't use these, but you can use this to hold the resources if you resolvethemt. 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
- Returns:
reAdmission
(Whether this hospitalization is a readmission and why if known.)
-
hasReAdmission
-
setReAdmission
- Parameters:
value
-reAdmission
(Whether this hospitalization is a readmission and why if known.)
-
getDietPreference
- Returns:
dietPreference
(Diet preferences reported by the patient.)
-
hasDietPreference
-
addDietPreference
- Returns:
dietPreference
(Diet preferences reported by the patient.)
-
addDietPreference
-
getSpecialCourtesy
- Returns:
specialCourtesy
(Special courtesies (VIP, board member).)
-
hasSpecialCourtesy
-
addSpecialCourtesy
- Returns:
specialCourtesy
(Special courtesies (VIP, board member).)
-
addSpecialCourtesy
-
getSpecialArrangement
- Returns:
specialArrangement
(Wheelchair, translator, stretcher, etc.)
-
hasSpecialArrangement
-
addSpecialArrangement
- Returns:
specialArrangement
(Wheelchair, translator, stretcher, etc.)
-
addSpecialArrangement
-
getDestination
- Returns:
destination
(Location to which the patient is discharged.)
-
hasDestination
-
setDestination
- Parameters:
value
-destination
(Location to which the patient is discharged.)
-
getDestinationTarget
- Returns:
destination
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. (Location to which the patient is discharged.)
-
setDestinationTarget
- Parameters:
value
-destination
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. (Location to which the patient is discharged.)
-
getDischargeDisposition
- Returns:
dischargeDisposition
(Category or kind of location after discharge.)
-
hasDischargeDisposition
-
setDischargeDisposition
- Parameters:
value
-dischargeDisposition
(Category or kind of location after discharge.)
-
getDischargeDiagnosis
- Returns:
dischargeDiagnosis
(The final diagnosis given a patient before release from the hospital after all testing, surgery, and workup are complete.)
-
hasDischargeDiagnosis
-
addDischargeDiagnosis
- Returns:
dischargeDiagnosis
(The final diagnosis given a patient before release from the hospital after all testing, surgery, and workup are complete.)
-
addDischargeDiagnosis
-
getDischargeDiagnosisTarget
- Returns:
dischargeDiagnosis
(The actual objects that are the target of the reference. The reference library doesn't populate this, but you can use this to hold the resources if you resolvethemt. The final diagnosis given a patient before release from the hospital after all testing, surgery, and workup are complete.)
-
addDischargeDiagnosisTarget
- Returns:
dischargeDiagnosis
(Add an actual object that is the target of the reference. The reference library doesn't use these, but you can use this to hold the resources if you resolvethemt. The final diagnosis given a patient before release from the hospital after all testing, surgery, and workup are complete.)
-
listChildren
- Overrides:
listChildren
in classBackboneElement
-
setProperty
- Overrides:
setProperty
in classBackboneElement
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
addChild
- Overrides:
addChild
in classBackboneElement
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
copy
- Specified by:
copy
in classBackboneElement
-
equalsDeep
- Overrides:
equalsDeep
in classBackboneElement
-
equalsShallow
- Overrides:
equalsShallow
in classBackboneElement
-
isEmpty
- Specified by:
isEmpty
in interfaceorg.hl7.fhir.instance.model.api.IBase
- Overrides:
isEmpty
in classBackboneElement
-
fhirType
- Specified by:
fhirType
in interfaceorg.hl7.fhir.instance.model.api.IBase
- Overrides:
fhirType
in classBackboneElement
-