public static class DocumentReference.Context extends BaseIdentifiableElement implements IResourceBlock
Definition: The clinical context in which the document was prepared
| Constructor and Description |
|---|
Context() |
| Modifier and Type | Method and Description |
|---|---|
CodeableConceptDt |
addEvent()
Adds and returns a new value for event ()
|
DocumentReference.Context |
addEvent(CodeableConceptDt theValue)
Adds a given new value for event ()
|
DocumentReference.ContextRelated |
addRelated()
Adds and returns a new value for related ()
|
DocumentReference.Context |
addRelated(DocumentReference.ContextRelated theValue)
Adds a given new value for related ()
|
<T extends IElement> |
getAllPopulatedChildElementsOfType(Class<T> theType) |
ResourceReferenceDt |
getEncounter()
Gets the value(s) for encounter (context).
|
List<CodeableConceptDt> |
getEvent()
Gets the value(s) for event ().
|
CodeableConceptDt |
getEventFirstRep()
Gets the first repetition for event (),
creating it if it does not already exist.
|
CodeableConceptDt |
getFacilityType()
Gets the value(s) for facilityType ().
|
PeriodDt |
getPeriod()
Gets the value(s) for period ().
|
CodeableConceptDt |
getPracticeSetting()
Gets the value(s) for practiceSetting ().
|
List<DocumentReference.ContextRelated> |
getRelated()
Gets the value(s) for related ().
|
DocumentReference.ContextRelated |
getRelatedFirstRep()
Gets the first repetition for related (),
creating it if it does not already exist.
|
ResourceReferenceDt |
getSourcePatientInfo()
Gets the value(s) for sourcePatientInfo ().
|
boolean |
isEmpty() |
DocumentReference.Context |
setEncounter(ResourceReferenceDt theValue)
Sets the value(s) for encounter (context)
|
DocumentReference.Context |
setEvent(List<CodeableConceptDt> theValue)
Sets the value(s) for event ()
|
DocumentReference.Context |
setFacilityType(CodeableConceptDt theValue)
Sets the value(s) for facilityType ()
|
DocumentReference.Context |
setPeriod(PeriodDt theValue)
Sets the value(s) for period ()
|
DocumentReference.Context |
setPracticeSetting(CodeableConceptDt theValue)
Sets the value(s) for practiceSetting ()
|
DocumentReference.Context |
setRelated(List<DocumentReference.ContextRelated> theValue)
Sets the value(s) for related ()
|
DocumentReference.Context |
setSourcePatientInfo(ResourceReferenceDt theValue)
Sets the value(s) for sourcePatientInfo ()
|
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 Context()
public <T extends IElement> List<T> getAllPopulatedChildElementsOfType(Class<T> theType)
getAllPopulatedChildElementsOfType in interface ICompositeElementpublic ResourceReferenceDt getEncounter()
null.
Definition: Describes the clinical encounter or type of care that the document content is associated with
public DocumentReference.Context setEncounter(ResourceReferenceDt theValue)
Definition: Describes the clinical encounter or type of care that the document content is associated with
public List<CodeableConceptDt> getEvent()
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 DocumentReference.Context setEvent(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 addEvent()
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 DocumentReference.Context addEvent(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 event to add (must not be null)public CodeableConceptDt getEventFirstRep()
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 time period over which the service that is described by the document was provided
public DocumentReference.Context setPeriod(PeriodDt theValue)
Definition: The time period over which the service that is described by the document was provided
public CodeableConceptDt getFacilityType()
null.
Definition: The kind of facility where the patient was seen
public DocumentReference.Context setFacilityType(CodeableConceptDt theValue)
Definition: The kind of facility where the patient was seen
public CodeableConceptDt getPracticeSetting()
null.
Definition: This property may convey specifics about the practice setting where the content was created, often reflecting the clinical specialty
public DocumentReference.Context setPracticeSetting(CodeableConceptDt theValue)
Definition: This property may convey specifics about the practice setting where the content was created, often reflecting the clinical specialty
public ResourceReferenceDt getSourcePatientInfo()
null.
Definition: The Patient Information as known when the document was published. May be a reference to a version specific, or contained
public DocumentReference.Context setSourcePatientInfo(ResourceReferenceDt theValue)
Definition: The Patient Information as known when the document was published. May be a reference to a version specific, or contained
public List<DocumentReference.ContextRelated> getRelated()
null.
Definition: Related identifiers or resources associated with the DocumentReference.
public DocumentReference.Context setRelated(List<DocumentReference.ContextRelated> theValue)
Definition: Related identifiers or resources associated with the DocumentReference.
public DocumentReference.ContextRelated addRelated()
Definition: Related identifiers or resources associated with the DocumentReference.
public DocumentReference.Context addRelated(DocumentReference.ContextRelated theValue)
Definition: Related identifiers or resources associated with the DocumentReference.
theValue - The related to add (must not be null)public DocumentReference.ContextRelated getRelatedFirstRep()
Definition: Related identifiers or resources associated with the DocumentReference.
Copyright © 2014–2016 University Health Network. All rights reserved.