public static class Encounter.EncounterHospitalizationComponent extends BackboneElement implements org.hl7.fhir.instance.model.api.IBaseBackboneElement
| Modifier and Type | Field and Description |
|---|---|
protected CodeableConcept |
admitSource
From where patient was admitted (physician referral, transfer).
|
protected List<Reference> |
admittingDiagnosis
The admitting diagnosis field is used to record the diagnosis codes as reported by admitting practitioner.
|
protected List<Condition> |
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.
|
protected Reference |
destination
Location to which the patient is discharged.
|
protected Location |
destinationTarget
The actual object that is the target of the reference (Location to which the patient is discharged.)
|
protected List<CodeableConcept> |
dietPreference
Diet preferences reported by the patient.
|
protected List<Reference> |
dischargeDiagnosis
The final diagnosis given a patient before release from the hospital after all testing, surgery, and workup are complete.
|
protected List<Condition> |
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.)
|
protected CodeableConcept |
dischargeDisposition
Category or kind of location after discharge.
|
protected Reference |
origin
The location from which the patient came before admission.
|
protected Location |
originTarget
The actual object that is the target of the reference (The location from which the patient came before admission.)
|
protected Identifier |
preAdmissionIdentifier
Pre-admission identifier.
|
protected CodeableConcept |
reAdmission
Whether this hospitalization is a readmission and why if known.
|
protected List<CodeableConcept> |
specialArrangement
Wheelchair, translator, stretcher, etc.
|
protected List<CodeableConcept> |
specialCourtesy
Special courtesies (VIP, board member).
|
modifierExtension| Constructor and Description |
|---|
EncounterHospitalizationComponent()
Constructor
|
addModifierExtension, addModifierExtension, copyValues, getModifierExtension, hasModifierExtensionaddExtension, addExtension, copyValues, getExtension, getExtensionsByUrl, getExtensionString, getId, getIdElement, hasExtension, hasExtension, hasId, hasIdElement, setId, setIdElementcastToActionDefinition, castToAddress, castToAnnotation, castToAttachment, castToBase64Binary, castToBoolean, castToCode, castToCodeableConcept, castToCoding, castToContactPoint, castToDataRequirement, castToDate, castToDateTime, castToDecimal, castToDuration, castToElementDefinition, castToExtension, castToHumanName, castToId, castToIdentifier, castToInstant, castToInteger, castToMarkdown, castToMeta, castToModuleMetadata, castToMoney, castToNarrative, castToOid, castToParameterDefinition, castToPeriod, castToPositiveInt, castToQuantity, castToRange, castToRatio, castToReference, castToResource, castToSampledData, castToSignature, castToSimpleQuantity, castToString, castToTime, castToTiming, castToTriggerDefinition, castToUnsignedInt, castToUri, children, compareDeep, compareDeep, compareDeep, compareValues, compareValues, equals, getChildByName, getFormatCommentsPost, getFormatCommentsPre, getUserData, getUserInt, getUserString, hasFormatComment, hasPrimitiveValue, hasType, hasUserData, isMetadataBased, isPrimitive, listChildrenByName, listChildrenByName, primitiveValue, setUserData, setUserDataINNclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetFormatCommentsPost, getFormatCommentsPre, hasFormatCommentprotected Identifier preAdmissionIdentifier
protected Location originTarget
protected CodeableConcept admitSource
protected List<Reference> admittingDiagnosis
protected List<Condition> admittingDiagnosisTarget
protected CodeableConcept reAdmission
protected List<CodeableConcept> dietPreference
protected List<CodeableConcept> specialCourtesy
protected List<CodeableConcept> specialArrangement
protected Reference destination
protected Location destinationTarget
protected CodeableConcept dischargeDisposition
protected List<Reference> dischargeDiagnosis
protected List<Condition> dischargeDiagnosisTarget
public EncounterHospitalizationComponent()
public Identifier getPreAdmissionIdentifier()
preAdmissionIdentifier (Pre-admission identifier.)public boolean hasPreAdmissionIdentifier()
public Encounter.EncounterHospitalizationComponent setPreAdmissionIdentifier(Identifier value)
value - preAdmissionIdentifier (Pre-admission identifier.)public Reference getOrigin()
origin (The location from which the patient came before admission.)public boolean hasOrigin()
public Encounter.EncounterHospitalizationComponent setOrigin(Reference value)
value - origin (The location from which the patient came before admission.)public Location getOriginTarget()
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.)public Encounter.EncounterHospitalizationComponent setOriginTarget(Location value)
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.)public CodeableConcept getAdmitSource()
admitSource (From where patient was admitted (physician referral, transfer).)public boolean hasAdmitSource()
public Encounter.EncounterHospitalizationComponent setAdmitSource(CodeableConcept value)
value - admitSource (From where patient was admitted (physician referral, transfer).)public List<Reference> getAdmittingDiagnosis()
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.)public boolean hasAdmittingDiagnosis()
public Reference addAdmittingDiagnosis()
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.)public Encounter.EncounterHospitalizationComponent addAdmittingDiagnosis(Reference t)
public List<Condition> getAdmittingDiagnosisTarget()
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.)public Condition addAdmittingDiagnosisTarget()
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.)public CodeableConcept getReAdmission()
reAdmission (Whether this hospitalization is a readmission and why if known.)public boolean hasReAdmission()
public Encounter.EncounterHospitalizationComponent setReAdmission(CodeableConcept value)
value - reAdmission (Whether this hospitalization is a readmission and why if known.)public List<CodeableConcept> getDietPreference()
dietPreference (Diet preferences reported by the patient.)public boolean hasDietPreference()
public CodeableConcept addDietPreference()
dietPreference (Diet preferences reported by the patient.)public Encounter.EncounterHospitalizationComponent addDietPreference(CodeableConcept t)
public List<CodeableConcept> getSpecialCourtesy()
specialCourtesy (Special courtesies (VIP, board member).)public boolean hasSpecialCourtesy()
public CodeableConcept addSpecialCourtesy()
specialCourtesy (Special courtesies (VIP, board member).)public Encounter.EncounterHospitalizationComponent addSpecialCourtesy(CodeableConcept t)
public List<CodeableConcept> getSpecialArrangement()
specialArrangement (Wheelchair, translator, stretcher, etc.)public boolean hasSpecialArrangement()
public CodeableConcept addSpecialArrangement()
specialArrangement (Wheelchair, translator, stretcher, etc.)public Encounter.EncounterHospitalizationComponent addSpecialArrangement(CodeableConcept t)
public Reference getDestination()
destination (Location to which the patient is discharged.)public boolean hasDestination()
public Encounter.EncounterHospitalizationComponent setDestination(Reference value)
value - destination (Location to which the patient is discharged.)public Location getDestinationTarget()
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.)public Encounter.EncounterHospitalizationComponent setDestinationTarget(Location value)
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.)public CodeableConcept getDischargeDisposition()
dischargeDisposition (Category or kind of location after discharge.)public boolean hasDischargeDisposition()
public Encounter.EncounterHospitalizationComponent setDischargeDisposition(CodeableConcept value)
value - dischargeDisposition (Category or kind of location after discharge.)public List<Reference> getDischargeDiagnosis()
dischargeDiagnosis (The final diagnosis given a patient before release from the hospital after all testing, surgery, and workup are complete.)public boolean hasDischargeDiagnosis()
public Reference addDischargeDiagnosis()
dischargeDiagnosis (The final diagnosis given a patient before release from the hospital after all testing, surgery, and workup are complete.)public Encounter.EncounterHospitalizationComponent addDischargeDiagnosis(Reference t)
public List<Condition> getDischargeDiagnosisTarget()
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.)public Condition addDischargeDiagnosisTarget()
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.)protected void listChildren(List<Property> childrenList)
listChildren in class BackboneElementpublic Base[] getProperty(int hash, String name, boolean checkValid) throws org.hl7.fhir.exceptions.FHIRException
getProperty in class BackboneElementorg.hl7.fhir.exceptions.FHIRExceptionpublic void setProperty(int hash, String name, Base value) throws org.hl7.fhir.exceptions.FHIRException
setProperty in class BackboneElementorg.hl7.fhir.exceptions.FHIRExceptionpublic void setProperty(String name, Base value) throws org.hl7.fhir.exceptions.FHIRException
setProperty in class BackboneElementorg.hl7.fhir.exceptions.FHIRExceptionpublic Base makeProperty(int hash, String name) throws org.hl7.fhir.exceptions.FHIRException
makeProperty in class BackboneElementorg.hl7.fhir.exceptions.FHIRExceptionpublic Base addChild(String name) throws org.hl7.fhir.exceptions.FHIRException
addChild in class BackboneElementorg.hl7.fhir.exceptions.FHIRExceptionpublic Encounter.EncounterHospitalizationComponent copy()
copy in class BackboneElementpublic boolean equalsDeep(Base other)
equalsDeep in class BackboneElementpublic boolean equalsShallow(Base other)
equalsShallow in class BackboneElementpublic boolean isEmpty()
isEmpty in interface org.hl7.fhir.instance.model.api.IBaseisEmpty in class BackboneElementpublic String fhirType()
fhirType in class BackboneElementCopyright © 2014–2018 University Health Network. All rights reserved.