Class Practitioner
- java.lang.Object
-
- org.hl7.fhir.Resource
-
- org.hl7.fhir.DomainResource
-
- org.hl7.fhir.Practitioner
-
- All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.Equals2,org.jvnet.jaxb2_commons.lang.HashCode2,org.jvnet.jaxb2_commons.lang.ToString2
public class Practitioner extends DomainResource implements org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2
If the element is present, it must have either a @value, an @id, or extensionsJava class for Practitioner complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Practitioner"> <complexContent> <extension base="{http://hl7.org/fhir}DomainResource"> <sequence> <element name="identifier" type="{http://hl7.org/fhir}Identifier" maxOccurs="unbounded" minOccurs="0"/> <element name="active" type="{http://hl7.org/fhir}boolean" minOccurs="0"/> <element name="name" type="{http://hl7.org/fhir}HumanName" maxOccurs="unbounded" minOccurs="0"/> <element name="telecom" type="{http://hl7.org/fhir}ContactPoint" maxOccurs="unbounded" minOccurs="0"/> <element name="address" type="{http://hl7.org/fhir}Address" maxOccurs="unbounded" minOccurs="0"/> <element name="gender" type="{http://hl7.org/fhir}AdministrativeGender" minOccurs="0"/> <element name="birthDate" type="{http://hl7.org/fhir}date" minOccurs="0"/> <element name="photo" type="{http://hl7.org/fhir}Attachment" maxOccurs="unbounded" minOccurs="0"/> <element name="practitionerRole" type="{http://hl7.org/fhir}Practitioner.PractitionerRole" maxOccurs="unbounded" minOccurs="0"/> <element name="qualification" type="{http://hl7.org/fhir}Practitioner.Qualification" maxOccurs="unbounded" minOccurs="0"/> <element name="communication" type="{http://hl7.org/fhir}CodeableConcept" maxOccurs="unbounded" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected Booleanactiveprotected java.util.List<Address>addressprotected DatebirthDateprotected java.util.List<CodeableConcept>communicationprotected AdministrativeGendergenderprotected java.util.List<Identifier>identifierprotected java.util.List<HumanName>nameprotected java.util.List<Attachment>photoprotected java.util.List<PractitionerPractitionerRole>practitionerRoleprotected java.util.List<PractitionerQualification>qualificationprotected java.util.List<ContactPoint>telecom-
Fields inherited from class org.hl7.fhir.DomainResource
contained, extension, modifierExtension, text
-
Fields inherited from class org.hl7.fhir.Resource
id, implicitRules, language, meta
-
-
Constructor Summary
Constructors Constructor Description Practitioner()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringBuilderappend(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, java.lang.StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)java.lang.StringBuilderappendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, java.lang.StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)booleanequals(java.lang.Object object)booleanequals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, java.lang.Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)BooleangetActive()Gets the value of the active property.java.util.List<Address>getAddress()Gets the value of the address property.DategetBirthDate()Gets the value of the birthDate property.java.util.List<CodeableConcept>getCommunication()Gets the value of the communication property.AdministrativeGendergetGender()Gets the value of the gender property.java.util.List<Identifier>getIdentifier()Gets the value of the identifier property.java.util.List<HumanName>getName()Gets the value of the name property.java.util.List<Attachment>getPhoto()Gets the value of the photo property.java.util.List<PractitionerPractitionerRole>getPractitionerRole()Gets the value of the practitionerRole property.java.util.List<PractitionerQualification>getQualification()Gets the value of the qualification property.java.util.List<ContactPoint>getTelecom()Gets the value of the telecom property.inthashCode()inthashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)voidsetActive(Boolean value)Sets the value of the active property.voidsetBirthDate(Date value)Sets the value of the birthDate property.voidsetGender(AdministrativeGender value)Sets the value of the gender property.java.lang.StringtoString()PractitionerwithActive(Boolean value)PractitionerwithAddress(java.util.Collection<Address> values)PractitionerwithAddress(Address... values)PractitionerwithBirthDate(Date value)PractitionerwithCommunication(java.util.Collection<CodeableConcept> values)PractitionerwithCommunication(CodeableConcept... values)PractitionerwithContained(java.util.Collection<ResourceContainer> values)PractitionerwithContained(ResourceContainer... values)PractitionerwithExtension(java.util.Collection<Extension> values)PractitionerwithExtension(Extension... values)PractitionerwithGender(AdministrativeGender value)PractitionerwithId(Id value)PractitionerwithIdentifier(java.util.Collection<Identifier> values)PractitionerwithIdentifier(Identifier... values)PractitionerwithImplicitRules(Uri value)PractitionerwithLanguage(Code value)PractitionerwithMeta(Meta value)PractitionerwithModifierExtension(java.util.Collection<Extension> values)PractitionerwithModifierExtension(Extension... values)PractitionerwithName(java.util.Collection<HumanName> values)PractitionerwithName(HumanName... values)PractitionerwithPhoto(java.util.Collection<Attachment> values)PractitionerwithPhoto(Attachment... values)PractitionerwithPractitionerRole(java.util.Collection<PractitionerPractitionerRole> values)PractitionerwithPractitionerRole(PractitionerPractitionerRole... values)PractitionerwithQualification(java.util.Collection<PractitionerQualification> values)PractitionerwithQualification(PractitionerQualification... values)PractitionerwithTelecom(java.util.Collection<ContactPoint> values)PractitionerwithTelecom(ContactPoint... values)PractitionerwithText(Narrative value)-
Methods inherited from class org.hl7.fhir.DomainResource
getContained, getExtension, getModifierExtension, getText, setText
-
Methods inherited from class org.hl7.fhir.Resource
getId, getImplicitRules, getLanguage, getMeta, setId, setImplicitRules, setLanguage, setMeta
-
-
-
-
Field Detail
-
identifier
protected java.util.List<Identifier> identifier
-
active
protected Boolean active
-
name
protected java.util.List<HumanName> name
-
telecom
protected java.util.List<ContactPoint> telecom
-
address
protected java.util.List<Address> address
-
gender
protected AdministrativeGender gender
-
birthDate
protected Date birthDate
-
photo
protected java.util.List<Attachment> photo
-
practitionerRole
protected java.util.List<PractitionerPractitionerRole> practitionerRole
-
qualification
protected java.util.List<PractitionerQualification> qualification
-
communication
protected java.util.List<CodeableConcept> communication
-
-
Method Detail
-
getIdentifier
public java.util.List<Identifier> getIdentifier()
Gets the value of the identifier property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the identifier property.For example, to add a new item, do as follows:
getIdentifier().add(newItem);Objects of the following type(s) are allowed in the list
Identifier
-
getActive
public Boolean getActive()
Gets the value of the active property.- Returns:
- possible object is
Boolean
-
setActive
public void setActive(Boolean value)
Sets the value of the active property.- Parameters:
value- allowed object isBoolean
-
getName
public java.util.List<HumanName> getName()
Gets the value of the name property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the name property.For example, to add a new item, do as follows:
getName().add(newItem);Objects of the following type(s) are allowed in the list
HumanName
-
getTelecom
public java.util.List<ContactPoint> getTelecom()
Gets the value of the telecom property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the telecom property.For example, to add a new item, do as follows:
getTelecom().add(newItem);Objects of the following type(s) are allowed in the list
ContactPoint
-
getAddress
public java.util.List<Address> getAddress()
Gets the value of the address property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the address property.For example, to add a new item, do as follows:
getAddress().add(newItem);Objects of the following type(s) are allowed in the list
Address
-
getGender
public AdministrativeGender getGender()
Gets the value of the gender property.- Returns:
- possible object is
AdministrativeGender
-
setGender
public void setGender(AdministrativeGender value)
Sets the value of the gender property.- Parameters:
value- allowed object isAdministrativeGender
-
getBirthDate
public Date getBirthDate()
Gets the value of the birthDate property.- Returns:
- possible object is
Date
-
setBirthDate
public void setBirthDate(Date value)
Sets the value of the birthDate property.- Parameters:
value- allowed object isDate
-
getPhoto
public java.util.List<Attachment> getPhoto()
Gets the value of the photo property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the photo property.For example, to add a new item, do as follows:
getPhoto().add(newItem);Objects of the following type(s) are allowed in the list
Attachment
-
getPractitionerRole
public java.util.List<PractitionerPractitionerRole> getPractitionerRole()
Gets the value of the practitionerRole property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the practitionerRole property.For example, to add a new item, do as follows:
getPractitionerRole().add(newItem);Objects of the following type(s) are allowed in the list
PractitionerPractitionerRole
-
getQualification
public java.util.List<PractitionerQualification> getQualification()
Gets the value of the qualification property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the qualification property.For example, to add a new item, do as follows:
getQualification().add(newItem);Objects of the following type(s) are allowed in the list
PractitionerQualification
-
getCommunication
public java.util.List<CodeableConcept> getCommunication()
Gets the value of the communication property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the communication property.For example, to add a new item, do as follows:
getCommunication().add(newItem);Objects of the following type(s) are allowed in the list
CodeableConcept
-
withIdentifier
public Practitioner withIdentifier(Identifier... values)
-
withIdentifier
public Practitioner withIdentifier(java.util.Collection<Identifier> values)
-
withActive
public Practitioner withActive(Boolean value)
-
withName
public Practitioner withName(HumanName... values)
-
withName
public Practitioner withName(java.util.Collection<HumanName> values)
-
withTelecom
public Practitioner withTelecom(ContactPoint... values)
-
withTelecom
public Practitioner withTelecom(java.util.Collection<ContactPoint> values)
-
withAddress
public Practitioner withAddress(Address... values)
-
withAddress
public Practitioner withAddress(java.util.Collection<Address> values)
-
withGender
public Practitioner withGender(AdministrativeGender value)
-
withBirthDate
public Practitioner withBirthDate(Date value)
-
withPhoto
public Practitioner withPhoto(Attachment... values)
-
withPhoto
public Practitioner withPhoto(java.util.Collection<Attachment> values)
-
withPractitionerRole
public Practitioner withPractitionerRole(PractitionerPractitionerRole... values)
-
withPractitionerRole
public Practitioner withPractitionerRole(java.util.Collection<PractitionerPractitionerRole> values)
-
withQualification
public Practitioner withQualification(PractitionerQualification... values)
-
withQualification
public Practitioner withQualification(java.util.Collection<PractitionerQualification> values)
-
withCommunication
public Practitioner withCommunication(CodeableConcept... values)
-
withCommunication
public Practitioner withCommunication(java.util.Collection<CodeableConcept> values)
-
withText
public Practitioner withText(Narrative value)
- Overrides:
withTextin classDomainResource
-
withContained
public Practitioner withContained(ResourceContainer... values)
- Overrides:
withContainedin classDomainResource
-
withContained
public Practitioner withContained(java.util.Collection<ResourceContainer> values)
- Overrides:
withContainedin classDomainResource
-
withExtension
public Practitioner withExtension(Extension... values)
- Overrides:
withExtensionin classDomainResource
-
withExtension
public Practitioner withExtension(java.util.Collection<Extension> values)
- Overrides:
withExtensionin classDomainResource
-
withModifierExtension
public Practitioner withModifierExtension(Extension... values)
- Overrides:
withModifierExtensionin classDomainResource
-
withModifierExtension
public Practitioner withModifierExtension(java.util.Collection<Extension> values)
- Overrides:
withModifierExtensionin classDomainResource
-
withId
public Practitioner withId(Id value)
- Overrides:
withIdin classDomainResource
-
withMeta
public Practitioner withMeta(Meta value)
- Overrides:
withMetain classDomainResource
-
withImplicitRules
public Practitioner withImplicitRules(Uri value)
- Overrides:
withImplicitRulesin classDomainResource
-
withLanguage
public Practitioner withLanguage(Code value)
- Overrides:
withLanguagein classDomainResource
-
equals
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, java.lang.Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)- Specified by:
equalsin interfaceorg.jvnet.jaxb2_commons.lang.Equals2- Overrides:
equalsin classDomainResource
-
equals
public boolean equals(java.lang.Object object)
- Overrides:
equalsin classDomainResource
-
hashCode
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)- Specified by:
hashCodein interfaceorg.jvnet.jaxb2_commons.lang.HashCode2- Overrides:
hashCodein classDomainResource
-
hashCode
public int hashCode()
- Overrides:
hashCodein classDomainResource
-
toString
public java.lang.String toString()
- Overrides:
toStringin classDomainResource
-
append
public java.lang.StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, java.lang.StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)- Specified by:
appendin interfaceorg.jvnet.jaxb2_commons.lang.ToString2- Overrides:
appendin classDomainResource
-
appendFields
public java.lang.StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, java.lang.StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)- Specified by:
appendFieldsin interfaceorg.jvnet.jaxb2_commons.lang.ToString2- Overrides:
appendFieldsin classDomainResource
-
-