
Uses of Class
org.hl7.fhir.r5.model.BackboneType
Packages that use BackboneType
-
Uses of BackboneType in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats with parameters of type BackboneTypeModifier and TypeMethodDescriptionprotected void
RdfParser.composeBackboneType
(org.hl7.fhir.utilities.turtle.Turtle.Complex t, String parentType, String name, BackboneType element, int index) protected void
XmlParser.composeBackboneTypeElements
(BackboneType element) protected void
JsonParser.composeBackboneTypeProperties
(BackboneType element) protected boolean
XmlParser.parseBackboneTypeContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, BackboneType res) protected void
JsonParser.parseBackboneTypeProperties
(com.google.gson.JsonObject json, BackboneType res) -
Uses of BackboneType in org.hl7.fhir.r5.model
Subclasses of BackboneType in org.hl7.fhir.r5.modelModifier and TypeClassDescriptionclass
Dosage Type: Indicates how the medication is/was taken or should be taken by the patient.class
ElementDefinition Type: Captures constraints on each element within the resource, profile, or extension.class
MarketingStatus Type: The marketing status describes the date when a medicinal product is actually put on the market or the date as of which it is no longer available.class
Base StructureDefinition for OrderedDistribution Type: An ordered list (distribution) of statistics.class
Base StructureDefinition for ProdCharacteristic Type: The marketing status describes the date when a medicinal product is actually put on the market or the date as of which it is no longer available.class
ProductShelfLife Type: The shelf-life and storage information for a medicinal product item or container can be described using this class.class
Base StructureDefinition for Statistic Type: A fact or piece of data from a study of a large quantity of numerical data.class
Base StructureDefinition for SubstanceAmount Type: Chemical substances are a single substance type whose primary defining element is the molecular structure.class
Timing Type: Specifies an event that may occur multiple times.Methods in org.hl7.fhir.r5.model that return BackboneTypeModifier and TypeMethodDescriptionBackboneType.addModifierExtension
(Extension t) abstract BackboneType
BackboneType.copy()
BackboneType.setModifierExtension
(List<Extension> theModifierExtension) Methods in org.hl7.fhir.r5.model with parameters of type BackboneType -
Uses of BackboneType in org.hl7.fhir.r5.renderers
Methods in org.hl7.fhir.r5.renderers with parameters of type BackboneTypeModifier and TypeMethodDescriptionboolean
DataRenderer.hasRenderableExtensions
(BackboneType element)