public class Composition extends DomainResource
| Modifier and Type | Class and Description |
|---|---|
static class |
Composition.CompositionAttestationMode |
static class |
Composition.CompositionAttestationModeEnumFactory |
static class |
Composition.CompositionAttesterComponent |
static class |
Composition.CompositionEventComponent |
static class |
Composition.CompositionStatus |
static class |
Composition.CompositionStatusEnumFactory |
static class |
Composition.SectionComponent |
| Modifier and Type | Field and Description |
|---|---|
protected List<Composition.CompositionAttesterComponent> |
attester
A participant who has attested to the accuracy of the composition/document.
|
protected List<Reference> |
author
Identifies who is responsible for the information in the composition, not necessarily who typed it in.
|
protected List<Resource> |
authorTarget
The actual objects that are the target of the reference (Identifies who is responsible for the information in the composition, not necessarily who typed it in.)
|
protected CodeableConcept |
class_
A categorization for the type of the composition - helps for indexing and searching.
|
protected CodeType |
confidentiality
The code specifying the level of confidentiality of the Composition.
|
protected Reference |
custodian
Identifies the organization or group who is responsible for ongoing maintenance of and access to the composition/document information.
|
protected Organization |
custodianTarget
The actual object that is the target of the reference (Identifies the organization or group who is responsible for ongoing maintenance of and access to the composition/document information.)
|
protected DateTimeType |
date
The composition editing time, when the composition was last logically changed by the author.
|
protected Reference |
encounter
Describes the clinical encounter or type of care this documentation is associated with.
|
protected Encounter |
encounterTarget
The actual object that is the target of the reference (Describes the clinical encounter or type of care this documentation is associated with.)
|
protected List<Composition.CompositionEventComponent> |
event
The clinical service, such as a colonoscopy or an appendectomy, being documented.
|
protected Identifier |
identifier
Logical identifier for the composition, assigned when created.
|
protected List<Composition.SectionComponent> |
section
The root of the sections that make up the composition.
|
static String |
SP_ATTESTER |
static String |
SP_AUTHOR |
static String |
SP_CLASS |
static String |
SP_CONFIDENTIALITY |
static String |
SP_CONTEXT |
static String |
SP_DATE |
static String |
SP_ENCOUNTER |
static String |
SP_ENTRY |
static String |
SP_IDENTIFIER |
static String |
SP_PATIENT |
static String |
SP_PERIOD |
static String |
SP_SECTION |
static String |
SP_STATUS |
static String |
SP_SUBJECT |
static String |
SP_TITLE |
static String |
SP_TYPE |
protected Enumeration<Composition.CompositionStatus> |
status
The workflow/clinical status of this composition.
|
protected Reference |
subject
Who or what the composition is about.
|
protected Resource |
subjectTarget
The actual object that is the target of the reference (Who or what the composition is about.
|
protected StringType |
title
Official human-readable label for the composition.
|
protected CodeableConcept |
type
Specifies the particular kind of composition (e.g.
|
contained, extension, modifierExtension, textid, implicitRules, language, meta| Constructor and Description |
|---|
Composition() |
Composition(DateTimeType date,
CodeableConcept type,
StringType title,
Enumeration<Composition.CompositionStatus> status,
Reference subject) |
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 Identifier identifier
protected DateTimeType date
protected CodeableConcept type
protected CodeableConcept class_
protected StringType title
protected Enumeration<Composition.CompositionStatus> status
protected CodeType confidentiality
protected Reference subject
protected Resource subjectTarget
protected List<Reference> author
protected List<Resource> authorTarget
protected List<Composition.CompositionAttesterComponent> attester
protected Reference custodian
protected Organization custodianTarget
protected List<Composition.CompositionEventComponent> event
protected Reference encounter
protected Encounter encounterTarget
protected List<Composition.SectionComponent> section
public static final String SP_DATE
public static final String SP_IDENTIFIER
public static final String SP_PERIOD
public static final String SP_SUBJECT
public static final String SP_AUTHOR
public static final String SP_CONFIDENTIALITY
public static final String SP_SECTION
public static final String SP_ENCOUNTER
public static final String SP_TYPE
public static final String SP_TITLE
public static final String SP_ATTESTER
public static final String SP_ENTRY
public static final String SP_PATIENT
public static final String SP_CONTEXT
public static final String SP_CLASS
public static final String SP_STATUS
public Composition()
public Composition(DateTimeType date, CodeableConcept type, StringType title, Enumeration<Composition.CompositionStatus> status, Reference subject)
public Identifier getIdentifier()
identifier (Logical identifier for the composition, assigned when created. This identifier stays constant as the composition is changed over time.)public boolean hasIdentifier()
public Composition setIdentifier(Identifier value)
value - identifier (Logical identifier for the composition, assigned when created. This identifier stays constant as the composition is changed over time.)public DateTimeType getDateElement()
date (The composition editing time, when the composition was last logically changed by the author.). This is the underlying object with id, value and extensions. The accessor "getDate" gives direct access to the valuepublic boolean hasDateElement()
public boolean hasDate()
public Composition setDateElement(DateTimeType value)
value - date (The composition editing time, when the composition was last logically changed by the author.). This is the underlying object with id, value and extensions. The accessor "getDate" gives direct access to the valuepublic Date getDate()
public Composition setDate(Date value)
value - The composition editing time, when the composition was last logically changed by the author.public CodeableConcept getType()
type (Specifies the particular kind of composition (e.g. History and Physical, Discharge Summary, Progress Note). This usually equates to the purpose of making the composition.)public boolean hasType()
public Composition setType(CodeableConcept value)
value - type (Specifies the particular kind of composition (e.g. History and Physical, Discharge Summary, Progress Note). This usually equates to the purpose of making the composition.)public CodeableConcept getClass_()
class_ (A categorization for the type of the composition - helps for indexing and searching. This may be implied by or derived from the code specified in the Composition Type.)public boolean hasClass_()
public Composition setClass_(CodeableConcept value)
value - class_ (A categorization for the type of the composition - helps for indexing and searching. This may be implied by or derived from the code specified in the Composition Type.)public StringType getTitleElement()
title (Official human-readable label for the composition.). This is the underlying object with id, value and extensions. The accessor "getTitle" gives direct access to the valuepublic boolean hasTitleElement()
public boolean hasTitle()
public Composition setTitleElement(StringType value)
value - title (Official human-readable label for the composition.). This is the underlying object with id, value and extensions. The accessor "getTitle" gives direct access to the valuepublic Composition setTitle(String value)
value - Official human-readable label for the composition.public Enumeration<Composition.CompositionStatus> getStatusElement()
status (The workflow/clinical status of this composition. The status is a marker for the clinical standing of the document.). 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 Composition setStatusElement(Enumeration<Composition.CompositionStatus> value)
value - status (The workflow/clinical status of this composition. The status is a marker for the clinical standing of the document.). This is the underlying object with id, value and extensions. The accessor "getStatus" gives direct access to the valuepublic Composition.CompositionStatus getStatus()
public Composition setStatus(Composition.CompositionStatus value)
value - The workflow/clinical status of this composition. The status is a marker for the clinical standing of the document.public CodeType getConfidentialityElement()
confidentiality (The code specifying the level of confidentiality of the Composition.). This is the underlying object with id, value and extensions. The accessor "getConfidentiality" gives direct access to the valuepublic boolean hasConfidentialityElement()
public boolean hasConfidentiality()
public Composition setConfidentialityElement(CodeType value)
value - confidentiality (The code specifying the level of confidentiality of the Composition.). This is the underlying object with id, value and extensions. The accessor "getConfidentiality" gives direct access to the valuepublic String getConfidentiality()
public Composition setConfidentiality(String value)
value - The code specifying the level of confidentiality of the Composition.public Reference getSubject()
subject (Who or what the composition is about. The composition can be about a person, (patient or healthcare practitioner), a device (e.g. a machine) or even a group of subjects (such as a document about a herd of livestock, or a set of patients that share a common exposure).)public boolean hasSubject()
public Composition setSubject(Reference value)
value - subject (Who or what the composition is about. The composition can be about a person, (patient or healthcare practitioner), a device (e.g. a machine) or even a group of subjects (such as a document about a herd of livestock, or a set of patients that share a common exposure).)public Resource getSubjectTarget()
subject 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. (Who or what the composition is about. The composition can be about a person, (patient or healthcare practitioner), a device (e.g. a machine) or even a group of subjects (such as a document about a herd of livestock, or a set of patients that share a common exposure).)public Composition setSubjectTarget(Resource value)
value - subject 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. (Who or what the composition is about. The composition can be about a person, (patient or healthcare practitioner), a device (e.g. a machine) or even a group of subjects (such as a document about a herd of livestock, or a set of patients that share a common exposure).)public List<Reference> getAuthor()
author (Identifies who is responsible for the information in the composition, not necessarily who typed it in.)public boolean hasAuthor()
public Reference addAuthor()
author (Identifies who is responsible for the information in the composition, not necessarily who typed it in.)public Composition addAuthor(Reference t)
public List<Resource> getAuthorTarget()
author (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. Identifies who is responsible for the information in the composition, not necessarily who typed it in.)public List<Composition.CompositionAttesterComponent> getAttester()
attester (A participant who has attested to the accuracy of the composition/document.)public boolean hasAttester()
public Composition.CompositionAttesterComponent addAttester()
attester (A participant who has attested to the accuracy of the composition/document.)public Composition addAttester(Composition.CompositionAttesterComponent t)
public Reference getCustodian()
custodian (Identifies the organization or group who is responsible for ongoing maintenance of and access to the composition/document information.)public boolean hasCustodian()
public Composition setCustodian(Reference value)
value - custodian (Identifies the organization or group who is responsible for ongoing maintenance of and access to the composition/document information.)public Organization getCustodianTarget()
custodian 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. (Identifies the organization or group who is responsible for ongoing maintenance of and access to the composition/document information.)public Composition setCustodianTarget(Organization value)
value - custodian 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. (Identifies the organization or group who is responsible for ongoing maintenance of and access to the composition/document information.)public List<Composition.CompositionEventComponent> getEvent()
event (The clinical service, such as a colonoscopy or an appendectomy, being documented.)public boolean hasEvent()
public Composition.CompositionEventComponent addEvent()
event (The clinical service, such as a colonoscopy or an appendectomy, being documented.)public Composition addEvent(Composition.CompositionEventComponent t)
public Reference getEncounter()
encounter (Describes the clinical encounter or type of care this documentation is associated with.)public boolean hasEncounter()
public Composition setEncounter(Reference value)
value - encounter (Describes the clinical encounter or type of care this documentation is associated with.)public Encounter getEncounterTarget()
encounter 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. (Describes the clinical encounter or type of care this documentation is associated with.)public Composition setEncounterTarget(Encounter value)
value - encounter 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. (Describes the clinical encounter or type of care this documentation is associated with.)public List<Composition.SectionComponent> getSection()
section (The root of the sections that make up the composition.)public boolean hasSection()
public Composition.SectionComponent addSection()
section (The root of the sections that make up the composition.)public Composition addSection(Composition.SectionComponent 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 Composition copy()
copy in class DomainResourceprotected Composition 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.