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.
|
static ca.uhn.fhir.rest.gclient.TokenClientParam |
ACTIVE
Fluent Client search parameter constant for active
|
protected List<Address> |
address
An address for the organization.
|
static ca.uhn.fhir.rest.gclient.StringClientParam |
ADDRESS
Fluent Client search parameter constant for address
|
static ca.uhn.fhir.rest.gclient.StringClientParam |
ADDRESS_CITY
Fluent Client search parameter constant for address-city
|
static ca.uhn.fhir.rest.gclient.StringClientParam |
ADDRESS_COUNTRY
Fluent Client search parameter constant for address-country
|
static ca.uhn.fhir.rest.gclient.StringClientParam |
ADDRESS_POSTALCODE
Fluent Client search parameter constant for address-postalcode
|
static ca.uhn.fhir.rest.gclient.StringClientParam |
ADDRESS_STATE
Fluent Client search parameter constant for address-state
|
static ca.uhn.fhir.rest.gclient.TokenClientParam |
ADDRESS_USE
Fluent Client search parameter constant for address-use
|
protected List<StringType> |
alias
A list of alternate names that the organization is known as, or was known as in the past.
|
protected List<Organization.OrganizationContactComponent> |
contact
Contact for the organization for a certain purpose.
|
protected List<Reference> |
endpoint
Technical endpoints providing access to services operated for the organization.
|
static ca.uhn.fhir.rest.gclient.ReferenceClientParam |
ENDPOINT
Fluent Client search parameter constant for endpoint
|
protected List<Endpoint> |
endpointTarget
The actual objects that are the target of the reference (Technical endpoints providing access to services operated for the organization.)
|
protected List<Identifier> |
identifier
Identifier for the organization that is used to identify the organization across multiple disparate systems.
|
static ca.uhn.fhir.rest.gclient.TokenClientParam |
IDENTIFIER
Fluent Client search parameter constant for identifier
|
static ca.uhn.fhir.model.api.Include |
INCLUDE_ENDPOINT
Constant for fluent queries to be used to add include statements.
|
static ca.uhn.fhir.model.api.Include |
INCLUDE_PARTOF
Constant for fluent queries to be used to add include statements.
|
protected StringType |
name
A name associated with the organization.
|
static ca.uhn.fhir.rest.gclient.StringClientParam |
NAME
Fluent Client search parameter constant for name
|
protected Reference |
partOf
The organization of which this organization forms a part.
|
static ca.uhn.fhir.rest.gclient.ReferenceClientParam |
PARTOF
Fluent Client search parameter constant for partof
|
protected Organization |
partOfTarget
The actual object that is the target of the reference (The organization of which this organization forms a part.)
|
static ca.uhn.fhir.rest.gclient.StringClientParam |
PHONETIC
Fluent Client search parameter constant for phonetic
|
static String |
SP_ACTIVE
Search parameter: active
|
static String |
SP_ADDRESS
Search parameter: address
|
static String |
SP_ADDRESS_CITY
Search parameter: address-city
|
static String |
SP_ADDRESS_COUNTRY
Search parameter: address-country
|
static String |
SP_ADDRESS_POSTALCODE
Search parameter: address-postalcode
|
static String |
SP_ADDRESS_STATE
Search parameter: address-state
|
static String |
SP_ADDRESS_USE
Search parameter: address-use
|
static String |
SP_ENDPOINT
Search parameter: endpoint
|
static String |
SP_IDENTIFIER
Search parameter: identifier
|
static String |
SP_NAME
Search parameter: name
|
static String |
SP_PARTOF
Search parameter: partof
|
static String |
SP_PHONETIC
Search parameter: phonetic
|
static String |
SP_TYPE
Search parameter: type
|
protected List<ContactPoint> |
telecom
A contact detail for the organization.
|
protected List<CodeableConcept> |
type
The kind(s) of organization that this is.
|
static ca.uhn.fhir.rest.gclient.TokenClientParam |
TYPE
Fluent Client search parameter constant for type
|
contained, extension, modifierExtension, textid, implicitRules, language, meta| Constructor and Description |
|---|
Organization()
Constructor
|
addContained, addExtension, addExtension, addExtension, addModifierExtension, addModifierExtension, checkNoModifiers, copyValues, getContained, getExtension, getExtensionByUrl, getExtensionsByUrl, getModifierExtension, getModifierExtensionsByUrl, getText, hasContained, hasExtension, hasExtension, hasModifierExtension, hasText, setContained, setExtension, setModifierExtension, setTextcopyValues, getId, getIdBase, getIdElement, getImplicitRules, getImplicitRulesElement, getLanguage, getLanguage, getLanguageElement, getMeta, hasId, hasIdElement, hasImplicitRules, hasImplicitRulesElement, hasLanguage, hasLanguageElement, hasMeta, setId, setIdBase, setIdElement, setImplicitRules, setImplicitRulesElement, setLanguage, setLanguageElement, setMetagetStructureFhirVersionEnum, isResource, setIdcastToAddress, 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, dateTimeValue, equals, getChildByName, getFormatCommentsPost, getFormatCommentsPre, getNamedProperty, getUserData, getUserInt, getUserString, hasFormatComment, hasPrimitiveValue, hasType, hasUserData, isBooleanPrimitive, isDateTime, isMetadataBased, isPrimitive, listChildrenByName, 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 List<CodeableConcept> type
protected StringType name
protected List<StringType> alias
protected List<ContactPoint> telecom
protected Organization partOfTarget
protected List<Organization.OrganizationContactComponent> contact
protected List<Reference> endpoint
protected List<Endpoint> endpointTarget
public static final String SP_IDENTIFIER
Description: Any identifier for the organization (not the accreditation issuer's identifier)
Type: token
Path: Organization.identifier
public static final ca.uhn.fhir.rest.gclient.TokenClientParam IDENTIFIER
Description: Any identifier for the organization (not the accreditation issuer's identifier)
Type: token
Path: Organization.identifier
public static final String SP_PARTOF
Description: An organization of which this organization forms a part
Type: reference
Path: Organization.partOf
public static final ca.uhn.fhir.rest.gclient.ReferenceClientParam PARTOF
Description: An organization of which this organization forms a part
Type: reference
Path: Organization.partOf
public static final ca.uhn.fhir.model.api.Include INCLUDE_PARTOF
public static final String SP_ADDRESS
Description: A server defined search that may match any of the string fields in the Address, including line, city, district, state, country, postalCode, and/or text
Type: string
Path: Organization.address
public static final ca.uhn.fhir.rest.gclient.StringClientParam ADDRESS
Description: A server defined search that may match any of the string fields in the Address, including line, city, district, state, country, postalCode, and/or text
Type: string
Path: Organization.address
public static final String SP_ADDRESS_STATE
Description: A state specified in an address
Type: string
Path: Organization.address.state
public static final ca.uhn.fhir.rest.gclient.StringClientParam ADDRESS_STATE
Description: A state specified in an address
Type: string
Path: Organization.address.state
public static final String SP_ACTIVE
Description: Is the Organization record active
Type: token
Path: Organization.active
public static final ca.uhn.fhir.rest.gclient.TokenClientParam ACTIVE
Description: Is the Organization record active
Type: token
Path: Organization.active
public static final String SP_TYPE
Description: A code for the type of organization
Type: token
Path: Organization.type
public static final ca.uhn.fhir.rest.gclient.TokenClientParam TYPE
Description: A code for the type of organization
Type: token
Path: Organization.type
public static final String SP_ADDRESS_POSTALCODE
Description: A postal code specified in an address
Type: string
Path: Organization.address.postalCode
public static final ca.uhn.fhir.rest.gclient.StringClientParam ADDRESS_POSTALCODE
Description: A postal code specified in an address
Type: string
Path: Organization.address.postalCode
public static final String SP_ADDRESS_COUNTRY
Description: A country specified in an address
Type: string
Path: Organization.address.country
public static final ca.uhn.fhir.rest.gclient.StringClientParam ADDRESS_COUNTRY
Description: A country specified in an address
Type: string
Path: Organization.address.country
public static final String SP_ENDPOINT
Description: Technical endpoints providing access to services operated for the organization
Type: reference
Path: Organization.endpoint
public static final ca.uhn.fhir.rest.gclient.ReferenceClientParam ENDPOINT
Description: Technical endpoints providing access to services operated for the organization
Type: reference
Path: Organization.endpoint
public static final ca.uhn.fhir.model.api.Include INCLUDE_ENDPOINT
public static final String SP_PHONETIC
Description: A portion of the organization's name using some kind of phonetic matching algorithm
Type: string
Path: Organization.name
public static final ca.uhn.fhir.rest.gclient.StringClientParam PHONETIC
Description: A portion of the organization's name using some kind of phonetic matching algorithm
Type: string
Path: Organization.name
public static final String SP_NAME
Description: A portion of the organization's name or alias
Type: string
Path: Organization.name, Organization.alias
public static final ca.uhn.fhir.rest.gclient.StringClientParam NAME
Description: A portion of the organization's name or alias
Type: string
Path: Organization.name, Organization.alias
public static final String SP_ADDRESS_USE
Description: A use code specified in an address
Type: token
Path: Organization.address.use
public static final ca.uhn.fhir.rest.gclient.TokenClientParam ADDRESS_USE
Description: A use code specified in an address
Type: token
Path: Organization.address.use
public static final String SP_ADDRESS_CITY
Description: A city specified in an address
Type: string
Path: Organization.address.city
public static final ca.uhn.fhir.rest.gclient.StringClientParam ADDRESS_CITY
Description: A city specified in an address
Type: string
Path: Organization.address.city
public Organization()
public List<Identifier> getIdentifier()
identifier (Identifier for the organization that is used to identify the organization across multiple disparate systems.)public Organization setIdentifier(List<Identifier> theIdentifier)
this for easy method chainingpublic boolean hasIdentifier()
public Identifier addIdentifier()
public Organization addIdentifier(Identifier t)
public Identifier getIdentifierFirstRep()
identifier, creating it if it does not already existpublic 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 List<CodeableConcept> getType()
type (The kind(s) of organization that this is.)public Organization setType(List<CodeableConcept> theType)
this for easy method chainingpublic boolean hasType()
public CodeableConcept addType()
public Organization addType(CodeableConcept t)
public CodeableConcept getTypeFirstRep()
type, creating it if it does not already existpublic 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<StringType> getAlias()
alias (A list of alternate names that the organization is known as, or was known as in the past.)public Organization setAlias(List<StringType> theAlias)
this for easy method chainingpublic boolean hasAlias()
public StringType addAliasElement()
alias (A list of alternate names that the organization is known as, or was known as in the past.)public Organization addAlias(String value)
value - alias (A list of alternate names that the organization is known as, or was known as in the past.)public boolean hasAlias(String value)
value - alias (A list of alternate names that the organization is known as, or was known as in the past.)public List<ContactPoint> getTelecom()
telecom (A contact detail for the organization.)public Organization setTelecom(List<ContactPoint> theTelecom)
this for easy method chainingpublic boolean hasTelecom()
public ContactPoint addTelecom()
public Organization addTelecom(ContactPoint t)
public ContactPoint getTelecomFirstRep()
telecom, creating it if it does not already existpublic List<Address> getAddress()
address (An address for the organization.)public Organization setAddress(List<Address> theAddress)
this for easy method chainingpublic boolean hasAddress()
public Address addAddress()
public Organization addAddress(Address t)
public Address getAddressFirstRep()
address, creating it if it does not already existpublic 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 Organization setContact(List<Organization.OrganizationContactComponent> theContact)
this for easy method chainingpublic boolean hasContact()
public Organization.OrganizationContactComponent addContact()
public Organization addContact(Organization.OrganizationContactComponent t)
public Organization.OrganizationContactComponent getContactFirstRep()
contact, creating it if it does not already existpublic List<Reference> getEndpoint()
endpoint (Technical endpoints providing access to services operated for the organization.)public Organization setEndpoint(List<Reference> theEndpoint)
this for easy method chainingpublic boolean hasEndpoint()
public Reference addEndpoint()
public Organization addEndpoint(Reference t)
public Reference getEndpointFirstRep()
endpoint, creating it if it does not already exist@Deprecated public List<Endpoint> getEndpointTarget()
@Deprecated public Endpoint addEndpointTarget()
protected void listChildren(List<Property> children)
listChildren in class DomainResourcepublic Property getNamedProperty(int _hash, String _name, boolean _checkValid) throws org.hl7.fhir.exceptions.FHIRException
getNamedProperty in class DomainResourceorg.hl7.fhir.exceptions.FHIRExceptionpublic Base[] getProperty(int hash, String name, boolean checkValid) throws org.hl7.fhir.exceptions.FHIRException
getProperty in class DomainResourceorg.hl7.fhir.exceptions.FHIRExceptionpublic Base setProperty(int hash, String name, Base value) throws org.hl7.fhir.exceptions.FHIRException
setProperty in class DomainResourceorg.hl7.fhir.exceptions.FHIRExceptionpublic Base setProperty(String name, Base value) throws org.hl7.fhir.exceptions.FHIRException
setProperty in class DomainResourceorg.hl7.fhir.exceptions.FHIRExceptionpublic Base makeProperty(int hash, String name) throws org.hl7.fhir.exceptions.FHIRException
makeProperty in class DomainResourceorg.hl7.fhir.exceptions.FHIRExceptionpublic String[] getTypesForProperty(int hash, String name) throws org.hl7.fhir.exceptions.FHIRException
getTypesForProperty 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 interface org.hl7.fhir.instance.model.api.IBasefhirType in class DomainResourcepublic Organization copy()
copy in class DomainResourcepublic void copyValues(Organization dst)
protected 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–2021 Health Level 7. All rights reserved.