public static class Practitioner.PractitionerRole extends ca.uhn.fhir.model.api.BaseIdentifiableElement implements ca.uhn.fhir.model.api.IResourceBlock
Definition: The list of roles/organizations that the practitioner is associated with
| Constructor and Description |
|---|
PractitionerRole() |
| Modifier and Type | Method and Description |
|---|---|
ResourceReferenceDt |
addHealthcareService()
Adds and returns a new value for healthcareService ()
|
ResourceReferenceDt |
addLocation()
Adds and returns a new value for location (where)
|
CodeableConceptDt |
addSpecialty()
Adds and returns a new value for specialty ()
|
Practitioner.PractitionerRole |
addSpecialty(CodeableConceptDt theValue)
Adds a given new value for specialty ()
|
<T extends ca.uhn.fhir.model.api.IElement> |
getAllPopulatedChildElementsOfType(Class<T> theType) |
List<ResourceReferenceDt> |
getHealthcareService()
Gets the value(s) for healthcareService ().
|
List<ResourceReferenceDt> |
getLocation()
Gets the value(s) for location (where).
|
ResourceReferenceDt |
getManagingOrganization()
Gets the value(s) for managingOrganization ().
|
PeriodDt |
getPeriod()
Gets the value(s) for period (when.done).
|
CodeableConceptDt |
getRole()
Gets the value(s) for role ().
|
List<CodeableConceptDt> |
getSpecialty()
Gets the value(s) for specialty ().
|
CodeableConceptDt |
getSpecialtyFirstRep()
Gets the first repetition for specialty (),
creating it if it does not already exist.
|
boolean |
isEmpty() |
Practitioner.PractitionerRole |
setHealthcareService(List<ResourceReferenceDt> theValue)
Sets the value(s) for healthcareService ()
|
Practitioner.PractitionerRole |
setLocation(List<ResourceReferenceDt> theValue)
Sets the value(s) for location (where)
|
Practitioner.PractitionerRole |
setManagingOrganization(ResourceReferenceDt theValue)
Sets the value(s) for managingOrganization ()
|
Practitioner.PractitionerRole |
setPeriod(PeriodDt theValue)
Sets the value(s) for period (when.done)
|
Practitioner.PractitionerRole |
setRole(CodeableConceptDt theValue)
Sets the value(s) for role ()
|
Practitioner.PractitionerRole |
setSpecialty(List<CodeableConceptDt> theValue)
Sets the value(s) for specialty ()
|
getElementSpecificId, getId, setElementSpecificId, setId, setIdaddUndeclaredExtension, addUndeclaredExtension, addUndeclaredExtension, getAllUndeclaredExtensions, getFormatCommentsPost, getFormatCommentsPre, getUndeclaredExtensions, getUndeclaredExtensionsByUrl, getUndeclaredModifierExtensions, hasFormatComment, isBaseEmptyclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic PractitionerRole()
public boolean isEmpty()
isEmpty in interface org.hl7.fhir.instance.model.api.IBasepublic <T extends ca.uhn.fhir.model.api.IElement> List<T> getAllPopulatedChildElementsOfType(Class<T> theType)
getAllPopulatedChildElementsOfType in interface ca.uhn.fhir.model.api.ICompositeElementpublic ResourceReferenceDt getManagingOrganization()
null.
Definition: The organization where the Practitioner performs the roles associated
public Practitioner.PractitionerRole setManagingOrganization(ResourceReferenceDt theValue)
Definition: The organization where the Practitioner performs the roles associated
public CodeableConceptDt getRole()
null.
Definition: Roles which this practitioner is authorized to perform for the organization
public Practitioner.PractitionerRole setRole(CodeableConceptDt theValue)
Definition: Roles which this practitioner is authorized to perform for the organization
public List<CodeableConceptDt> getSpecialty()
null.
Definition: Specific specialty of the practitioner
public Practitioner.PractitionerRole setSpecialty(List<CodeableConceptDt> theValue)
Definition: Specific specialty of the practitioner
public CodeableConceptDt addSpecialty()
Definition: Specific specialty of the practitioner
public Practitioner.PractitionerRole addSpecialty(CodeableConceptDt theValue)
Definition: Specific specialty of the practitioner
theValue - The specialty to add (must not be null)public CodeableConceptDt getSpecialtyFirstRep()
Definition: Specific specialty of the practitioner
public PeriodDt getPeriod()
null.
Definition: The period during which the person is authorized to act as a practitioner in these role(s) for the organization
public Practitioner.PractitionerRole setPeriod(PeriodDt theValue)
Definition: The period during which the person is authorized to act as a practitioner in these role(s) for the organization
public List<ResourceReferenceDt> getLocation()
null.
Definition: The location(s) at which this practitioner provides care
public Practitioner.PractitionerRole setLocation(List<ResourceReferenceDt> theValue)
Definition: The location(s) at which this practitioner provides care
public ResourceReferenceDt addLocation()
Definition: The location(s) at which this practitioner provides care
public List<ResourceReferenceDt> getHealthcareService()
null.
Definition:
public Practitioner.PractitionerRole setHealthcareService(List<ResourceReferenceDt> theValue)
Definition:
public ResourceReferenceDt addHealthcareService()
Definition:
Copyright © 2014–2018 University Health Network. All rights reserved.