
Uses of Class
org.hl7.fhir.r5.model.HumanName
Packages that use HumanName
Package
Description
-
Uses of HumanName in org.hl7.fhir.r5.extensions
Methods in org.hl7.fhir.r5.extensions that return HumanNameModifier and TypeMethodDescriptionstatic HumanName
Extensions.setAssemblyOrder
(HumanName context, String value) static HumanName
Extensions.setENRepresentation
(HumanName context, String value) static HumanName
static HumanName
Extensions.setHumanLanguage
(HumanName context, String value) Methods in org.hl7.fhir.r5.extensions with parameters of type HumanNameModifier and TypeMethodDescriptionstatic String
Extensions.getAssemblyOrder
(HumanName context) static String
Extensions.getENRepresentation
(HumanName context) static String
static String
Extensions.getHumanLanguage
(HumanName context) static HumanName
Extensions.setAssemblyOrder
(HumanName context, String value) static HumanName
Extensions.setENRepresentation
(HumanName context, String value) static HumanName
static HumanName
Extensions.setHumanLanguage
(HumanName context, String value) -
Uses of HumanName in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return HumanNameModifier and TypeMethodDescriptionprotected HumanName
JsonParser.parseHumanName
(com.google.gson.JsonObject json) protected HumanName
XmlParser.parseHumanName
(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type HumanNameModifier and TypeMethodDescriptionprotected void
JsonParser.composeHumanName
(String name, HumanName element) protected void
RdfParser.composeHumanName
(org.hl7.fhir.utilities.turtle.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.composeHumanNameProperties
(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.r5.model
Fields in org.hl7.fhir.r5.model declared as HumanNameModifier and TypeFieldDescriptionprotected HumanName
Patient.ContactComponent.name
A name associated with the contact person.Fields in org.hl7.fhir.r5.model with type parameters of type HumanNameModifier and TypeFieldDescriptionExtendedContactDetail.name
The name of an individual to contact, some types of contact detail are usually blank.Patient.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.Methods in org.hl7.fhir.r5.model that return HumanNameModifier and TypeMethodDescriptionExtendedContactDetail.addName()
Patient.addName()
Person.addName()
Practitioner.addName()
RelatedPerson.addName()
static HumanName
TypeConvertor.castToHumanName
(Base b) HumanName.copy()
ElementDefinition.getDefaultValueHumanName()
ElementDefinition.getFixedHumanName()
Patient.ContactComponent.getName()
ExtendedContactDetail.getNameFirstRep()
Patient.getNameFirstRep()
Person.getNameFirstRep()
Practitioner.getNameFirstRep()
RelatedPerson.getNameFirstRep()
ElementDefinition.getPatternHumanName()
ElementDefinition.ElementDefinitionExampleComponent.getValueHumanName()
Extension.getValueHumanName()
Parameters.ParametersParameterComponent.getValueHumanName()
Task.TaskInputComponent.getValueHumanName()
Task.TaskOutputComponent.getValueHumanName()
Transport.ParameterComponent.getValueHumanName()
Transport.TransportOutputComponent.getValueHumanName()
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()
Methods in org.hl7.fhir.r5.model that return types with arguments of type HumanNameModifier and TypeMethodDescriptionExtendedContactDetail.getName()
Patient.getName()
Person.getName()
Practitioner.getName()
RelatedPerson.getName()
Methods in org.hl7.fhir.r5.model with parameters of type HumanNameMethod parameters in org.hl7.fhir.r5.model with type arguments of type HumanNameModifier and TypeMethodDescription -
Uses of HumanName in org.hl7.fhir.r5.profilemodel
Methods in org.hl7.fhir.r5.profilemodel that return HumanName