![](/hapi-fhir/images/logos/raccoon-forwards.png)
Uses of Class
org.hl7.fhir.r4.model.Practitioner
Packages that use Practitioner
-
Uses of Practitioner in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return PractitionerModifier and TypeMethodDescriptionprotected Practitioner
JsonParser.parsePractitioner
(com.google.gson.JsonObject json) protected Practitioner
XmlParser.parsePractitioner
(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r4.formats with parameters of type PractitionerModifier and TypeMethodDescriptionprotected void
JsonParser.composePractitioner
(String name, Practitioner element) protected void
RdfParser.composePractitioner
(Turtle.Complex parent, String parentType, String name, Practitioner element, int index) protected void
XmlParser.composePractitioner
(String name, Practitioner element) protected void
XmlParser.composePractitionerElements
(Practitioner element) protected void
JsonParser.composePractitionerInner
(Practitioner element) protected boolean
XmlParser.parsePractitionerContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, Practitioner res) JsonParser.parsePractitionerPractitionerQualificationComponent
(com.google.gson.JsonObject json, Practitioner owner) XmlParser.parsePractitionerPractitionerQualificationComponent
(org.xmlpull.v1.XmlPullParser xpp, Practitioner owner) protected boolean
XmlParser.parsePractitionerPractitionerQualificationComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, Practitioner owner, Practitioner.PractitionerQualificationComponent res) protected void
JsonParser.parsePractitionerPractitionerQualificationComponentProperties
(com.google.gson.JsonObject json, Practitioner owner, Practitioner.PractitionerQualificationComponent res) protected void
JsonParser.parsePractitionerProperties
(com.google.gson.JsonObject json, Practitioner res) -
Uses of Practitioner in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model declared as PractitionerModifier and TypeFieldDescriptionprotected Practitioner
PractitionerRole.practitionerTarget
The actual object that is the target of the reference (Practitioner that is able to provide the defined services for the organization.)Methods in org.hl7.fhir.r4.model that return PractitionerModifier and TypeMethodDescriptionPractitioner.addAddress
(Address t) Practitioner.addCommunication
(CodeableConcept t) Practitioner.addIdentifier
(Identifier t) Practitioner.addPhoto
(Attachment t) Practitioner.addQualification
(Practitioner.PractitionerQualificationComponent t) Practitioner.addTelecom
(ContactPoint t) Practitioner.copy()
PractitionerRole.getPractitionerTarget()
Practitioner.setActive
(boolean value) Practitioner.setActiveElement
(BooleanType value) Practitioner.setAddress
(List<Address> theAddress) Practitioner.setBirthDate
(Date value) Practitioner.setBirthDateElement
(DateType value) Practitioner.setCommunication
(List<CodeableConcept> theCommunication) Practitioner.setGender
(Enumerations.AdministrativeGender value) Practitioner.setGenderElement
(Enumeration<Enumerations.AdministrativeGender> value) Practitioner.setIdentifier
(List<Identifier> theIdentifier) Practitioner.setPhoto
(List<Attachment> thePhoto) Practitioner.setQualification
(List<Practitioner.PractitionerQualificationComponent> theQualification) Practitioner.setTelecom
(List<ContactPoint> theTelecom) protected Practitioner
Practitioner.typedCopy()
Methods in org.hl7.fhir.r4.model with parameters of type PractitionerModifier and TypeMethodDescriptionvoid
Practitioner.copyValues
(Practitioner dst) PractitionerRole.setPractitionerTarget
(Practitioner value)