public interface PatientEncounter extends Act
Examples: outpatient visit to multiple departments, home health support (including physical therapy), inpatient hospital stay, emergency room visit, field visit (example, traffic accident), office visit, occupational therapy, telephone call.
Patient
Modifier and Type | Method and Description |
---|---|
void |
addSpecialAccommodationCode(CE accommodation)
Deprecated.
Use addSpecialArrangementCode(CE arrangement)
|
void |
addSpecialArrangementCode(CE arrangement)
Adds a special arrangement code to the set of codes.
|
void |
addSpecialCourtesiesCode(CE specialCourtesiesCode)
Adds a special courtesies code to the set of codes.
|
CE |
getAcuityLevelCode()
A code depicting the acuity (complexity of patient care, resource
intensiveness of the patient care) of a patient's medical condition upon
arrival.
|
CE |
getAdmissionReferralSourceCode()
The source of the referral for a patient encounter.
|
CE |
getDischargeDispositionCode() |
PQ |
getLengthOfStayQuantity()
Identifies the total quantity of time when the subject is expected to be
or was resident at a facility as part of an encounter.
|
BL |
getPreAdmitTestInd()
An indication that pre-admission tests are required for this patient
encounter.
|
SET<CE> |
getSpecialAccommodationCode()
Deprecated.
Use getSpecialArrangementCode()
|
SET<CE> |
getSpecialArrangementCode()
A code indicating the type of special arrangements provided for a patient
encounter (e.g., wheelchair, stretcher, interpreter, attendant, seeing
eye dog).
|
SET<CE> |
getSpecialCourtesiesCode()
A code identifying special courtesies extended to the patient.
|
void |
setAcuityLevelCode(CE acuityLevelCode) |
void |
setAdmissionReferralSourceCode(CE admissionReferralSourceCode) |
void |
setDischargeDispositionCode(CE dischargeDispositionCode) |
void |
setLengthOfStayQuantity(PQ stayQuantity) |
void |
setPreAdmitTestInd(BL preAdmitTestInd) |
void |
setSpecialAccommodationCode(SET<CE> accommodation)
Deprecated.
Use setSpecialArrangementCode(SET
|
void |
setSpecialArrangementCode(SET<CE> arrangement) |
void |
setSpecialCourtesiesCode(SET<CE> specialCourtesiesCode) |
addConfidentialityCode, addIBActRelationship, addId, addOBActRelationship, addParticipation, addPriorityCode, addReasonCode, getActivityTime, getAvailabilityTime, getClassCode, getCode, getConfidentialityCode, getDerivationExpr, getEffectiveTime, getIBActRelationships, getIBActRelationships, getId, getIndependentInd, getInterruptibleInd, getLanguageCode, getLevelCode, getMoodCode, getNegationInd, getOBActRelationships, getOBActRelationships, getParticipations, getParticipations, getPriorityCode, getReasonCode, getRepeatNumber, getStatusCode, getText, getTitle, getUncertaintyCode, setActivityTime, setAvailabilityTime, setConfidentialityCode, setDerivationExpr, setEffectiveTime, setIndependentInd, setInterruptibleInd, setLanguageCode, setLevelCode, setNegationInd, setPriorityCode, setReasonCode, setRepeatNumber, setStatusCode, setText, setTitle, setUncertaintyCode
getControlAct, getToken, setToken
createNewVersion, getVersionNum, isCurrentVersion
CE getAdmissionReferralSourceCode()
void setAdmissionReferralSourceCode(CE admissionReferralSourceCode) throws HDRRimException
HDRRimException
PQ getLengthOfStayQuantity()
Discussion: The actual days quantity cannot be simply calculated from the admission and discharge dates because of possible leaves of absence.
void setLengthOfStayQuantity(PQ stayQuantity) throws HDRRimException
HDRRimException
CE getDischargeDispositionCode()
A code depicting the disposition of the patient at the time of discharge (e.g., discharged to home, expired, against medical advice, etc.). While the encounter is still "active" (the encounter doesn't have an end date yet) this attribute should be interpreted as the expected discharge disposition. When the encounter is "completed" this field contains the actual discharge disposition.
void setDischargeDispositionCode(CE dischargeDispositionCode) throws HDRRimException
HDRRimException
CE getAcuityLevelCode()
void setAcuityLevelCode(CE acuityLevelCode) throws HDRRimException
HDRRimException
BL getPreAdmitTestInd()
void setPreAdmitTestInd(BL preAdmitTestInd) throws HDRRimException
HDRRimException
SET<CE> getSpecialCourtesiesCode()
void setSpecialCourtesiesCode(SET<CE> specialCourtesiesCode) throws HDRRimException
HDRRimException
void addSpecialCourtesiesCode(CE specialCourtesiesCode) throws HDRRimException
specialCourtesiesCode
- The special courtesies code to addHDRRimException
SET<CE> getSpecialArrangementCode()
void setSpecialArrangementCode(SET<CE> arrangement) throws HDRRimException
HDRRimException
void addSpecialArrangementCode(CE arrangement) throws HDRRimException
arrangement
- The special arrangements code to addHDRRimException
SET<CE> getSpecialAccommodationCode()
void setSpecialAccommodationCode(SET<CE> accommodation) throws HDRRimException
HDRRimException
void addSpecialAccommodationCode(CE accommodation) throws HDRRimException
accommodation
- The special accommodations code to addHDRRimException
HDR Glossary HDR Concept Lists HDR Exceptions HDR Programmer's Guide HDR Implementation Guide HDR Profile Options
Copyright © 2016, 2018, Oracle. All rights reserved