Package org.hl7.fhir.r4.model
Class DocumentReference.DocumentReferenceContextComponent
java.lang.Object
org.hl7.fhir.r4.model.Base
org.hl7.fhir.r4.model.Element
org.hl7.fhir.r4.model.BackboneElement
org.hl7.fhir.r4.model.DocumentReference.DocumentReferenceContextComponent
- All Implemented Interfaces:
ca.uhn.fhir.model.api.IElement
,Serializable
,org.hl7.fhir.instance.model.api.IBase
,org.hl7.fhir.instance.model.api.IBaseBackboneElement
,org.hl7.fhir.instance.model.api.IBaseElement
,org.hl7.fhir.instance.model.api.IBaseHasExtensions
,org.hl7.fhir.instance.model.api.IBaseHasModifierExtensions
- Enclosing class:
DocumentReference
public static class DocumentReference.DocumentReferenceContextComponent
extends BackboneElement
implements org.hl7.fhir.instance.model.api.IBaseBackboneElement
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionDescribes the clinical encounter or type of care that the document content is associated with.The actual objects that are the target of the reference (Describes the clinical encounter or type of care that the document content is associated with.)protected List
<CodeableConcept> This list of codes represents the main clinical acts, such as a colonoscopy or an appendectomy, being documented.protected CodeableConcept
The kind of facility where the patient was seen.protected Period
The time period over which the service that is described by the document was provided.protected CodeableConcept
This property may convey specifics about the practice setting where the content was created, often reflecting the clinical specialty.Related identifiers or resources associated with the DocumentReference.The actual objects that are the target of the reference (Related identifiers or resources associated with the DocumentReference.)protected Reference
The Patient Information as known when the document was published.protected Patient
The actual object that is the target of the reference (The Patient Information as known when the document was published.Fields inherited from class org.hl7.fhir.r4.model.BackboneElement
modifierExtension
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionaddEvent()
copy()
void
boolean
equalsDeep
(Base other_) boolean
equalsShallow
(Base other_) fhirType()
Deprecated.Use Reference#setResource(IBaseResource) insteadgetEvent()
getNamedProperty
(int _hash, String _name, boolean _checkValid) Base[]
getProperty
(int hash, String name, boolean checkValid) Deprecated.Use Reference#setResource(IBaseResource) insteadString[]
getTypesForProperty
(int hash, String name) boolean
boolean
hasEvent()
boolean
boolean
boolean
boolean
boolean
boolean
isEmpty()
protected void
listChildren
(List<Property> children) makeProperty
(int hash, String name) void
removeChild
(String name, Base value) setEncounter
(List<Reference> theEncounter) setEvent
(List<CodeableConcept> theEvent) setFacilityType
(CodeableConcept value) setProperty
(int hash, String name, Base value) setProperty
(String name, Base value) setRelated
(List<Reference> theRelated) setSourcePatientInfo
(Reference value) Methods inherited from class org.hl7.fhir.r4.model.BackboneElement
addModifierExtension, addModifierExtension, addModifierExtension, checkNoModifiers, copyExtensions, copyNewExtensions, copyValues, getExtensionByUrl, getExtensionsByUrl, getExtensionsByUrl, getModifierExtension, getModifierExtensionFirstRep, hasExtension, hasExtension, hasModifierExtension, removeExtension, setModifierExtension
Methods inherited from class org.hl7.fhir.r4.model.Element
addExtension, addExtension, addExtension, copyExtensions, copyNewExtensions, copyValues, getExtension, getExtensionFirstRep, getExtensionString, getId, getIdBase, getIdElement, hasExtension, hasExtension, hasId, hasIdElement, isDisallowExtensions, noExtensions, setDisallowExtensions, setExtension, setId, setIdBase, setIdElement
Methods inherited from class org.hl7.fhir.r4.model.Base
castToAddress, castToAnnotation, castToAttachment, castToBase64Binary, castToBoolean, castToCanonical, castToCode, castToCodeableConcept, castToCoding, castToContactDetail, castToContactPoint, castToContributor, castToDataRequirement, castToDate, castToDateTime, castToDecimal, castToDosage, castToDuration, castToElementDefinition, castToExpression, castToExtension, castToHumanName, castToId, castToIdentifier, castToInstant, castToInteger, castToMarkdown, castToMarketingStatus, castToMeta, castToMoney, castToNarrative, castToOid, castToParameterDefinition, castToPeriod, castToPopulation, castToPositiveInt, castToProdCharacteristic, castToProductShelfLife, castToQuantity, castToRange, castToRatio, castToReference, castToRelatedArtifact, castToResource, castToSampledData, castToSignature, castToSimpleQuantity, castToString, castToSubstanceAmount, castToTime, castToTiming, castToTriggerDefinition, castToType, castToUnsignedInt, castToUri, castToUrl, castToUsageContext, castToXhtml, castToXhtmlString, children, clearUserData, compareDeep, compareDeep, compareDeep, compareDeep, compareValues, compareValues, copyValues, dateTimeValue, equals, getChildByName, getFormatCommentsPost, getFormatCommentsPre, getNamedProperty, getUserData, getUserInt, getUserString, getXhtml, hasFormatComment, hasPrimitiveValue, hasType, hasUserData, isBooleanPrimitive, isDateTime, isMetadataBased, isPrimitive, isResource, listChildrenByName, listChildrenByName, primitiveValue, setUserData, setUserDataINN
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.hl7.fhir.instance.model.api.IBase
getFormatCommentsPost, getFormatCommentsPre, getUserData, hasFormatComment, setUserData
Methods inherited from interface org.hl7.fhir.instance.model.api.IBaseElement
getUserData, setUserData
Methods inherited from interface org.hl7.fhir.instance.model.api.IBaseHasExtensions
addExtension, getExtension, hasExtension
Methods inherited from interface org.hl7.fhir.instance.model.api.IBaseHasModifierExtensions
addModifierExtension, getModifierExtension, hasModifierExtension
-
Field Details
-
encounter
Describes the clinical encounter or type of care that the document content is associated with. -
encounterTarget
The actual objects that are the target of the reference (Describes the clinical encounter or type of care that the document content is associated with.) -
event
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 type Code, such as a "History and Physical Report" in which the procedure being documented is necessarily a "History and Physical" act. -
period
The time period over which the service that is described by the document was provided. -
facilityType
The kind of facility where the patient was seen. -
practiceSetting
This property may convey specifics about the practice setting where the content was created, often reflecting the clinical specialty. -
sourcePatientInfo
The Patient Information as known when the document was published. May be a reference to a version specific, or contained. -
sourcePatientInfoTarget
The actual object that is the target of the reference (The Patient Information as known when the document was published. May be a reference to a version specific, or contained.)
-
-
Constructor Details
-
DocumentReferenceContextComponent
public DocumentReferenceContextComponent()Constructor
-
-
Method Details
-
getEncounter
- Returns:
encounter
(Describes the clinical encounter or type of care that the document content is associated with.)
-
setEncounter
public DocumentReference.DocumentReferenceContextComponent setEncounter(List<Reference> theEncounter) - Returns:
- Returns a reference to
this
for easy method chaining
-
hasEncounter
-
addEncounter
-
addEncounter
-
getEncounterFirstRep
- Returns:
- The first repetition of repeating field
encounter
, creating it if it does not already exist
-
getEncounterTarget
Deprecated.Use Reference#setResource(IBaseResource) instead -
getEvent
- Returns:
event
(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 type Code, such as a "History and Physical Report" in which the procedure being documented is necessarily a "History and Physical" act.)
-
setEvent
- Returns:
- Returns a reference to
this
for easy method chaining
-
hasEvent
-
addEvent
-
addEvent
-
getEventFirstRep
- Returns:
- The first repetition of repeating field
event
, creating it if it does not already exist
-
getPeriod
- Returns:
period
(The time period over which the service that is described by the document was provided.)
-
hasPeriod
-
setPeriod
- Parameters:
value
-period
(The time period over which the service that is described by the document was provided.)
-
getFacilityType
- Returns:
facilityType
(The kind of facility where the patient was seen.)
-
hasFacilityType
-
setFacilityType
- Parameters:
value
-facilityType
(The kind of facility where the patient was seen.)
-
getPracticeSetting
- Returns:
practiceSetting
(This property may convey specifics about the practice setting where the content was created, often reflecting the clinical specialty.)
-
hasPracticeSetting
-
setPracticeSetting
public DocumentReference.DocumentReferenceContextComponent setPracticeSetting(CodeableConcept value) - Parameters:
value
-practiceSetting
(This property may convey specifics about the practice setting where the content was created, often reflecting the clinical specialty.)
-
getSourcePatientInfo
- Returns:
sourcePatientInfo
(The Patient Information as known when the document was published. May be a reference to a version specific, or contained.)
-
hasSourcePatientInfo
-
setSourcePatientInfo
- Parameters:
value
-sourcePatientInfo
(The Patient Information as known when the document was published. May be a reference to a version specific, or contained.)
-
getSourcePatientInfoTarget
- Returns:
sourcePatientInfo
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 Information as known when the document was published. May be a reference to a version specific, or contained.)
-
setSourcePatientInfoTarget
public DocumentReference.DocumentReferenceContextComponent setSourcePatientInfoTarget(Patient value) - Parameters:
value
-sourcePatientInfo
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 Information as known when the document was published. May be a reference to a version specific, or contained.)
-
getRelated
- Returns:
related
(Related identifiers or resources associated with the DocumentReference.)
-
setRelated
- Returns:
- Returns a reference to
this
for easy method chaining
-
hasRelated
-
addRelated
-
addRelated
-
getRelatedFirstRep
- Returns:
- The first repetition of repeating field
related
, creating it if it does not already exist
-
getRelatedTarget
Deprecated.Use Reference#setResource(IBaseResource) instead -
listChildren
- Overrides:
listChildren
in classBackboneElement
-
getNamedProperty
public Property getNamedProperty(int _hash, String _name, boolean _checkValid) throws org.hl7.fhir.exceptions.FHIRException - Overrides:
getNamedProperty
in classBackboneElement
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
getProperty
public Base[] getProperty(int hash, String name, boolean checkValid) throws org.hl7.fhir.exceptions.FHIRException - Overrides:
getProperty
in classBackboneElement
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
setProperty
public Base setProperty(int hash, String name, Base value) throws org.hl7.fhir.exceptions.FHIRException - Overrides:
setProperty
in classBackboneElement
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
setProperty
- Overrides:
setProperty
in classBackboneElement
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
removeChild
- Overrides:
removeChild
in classBackboneElement
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
makeProperty
- Overrides:
makeProperty
in classBackboneElement
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
getTypesForProperty
public String[] getTypesForProperty(int hash, String name) throws org.hl7.fhir.exceptions.FHIRException - Overrides:
getTypesForProperty
in classBackboneElement
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
addChild
- Overrides:
addChild
in classBackboneElement
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
copy
- Specified by:
copy
in classBackboneElement
-
copyValues
-
equalsDeep
- Overrides:
equalsDeep
in classBackboneElement
-
equalsShallow
- Overrides:
equalsShallow
in classBackboneElement
-
isEmpty
- Specified by:
isEmpty
in interfaceorg.hl7.fhir.instance.model.api.IBase
- Overrides:
isEmpty
in classBackboneElement
-
fhirType
- Specified by:
fhirType
in interfaceorg.hl7.fhir.instance.model.api.IBase
- Overrides:
fhirType
in classBackboneElement
-