Class PractitionerPractitionerRole
- All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.Equals2,org.jvnet.jaxb2_commons.lang.HashCode2,org.jvnet.jaxb2_commons.lang.ToString2
Java class for Practitioner.PractitionerRole complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Practitioner.PractitionerRole">
<complexContent>
<extension base="{http://hl7.org/fhir}BackboneElement">
<sequence>
<element name="organization" type="{http://hl7.org/fhir}Reference" minOccurs="0"/>
<element name="role" type="{http://hl7.org/fhir}CodeableConcept" minOccurs="0"/>
<element name="specialty" type="{http://hl7.org/fhir}CodeableConcept" maxOccurs="unbounded" minOccurs="0"/>
<element name="identifier" type="{http://hl7.org/fhir}Identifier" maxOccurs="unbounded" minOccurs="0"/>
<element name="telecom" type="{http://hl7.org/fhir}ContactPoint" maxOccurs="unbounded" minOccurs="0"/>
<element name="period" type="{http://hl7.org/fhir}Period" minOccurs="0"/>
<element name="location" type="{http://hl7.org/fhir}Reference" maxOccurs="unbounded" minOccurs="0"/>
<element name="healthcareService" type="{http://hl7.org/fhir}Reference" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected List<Identifier> protected Referenceprotected Periodprotected CodeableConceptprotected List<CodeableConcept> protected List<ContactPoint> Fields inherited from class org.hl7.fhir.BackboneElement
modifierExtension -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionappend(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) booleanbooleanequals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy) Gets the value of the healthcareService property.Gets the value of the identifier property.Gets the value of the location property.Gets the value of the organization property.Gets the value of the period property.getRole()Gets the value of the role property.Gets the value of the specialty property.Gets the value of the telecom property.inthashCode()inthashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) voidsetHealthcareService(List<Reference> value) voidsetIdentifier(List<Identifier> value) voidsetLocation(List<Reference> value) voidsetOrganization(Reference value) Sets the value of the organization property.voidSets the value of the period property.voidsetRole(CodeableConcept value) Sets the value of the role property.voidsetSpecialty(List<CodeableConcept> value) voidsetTelecom(List<ContactPoint> value) toString()withExtension(Collection<Extension> values) withExtension(Extension... values) withHealthcareService(Collection<Reference> values) withHealthcareService(Reference... values) withIdentifier(Collection<Identifier> values) withIdentifier(Identifier... values) withLocation(Collection<Reference> values) withLocation(Reference... values) withModifierExtension(Collection<Extension> values) withModifierExtension(Extension... values) withOrganization(Reference value) withPeriod(Period value) withRole(CodeableConcept value) withSpecialty(Collection<CodeableConcept> values) withSpecialty(CodeableConcept... values) withTelecom(Collection<ContactPoint> values) withTelecom(ContactPoint... values) Methods inherited from class org.hl7.fhir.BackboneElement
getModifierExtension, setModifierExtensionMethods inherited from class org.hl7.fhir.Element
getExtension, getId, setExtension, setId
-
Field Details
-
organization
-
role
-
specialty
-
identifier
-
telecom
-
period
-
location
-
healthcareService
-
-
Constructor Details
-
PractitionerPractitionerRole
public PractitionerPractitionerRole()
-
-
Method Details
-
getOrganization
Gets the value of the organization property.- Returns:
- possible object is
Reference
-
setOrganization
Sets the value of the organization property.- Parameters:
value- allowed object isReference
-
getRole
Gets the value of the role property.- Returns:
- possible object is
CodeableConcept
-
setRole
Sets the value of the role property.- Parameters:
value- allowed object isCodeableConcept
-
getSpecialty
Gets the value of the specialty 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 Jakarta XML Binding object. This is why there is not a
setmethod for the specialty property.For example, to add a new item, do as follows:
getSpecialty().add(newItem);Objects of the following type(s) are allowed in the list
CodeableConcept -
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 Jakarta XML Binding 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 -
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 Jakarta XML Binding 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 -
getPeriod
Gets the value of the period property.- Returns:
- possible object is
Period
-
setPeriod
Sets the value of the period property.- Parameters:
value- allowed object isPeriod
-
getLocation
Gets the value of the location 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 Jakarta XML Binding object. This is why there is not a
setmethod for the location property.For example, to add a new item, do as follows:
getLocation().add(newItem);Objects of the following type(s) are allowed in the list
Reference -
getHealthcareService
Gets the value of the healthcareService 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 Jakarta XML Binding object. This is why there is not a
setmethod for the healthcareService property.For example, to add a new item, do as follows:
getHealthcareService().add(newItem);Objects of the following type(s) are allowed in the list
Reference -
withOrganization
-
withRole
-
withSpecialty
-
withSpecialty
-
withIdentifier
-
withIdentifier
-
withTelecom
-
withTelecom
-
withPeriod
-
withLocation
-
withLocation
-
withHealthcareService
-
withHealthcareService
-
withModifierExtension
- Overrides:
withModifierExtensionin classBackboneElement
-
withModifierExtension
- Overrides:
withModifierExtensionin classBackboneElement
-
withExtension
- Overrides:
withExtensionin classBackboneElement
-
withExtension
- Overrides:
withExtensionin classBackboneElement
-
withId
- Overrides:
withIdin classBackboneElement
-
equals
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy) - Specified by:
equalsin interfaceorg.jvnet.jaxb2_commons.lang.Equals2- Overrides:
equalsin classBackboneElement
-
equals
- Overrides:
equalsin classBackboneElement
-
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 classBackboneElement
-
hashCode
public int hashCode()- Overrides:
hashCodein classBackboneElement
-
toString
- Overrides:
toStringin classBackboneElement
-
append
public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) - Specified by:
appendin interfaceorg.jvnet.jaxb2_commons.lang.ToString2- Overrides:
appendin classBackboneElement
-
appendFields
public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) - Specified by:
appendFieldsin interfaceorg.jvnet.jaxb2_commons.lang.ToString2- Overrides:
appendFieldsin classBackboneElement
-
setSpecialty
-
setIdentifier
-
setTelecom
-
setLocation
-
setHealthcareService
-