Uses of Class
org.hl7.fhir.r4.model.Practitioner
-
Packages that use Practitioner Package Description org.hl7.fhir.r4.formats org.hl7.fhir.r4.model -
-
Uses of Practitioner in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return Practitioner Modifier and Type Method Description protected PractitionerJsonParser. parsePractitioner(com.google.gson.JsonObject json)protected PractitionerXmlParser. parsePractitioner(org.xmlpull.v1.XmlPullParser xpp) -
Uses of Practitioner in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model declared as Practitioner Modifier and Type Field Description protected PractitionerPractitionerRole. practitionerTargetThe 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 with parameters of type Practitioner Modifier and Type Method Description voidPractitioner. copyValues(Practitioner dst)PractitionerRolePractitionerRole. setPractitionerTarget(Practitioner value)
-