public static class Composition.Event extends BaseIdentifiableElement implements IResourceBlock
Definition: The clinical service, such as a colonoscopy or an appendectomy, being documented
| Constructor and Description |
|---|
Event() |
| Modifier and Type | Method and Description |
|---|---|
CodeableConceptDt |
addCode()
Adds and returns a new value for code ()
|
Composition.Event |
addCode(CodeableConceptDt theValue)
Adds a given new value for code ()
|
ResourceReferenceDt |
addDetail()
Adds and returns a new value for detail ()
|
<T extends IElement> |
getAllPopulatedChildElementsOfType(Class<T> theType) |
List<CodeableConceptDt> |
getCode()
Gets the value(s) for code ().
|
CodeableConceptDt |
getCodeFirstRep()
Gets the first repetition for code (),
creating it if it does not already exist.
|
List<ResourceReferenceDt> |
getDetail()
Gets the value(s) for detail ().
|
PeriodDt |
getPeriod()
Gets the value(s) for period ().
|
boolean |
isEmpty() |
Composition.Event |
setCode(List<CodeableConceptDt> theValue)
Sets the value(s) for code ()
|
Composition.Event |
setDetail(List<ResourceReferenceDt> theValue)
Sets the value(s) for detail ()
|
Composition.Event |
setPeriod(PeriodDt theValue)
Sets the value(s) for period ()
|
getElementSpecificId, getId, setElementSpecificId, setId, setIdaddUndeclaredExtension, addUndeclaredExtension, addUndeclaredExtension, getAllUndeclaredExtensions, getUndeclaredExtensions, getUndeclaredExtensionsByUrl, getUndeclaredModifierExtensions, isBaseEmptyclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetElementSpecificId, getId, setElementSpecificId, setId, setIdpublic Event()
public <T extends IElement> List<T> getAllPopulatedChildElementsOfType(Class<T> theType)
getAllPopulatedChildElementsOfType in interface ICompositeElementpublic List<CodeableConceptDt> getCode()
null.
Definition: This list of codes represents the main clinical acts, such as a colonoscopy or an appendectomy, being documented. In some cases, the event is inherent in the typeCode, such as a \"History and Physical Report\" in which the procedure being documented is necessarily a \"History and Physical\" act.
public Composition.Event setCode(List<CodeableConceptDt> theValue)
Definition: This list of codes represents the main clinical acts, such as a colonoscopy or an appendectomy, being documented. In some cases, the event is inherent in the typeCode, such as a \"History and Physical Report\" in which the procedure being documented is necessarily a \"History and Physical\" act.
public CodeableConceptDt addCode()
Definition: This list of codes represents the main clinical acts, such as a colonoscopy or an appendectomy, being documented. In some cases, the event is inherent in the typeCode, such as a \"History and Physical Report\" in which the procedure being documented is necessarily a \"History and Physical\" act.
public Composition.Event addCode(CodeableConceptDt theValue)
Definition: This list of codes represents the main clinical acts, such as a colonoscopy or an appendectomy, being documented. In some cases, the event is inherent in the typeCode, such as a \"History and Physical Report\" in which the procedure being documented is necessarily a \"History and Physical\" act.
theValue - The code to add (must not be null)public CodeableConceptDt getCodeFirstRep()
Definition: This list of codes represents the main clinical acts, such as a colonoscopy or an appendectomy, being documented. In some cases, the event is inherent in the typeCode, such as a \"History and Physical Report\" in which the procedure being documented is necessarily a \"History and Physical\" act.
public PeriodDt getPeriod()
null.
Definition: The period of time covered by the documentation. There is no assertion that the documentation is a complete representation for this period, only that it documents events during this time
public Composition.Event setPeriod(PeriodDt theValue)
Definition: The period of time covered by the documentation. There is no assertion that the documentation is a complete representation for this period, only that it documents events during this time
public List<ResourceReferenceDt> getDetail()
null.
Definition: The description and/or reference of the event(s) being documented. For example, this could be used to document such a colonoscopy or an appendectomy
public Composition.Event setDetail(List<ResourceReferenceDt> theValue)
Definition: The description and/or reference of the event(s) being documented. For example, this could be used to document such a colonoscopy or an appendectomy
public ResourceReferenceDt addDetail()
Definition: The description and/or reference of the event(s) being documented. For example, this could be used to document such a colonoscopy or an appendectomy
Copyright © 2014–2016 University Health Network. All rights reserved.