
Uses of Class
org.hl7.fhir.r5.model.Practitioner.PractitionerQualificationComponent
Packages that use Practitioner.PractitionerQualificationComponent
-
Uses of Practitioner.PractitionerQualificationComponent in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return Practitioner.PractitionerQualificationComponentModifier and TypeMethodDescriptionJsonParser.parsePractitionerQualificationComponent
(com.google.gson.JsonObject json) XmlParser.parsePractitionerQualificationComponent
(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type Practitioner.PractitionerQualificationComponentModifier and TypeMethodDescriptionprotected void
JsonParser.composePractitionerQualificationComponent
(String name, Practitioner.PractitionerQualificationComponent element) protected void
RdfParser.composePractitionerQualificationComponent
(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, Practitioner.PractitionerQualificationComponent element, int index) protected void
XmlParser.composePractitionerQualificationComponent
(String name, Practitioner.PractitionerQualificationComponent element) protected void
XmlParser.composePractitionerQualificationComponentElements
(Practitioner.PractitionerQualificationComponent element) protected void
JsonParser.composePractitionerQualificationComponentProperties
(Practitioner.PractitionerQualificationComponent element) protected boolean
XmlParser.parsePractitionerQualificationComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, Practitioner.PractitionerQualificationComponent res) protected void
JsonParser.parsePractitionerQualificationComponentProperties
(com.google.gson.JsonObject json, Practitioner.PractitionerQualificationComponent res) -
Uses of Practitioner.PractitionerQualificationComponent in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type Practitioner.PractitionerQualificationComponentModifier and TypeFieldDescriptionPractitioner.qualification
The official qualifications, certifications, accreditations, training, licenses (and other types of educations/skills/capabilities) that authorize or otherwise pertain to the provision of care by the practitioner.Methods in org.hl7.fhir.r5.model that return Practitioner.PractitionerQualificationComponentModifier and TypeMethodDescriptionPractitioner.PractitionerQualificationComponent.addIdentifier
(Identifier t) Practitioner.addQualification()
Practitioner.PractitionerQualificationComponent.copy()
Practitioner.getQualificationFirstRep()
Practitioner.PractitionerQualificationComponent.setCode
(CodeableConcept value) Practitioner.PractitionerQualificationComponent.setIdentifier
(List<Identifier> theIdentifier) Methods in org.hl7.fhir.r5.model that return types with arguments of type Practitioner.PractitionerQualificationComponentMethods in org.hl7.fhir.r5.model with parameters of type Practitioner.PractitionerQualificationComponentModifier and TypeMethodDescriptionPractitioner.addQualification
(Practitioner.PractitionerQualificationComponent t) void
Practitioner.PractitionerQualificationComponent.copyValues
(Practitioner.PractitionerQualificationComponent dst) Method parameters in org.hl7.fhir.r5.model with type arguments of type Practitioner.PractitionerQualificationComponentModifier and TypeMethodDescriptionPractitioner.setQualification
(List<Practitioner.PractitionerQualificationComponent> theQualification)