Uses of Class
org.hl7.fhir.r4.model.HumanName
Package
Description
-
Uses of HumanName in org.hl7.fhir.r4.formats
Modifier and TypeMethodDescriptionprotected HumanName
JsonParser.parseHumanName
(com.google.gson.JsonObject json) protected HumanName
XmlParser.parseHumanName
(org.xmlpull.v1.XmlPullParser xpp) Modifier and TypeMethodDescriptionprotected void
JsonParser.composeHumanName
(String name, HumanName element) protected void
RdfParser.composeHumanName
(Turtle.Complex parent, String parentType, String name, HumanName element, int index) protected void
XmlParser.composeHumanName
(String name, HumanName element) protected void
XmlParser.composeHumanNameElements
(HumanName element) protected void
JsonParser.composeHumanNameInner
(HumanName element) protected boolean
XmlParser.parseHumanNameContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, HumanName res) protected void
JsonParser.parseHumanNameProperties
(com.google.gson.JsonObject json, HumanName res) -
Uses of HumanName in org.hl7.fhir.r4.model
Modifier and TypeFieldDescriptionprotected HumanName
InsurancePlan.InsurancePlanContactComponent.name
A name associated with the contact.protected HumanName
Organization.OrganizationContactComponent.name
A name associated with the contact.protected HumanName
Patient.ContactComponent.name
A name associated with the contact person.Modifier and TypeFieldDescriptionPatient.name
A name associated with the individual.Person.name
A name associated with the person.Practitioner.name
The name(s) associated with the practitioner.RelatedPerson.name
A name associated with the person.Modifier and TypeMethodDescriptionPatient.addName()
Person.addName()
Practitioner.addName()
RelatedPerson.addName()
Base.castToHumanName
(Base b) HumanName.copy()
InsurancePlan.InsurancePlanContactComponent.getName()
Organization.OrganizationContactComponent.getName()
Patient.ContactComponent.getName()
Patient.getNameFirstRep()
Person.getNameFirstRep()
Practitioner.getNameFirstRep()
RelatedPerson.getNameFirstRep()
HumanName.setFamilyElement
(StringType value) HumanName.setGiven
(List<StringType> theGiven) HumanName.setPrefix
(List<StringType> thePrefix) HumanName.setSuffix
(List<StringType> theSuffix) HumanName.setTextElement
(StringType value) HumanName.setUse
(HumanName.NameUse value) HumanName.setUseElement
(Enumeration<HumanName.NameUse> value) protected HumanName
HumanName.typedCopy()
Modifier and TypeMethodDescriptionPatient.getName()
Person.getName()
Practitioner.getName()
RelatedPerson.getName()
-
Uses of HumanName in org.hl7.fhir.r4.profilemodel
-
Uses of HumanName in org.hl7.fhir.r4.utils
Modifier and TypeMethodDescriptionstatic String
NarrativeGenerator.displayHumanName
(HumanName name)