Uses of Class
org.hl7.fhir.r5.model.Practitioner.PractitionerQualificationComponent
-
Uses of Practitioner.PractitionerQualificationComponent in org.hl7.fhir.r5.formats
Modifier and TypeMethodDescriptionJsonParser.parsePractitionerQualificationComponent
(com.google.gson.JsonObject json) XmlParser.parsePractitionerQualificationComponent
(org.xmlpull.v1.XmlPullParser xpp) Modifier 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
Modifier 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.Modifier and TypeMethodDescriptionPractitioner.PractitionerQualificationComponent.addIdentifier
(Identifier t) Practitioner.addQualification()
Practitioner.PractitionerQualificationComponent.copy()
Practitioner.getQualificationFirstRep()
Practitioner.PractitionerQualificationComponent.setCode
(CodeableConcept value) Practitioner.PractitionerQualificationComponent.setIdentifier
(List<Identifier> theIdentifier) Modifier and TypeMethodDescriptionPractitioner.addQualification
(Practitioner.PractitionerQualificationComponent t) void
Practitioner.PractitionerQualificationComponent.copyValues
(Practitioner.PractitionerQualificationComponent dst) Modifier and TypeMethodDescriptionPractitioner.setQualification
(List<Practitioner.PractitionerQualificationComponent> theQualification)