public class EpisodeOfCare extends DomainResource
| Modifier and Type | Class and Description |
|---|---|
static class |
EpisodeOfCare.EpisodeOfCareCareTeamComponent |
static class |
EpisodeOfCare.EpisodeOfCareStatus |
static class |
EpisodeOfCare.EpisodeOfCareStatusEnumFactory |
static class |
EpisodeOfCare.EpisodeOfCareStatusHistoryComponent |
| Modifier and Type | Field and Description |
|---|---|
protected Reference |
careManager
The practitioner that is the care manager/care co-ordinator for this patient.
|
protected Practitioner |
careManagerTarget
The actual object that is the target of the reference (The practitioner that is the care manager/care co-ordinator for this patient.)
|
protected List<EpisodeOfCare.EpisodeOfCareCareTeamComponent> |
careTeam
The list of practitioners that may be facilitating this episode of care for specific purposes.
|
protected List<Reference> |
condition
A list of conditions/problems/diagnoses that this episode of care is intended to be providing care for.
|
protected List<Condition> |
conditionTarget
The actual objects that are the target of the reference (A list of conditions/problems/diagnoses that this episode of care is intended to be providing care for.)
|
protected List<Identifier> |
identifier
Identifier(s) by which this EpisodeOfCare is known.
|
protected Reference |
managingOrganization
The organization that has assumed the specific responsibilities for the specified duration.
|
protected Organization |
managingOrganizationTarget
The actual object that is the target of the reference (The organization that has assumed the specific responsibilities for the specified duration.)
|
protected Reference |
patient
The patient that this EpisodeOfCare applies to.
|
protected Patient |
patientTarget
The actual object that is the target of the reference (The patient that this EpisodeOfCare applies to.)
|
protected Period |
period
The interval during which the managing organization assumes the defined responsibility.
|
protected List<Reference> |
referralRequest
Referral Request(s) that are fulfilled by this EpisodeOfCare, incoming referrals.
|
protected List<ReferralRequest> |
referralRequestTarget
The actual objects that are the target of the reference (Referral Request(s) that are fulfilled by this EpisodeOfCare, incoming referrals.)
|
static String |
SP_CAREMANAGER |
static String |
SP_CONDITION |
static String |
SP_DATE |
static String |
SP_IDENTIFIER |
static String |
SP_INCOMINGREFERRAL |
static String |
SP_ORGANIZATION |
static String |
SP_PATIENT |
static String |
SP_STATUS |
static String |
SP_TEAMMEMBER |
static String |
SP_TYPE |
protected Enumeration<EpisodeOfCare.EpisodeOfCareStatus> |
status
planned | waitlist | active | onhold | finished | cancelled.
|
protected List<EpisodeOfCare.EpisodeOfCareStatusHistoryComponent> |
statusHistory
The history of statuses that the EpisodeOfCare has been through (without requiring processing the history of the resource).
|
protected List<CodeableConcept> |
type
A classification of the type of encounter; e.g.
|
contained, extension, modifierExtension, textid, implicitRules, language, meta| Constructor and Description |
|---|
EpisodeOfCare() |
EpisodeOfCare(Enumeration<EpisodeOfCare.EpisodeOfCareStatus> status,
Reference patient) |
addContained, addExtension, addExtension, addModifierExtension, addModifierExtension, copyValues, getContained, getExtension, getModifierExtension, getText, hasContained, hasExtension, hasModifierExtension, hasText, setTextcopyValues, getId, getIdElement, getImplicitRules, getImplicitRulesElement, getLanguage, getLanguageElement, getMeta, getStructureFhirVersionEnum, hasId, hasIdElement, hasImplicitRules, hasImplicitRulesElement, hasLanguage, hasLanguageElement, hasMeta, setId, setIdElement, setImplicitRules, setImplicitRulesElement, setLanguage, setLanguageElement, setMetasetIdcastToAddress, 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, setUserDataINNclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetId, getIdElement, getLanguageElement, getUserData, setId, setUserDataprotected List<Identifier> identifier
protected Enumeration<EpisodeOfCare.EpisodeOfCareStatus> status
protected List<EpisodeOfCare.EpisodeOfCareStatusHistoryComponent> statusHistory
protected List<CodeableConcept> type
protected List<Reference> condition
protected List<Condition> conditionTarget
protected Patient patientTarget
protected Reference managingOrganization
protected Organization managingOrganizationTarget
protected Period period
protected List<Reference> referralRequest
protected List<ReferralRequest> referralRequestTarget
protected Reference careManager
protected Practitioner careManagerTarget
protected List<EpisodeOfCare.EpisodeOfCareCareTeamComponent> careTeam
public static final String SP_DATE
public static final String SP_IDENTIFIER
public static final String SP_CONDITION
public static final String SP_INCOMINGREFERRAL
public static final String SP_PATIENT
public static final String SP_ORGANIZATION
public static final String SP_TEAMMEMBER
public static final String SP_TYPE
public static final String SP_CAREMANAGER
public static final String SP_STATUS
public EpisodeOfCare()
public EpisodeOfCare(Enumeration<EpisodeOfCare.EpisodeOfCareStatus> status, Reference patient)
public List<Identifier> getIdentifier()
identifier (Identifier(s) by which this EpisodeOfCare is known.)public boolean hasIdentifier()
public Identifier addIdentifier()
identifier (Identifier(s) by which this EpisodeOfCare is known.)public EpisodeOfCare addIdentifier(Identifier t)
public Enumeration<EpisodeOfCare.EpisodeOfCareStatus> getStatusElement()
status (planned | waitlist | active | onhold | finished | cancelled.). This is the underlying object with id, value and extensions. The accessor "getStatus" gives direct access to the valuepublic boolean hasStatusElement()
public boolean hasStatus()
public EpisodeOfCare setStatusElement(Enumeration<EpisodeOfCare.EpisodeOfCareStatus> value)
value - status (planned | waitlist | active | onhold | finished | cancelled.). This is the underlying object with id, value and extensions. The accessor "getStatus" gives direct access to the valuepublic EpisodeOfCare.EpisodeOfCareStatus getStatus()
public EpisodeOfCare setStatus(EpisodeOfCare.EpisodeOfCareStatus value)
value - planned | waitlist | active | onhold | finished | cancelled.public List<EpisodeOfCare.EpisodeOfCareStatusHistoryComponent> getStatusHistory()
statusHistory (The history of statuses that the EpisodeOfCare has been through (without requiring processing the history of the resource).)public boolean hasStatusHistory()
public EpisodeOfCare.EpisodeOfCareStatusHistoryComponent addStatusHistory()
statusHistory (The history of statuses that the EpisodeOfCare has been through (without requiring processing the history of the resource).)public EpisodeOfCare addStatusHistory(EpisodeOfCare.EpisodeOfCareStatusHistoryComponent t)
public List<CodeableConcept> getType()
type (A classification of the type of encounter; e.g. specialist referral, disease management, type of funded care.)public boolean hasType()
public CodeableConcept addType()
type (A classification of the type of encounter; e.g. specialist referral, disease management, type of funded care.)public EpisodeOfCare addType(CodeableConcept t)
public List<Reference> getCondition()
condition (A list of conditions/problems/diagnoses that this episode of care is intended to be providing care for.)public boolean hasCondition()
public Reference addCondition()
condition (A list of conditions/problems/diagnoses that this episode of care is intended to be providing care for.)public EpisodeOfCare addCondition(Reference t)
public List<Condition> getConditionTarget()
condition (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. A list of conditions/problems/diagnoses that this episode of care is intended to be providing care for.)public Condition addConditionTarget()
condition (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. A list of conditions/problems/diagnoses that this episode of care is intended to be providing care for.)public Reference getPatient()
patient (The patient that this EpisodeOfCare applies to.)public boolean hasPatient()
public EpisodeOfCare setPatient(Reference value)
value - patient (The patient that this EpisodeOfCare applies to.)public Patient getPatientTarget()
patient 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 patient that this EpisodeOfCare applies to.)public EpisodeOfCare setPatientTarget(Patient value)
value - patient 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 patient that this EpisodeOfCare applies to.)public Reference getManagingOrganization()
managingOrganization (The organization that has assumed the specific responsibilities for the specified duration.)public boolean hasManagingOrganization()
public EpisodeOfCare setManagingOrganization(Reference value)
value - managingOrganization (The organization that has assumed the specific responsibilities for the specified duration.)public Organization getManagingOrganizationTarget()
managingOrganization 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 organization that has assumed the specific responsibilities for the specified duration.)public EpisodeOfCare setManagingOrganizationTarget(Organization value)
value - managingOrganization 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 organization that has assumed the specific responsibilities for the specified duration.)public Period getPeriod()
period (The interval during which the managing organization assumes the defined responsibility.)public boolean hasPeriod()
public EpisodeOfCare setPeriod(Period value)
value - period (The interval during which the managing organization assumes the defined responsibility.)public List<Reference> getReferralRequest()
referralRequest (Referral Request(s) that are fulfilled by this EpisodeOfCare, incoming referrals.)public boolean hasReferralRequest()
public Reference addReferralRequest()
referralRequest (Referral Request(s) that are fulfilled by this EpisodeOfCare, incoming referrals.)public EpisodeOfCare addReferralRequest(Reference t)
public List<ReferralRequest> getReferralRequestTarget()
referralRequest (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. Referral Request(s) that are fulfilled by this EpisodeOfCare, incoming referrals.)public ReferralRequest addReferralRequestTarget()
referralRequest (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. Referral Request(s) that are fulfilled by this EpisodeOfCare, incoming referrals.)public Reference getCareManager()
careManager (The practitioner that is the care manager/care co-ordinator for this patient.)public boolean hasCareManager()
public EpisodeOfCare setCareManager(Reference value)
value - careManager (The practitioner that is the care manager/care co-ordinator for this patient.)public Practitioner getCareManagerTarget()
careManager 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 practitioner that is the care manager/care co-ordinator for this patient.)public EpisodeOfCare setCareManagerTarget(Practitioner value)
value - careManager 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 practitioner that is the care manager/care co-ordinator for this patient.)public List<EpisodeOfCare.EpisodeOfCareCareTeamComponent> getCareTeam()
careTeam (The list of practitioners that may be facilitating this episode of care for specific purposes.)public boolean hasCareTeam()
public EpisodeOfCare.EpisodeOfCareCareTeamComponent addCareTeam()
careTeam (The list of practitioners that may be facilitating this episode of care for specific purposes.)public EpisodeOfCare addCareTeam(EpisodeOfCare.EpisodeOfCareCareTeamComponent t)
protected void listChildren(List<Property> childrenList)
listChildren in class DomainResourcepublic void setProperty(String name, Base value) throws org.hl7.fhir.exceptions.FHIRException
setProperty in class DomainResourceorg.hl7.fhir.exceptions.FHIRExceptionpublic Base addChild(String name) throws org.hl7.fhir.exceptions.FHIRException
addChild in class DomainResourceorg.hl7.fhir.exceptions.FHIRExceptionpublic String fhirType()
fhirType in class DomainResourcepublic EpisodeOfCare copy()
copy in class DomainResourceprotected EpisodeOfCare typedCopy()
public boolean equalsDeep(Base other)
equalsDeep in class DomainResourcepublic boolean equalsShallow(Base other)
equalsShallow in class DomainResourcepublic boolean isEmpty()
isEmpty in interface org.hl7.fhir.instance.model.api.IBaseisEmpty in class DomainResourcepublic ResourceType getResourceType()
getResourceType in class ResourceCopyright © 2014–2018 University Health Network. All rights reserved.