
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 voidJsonParser.composePractitionerQualificationComponent(String name, Practitioner.PractitionerQualificationComponent element) protected voidRdfParser.composePractitionerQualificationComponent(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, Practitioner.PractitionerQualificationComponent element, int index) protected voidXmlParser.composePractitionerQualificationComponent(String name, Practitioner.PractitionerQualificationComponent element) protected voidXmlParser.composePractitionerQualificationComponentElements(Practitioner.PractitionerQualificationComponent element) protected voidJsonParser.composePractitionerQualificationComponentProperties(Practitioner.PractitionerQualificationComponent element) protected booleanXmlParser.parsePractitionerQualificationComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Practitioner.PractitionerQualificationComponent res) protected voidJsonParser.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.qualificationThe 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) voidPractitioner.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)