Class Person
- All Implemented Interfaces:
ca.uhn.fhir.model.api.IElement,Serializable,org.hl7.fhir.instance.model.api.IAnyResource,org.hl7.fhir.instance.model.api.IBase,org.hl7.fhir.instance.model.api.IBaseHasExtensions,org.hl7.fhir.instance.model.api.IBaseHasModifierExtensions,org.hl7.fhir.instance.model.api.IBaseResource,org.hl7.fhir.instance.model.api.IDomainResource
- See Also:
- Serialized Form
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classstatic classstatic class -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected BooleanTypeWhether this person's record is in active use.One or more addresses for the person.static ca.uhn.fhir.rest.gclient.StringClientParamFluent Client search parameter constant for addressstatic ca.uhn.fhir.rest.gclient.StringClientParamFluent Client search parameter constant for address-citystatic ca.uhn.fhir.rest.gclient.StringClientParamFluent Client search parameter constant for address-countrystatic ca.uhn.fhir.rest.gclient.StringClientParamFluent Client search parameter constant for address-postalcodestatic ca.uhn.fhir.rest.gclient.StringClientParamFluent Client search parameter constant for address-statestatic ca.uhn.fhir.rest.gclient.TokenClientParamFluent Client search parameter constant for address-useprotected DateTypeThe birth date for the person.static ca.uhn.fhir.rest.gclient.DateClientParamFluent Client search parameter constant for birthdateprotected List<Person.PersonCommunicationComponent>A language which may be used to communicate with the person about his or her health.static ca.uhn.fhir.rest.gclient.DateClientParamFluent Client search parameter constant for death-dateprotected DataTypeIndicates if the individual is deceased or not.static ca.uhn.fhir.rest.gclient.TokenClientParamFluent Client search parameter constant for deceasedstatic ca.uhn.fhir.rest.gclient.TokenClientParamFluent Client search parameter constant for emailstatic ca.uhn.fhir.rest.gclient.StringClientParamFluent Client search parameter constant for familyprotected Enumeration<Enumerations.AdministrativeGender>Administrative Gender.static ca.uhn.fhir.rest.gclient.TokenClientParamFluent Client search parameter constant for genderstatic ca.uhn.fhir.rest.gclient.StringClientParamFluent Client search parameter constant for givenprotected List<Identifier>Identifier for a person within a particular scope.static ca.uhn.fhir.rest.gclient.TokenClientParamFluent Client search parameter constant for identifierstatic ca.uhn.fhir.model.api.IncludeConstant for fluent queries to be used to add include statements.static ca.uhn.fhir.model.api.IncludeConstant for fluent queries to be used to add include statements.static ca.uhn.fhir.model.api.IncludeConstant for fluent queries to be used to add include statements.static ca.uhn.fhir.model.api.IncludeConstant for fluent queries to be used to add include statements.static ca.uhn.fhir.model.api.IncludeConstant for fluent queries to be used to add include statements.protected List<Person.PersonLinkComponent>Link to a resource that concerns the same actual person.static ca.uhn.fhir.rest.gclient.ReferenceClientParamFluent Client search parameter constant for linkprotected ReferenceThe organization that is the custodian of the person record.protected CodeableConceptThis field contains a person's most recent marital (civil) status.A name associated with the person.static ca.uhn.fhir.rest.gclient.StringClientParamFluent Client search parameter constant for namestatic ca.uhn.fhir.rest.gclient.ReferenceClientParamFluent Client search parameter constant for organizationstatic ca.uhn.fhir.rest.gclient.ReferenceClientParamFluent Client search parameter constant for patientstatic ca.uhn.fhir.rest.gclient.TokenClientParamFluent Client search parameter constant for phonestatic ca.uhn.fhir.rest.gclient.StringClientParamFluent Client search parameter constant for phoneticprotected List<Attachment>An image that can be displayed as a thumbnail of the person to enhance the identification of the individual.static ca.uhn.fhir.rest.gclient.ReferenceClientParamFluent Client search parameter constant for practitionerstatic ca.uhn.fhir.rest.gclient.ReferenceClientParamFluent Client search parameter constant for relatedpersonstatic StringSearch parameter: addressstatic StringSearch parameter: address-citystatic StringSearch parameter: address-countrystatic StringSearch parameter: address-postalcodestatic StringSearch parameter: address-statestatic StringSearch parameter: address-usestatic StringSearch parameter: birthdatestatic StringSearch parameter: death-datestatic StringSearch parameter: deceasedstatic StringSearch parameter: emailstatic StringSearch parameter: familystatic StringSearch parameter: genderstatic StringSearch parameter: givenstatic StringSearch parameter: identifierstatic StringSearch parameter: linkstatic StringSearch parameter: namestatic StringSearch parameter: organizationstatic StringSearch parameter: patientstatic StringSearch parameter: phonestatic StringSearch parameter: phoneticstatic StringSearch parameter: practitionerstatic StringSearch parameter: relatedpersonstatic StringSearch parameter: telecomprotected List<ContactPoint>A contact detail for the person, e.g.static ca.uhn.fhir.rest.gclient.TokenClientParamFluent Client search parameter constant for telecomFields inherited from class org.hl7.fhir.r5.model.DomainResource
contained, extension, modifierExtension, SP_TEXT, text, TEXTFields inherited from class org.hl7.fhir.r5.model.Resource
id, implicitRules, language, metaFields inherited from interface org.hl7.fhir.instance.model.api.IAnyResource
RES_ID, SP_RES_IDFields inherited from interface org.hl7.fhir.instance.model.api.IBaseResource
INCLUDE_ALL, WILDCARD_ALL_SET -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddAddress(Address t)addLink()addName()addPhoto()addPhoto(Attachment t)copy()voidcopyValues(Person dst)booleanequalsDeep(Base other_)booleanequalsShallow(Base other_)fhirType()booleangetLink()getName()getNamedProperty(int _hash, String _name, boolean _checkValid)getPhoto()Base[]getProperty(int hash, String name, boolean checkValid)String[]getTypesForProperty(int hash, String name)booleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanhasLink()booleanbooleanbooleanhasName()booleanhasPhoto()booleanbooleanisEmpty()protected voidlistChildren(List<Property> children)makeProperty(int hash, String name)setActive(boolean value)setActiveElement(BooleanType value)setAddress(List<Address> theAddress)setBirthDate(Date value)setBirthDateElement(DateType value)setCommunication(List<Person.PersonCommunicationComponent> theCommunication)setDeceased(DataType value)setIdentifier(List<Identifier> theIdentifier)setLink(List<Person.PersonLinkComponent> theLink)setManagingOrganization(Reference value)setMaritalStatus(CodeableConcept value)setPhoto(List<Attachment> thePhoto)setProperty(int hash, String name, Base value)setProperty(String name, Base value)setTelecom(List<ContactPoint> theTelecom)protected PersonMethods inherited from class org.hl7.fhir.r5.model.DomainResource
addContained, addExtension, addExtension, addExtension, addModifierExtension, addModifierExtension, checkNoModifiers, copyValues, getContained, getContained, getExtension, getExtensionByUrl, getExtensionsByUrl, getModifierExtension, getModifierExtensionsByUrl, getText, hasContained, hasExtension, hasExtension, hasModifierExtension, hasText, setContained, setExtension, setModifierExtension, setTextMethods inherited from class org.hl7.fhir.r5.model.Resource
copyValues, getId, getIdBase, getIdElement, getImplicitRules, getImplicitRulesElement, getLanguage, getLanguage, getLanguageElement, getMeta, hasId, hasIdElement, hasImplicitRules, hasImplicitRulesElement, hasLanguage, hasLanguageElement, hasMeta, setId, setIdBase, setIdElement, setImplicitRules, setImplicitRulesElement, setLanguage, setLanguageElement, setMetaMethods inherited from class org.hl7.fhir.r5.model.BaseResource
getStructureFhirVersionEnum, isResource, setIdMethods inherited from class org.hl7.fhir.r5.model.Base
children, clearUserData, compareDeep, compareDeep, compareDeep, compareDeep, compareValues, compareValues, copyUserData, copyValues, dateTimeValue, equals, getChildByName, getFormatCommentsPost, getFormatCommentsPre, getNamedProperty, getUserData, getUserInt, getUserString, getXhtml, hasFormatComment, hasPrimitiveValue, hasType, hasUserData, isBooleanPrimitive, isDateTime, isMetadataBased, isPrimitive, listChildrenByName, listChildrenByName, primitiveValue, setUserData, setUserDataINNMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.hl7.fhir.instance.model.api.IAnyResource
getId, getIdElement, getLanguageElement, getUserData, setId, setUserDataMethods inherited from interface org.hl7.fhir.instance.model.api.IBase
getFormatCommentsPost, getFormatCommentsPre, hasFormatCommentMethods inherited from interface org.hl7.fhir.instance.model.api.IBaseResource
getMeta, getStructureFhirVersionEnum, setId
-
Field Details
-
identifier
Identifier for a person within a particular scope. -
active
Whether this person's record is in active use. -
name
A name associated with the person. -
telecom
A contact detail for the person, e.g. a telephone number or an email address. -
gender
Administrative Gender. -
birthDate
The birth date for the person. -
deceased
Indicates if the individual is deceased or not. -
address
One or more addresses for the person. -
maritalStatus
This field contains a person's most recent marital (civil) status. -
photo
An image that can be displayed as a thumbnail of the person to enhance the identification of the individual. -
managingOrganization
The organization that is the custodian of the person record. -
communication
A language which may be used to communicate with the person about his or her health. -
link
Link to a resource that concerns the same actual person. -
SP_DEATH_DATE
Search parameter: death-dateDescription: The date of death has been provided and satisfies this search value
Type: date
Path: (Person.deceased as dateTime)
- See Also:
- Constant Field Values
-
DEATH_DATE
Fluent Client search parameter constant for death-dateDescription: The date of death has been provided and satisfies this search value
Type: date
Path: (Person.deceased as dateTime)
-
SP_DECEASED
Search parameter: deceasedDescription: This person has been marked as deceased, or has a death date entered
Type: token
Path: Person.deceased.exists() and Person.deceased != false
- See Also:
- Constant Field Values
-
DECEASED
Fluent Client search parameter constant for deceasedDescription: This person has been marked as deceased, or has a death date entered
Type: token
Path: Person.deceased.exists() and Person.deceased != false
-
SP_FAMILY
Search parameter: familyDescription: A portion of the family name of the person
Type: string
Path: Person.name.family
- See Also:
- Constant Field Values
-
FAMILY
Fluent Client search parameter constant for familyDescription: A portion of the family name of the person
Type: string
Path: Person.name.family
-
SP_GIVEN
Search parameter: givenDescription: A portion of the given name of the person
Type: string
Path: Person.name.given
- See Also:
- Constant Field Values
-
GIVEN
Fluent Client search parameter constant for givenDescription: A portion of the given name of the person
Type: string
Path: Person.name.given
-
SP_IDENTIFIER
Search parameter: identifierDescription: A person Identifier
Type: token
Path: Person.identifier
- See Also:
- Constant Field Values
-
IDENTIFIER
Fluent Client search parameter constant for identifierDescription: A person Identifier
Type: token
Path: Person.identifier
-
SP_LINK
Search parameter: linkDescription: Any link has this Patient, Person, RelatedPerson or Practitioner reference
Type: reference
Path: Person.link.target
- See Also:
- Constant Field Values
-
LINK
Fluent Client search parameter constant for linkDescription: Any link has this Patient, Person, RelatedPerson or Practitioner reference
Type: reference
Path: Person.link.target
-
INCLUDE_LINK
Constant for fluent queries to be used to add include statements. Specifies the path value of "Person:link". -
SP_NAME
Search parameter: nameDescription: A server defined search that may match any of the string fields in the HumanName, including family, give, prefix, suffix, suffix, and/or text
Type: string
Path: Person.name
- See Also:
- Constant Field Values
-
NAME
Fluent Client search parameter constant for nameDescription: A server defined search that may match any of the string fields in the HumanName, including family, give, prefix, suffix, suffix, and/or text
Type: string
Path: Person.name
-
SP_ORGANIZATION
Search parameter: organizationDescription: The organization at which this person record is being managed
Type: reference
Path: Person.managingOrganization
- See Also:
- Constant Field Values
-
ORGANIZATION
Fluent Client search parameter constant for organizationDescription: The organization at which this person record is being managed
Type: reference
Path: Person.managingOrganization
-
INCLUDE_ORGANIZATION
Constant for fluent queries to be used to add include statements. Specifies the path value of "Person:organization". -
SP_PATIENT
Search parameter: patientDescription: The Person links to this Patient
Type: reference
Path: Person.link.target.where(resolve() is Patient)
- See Also:
- Constant Field Values
-
PATIENT
Fluent Client search parameter constant for patientDescription: The Person links to this Patient
Type: reference
Path: Person.link.target.where(resolve() is Patient)
-
INCLUDE_PATIENT
Constant for fluent queries to be used to add include statements. Specifies the path value of "Person:patient". -
SP_PRACTITIONER
Search parameter: practitionerDescription: The Person links to this Practitioner
Type: reference
Path: Person.link.target.where(resolve() is Practitioner)
- See Also:
- Constant Field Values
-
PRACTITIONER
Fluent Client search parameter constant for practitionerDescription: The Person links to this Practitioner
Type: reference
Path: Person.link.target.where(resolve() is Practitioner)
-
INCLUDE_PRACTITIONER
Constant for fluent queries to be used to add include statements. Specifies the path value of "Person:practitioner". -
SP_RELATEDPERSON
Search parameter: relatedpersonDescription: The Person links to this RelatedPerson
Type: reference
Path: Person.link.target.where(resolve() is RelatedPerson)
- See Also:
- Constant Field Values
-
RELATEDPERSON
Fluent Client search parameter constant for relatedpersonDescription: The Person links to this RelatedPerson
Type: reference
Path: Person.link.target.where(resolve() is RelatedPerson)
-
INCLUDE_RELATEDPERSON
Constant for fluent queries to be used to add include statements. Specifies the path value of "Person:relatedperson". -
SP_ADDRESS_CITY
Search parameter: address-cityDescription: Multiple Resources: [Patient](patient.html): A city specified in an address [Person](person.html): A city specified in an address [Practitioner](practitioner.html): A city specified in an address [RelatedPerson](relatedperson.html): A city specified in an address
Type: string
Path: Patient.address.city | Person.address.city | Practitioner.address.city | RelatedPerson.address.city
- See Also:
- Constant Field Values
-
ADDRESS_CITY
Fluent Client search parameter constant for address-cityDescription: Multiple Resources: [Patient](patient.html): A city specified in an address [Person](person.html): A city specified in an address [Practitioner](practitioner.html): A city specified in an address [RelatedPerson](relatedperson.html): A city specified in an address
Type: string
Path: Patient.address.city | Person.address.city | Practitioner.address.city | RelatedPerson.address.city
-
SP_ADDRESS_COUNTRY
Search parameter: address-countryDescription: Multiple Resources: [Patient](patient.html): A country specified in an address [Person](person.html): A country specified in an address [Practitioner](practitioner.html): A country specified in an address [RelatedPerson](relatedperson.html): A country specified in an address
Type: string
Path: Patient.address.country | Person.address.country | Practitioner.address.country | RelatedPerson.address.country
- See Also:
- Constant Field Values
-
ADDRESS_COUNTRY
Fluent Client search parameter constant for address-countryDescription: Multiple Resources: [Patient](patient.html): A country specified in an address [Person](person.html): A country specified in an address [Practitioner](practitioner.html): A country specified in an address [RelatedPerson](relatedperson.html): A country specified in an address
Type: string
Path: Patient.address.country | Person.address.country | Practitioner.address.country | RelatedPerson.address.country
-
SP_ADDRESS_POSTALCODE
Search parameter: address-postalcodeDescription: Multiple Resources: [Patient](patient.html): A postalCode specified in an address [Person](person.html): A postal code specified in an address [Practitioner](practitioner.html): A postalCode specified in an address [RelatedPerson](relatedperson.html): A postal code specified in an address
Type: string
Path: Patient.address.postalCode | Person.address.postalCode | Practitioner.address.postalCode | RelatedPerson.address.postalCode
- See Also:
- Constant Field Values
-
ADDRESS_POSTALCODE
Fluent Client search parameter constant for address-postalcodeDescription: Multiple Resources: [Patient](patient.html): A postalCode specified in an address [Person](person.html): A postal code specified in an address [Practitioner](practitioner.html): A postalCode specified in an address [RelatedPerson](relatedperson.html): A postal code specified in an address
Type: string
Path: Patient.address.postalCode | Person.address.postalCode | Practitioner.address.postalCode | RelatedPerson.address.postalCode
-
SP_ADDRESS_STATE
Search parameter: address-stateDescription: Multiple Resources: [Patient](patient.html): A state specified in an address [Person](person.html): A state specified in an address [Practitioner](practitioner.html): A state specified in an address [RelatedPerson](relatedperson.html): A state specified in an address
Type: string
Path: Patient.address.state | Person.address.state | Practitioner.address.state | RelatedPerson.address.state
- See Also:
- Constant Field Values
-
ADDRESS_STATE
Fluent Client search parameter constant for address-stateDescription: Multiple Resources: [Patient](patient.html): A state specified in an address [Person](person.html): A state specified in an address [Practitioner](practitioner.html): A state specified in an address [RelatedPerson](relatedperson.html): A state specified in an address
Type: string
Path: Patient.address.state | Person.address.state | Practitioner.address.state | RelatedPerson.address.state
-
SP_ADDRESS_USE
Search parameter: address-useDescription: Multiple Resources: [Patient](patient.html): A use code specified in an address [Person](person.html): A use code specified in an address [Practitioner](practitioner.html): A use code specified in an address [RelatedPerson](relatedperson.html): A use code specified in an address
Type: token
Path: Patient.address.use | Person.address.use | Practitioner.address.use | RelatedPerson.address.use
- See Also:
- Constant Field Values
-
ADDRESS_USE
Fluent Client search parameter constant for address-useDescription: Multiple Resources: [Patient](patient.html): A use code specified in an address [Person](person.html): A use code specified in an address [Practitioner](practitioner.html): A use code specified in an address [RelatedPerson](relatedperson.html): A use code specified in an address
Type: token
Path: Patient.address.use | Person.address.use | Practitioner.address.use | RelatedPerson.address.use
-
SP_ADDRESS
Search parameter: addressDescription: Multiple Resources: [Patient](patient.html): 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 [Person](person.html): 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 [Practitioner](practitioner.html): 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 [RelatedPerson](relatedperson.html): 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: Patient.address | Person.address | Practitioner.address | RelatedPerson.address
- See Also:
- Constant Field Values
-
ADDRESS
Fluent Client search parameter constant for addressDescription: Multiple Resources: [Patient](patient.html): 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 [Person](person.html): 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 [Practitioner](practitioner.html): 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 [RelatedPerson](relatedperson.html): 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: Patient.address | Person.address | Practitioner.address | RelatedPerson.address
-
SP_BIRTHDATE
Search parameter: birthdateDescription: Multiple Resources: [Patient](patient.html): The patient's date of birth [Person](person.html): The person's date of birth [RelatedPerson](relatedperson.html): The Related Person's date of birth
Type: date
Path: Patient.birthDate | Person.birthDate | RelatedPerson.birthDate
- See Also:
- Constant Field Values
-
BIRTHDATE
Fluent Client search parameter constant for birthdateDescription: Multiple Resources: [Patient](patient.html): The patient's date of birth [Person](person.html): The person's date of birth [RelatedPerson](relatedperson.html): The Related Person's date of birth
Type: date
Path: Patient.birthDate | Person.birthDate | RelatedPerson.birthDate
-
SP_EMAIL
Search parameter: emailDescription: Multiple Resources: [Patient](patient.html): A value in an email contact [Person](person.html): A value in an email contact [Practitioner](practitioner.html): A value in an email contact [PractitionerRole](practitionerrole.html): A value in an email contact [RelatedPerson](relatedperson.html): A value in an email contact
Type: token
Path: Patient.telecom.where(system='email') | Person.telecom.where(system='email') | Practitioner.telecom.where(system='email') | PractitionerRole.telecom.where(system='email') | RelatedPerson.telecom.where(system='email')
- See Also:
- Constant Field Values
-
EMAIL
Fluent Client search parameter constant for emailDescription: Multiple Resources: [Patient](patient.html): A value in an email contact [Person](person.html): A value in an email contact [Practitioner](practitioner.html): A value in an email contact [PractitionerRole](practitionerrole.html): A value in an email contact [RelatedPerson](relatedperson.html): A value in an email contact
Type: token
Path: Patient.telecom.where(system='email') | Person.telecom.where(system='email') | Practitioner.telecom.where(system='email') | PractitionerRole.telecom.where(system='email') | RelatedPerson.telecom.where(system='email')
-
SP_GENDER
Search parameter: genderDescription: Multiple Resources: [Patient](patient.html): Gender of the patient [Person](person.html): The gender of the person [Practitioner](practitioner.html): Gender of the practitioner [RelatedPerson](relatedperson.html): Gender of the related person
Type: token
Path: Patient.gender | Person.gender | Practitioner.gender | RelatedPerson.gender
- See Also:
- Constant Field Values
-
GENDER
Fluent Client search parameter constant for genderDescription: Multiple Resources: [Patient](patient.html): Gender of the patient [Person](person.html): The gender of the person [Practitioner](practitioner.html): Gender of the practitioner [RelatedPerson](relatedperson.html): Gender of the related person
Type: token
Path: Patient.gender | Person.gender | Practitioner.gender | RelatedPerson.gender
-
SP_PHONE
Search parameter: phoneDescription: Multiple Resources: [Patient](patient.html): A value in a phone contact [Person](person.html): A value in a phone contact [Practitioner](practitioner.html): A value in a phone contact [PractitionerRole](practitionerrole.html): A value in a phone contact [RelatedPerson](relatedperson.html): A value in a phone contact
Type: token
Path: Patient.telecom.where(system='phone') | Person.telecom.where(system='phone') | Practitioner.telecom.where(system='phone') | PractitionerRole.telecom.where(system='phone') | RelatedPerson.telecom.where(system='phone')
- See Also:
- Constant Field Values
-
PHONE
Fluent Client search parameter constant for phoneDescription: Multiple Resources: [Patient](patient.html): A value in a phone contact [Person](person.html): A value in a phone contact [Practitioner](practitioner.html): A value in a phone contact [PractitionerRole](practitionerrole.html): A value in a phone contact [RelatedPerson](relatedperson.html): A value in a phone contact
Type: token
Path: Patient.telecom.where(system='phone') | Person.telecom.where(system='phone') | Practitioner.telecom.where(system='phone') | PractitionerRole.telecom.where(system='phone') | RelatedPerson.telecom.where(system='phone')
-
SP_PHONETIC
Search parameter: phoneticDescription: Multiple Resources: [Patient](patient.html): A portion of either family or given name using some kind of phonetic matching algorithm [Person](person.html): A portion of name using some kind of phonetic matching algorithm [Practitioner](practitioner.html): A portion of either family or given name using some kind of phonetic matching algorithm [RelatedPerson](relatedperson.html): A portion of name using some kind of phonetic matching algorithm
Type: string
Path: Patient.name | Person.name | Practitioner.name | RelatedPerson.name
- See Also:
- Constant Field Values
-
PHONETIC
Fluent Client search parameter constant for phoneticDescription: Multiple Resources: [Patient](patient.html): A portion of either family or given name using some kind of phonetic matching algorithm [Person](person.html): A portion of name using some kind of phonetic matching algorithm [Practitioner](practitioner.html): A portion of either family or given name using some kind of phonetic matching algorithm [RelatedPerson](relatedperson.html): A portion of name using some kind of phonetic matching algorithm
Type: string
Path: Patient.name | Person.name | Practitioner.name | RelatedPerson.name
-
SP_TELECOM
Search parameter: telecomDescription: Multiple Resources: [Patient](patient.html): The value in any kind of telecom details of the patient [Person](person.html): The value in any kind of contact [Practitioner](practitioner.html): The value in any kind of contact [PractitionerRole](practitionerrole.html): The value in any kind of contact [RelatedPerson](relatedperson.html): The value in any kind of contact
Type: token
Path: Patient.telecom | Person.telecom | Practitioner.telecom | PractitionerRole.telecom | RelatedPerson.telecom
- See Also:
- Constant Field Values
-
TELECOM
Fluent Client search parameter constant for telecomDescription: Multiple Resources: [Patient](patient.html): The value in any kind of telecom details of the patient [Person](person.html): The value in any kind of contact [Practitioner](practitioner.html): The value in any kind of contact [PractitionerRole](practitionerrole.html): The value in any kind of contact [RelatedPerson](relatedperson.html): The value in any kind of contact
Type: token
Path: Patient.telecom | Person.telecom | Practitioner.telecom | PractitionerRole.telecom | RelatedPerson.telecom
-
-
Constructor Details
-
Person
public Person()Constructor
-
-
Method Details
-
getIdentifier
- Returns:
identifier(Identifier for a person within a particular scope.)
-
setIdentifier
- Returns:
- Returns a reference to
thisfor easy method chaining
-
hasIdentifier
-
addIdentifier
-
addIdentifier
-
getIdentifierFirstRep
- Returns:
- The first repetition of repeating field
identifier, creating it if it does not already exist {3}
-
getActiveElement
- Returns:
active(Whether this person's record is in active use.). This is the underlying object with id, value and extensions. The accessor "getActive" gives direct access to the value
-
hasActiveElement
-
hasActive
-
setActiveElement
- Parameters:
value-active(Whether this person's record is in active use.). This is the underlying object with id, value and extensions. The accessor "getActive" gives direct access to the value
-
getActive
- Returns:
- Whether this person's record is in active use.
-
setActive
- Parameters:
value- Whether this person's record is in active use.
-
getName
- Returns:
name(A name associated with the person.)
-
setName
- Returns:
- Returns a reference to
thisfor easy method chaining
-
hasName
-
addName
-
addName
-
getNameFirstRep
- Returns:
- The first repetition of repeating field
name, creating it if it does not already exist {3}
-
getTelecom
- Returns:
telecom(A contact detail for the person, e.g. a telephone number or an email address.)
-
setTelecom
- Returns:
- Returns a reference to
thisfor easy method chaining
-
hasTelecom
-
addTelecom
-
addTelecom
-
getTelecomFirstRep
- Returns:
- The first repetition of repeating field
telecom, creating it if it does not already exist {3}
-
getGenderElement
- Returns:
gender(Administrative Gender.). This is the underlying object with id, value and extensions. The accessor "getGender" gives direct access to the value
-
hasGenderElement
-
hasGender
-
setGenderElement
- Parameters:
value-gender(Administrative Gender.). This is the underlying object with id, value and extensions. The accessor "getGender" gives direct access to the value
-
getGender
- Returns:
- Administrative Gender.
-
setGender
- Parameters:
value- Administrative Gender.
-
getBirthDateElement
- Returns:
birthDate(The birth date for the person.). This is the underlying object with id, value and extensions. The accessor "getBirthDate" gives direct access to the value
-
hasBirthDateElement
-
hasBirthDate
-
setBirthDateElement
- Parameters:
value-birthDate(The birth date for the person.). This is the underlying object with id, value and extensions. The accessor "getBirthDate" gives direct access to the value
-
getBirthDate
- Returns:
- The birth date for the person.
-
setBirthDate
- Parameters:
value- The birth date for the person.
-
getDeceased
- Returns:
deceased(Indicates if the individual is deceased or not.)
-
getDeceasedBooleanType
- Returns:
deceased(Indicates if the individual is deceased or not.)- Throws:
org.hl7.fhir.exceptions.FHIRException
-
hasDeceasedBooleanType
-
getDeceasedDateTimeType
- Returns:
deceased(Indicates if the individual is deceased or not.)- Throws:
org.hl7.fhir.exceptions.FHIRException
-
hasDeceasedDateTimeType
-
hasDeceased
-
setDeceased
- Parameters:
value-deceased(Indicates if the individual is deceased or not.)
-
getAddress
- Returns:
address(One or more addresses for the person.)
-
setAddress
- Returns:
- Returns a reference to
thisfor easy method chaining
-
hasAddress
-
addAddress
-
addAddress
-
getAddressFirstRep
- Returns:
- The first repetition of repeating field
address, creating it if it does not already exist {3}
-
getMaritalStatus
- Returns:
maritalStatus(This field contains a person's most recent marital (civil) status.)
-
hasMaritalStatus
-
setMaritalStatus
- Parameters:
value-maritalStatus(This field contains a person's most recent marital (civil) status.)
-
getPhoto
- Returns:
photo(An image that can be displayed as a thumbnail of the person to enhance the identification of the individual.)
-
setPhoto
- Returns:
- Returns a reference to
thisfor easy method chaining
-
hasPhoto
-
addPhoto
-
addPhoto
-
getPhotoFirstRep
- Returns:
- The first repetition of repeating field
photo, creating it if it does not already exist {3}
-
getManagingOrganization
- Returns:
managingOrganization(The organization that is the custodian of the person record.)
-
hasManagingOrganization
-
setManagingOrganization
- Parameters:
value-managingOrganization(The organization that is the custodian of the person record.)
-
getCommunication
- Returns:
communication(A language which may be used to communicate with the person about his or her health.)
-
setCommunication
- Returns:
- Returns a reference to
thisfor easy method chaining
-
hasCommunication
-
addCommunication
-
addCommunication
-
getCommunicationFirstRep
- Returns:
- The first repetition of repeating field
communication, creating it if it does not already exist {3}
-
getLink
- Returns:
link(Link to a resource that concerns the same actual person.)
-
setLink
- Returns:
- Returns a reference to
thisfor easy method chaining
-
hasLink
-
addLink
-
addLink
-
getLinkFirstRep
- Returns:
- The first repetition of repeating field
link, creating it if it does not already exist {3}
-
listChildren
- Overrides:
listChildrenin classDomainResource
-
getNamedProperty
public Property getNamedProperty(int _hash, String _name, boolean _checkValid) throws org.hl7.fhir.exceptions.FHIRException- Overrides:
getNamedPropertyin classDomainResource- Throws:
org.hl7.fhir.exceptions.FHIRException
-
getProperty
public Base[] getProperty(int hash, String name, boolean checkValid) throws org.hl7.fhir.exceptions.FHIRException- Overrides:
getPropertyin classDomainResource- Throws:
org.hl7.fhir.exceptions.FHIRException
-
setProperty
public Base setProperty(int hash, String name, Base value) throws org.hl7.fhir.exceptions.FHIRException- Overrides:
setPropertyin classDomainResource- Throws:
org.hl7.fhir.exceptions.FHIRException
-
setProperty
- Overrides:
setPropertyin classDomainResource- Throws:
org.hl7.fhir.exceptions.FHIRException
-
makeProperty
- Overrides:
makePropertyin classDomainResource- Throws:
org.hl7.fhir.exceptions.FHIRException
-
getTypesForProperty
public String[] getTypesForProperty(int hash, String name) throws org.hl7.fhir.exceptions.FHIRException- Overrides:
getTypesForPropertyin classDomainResource- Throws:
org.hl7.fhir.exceptions.FHIRException
-
addChild
- Overrides:
addChildin classDomainResource- Throws:
org.hl7.fhir.exceptions.FHIRException
-
fhirType
- Specified by:
fhirTypein interfaceorg.hl7.fhir.instance.model.api.IBase- Overrides:
fhirTypein classDomainResource
-
copy
- Specified by:
copyin classDomainResource
-
copyValues
-
typedCopy
-
equalsDeep
- Overrides:
equalsDeepin classDomainResource
-
equalsShallow
- Overrides:
equalsShallowin classDomainResource
-
isEmpty
- Specified by:
isEmptyin interfaceorg.hl7.fhir.instance.model.api.IBase- Overrides:
isEmptyin classDomainResource
-
getResourceType
- Specified by:
getResourceTypein classResource
-