Uses of Class
com.ibm.fhir.model.type.Narrative.Builder
-
Packages that use Narrative.Builder Package Description com.ibm.fhir.model.type -
-
Uses of Narrative.Builder in com.ibm.fhir.model.type
Methods in com.ibm.fhir.model.type that return Narrative.Builder Modifier and Type Method Description static Narrative.BuilderNarrative. builder()Narrative.BuilderNarrative.Builder. div(Xhtml div)The actual narrative content, a stripped down version of XHTML.Narrative.BuilderNarrative.Builder. extension(Extension... extension)May be used to represent additional information that is not part of the basic definition of the element.Narrative.BuilderNarrative.Builder. extension(Collection<Extension> extension)May be used to represent additional information that is not part of the basic definition of the element.protected Narrative.BuilderNarrative.Builder. from(Narrative narrative)Narrative.BuilderNarrative.Builder. id(String id)Unique id for the element within a resource (for internal references).Narrative.BuilderNarrative.Builder. status(NarrativeStatus status)The status of the narrative - whether it's entirely generated (from just the defined data or the extensions too), or whether a human authored it and it may contain additional data.Narrative.BuilderNarrative. toBuilder()
-