Class HumanNameBuilder
java.lang.Object
de.gematik.bbriccs.fhir.de.builder.HumanNameBuilder
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.hl7.fhir.r4.model.HumanNamebuild()Builds the human name for the "new profiles" with additional extensionsorg.hl7.fhir.r4.model.HumanNameBuild the human name for the "old profiles" without any additional extensionsstatic HumanNameBuilderofficial()
-
Constructor Details
-
HumanNameBuilder
public HumanNameBuilder()
-
-
Method Details
-
official
-
given
-
family
-
prefix
-
buildSimple
public org.hl7.fhir.r4.model.HumanName buildSimple()Build the human name for the "old profiles" without any additional extensions- Returns:
- HumanName according to older profiles
-
build
public org.hl7.fhir.r4.model.HumanName build()Builds the human name for the "new profiles" with additional extensions- Returns:
- HumanName according to new profiles
-