Uses of Class
org.hl7.fhir.r4.model.BackboneType
-
Packages that use BackboneType Package Description org.hl7.fhir.r4.formats org.hl7.fhir.r4.model -
-
Uses of BackboneType in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats with parameters of type BackboneType Modifier and Type Method Description protected voidJsonParser. composeBackbone(BackboneType element)protected voidXmlParser. composeBackboneElementElements(BackboneType element)protected booleanXmlParser. parseBackboneElementContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, BackboneType res)protected voidJsonParser. parseBackboneElementProperties(com.google.gson.JsonObject json, BackboneType element) -
Uses of BackboneType in org.hl7.fhir.r4.model
Subclasses of BackboneType in org.hl7.fhir.r4.model Modifier and Type Class Description classDosageIndicates how the medication is/was taken or should be taken by the patient.classElementDefinitionCaptures constraints on each element within the resource, profile, or extension.classMarketingStatusThe 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.classPopulationA populatioof people with some set of grouping criteria.classProdCharacteristicThe 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.classProductShelfLifeThe shelf-life and storage information for a medicinal product item or container can be described using this class.classSubstanceAmountChemical substances are a single substance type whose primary defining element is the molecular structure.classTimingSpecifies an event that may occur multiple times.Methods in org.hl7.fhir.r4.model that return BackboneType Modifier and Type Method Description BackboneTypeBackboneType. addModifierExtension(Extension t)abstract BackboneTypeBackboneType. copy()BackboneTypeBackboneType. setModifierExtension(List<Extension> theModifierExtension)Methods in org.hl7.fhir.r4.model with parameters of type BackboneType Modifier and Type Method Description voidBackboneType. copyValues(BackboneType dst)
-