Uses of Class
org.hl7.fhir.r4.model.Practitioner
-
Uses of Practitioner in org.hl7.fhir.r4.formats
Modifier and TypeMethodDescriptionprotected Practitioner
JsonParser.parsePractitioner
(com.google.gson.JsonObject json) protected Practitioner
XmlParser.parsePractitioner
(org.xmlpull.v1.XmlPullParser xpp) Modifier 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
Modifier 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.)Modifier 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()
Modifier and TypeMethodDescriptionvoid
Practitioner.copyValues
(Practitioner dst) PractitionerRole.setPractitionerTarget
(Practitioner value)