Class PractitionerRole
- All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.Equals2,org.jvnet.jaxb2_commons.lang.HashCode2,org.jvnet.jaxb2_commons.lang.ToString2
Java class for PractitionerRole complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PractitionerRole">
<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="practitioner" type="{http://hl7.org/fhir}Reference" minOccurs="0"/>
<element name="organization" type="{http://hl7.org/fhir}Reference" minOccurs="0"/>
<element name="role" type="{http://hl7.org/fhir}CodeableConcept" maxOccurs="unbounded" minOccurs="0"/>
<element name="specialty" type="{http://hl7.org/fhir}CodeableConcept" maxOccurs="unbounded" 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"/>
<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="availableTime" type="{http://hl7.org/fhir}PractitionerRole.AvailableTime" maxOccurs="unbounded" minOccurs="0"/>
<element name="notAvailable" type="{http://hl7.org/fhir}PractitionerRole.NotAvailable" maxOccurs="unbounded" minOccurs="0"/>
<element name="availabilityExceptions" type="{http://hl7.org/fhir}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Booleanprotected Stringprotected List<PractitionerRoleAvailableTime> protected List<Identifier> protected List<PractitionerRoleNotAvailable> protected Referenceprotected Periodprotected Referenceprotected List<CodeableConcept> protected List<CodeableConcept> protected List<ContactPoint> Fields inherited from class org.hl7.fhir.DomainResource
contained, extension, modifierExtension, textFields inherited from class org.hl7.fhir.Resource
id, implicitRules, language, meta -
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 active property.Gets the value of the availabilityExceptions property.Gets the value of the availableTime property.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 notAvailable property.Gets the value of the organization property.Gets the value of the period property.Gets the value of the practitioner 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) voidSets the value of the active property.voidsetAvailabilityExceptions(String value) Sets the value of the availabilityExceptions property.voidvoidsetHealthcareService(List<Reference> value) voidsetIdentifier(List<Identifier> value) voidsetLocation(List<Reference> value) voidvoidsetOrganization(Reference value) Sets the value of the organization property.voidSets the value of the period property.voidsetPractitioner(Reference value) Sets the value of the practitioner property.voidsetRole(List<CodeableConcept> value) voidsetSpecialty(List<CodeableConcept> value) voidsetTelecom(List<ContactPoint> value) toString()withActive(Boolean value) withAvailabilityExceptions(String value) withAvailableTime(PractitionerRoleAvailableTime... values) withContained(Collection<ResourceContainer> values) withContained(ResourceContainer... values) withExtension(Collection<Extension> values) withExtension(Extension... values) withHealthcareService(Collection<Reference> values) withHealthcareService(Reference... values) withIdentifier(Collection<Identifier> values) withIdentifier(Identifier... values) withImplicitRules(Uri value) withLanguage(Code value) withLocation(Collection<Reference> values) withLocation(Reference... values) withModifierExtension(Collection<Extension> values) withModifierExtension(Extension... values) withNotAvailable(PractitionerRoleNotAvailable... values) withOrganization(Reference value) withPeriod(Period value) withPractitioner(Reference value) withRole(Collection<CodeableConcept> values) withRole(CodeableConcept... values) withSpecialty(Collection<CodeableConcept> values) withSpecialty(CodeableConcept... values) withTelecom(Collection<ContactPoint> values) withTelecom(ContactPoint... values) Methods inherited from class org.hl7.fhir.DomainResource
getContained, getExtension, getModifierExtension, getText, setContained, setExtension, setModifierExtension, setTextMethods inherited from class org.hl7.fhir.Resource
getId, getImplicitRules, getLanguage, getMeta, setId, setImplicitRules, setLanguage, setMeta
-
Field Details
-
identifier
-
active
-
practitioner
-
organization
-
role
-
specialty
-
location
-
healthcareService
-
telecom
-
period
-
availableTime
-
notAvailable
-
availabilityExceptions
-
-
Constructor Details
-
PractitionerRole
public PractitionerRole()
-
-
Method Details
-
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 -
getActive
Gets the value of the active property.- Returns:
- possible object is
Boolean
-
setActive
Sets the value of the active property.- Parameters:
value- allowed object isBoolean
-
getPractitioner
Gets the value of the practitioner property.- Returns:
- possible object is
Reference
-
setPractitioner
Sets the value of the practitioner property.- Parameters:
value- allowed object isReference
-
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.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 role property.For example, to add a new item, do as follows:
getRole().add(newItem);Objects of the following type(s) are allowed in the list
CodeableConcept -
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 -
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 -
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
-
getAvailableTime
Gets the value of the availableTime 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 availableTime property.For example, to add a new item, do as follows:
getAvailableTime().add(newItem);Objects of the following type(s) are allowed in the list
PractitionerRoleAvailableTime -
getNotAvailable
Gets the value of the notAvailable 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 notAvailable property.For example, to add a new item, do as follows:
getNotAvailable().add(newItem);Objects of the following type(s) are allowed in the list
PractitionerRoleNotAvailable -
getAvailabilityExceptions
Gets the value of the availabilityExceptions property.- Returns:
- possible object is
String
-
setAvailabilityExceptions
Sets the value of the availabilityExceptions property.- Parameters:
value- allowed object isString
-
withIdentifier
-
withIdentifier
-
withActive
-
withPractitioner
-
withOrganization
-
withRole
-
withRole
-
withSpecialty
-
withSpecialty
-
withLocation
-
withLocation
-
withHealthcareService
-
withHealthcareService
-
withTelecom
-
withTelecom
-
withPeriod
-
withAvailableTime
-
withAvailableTime
-
withNotAvailable
-
withNotAvailable
-
withAvailabilityExceptions
-
withText
- Overrides:
withTextin classDomainResource
-
withContained
- Overrides:
withContainedin classDomainResource
-
withContained
- Overrides:
withContainedin classDomainResource
-
withExtension
- Overrides:
withExtensionin classDomainResource
-
withExtension
- Overrides:
withExtensionin classDomainResource
-
withModifierExtension
- Overrides:
withModifierExtensionin classDomainResource
-
withModifierExtension
- Overrides:
withModifierExtensionin classDomainResource
-
withId
- Overrides:
withIdin classDomainResource
-
withMeta
- Overrides:
withMetain classDomainResource
-
withImplicitRules
- Overrides:
withImplicitRulesin classDomainResource
-
withLanguage
- Overrides:
withLanguagein classDomainResource
-
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 classDomainResource
-
equals
- 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
- Overrides:
toStringin classDomainResource
-
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 classDomainResource
-
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 classDomainResource
-
setIdentifier
-
setRole
-
setSpecialty
-
setLocation
-
setHealthcareService
-
setTelecom
-
setAvailableTime
-
setNotAvailable
-