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 HumanNameExtensions.setAssemblyOrder(HumanName context, String value) static HumanNameExtensions.setENRepresentation(HumanName context, String value) static HumanNamestatic HumanNameExtensions.setHumanLanguage(HumanName context, String value) Methods in org.hl7.fhir.r5.extensions with parameters of type HumanNameModifier and TypeMethodDescriptionstatic StringExtensions.getAssemblyOrder(HumanName context) static StringExtensions.getENRepresentation(HumanName context) static Stringstatic StringExtensions.getHumanLanguage(HumanName context) static HumanNameExtensions.setAssemblyOrder(HumanName context, String value) static HumanNameExtensions.setENRepresentation(HumanName context, String value) static HumanNamestatic HumanNameExtensions.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 HumanNameJsonParser.parseHumanName(com.google.gson.JsonObject json) protected HumanNameXmlParser.parseHumanName(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type HumanNameModifier and TypeMethodDescriptionprotected voidJsonParser.composeHumanName(String name, HumanName element) protected voidRdfParser.composeHumanName(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, HumanName element, int index) protected voidXmlParser.composeHumanName(String name, HumanName element) protected voidXmlParser.composeHumanNameElements(HumanName element) protected voidJsonParser.composeHumanNameProperties(HumanName element) protected booleanXmlParser.parseHumanNameContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, HumanName res) protected voidJsonParser.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 HumanNamePatient.ContactComponent.nameA name associated with the contact person.Fields in org.hl7.fhir.r5.model with type parameters of type HumanNameModifier and TypeFieldDescriptionExtendedContactDetail.nameThe name of an individual to contact, some types of contact detail are usually blank.Patient.nameA name associated with the individual.Person.nameA name associated with the person.Practitioner.nameThe name(s) associated with the practitioner.RelatedPerson.nameA 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 HumanNameTypeConvertor.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 HumanNameHumanName.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