public static class EpisodeOfCare.StatusHistory extends ca.uhn.fhir.model.api.BaseIdentifiableElement implements ca.uhn.fhir.model.api.IResourceBlock
Definition: The history of statuses that the EpisodeOfCare has been through (without requiring processing the history of the resource)
| Constructor and Description |
|---|
StatusHistory() |
| Modifier and Type | Method and Description |
|---|---|
<T extends ca.uhn.fhir.model.api.IElement> |
getAllPopulatedChildElementsOfType(Class<T> theType) |
PeriodDt |
getPeriod()
Gets the value(s) for period ().
|
String |
getStatus()
Gets the value(s) for status ().
|
ca.uhn.fhir.model.primitive.BoundCodeDt<EpisodeOfCareStatusEnum> |
getStatusElement()
Gets the value(s) for status ().
|
boolean |
isEmpty() |
EpisodeOfCare.StatusHistory |
setPeriod(PeriodDt theValue)
Sets the value(s) for period ()
|
EpisodeOfCare.StatusHistory |
setStatus(ca.uhn.fhir.model.primitive.BoundCodeDt<EpisodeOfCareStatusEnum> theValue)
Sets the value(s) for status ()
|
EpisodeOfCare.StatusHistory |
setStatus(EpisodeOfCareStatusEnum theValue)
Sets the value(s) for status ()
|
getElementSpecificId, getId, setElementSpecificId, setId, setIdaddUndeclaredExtension, addUndeclaredExtension, addUndeclaredExtension, getAllUndeclaredExtensions, getFormatCommentsPost, getFormatCommentsPre, getUndeclaredExtensions, getUndeclaredExtensionsByUrl, getUndeclaredModifierExtensions, hasFormatComment, isBaseEmptyclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic StatusHistory()
public boolean isEmpty()
isEmpty in interface org.hl7.fhir.instance.model.api.IBasepublic <T extends ca.uhn.fhir.model.api.IElement> List<T> getAllPopulatedChildElementsOfType(Class<T> theType)
getAllPopulatedChildElementsOfType in interface ca.uhn.fhir.model.api.ICompositeElementpublic ca.uhn.fhir.model.primitive.BoundCodeDt<EpisodeOfCareStatusEnum> getStatusElement()
null.
Definition: planned | waitlist | active | onhold | finished | cancelled
public String getStatus()
null.
Definition: planned | waitlist | active | onhold | finished | cancelled
public EpisodeOfCare.StatusHistory setStatus(ca.uhn.fhir.model.primitive.BoundCodeDt<EpisodeOfCareStatusEnum> theValue)
Definition: planned | waitlist | active | onhold | finished | cancelled
public EpisodeOfCare.StatusHistory setStatus(EpisodeOfCareStatusEnum theValue)
Definition: planned | waitlist | active | onhold | finished | cancelled
public PeriodDt getPeriod()
null.
Definition: The period during this EpisodeOfCare that the specific status applied
public EpisodeOfCare.StatusHistory setPeriod(PeriodDt theValue)
Definition: The period during this EpisodeOfCare that the specific status applied
Copyright © 2014–2018 University Health Network. All rights reserved.