| Package | Description |
|---|---|
| org.hl7.fhir.r4.formats | |
| org.hl7.fhir.r4.model | |
| org.hl7.fhir.r4.utils |
| Modifier and Type | Method and Description |
|---|---|
protected HumanName |
JsonParser.parseHumanName(com.google.gson.JsonObject json) |
protected HumanName |
XmlParser.parseHumanName(org.xmlpull.v1.XmlPullParser xpp) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
JsonParser.composeHumanName(String name,
HumanName element) |
protected void |
XmlParser.composeHumanName(String name,
HumanName element) |
protected void |
RdfParser.composeHumanName(Turtle.Complex parent,
String parentType,
String name,
HumanName element,
int index) |
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) |
| Modifier and Type | Field and Description |
|---|---|
protected HumanName |
InsurancePlan.InsurancePlanContactComponent.name
A name associated with the contact.
|
protected HumanName |
Patient.ContactComponent.name
A name associated with the contact person.
|
protected HumanName |
Organization.OrganizationContactComponent.name
A name associated with the contact.
|
| Modifier and Type | Field and Description |
|---|---|
protected List<HumanName> |
RelatedPerson.name
A name associated with the person.
|
protected List<HumanName> |
Practitioner.name
The name(s) associated with the practitioner.
|
protected List<HumanName> |
Person.name
A name associated with the person.
|
protected List<HumanName> |
Patient.name
A name associated with the individual.
|
| Modifier and Type | Method and Description |
|---|---|
List<HumanName> |
RelatedPerson.getName() |
List<HumanName> |
Practitioner.getName() |
List<HumanName> |
Person.getName() |
List<HumanName> |
Patient.getName() |
| Modifier and Type | Method and Description |
|---|---|
RelatedPerson |
RelatedPerson.addName(HumanName t) |
Practitioner |
Practitioner.addName(HumanName t) |
Person |
Person.addName(HumanName t) |
Patient |
Patient.addName(HumanName t) |
void |
HumanName.copyValues(HumanName dst) |
InsurancePlan.InsurancePlanContactComponent |
InsurancePlan.InsurancePlanContactComponent.setName(HumanName value) |
Patient.ContactComponent |
Patient.ContactComponent.setName(HumanName value) |
Organization.OrganizationContactComponent |
Organization.OrganizationContactComponent.setName(HumanName value) |
| Modifier and Type | Method and Description |
|---|---|
RelatedPerson |
RelatedPerson.setName(List<HumanName> theName) |
Practitioner |
Practitioner.setName(List<HumanName> theName) |
Person |
Person.setName(List<HumanName> theName) |
Patient |
Patient.setName(List<HumanName> theName) |
| Modifier and Type | Method and Description |
|---|---|
static String |
NarrativeGenerator.displayHumanName(HumanName name) |
Copyright © 2014–2021 Health Level 7. All rights reserved.