public class Organization extends DomainResource
| Modifier and Type | Class and Description |
|---|---|
static class |
Organization.OrganizationContactComponent |
| Modifier and Type | Field and Description |
|---|---|
protected BooleanType |
active
Whether the organization's record is still in active use.
|
protected List<Address> |
address
An address for the organization.
|
protected List<Organization.OrganizationContactComponent> |
contact
Contact for the organization for a certain purpose.
|
protected List<Identifier> |
identifier
Identifier for the organization that is used to identify the organization across multiple disparate systems.
|
protected StringType |
name
A name associated with the organization.
|
protected Reference |
partOf
The organization of which this organization forms a part.
|
protected Organization |
partOfTarget
The actual object that is the target of the reference (The organization of which this organization forms a part.)
|
static String |
SP_ACTIVE |
static String |
SP_ADDRESS |
static String |
SP_ADDRESSCITY |
static String |
SP_ADDRESSCOUNTRY |
static String |
SP_ADDRESSPOSTALCODE |
static String |
SP_ADDRESSSTATE |
static String |
SP_ADDRESSUSE |
static String |
SP_IDENTIFIER |
static String |
SP_NAME |
static String |
SP_PARTOF |
static String |
SP_PHONETIC |
static String |
SP_TYPE |
protected List<ContactPoint> |
telecom
A contact detail for the organization.
|
protected CodeableConcept |
type
The kind of organization that this is.
|
contained, extension, modifierExtension, textid, implicitRules, language, meta| Constructor and Description |
|---|
Organization() |
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 List<Identifier> identifier
protected BooleanType active
protected CodeableConcept type
protected StringType name
protected List<ContactPoint> telecom
protected Organization partOfTarget
protected List<Organization.OrganizationContactComponent> contact
public static final String SP_IDENTIFIER
public static final String SP_PARTOF
public static final String SP_PHONETIC
public static final String SP_ADDRESS
public static final String SP_ADDRESSSTATE
public static final String SP_NAME
public static final String SP_ADDRESSUSE
public static final String SP_ACTIVE
public static final String SP_TYPE
public static final String SP_ADDRESSCITY
public static final String SP_ADDRESSPOSTALCODE
public static final String SP_ADDRESSCOUNTRY
public Organization()
public List<Identifier> getIdentifier()
identifier (Identifier for the organization that is used to identify the organization across multiple disparate systems.)public boolean hasIdentifier()
public Identifier addIdentifier()
identifier (Identifier for the organization that is used to identify the organization across multiple disparate systems.)public Organization addIdentifier(Identifier t)
public BooleanType getActiveElement()
active (Whether the organization's record is still in active use.). This is the underlying object with id, value and extensions. The accessor "getActive" gives direct access to the valuepublic boolean hasActiveElement()
public boolean hasActive()
public Organization setActiveElement(BooleanType value)
value - active (Whether the organization's record is still in active use.). This is the underlying object with id, value and extensions. The accessor "getActive" gives direct access to the valuepublic boolean getActive()
public Organization setActive(boolean value)
value - Whether the organization's record is still in active use.public CodeableConcept getType()
type (The kind of organization that this is.)public boolean hasType()
public Organization setType(CodeableConcept value)
value - type (The kind of organization that this is.)public StringType getNameElement()
name (A name associated with the organization.). This is the underlying object with id, value and extensions. The accessor "getName" gives direct access to the valuepublic boolean hasNameElement()
public boolean hasName()
public Organization setNameElement(StringType value)
value - name (A name associated with the organization.). This is the underlying object with id, value and extensions. The accessor "getName" gives direct access to the valuepublic Organization setName(String value)
value - A name associated with the organization.public List<ContactPoint> getTelecom()
telecom (A contact detail for the organization.)public boolean hasTelecom()
public ContactPoint addTelecom()
telecom (A contact detail for the organization.)public Organization addTelecom(ContactPoint t)
public List<Address> getAddress()
address (An address for the organization.)public boolean hasAddress()
public Address addAddress()
address (An address for the organization.)public Organization addAddress(Address t)
public Reference getPartOf()
partOf (The organization of which this organization forms a part.)public boolean hasPartOf()
public Organization setPartOf(Reference value)
value - partOf (The organization of which this organization forms a part.)public Organization getPartOfTarget()
partOf 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 organization of which this organization forms a part.)public Organization setPartOfTarget(Organization value)
value - partOf 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 organization of which this organization forms a part.)public List<Organization.OrganizationContactComponent> getContact()
contact (Contact for the organization for a certain purpose.)public boolean hasContact()
public Organization.OrganizationContactComponent addContact()
contact (Contact for the organization for a certain purpose.)public Organization addContact(Organization.OrganizationContactComponent 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 Organization copy()
copy in class DomainResourceprotected Organization 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.