Uses of Class
org.hl7.fhir.r4.model.PractitionerRole
-
Packages that use PractitionerRole Package Description org.hl7.fhir.r4.formats org.hl7.fhir.r4.model -
-
Uses of PractitionerRole in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return PractitionerRole Modifier and Type Method Description protected PractitionerRoleJsonParser. parsePractitionerRole(com.google.gson.JsonObject json)protected PractitionerRoleXmlParser. parsePractitionerRole(org.xmlpull.v1.XmlPullParser xpp) -
Uses of PractitionerRole in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model declared as PractitionerRole Modifier and Type Field Description protected PractitionerRolePaymentReconciliation.DetailsComponent. responsibleTargetThe actual object that is the target of the reference (A reference to the individual who is responsible for inquiries regarding the response and its payment.)Methods in org.hl7.fhir.r4.model with parameters of type PractitionerRole Modifier and Type Method Description voidPractitionerRole. copyValues(PractitionerRole dst)PaymentReconciliation.DetailsComponentPaymentReconciliation.DetailsComponent. setResponsibleTarget(PractitionerRole value)
-