Uses of Class
org.hl7.fhir.r5.model.DataType
Packages that use DataType
Package
Description
-
Uses of DataType in org.hl7.fhir.r5.elementmodel
Methods in org.hl7.fhir.r5.elementmodel that return DataTypeModifier and TypeMethodDescriptionElement.asType()ObjectConverter.convertToType(Element element) Methods in org.hl7.fhir.r5.elementmodel with parameters of type DataType -
Uses of DataType in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return DataTypeModifier and TypeMethodDescriptionIParser.parseAnyType(InputStream input, String knownType) protected DataTypeJsonParser.parseAnyType(com.google.gson.JsonObject json, String type) protected abstract DataTypeJsonParserBase.parseAnyType(com.google.gson.JsonObject json, String type) JsonParserBase.parseAnyType(InputStream input, String type) ParserBase.parseAnyType(byte[] bytes, String typeName) ParserBase.parseAnyType(String input, String typeName) RdfParserBase.parseAnyType(InputStream input, String knownType) protected DataTypeXmlParser.parseAnyType(org.xmlpull.v1.XmlPullParser xpp, String type) XmlParserBase.parseAnyType(InputStream input, String knownType) protected abstract DataTypeXmlParserBase.parseAnyType(org.xmlpull.v1.XmlPullParser xml, String type) This is used to parse a type - a fragment of a resource.IParser.parseType(InputStream input, String knownType) This is used to parse a type - a fragment of a resource.This is used to parse a type - a fragment of a resource.protected DataTypeprotected DataTypeprotected abstract DataTypeJsonParserBase.parseType(InputStream input, String type) protected abstract DataTypeRdfParserBase.parseType(InputStream input, String knownType) protected DataTypeprotected DataTypeXmlParserBase.parseType(InputStream input, String knownType) protected abstract DataTypeMethods in org.hl7.fhir.r5.formats with parameters of type DataTypeModifier and TypeMethodDescriptionvoidIParser.compose(OutputStream stream, DataType type, String rootName) Compose a type to a stream, possibly using pretty presentation for a human reader (used in the spec, for example, but not normally in production) Not supported by all implementations.voidJsonParserBase.compose(OutputStream stream, DataType type, String rootName) voidRdfParserBase.compose(OutputStream stream, DataType type, String rootName) voidXmlParserBase.compose(OutputStream stream, String rootName, DataType type) Compose a type to a stream (used in the spec, for example, but not normally in production)voidXmlParserBase.compose(OutputStream stream, DataType type, String rootName) byte[]IParser.composeBytes(DataType type, String rootName) Compose a type to a stream, possibly using pretty presentation for a human reader (used in the spec, for example, but not normally in production) Not supported by all implementations.byte[]ParserBase.composeBytes(DataType type, String typeName) protected voidRdfParser.composeDataType(org.hl7.fhir.utilities.turtle.Turtle.Complex t, String parentType, String name, DataType element, int index) protected voidXmlParser.composeDataTypeElements(DataType element) protected voidJsonParser.composeDataTypeProperties(DataType element) IParser.composeString(DataType type, String rootName) Compose a type to a stream, possibly using pretty presentation for a human reader (used in the spec, for example, but not normally in production) Not supported by all implementations.ParserBase.composeString(DataType type, String typeName) protected voidJsonParser.composeType(String prefix, DataType type) protected abstract voidJsonParserBase.composeType(String prefix, DataType type) protected voidRdfParser.composeType(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, DataType value, int index) protected voidXmlParser.composeType(String prefix, DataType type) protected abstract voidXmlParserBase.composeType(String prefix, DataType type) protected voidXmlParserBase.composeTypeAttributes(DataType type) protected voidJsonParser.composeTypeInner(DataType type) protected abstract voidJsonParserBase.composeTypeInner(DataType type) protected booleanXmlParser.parseDataTypeContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, DataType res) protected voidJsonParser.parseDataTypeProperties(com.google.gson.JsonObject json, DataType res) protected voidXmlParserBase.parseTypeAttributes(org.xmlpull.v1.XmlPullParser xpp, DataType t) -
Uses of DataType in org.hl7.fhir.r5.model
Subclasses of DataType in org.hl7.fhir.r5.modelModifier and TypeClassDescriptionclassBase StructureDefinition for Address Type: An address expressed using postal conventions (as opposed to GPS or other location definition formats).classBase StructureDefinition for Age Type: A duration of time during which an organism (or a process) has existed.classBase StructureDefinition for Annotation Type: A text note which also contains information about who made the statement and when.classBase StructureDefinition for Attachment Type: For referring to data content defined in other formats.classBase StructureDefinition for BackboneType Type: Base definition for the few data types that are allowed to carry modifier extensions.classPrimitive type "base64Binary" in FHIR: a sequence of bytes represented in base64classclassclassclassclassPrimitive type "boolean" in FHIR "true" or "false"classPrimitive type "canonical" in FHIR: an OID represented as urn:oid:0.1.2.3.4...classBase StructureDefinition for CodeableConcept Type: A concept that may be defined by a formal reference to a terminology or ontology or may be provided by text.classBase StructureDefinition for CodeableReference Type: A reference to a resource (by instance), or instead, a reference to a cencept defined in a terminology or ontology (by class).classPrimitive type "code" in FHIR, when not bound to an enumerated list of codesclassBase StructureDefinition for Coding Type: A reference to a code defined by a terminology system.classBase StructureDefinition for ContactDetail Type: Specifies contact information for a person or organization.classBase StructureDefinition for ContactPoint Type: Details for all kinds of technology mediated contact points for a person or organization, including telephone, email, etc.classBase StructureDefinition for Contributor Type: A contributor to the content of a knowledge asset, including authors, editors, reviewers, and endorsers.classBase StructureDefinition for Count Type: A measured amount (or an amount that can potentially be measured).classBase StructureDefinition for DataRequirement Type: Describes a required data item for evaluation in terms of the type of data, and optional code or date-based filters of the data.classRepresents a FHIR dateTime datatype.classRepresents a FHIR date datatype.classPrimitive type "decimal" in FHIR: A rational numberclassBase StructureDefinition for Distance Type: A length - a value with a unit that is a physical distance.classBase StructureDefinition for Dosage Type: Indicates how the medication is/was taken or should be taken by the patient.classBase StructureDefinition for Duration Type: A length of time.classBase StructureDefinition for ElementDefinition Type: Captures constraints on each element within the resource, profile, or extension.classEnumeration<T extends Enum<?>>Primitive type "code" in FHIR, where the code is tied to an enumerated list of possible valuesclassBase StructureDefinition for Expression Type: A expression that is evaluated in a specified context and returns a value.classBase StructureDefinition for Extension Type: Optional Extension Element - found in all resources.classBase StructureDefinition for HumanName Type: A human's name with the ability to identify parts and usage.classBase StructureDefinition for Identifier Type: An identifier - identifies some entity uniquely and unambiguously.final classThis class represents the logical identity for a resource, or as much of that identity is known.classRepresents a FHIR instant datatype.classPrimitive type "integer64" in FHIR: A signed 64-bit integerclassPrimitive type "integer" in FHIR: A signed 32-bit integerclassPrimitive type "code" in FHIR, when not bound to an enumerated list of codesclassBase StructureDefinition for 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.classBase StructureDefinition for Meta Type: The metadata about a resource.classBase StructureDefinition for Money Type: An amount of economic utility in some recognized currency.classA measured amount (or an amount that can potentially be measured).classBase StructureDefinition for Narrative Type: A human-readable summary of the resource conveying the essential clinical and business information for the resource.classPrimitive type "oid" in FHIR: an OID represented as urn:oid:0.1.2.3.4...classBase StructureDefinition for OrderedDistribution Type: An ordered list (distribution) of statistics.classBase StructureDefinition for ParameterDefinition Type: The parameters to the module.classBase StructureDefinition for Period Type: A time period defined by a start and end date and optionally time.classBase StructureDefinition for Population Type: A populatioof people with some set of grouping criteria.classPrimitive type "integer" in FHIR: A signed 32-bit integerclassclassBase 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.classBase StructureDefinition for ProductShelfLife Type: The shelf-life and storage information for a medicinal product item or container can be described using this class.classBase StructureDefinition for Quantity Type: A measured amount (or an amount that can potentially be measured).classBase StructureDefinition for Range Type: A set of ordered Quantities defined by a low and high limit.classBase StructureDefinition for Ratio Type: A relationship of two Quantity values - expressed as a numerator and a denominator.classBase StructureDefinition for RatioRange Type: A range of ratios expressed as a low and high numerator and a denominator.classBase StructureDefinition for Reference Type: A reference from one resource to another.classBase StructureDefinition for RelatedArtifact Type: Related artifacts such as additional documentation, justification, or bibliographic references.classBase StructureDefinition for SampledData Type: A series of measurements taken by a device, with upper and lower limits.classclassBase StructureDefinition for Signature Type: A signature along with supporting context.classA measured amount (or an amount that can potentially be measured).classBase StructureDefinition for Statistic Type: A fact or piece of data from a study of a large quantity of numerical data.classPrimitive type "string" in FHIR - any sequence of unicode characters less than 1MB in lengthclassBase StructureDefinition for SubstanceAmount Type: Chemical substances are a single substance type whose primary defining element is the molecular structure.classRepresents a Time datatype, per the FHIR specification.classBase StructureDefinition for Timing Type: Specifies an event that may occur multiple times.classBase StructureDefinition for TriggerDefinition Type: A description of a triggering event.classPrimitive type "integer" in FHIR: A signed 32-bit integerclassPrimitive type "uri" in FHIR: any valid URI.classPrimitive type "url" in FHIR: an OID represented as urn:oid:0.1.2.3.4...classBase StructureDefinition for UsageContext Type: Specifies clinical/business/etc.classclassFields in org.hl7.fhir.r5.model declared as DataTypeModifier and TypeFieldDescriptionprotected DataTypeCondition.abatementThe date or estimated date that the condition resolved or went into remission.protected DataTypeSpecimen.SpecimenContainerComponent.additiveIntroduced substance to preserve, maintain or enhance the specimen.protected DataTypeSpecimenDefinition.SpecimenDefinitionTypeTestedContainerAdditiveComponent.additiveSubstance introduced in the kind of container to preserve, maintain or enhance the specimen.protected DataTypeFamilyMemberHistory.ageThe age of the relative at the time the family member history is recorded.protected DataTypePopulation.ageThe age of the specific population.protected DataTypeCoverageEligibilityResponse.BenefitComponent.allowedThe quantity of the benefit which is permitted under the coverage.protected DataTypeExplanationOfBenefit.BenefitComponent.allowedThe quantity of the benefit which is permitted under the coverage.protected DataTypeMedicationRequest.MedicationRequestSubstitutionComponent.allowedTrue if the prescriber allows a different drug to be dispensed from what was prescribed.protected DataTypeSubstanceAmount.amountUsed to capture quantitative values for a variety of elements.protected DataTypeSubstanceDefinition.SubstanceDefinitionMoietyComponent.amountQuantitative value for this moiety.protected DataTypeSubstanceDefinition.SubstanceDefinitionRelationshipComponent.amountA numeric factor for the relationship, for instance to express that the salt of a substance has some percentage of the active substance in relation to some other.protected DataTypeSubstanceReferenceInformation.SubstanceReferenceInformationTargetComponent.amountTodo.protected DataTypeQuestionnaire.QuestionnaireItemEnableWhenComponent.answerA value that the referenced question is tested using the specified operator in order for the item to be enabled.protected DataTypeArtifactAssessment.artifactA reference to a resource, canonical resource, or non-FHIR resource which the comment or assessment is about.protected DataTypeDosage.asNeededIndicates whether the Medication is only taken when needed within a specific dosing schedule (Boolean option), or it indicates the precondition for taking the Medication (CodeableConcept).protected DataTypeServiceRequest.asNeededIf a CodeableConcept is present, it indicates the pre-condition for performing the service.protected DataTypeAnnotation.authorThe individual responsible for making the annotation.protected DataTypeFamilyMemberHistory.bornThe actual or approximate date of birth of the relative.protected DataTypeTiming.TimingRepeatComponent.boundsEither a duration for the length of the timing schedule, a range of possible length, or outer bounds for start and/or end limits of the timing schedule.protected DataTypeInvoice.InvoiceLineItemComponent.chargeItemThe ChargeItem contains information such as the billing code, date, amount etc.protected DataTypeArtifactAssessment.citeAsDisplay of or reference to the bibliographic citation of the comment, classifier, or rating.protected DataTypeEvidence.citeAsCitation Resource or display of suggested citation for this evidence.protected DataTypeEvidenceReport.citeAsCitation Resource or display of suggested citation for this report.protected DataTypeBiologicallyDerivedProduct.BiologicallyDerivedProductCollectionComponent.collectedTime of product collection.protected DataTypeSpecimen.SpecimenCollectionComponent.collectedTime when specimen was collected from subject - the physiologically relevant time.protected DataTypeIngredient.IngredientSubstanceStrengthComponent.concentrationThe strength per unitary volume (or mass).protected DataTypeCommunication.CommunicationPayloadComponent.contentA communicated content (or for multi-part communications, one portion of the communication).protected DataTypeCommunicationRequest.CommunicationRequestPayloadComponent.contentThe communicated content (or for multi-part communications, one portion of the communication).protected DataTypeContract.ComputableLanguageComponent.contentComputable Contract conveyed using a policy rule language (e.g.protected DataTypeContract.FriendlyLanguageComponent.contentHuman readable rendering of this Contract in a format and representation intended to enhance comprehension and ensure understandability.protected DataTypeContract.LegalLanguageComponent.contentContract legal text in human renderable form.protected DataTypeMedicationKnowledge.MedicationKnowledgeCostComponent.costThe price or representation of the cost (for example, Band A, Band B or $, $$) of the medication.protected DataTypeCareTeam.CareTeamParticipantComponent.coverageWhen the member is generally available within this care team.protected DataTypeRegulatedAuthorization.RegulatedAuthorizationCaseComponent.dateRelevant date for this of case.protected DataTypeFamilyMemberHistory.deceasedDeceased flag or the actual or approximate age of the relative at the time of death for the family member history record.protected DataTypePatient.deceasedIndicates if the individual is deceased or not.protected DataTypePerson.deceasedIndicates if the individual is deceased or not.protected DataTypePractitioner.deceasedIndicates if the practitioner is deceased or not.protected DataTypeElementDefinition.defaultValueThe value that should be used if there is no value stated in the instance (e.g.protected DataTypeEvidenceVariable.EvidenceVariableCharacteristicComponent.definitionDefine members of the evidence element using Codes (such as condition, medication, or observation), Expressions ( using an expression language such as FHIRPath or CQL) or DataRequirements (such as Diabetes diagnosis onset in the last year).protected DataTypePlanDefinition.PlanDefinitionActionComponent.definitionA reference to an ActivityDefinition that describes the action to be taken in detail, a PlanDefinition that describes a series of actions to be taken, a Questionnaire that should be filled out, or an ObservationDefinition that specifies what observation should be captured.protected DataTypeGoal.GoalTargetComponent.detailThe target value of the focus to be achieved to signify the fulfillment of the goal, e.g.protected DataTypePlanDefinition.PlanDefinitionGoalTargetComponent.detailThe target value of the measure to be achieved to signify fulfillment of the goal, e.g.protected DataTypeClaim.DiagnosisComponent.diagnosisThe nature of illness or problem in a coded form or as a reference to an external defined Condition.protected DataTypeCoverageEligibilityRequest.DiagnosisComponent.diagnosisThe nature of illness or problem in a coded form or as a reference to an external defined Condition.protected DataTypeExplanationOfBenefit.DiagnosisComponent.diagnosisThe nature of illness or problem in a coded form or as a reference to an external defined Condition.protected DataTypeDosage.DosageDoseAndRateComponent.doseAmount of medication per dose.protected DataTypeGoal.GoalTargetComponent.dueIndicates either the date or the duration after start by which the goal should be met.protected DataTypeClinicalImpression.effectiveThe point in time or period over which the subject was assessed.protected DataTypeDiagnosticReport.effectiveThe time or time-period the observed values are related to.protected DataTypeMedicationUsage.effectiveThe interval of time during which it is being asserted that the patient is/was/will be taking the medication (or was not taking, when the MedicationUsage.adherence element is Not Taking).protected DataTypeObservation.effectiveThe time or time-period the observed value is asserted as being true.protected DataTypeContract.ValuedItemComponent.entitySpecific type of Contract Valued Item that may be priced.protected DataTypeMessageDefinition.eventEvent code or link to the EventDefinition.protected DataTypeMessageHeader.eventCode that identifies the event this message represents and connects it with its definition.protected DataTypeImplementationGuide.ImplementationGuideDefinitionResourceComponent.exampleIf true or a reference, indicates the resource is an example instance.protected DataTypeImplementationGuide.ManifestResourceComponent.exampleIf true or a reference, indicates the resource is an example instance.protected DataTypeSpecimen.SpecimenCollectionComponent.fastingStatusAbstinence or reduction from some or all food, drink, or both, for a period of time prior to sample collection.protected DataTypeElementDefinition.fixedSpecifies a value that SHALL be exactly the value for this element in the instance.protected DataTypeDetectedIssue.identifiedThe date or period when the detected issue was initially identified.protected DataTypeResearchStudy.ResearchStudyComparisonGroupComponent.identifierAllows the comparisonGroup for the study and the comparisonGroup for the subject to be linked easily.protected DataTypeImmunization.informationSourceTypically the source of the data when the report of the immunization event is not based on information from the person who administered the vaccine.protected DataTypeAdverseEvent.AdverseEventSuspectEntityComponent.instanceIdentifies the actual instance of what caused the adverse event.protected DataTypeObservation.instantiatesThe reference to a FHIR ObservationDefinition resource that provides the definition that is adhered to in whole or in part by this Observation instance.protected DataTypeAdverseEvent.AdverseEventContributingFactorComponent.itemThe item that is suspected to have increased the probability or severity of the adverse event.protected DataTypeAdverseEvent.AdverseEventMitigatingActionComponent.itemThe ameliorating action taken after the adverse event occured in order to reduce the extent of harm.protected DataTypeAdverseEvent.AdverseEventPreventiveActionComponent.itemThe action that contributed to avoiding the adverse event.protected DataTypeAdverseEvent.AdverseEventSupportingInfoComponent.itemRelevant past history for the subject.protected DataTypeClinicalUseDefinition.ClinicalUseDefinitionInteractionInteractantComponent.itemThe specific medication, food or laboratory test that interacts.protected DataTypeClinicalUseIssue.ClinicalUseIssueInteractionInteractantComponent.itemThe specific medication, food or laboratory test that interacts.protected DataTypeSupplyDelivery.SupplyDeliverySuppliedItemComponent.itemIdentifies the medication, substance or device being dispensed.protected DataTypeContract.legallyBindingLegally binding Contract: This is the signed and legally recognized representation of the Contract, which is considered the "source of truth" and which would be the basis for legal action related to enforcement of this Contract.protected DataTypeClaim.AccidentComponent.locationThe physical location of the accident event.protected DataTypeClaim.ItemComponent.locationWhere the product or service was provided.protected DataTypeClaimResponse.AddedItemComponent.locationWhere the product or service was provided.protected DataTypeExplanationOfBenefit.AccidentComponent.locationThe physical location of the accident event.protected DataTypeExplanationOfBenefit.AddedItemComponent.locationWhere the product or service was provided.protected DataTypeExplanationOfBenefit.ItemComponent.locationWhere the product or service was provided.protected DataTypeDeviceDefinition.manufacturerA name of the manufacturer or legal representative e.g.protected DataTypeElementDefinition.maxValueThe maximum allowed value for the element.protected DataTypeMeasureReport.MeasureReportGroupComponent.measureScoreThe measure score for this population group, calculated as appropriate for the measure type and scoring method, and based on the contents of the populations defined in the group.protected DataTypeMeasureReport.StratifierGroupComponent.measureScoreThe measure score for this stratum, calculated as appropriate for the measure type and scoring method, and based on only the members of this stratum.protected DataTypeSpecimenDefinition.SpecimenDefinitionTypeTestedContainerComponent.minimumVolumeThe minimum volume to be conditioned in the container.protected DataTypeElementDefinition.minValueThe minimum allowed value for the element.protected DataTypeGuidanceResponse.moduleAn identifier, CodeableConcept or canonical reference to the guidance that was requested.protected DataTypePatient.multipleBirthIndicates whether the patient is part of a multiple (boolean) or indicates the actual birth order (integer).protected DataTypeImplementationGuide.ImplementationGuideDefinitionPageComponent.nameThe source address for the page.protected DataTypeAuditEvent.AuditEventAgentComponent.networkWhen the event utilizes a network there should be an agent describing the local system, and an agent describing remote system, with the network interface details.protected DataTypeMedicationAdministration.occurenceA specific date/time or interval of time during which the administration took place (or did not take place).protected DataTypeAuditEvent.occurredThe time or period during which the activity occurred.protected DataTypeProvenance.occurredThe period during which the activity occurred.protected DataTypeAdverseEvent.occurrenceThe date (and perhaps time) when the adverse event occurred.protected DataTypeChargeItem.occurrenceDate/time(s) or duration when the charged service was applied.protected DataTypeCommunicationRequest.occurrenceThe time when this communication is to occur.protected DataTypeContract.ActionComponent.occurrenceWhen action happens.protected DataTypeDeviceRequest.occurrenceThe timing schedule for the use of the device.protected DataTypeImmunization.occurrenceDate vaccine administered or was to be administered.protected DataTypeNutritionIntake.occurrenceThe interval of time during which it is being asserted that the patient is/was consuming the food or fluid.protected DataTypeProcedure.occurrenceEstimated or actual date, date-time, period, or age when the procedure did occur or is occurring.protected DataTypeRiskAssessment.occurrenceThe date (and possibly time) the risk assessment was performed.protected DataTypeServiceRequest.occurrenceThe date/time at which the requested service should occur.protected DataTypeSupplyDelivery.occurrenceThe date or time(s) the activity occurred.protected DataTypeSupplyRequest.occurrenceWhen the request should be fulfilled.protected DataTypePlanDefinition.PlanDefinitionActionRelatedActionComponent.offsetA duration or range of durations to apply to the relationship.protected DataTypeRequestGroup.RequestGroupActionRelatedActionComponent.offsetA duration or range of durations to apply to the relationship.protected DataTypeAllergyIntolerance.onsetEstimated or actual date, date-time, or age when allergy or intolerance was identified.protected DataTypeCondition.onsetEstimated or actual date or date-time the condition began, in the opinion of the clinician.protected DataTypeFamilyMemberHistory.FamilyMemberHistoryConditionComponent.onsetEither the age of onset, range of approximate age or descriptive string can be recorded.protected DataTypeElementDefinition.patternSpecifies a value that the value in the instance SHALL follow - that is, any value in the pattern must be found in the instance.protected DataTypeFamilyMemberHistory.FamilyMemberHistoryProcedureComponent.performedEstimated or actual date, date-time, period, or age when the procedure was performed.protected DataTypeProductShelfLife.periodThe shelf life time period can be specified using a numerical value for the period of time and its unit of time measurement The unit of measurement shall be specified in accordance with ISO 11240 and the resulting terminology The symbol and the symbol identifier shall be used.protected DataTypeIngredient.IngredientSubstanceStrengthComponent.presentationThe quantity of substance in the unit of presentation, or in the volume (or mass) of the single pharmaceutical product or manufactured item.protected DataTypeRiskAssessment.RiskAssessmentPredictionComponent.probabilityIndicates how likely the outcome is (in the specified timeframe).protected DataTypeClaim.ProcedureComponent.procedureThe code or reference to a Procedure resource which identifies the clinical intervention performed.protected DataTypeExplanationOfBenefit.ProcedureComponent.procedureThe code or reference to a Procedure resource which identifies the clinical intervention performed.protected DataTypeActivityDefinition.productIdentifies the food, drug or other product being consumed or supplied in the activity.protected DataTypeCarePlan.CarePlanActivityPlannedActivityDetailComponent.productIdentifies the food, drug or other product to be consumed or supplied in the activity.protected DataTypeServiceRequest.quantityAn amount of service being requested which can be a quantity ( for example $1,500 home modification), a ratio ( for example, 20 half day visits per month), or a range (2.0 to 1.8 Gy per fraction).protected DataTypeDosage.DosageDoseAndRateComponent.rateAmount of medication per unit of time.protected DataTypeMedicationAdministration.MedicationAdministrationDosageComponent.rateIdentifies the speed with which the medication was or will be introduced into the patient.protected DataTypeNutritionOrder.NutritionOrderEnteralFormulaAdministrationComponent.rateThe rate of administration of formula via a feeding pump, e.g.protected DataTypeCarePlan.CarePlanActivityPlannedActivityDetailComponent.reportedIndicates if this record was captured as a secondary 'reported' record rather than as an original primary source-of-truth record.protected DataTypeNutritionIntake.reportedThe person or organization that provided the information about the consumption of this food or fluid.protected DataTypeProcedure.reportedIndicates if this record was captured as a secondary 'reported' record rather than as an original primary source-of-truth record.protected DataTypeCarePlan.CarePlanActivityPlannedActivityDetailComponent.scheduledThe period, timing or frequency upon which the described activity is to occur.protected DataTypeClaim.ItemComponent.servicedThe date or dates when the service or product was supplied, performed or completed.protected DataTypeClaimResponse.AddedItemComponent.servicedThe date or dates when the service or product was supplied, performed or completed.protected DataTypeCoverageEligibilityRequest.servicedThe date or dates when the enclosed suite of services were performed or completed.protected DataTypeCoverageEligibilityResponse.servicedThe date or dates when the enclosed suite of services were performed or completed.protected DataTypeExplanationOfBenefit.AddedItemComponent.servicedThe date or dates when the service or product was supplied, performed or completed.protected DataTypeExplanationOfBenefit.ItemComponent.servicedThe date or dates when the service or product was supplied, performed or completed.protected DataTypeConceptMap.sourceIdentifier for the source value set that contains the concepts that are being mapped and provides context for the mappings.protected DataTypeConceptMap2.sourceIdentifier for the source value set that contains the concepts that are being mapped and provides context for the mappings.protected DataTypeMedicationKnowledge.MedicationKnowledgeMedicineClassificationComponent.sourceEither a textual source of the classification or a reference to an online source.protected DataTypeGoal.startThe date or event after which the goal should begin being pursued.protected DataTypeIngredient.IngredientSubstanceStrengthReferenceStrengthComponent.strengthStrength expressed in terms of a reference substance.protected DataTypeMedication.MedicationIngredientComponent.strengthSpecifies how many (or how much) of the items there are in this Medication.protected DataTypeMedicationKnowledge.MedicationKnowledgeDefinitionalIngredientComponent.strengthSpecifies how many (or how much) of the items there are in this Medication.protected DataTypeActivityDefinition.subjectA code, group definition, or canonical reference that describes or identifies the intended subject of the activity being defined.protected DataTypeDataRequirement.subjectThe intended subjects of the data requirement.protected DataTypeEventDefinition.subjectA code or group definition that describes the intended subject of the event definition.protected DataTypeLibrary.subjectA code or group definition that describes the intended subject of the contents of the library.protected DataTypeMeasure.subjectThe intended subjects for the measure.protected DataTypePlanDefinition.PlanDefinitionActionComponent.subjectA code, group definition, or canonical reference that describes the intended subject of the action and its children, if any.protected DataTypePlanDefinition.subjectA code, group definition, or canonical reference that describes or identifies the intended subject of the plan definition.protected DataTypeSpecimenDefinition.subjectA code or group definition that describes the intended subject from which this kind of specimen is to be collected.protected DataTypeSubstance.SubstanceIngredientComponent.substanceAnother substance that is a component of this substance.protected DataTypeSubstanceDefinition.SubstanceDefinitionRelationshipComponent.substanceDefinitionA pointer to another substance, as a resource or just a representational code.protected DataTypeConceptMap.targetThe target value set provides context for the mappings.protected DataTypeConceptMap2.targetThe target value set provides context for the mappings.protected DataTypeSpecimen.SpecimenProcessingComponent.timeA record of the time or period when the specimen processing occurred.protected DataTypeActivityDefinition.timingThe timing or frequency upon which the described activity is to occur.protected DataTypeClaim.SupportingInformationComponent.timingThe date when or period to which this information refers.protected DataTypeDeviceUsage.timingHow often the device was used.protected DataTypeExplanationOfBenefit.SupportingInformationComponent.timingThe date when or period to which this information refers.protected DataTypePlanDefinition.PlanDefinitionActionComponent.timingAn optional value describing when the action should be performed.protected DataTypeRequestGroup.RequestGroupActionComponent.timingAn optional value describing when the action should be performed.protected DataTypeTriggerDefinition.timingThe timing of the event (if this is a periodic trigger).protected DataTypeContract.TermComponent.topicThe entity that the term applies to.protected DataTypeContract.topicNarrows the range of legal concerns to focus on the achievement of specific contractual objectives.protected DataTypeCoverageEligibilityResponse.BenefitComponent.usedThe quantity of the benefit which have been consumed to date.protected DataTypeExplanationOfBenefit.BenefitComponent.usedThe quantity of the benefit which have been consumed to date.protected DataTypeAdministrableProductDefinition.AdministrableProductDefinitionPropertyComponent.valueA value for the characteristic.protected DataTypeAuditEvent.AuditEventEntityDetailComponent.valueThe value of the extra detail.protected DataTypeBiologicallyDerivedProduct.BiologicallyDerivedProductPropertyComponent.valueProperty values.protected DataTypeClaim.SupportingInformationComponent.valueAdditional data or information such as resources, documents, images etc.protected DataTypeCodeSystem.ConceptPropertyComponent.valueThe value of this property.protected DataTypeConceptMap2.OtherElementComponent.valueProperty value that the map depends on.protected DataTypeConditionDefinition.ConditionDefinitionPreconditionComponent.valueValue of Observation.protected DataTypeContract.AnswerComponent.valueResponse to an offer clause or question text, which enables selection of values to be agreed to, e.g., the period of participation, the date of occupancy of a rental, warrently duration, or whether biospecimen may be used for further research.protected DataTypeCoverage.CostToBeneficiaryComponent.valueThe amount due from the patient for the cost category.protected DataTypeDataRequirement.DataRequirementDateFilterComponent.valueThe value of the filter.protected DataTypeDevice.DevicePropertyComponent.valueProperty value - can be a code, quantity, boolean, string or attachment.protected DataTypeDeviceDefinition.DeviceDefinitionPropertyComponent.valueProperty value - the data type depends on the property type.protected DataTypeDeviceRequest.DeviceRequestParameterComponent.valueThe value of the device detail.protected DataTypeElementDefinition.ElementDefinitionExampleComponent.valueThe actual value for the element, which must be one of the types allowed for this element.protected DataTypeEvidenceReport.EvidenceReportSubjectCharacteristicComponent.valueCharacteristic value.protected DataTypeEvidenceVariable.EvidenceVariableCategoryComponent.valueDefinition of the grouping.protected DataTypeExplanationOfBenefit.SupportingInformationComponent.valueAdditional data or information such as resources, documents, images etc.protected DataTypeExtension.valueValue of extension - must be one of a constrained set of the data types (see [Extensibility](extensibility.html) for a list).protected DataTypeGroup.GroupCharacteristicComponent.valueThe value of the trait that holds (or does not hold - see 'exclude') for members of the group.protected DataTypeManufacturedItemDefinition.ManufacturedItemDefinitionPropertyComponent.valueA value for the characteristic.protected DataTypeMeasureReport.StratifierGroupComponent.valueThe value for this stratum, expressed as a CodeableConcept.protected DataTypeMeasureReport.StratifierGroupComponentComponent.valueThe stratum component value.protected DataTypeMedicationKnowledge.MedicationKnowledgeDefinitionalDrugCharacteristicComponent.valueDescription of the characteristic.protected DataTypeMedicationKnowledge.MedicationKnowledgeIndicationGuidelineDosingGuidelinePatientCharacteristicComponent.valueThe specific characteristic (e.g.protected DataTypeMedicinalProductDefinition.MedicinalProductDefinitionCharacteristicComponent.valueA value for the characteristic.protected DataTypeNutritionProduct.NutritionProductProductCharacteristicComponent.valueThe actual characteristic value corresponding to the type.protected DataTypeObservation.ObservationComponentComponent.valueThe information determined as a result of making the observation, if the information has a simple value.protected DataTypeObservation.valueThe information determined as a result of making the observation, if the information has a simple value.protected DataTypePackagedProductDefinition.PackagedProductDefinitionPackagePropertyComponent.valueA value for the characteristic.protected DataTypeParameters.ParametersParameterComponent.valueConveys the content if the parameter is a data type.protected DataTypeQuestionnaire.QuestionnaireItemAnswerOptionComponent.valueA potential answer that's allowed as the answer to this question.protected DataTypeQuestionnaire.QuestionnaireItemInitialComponent.valueThe actual value to for an initial answer.protected DataTypeQuestionnaireResponse.QuestionnaireResponseItemAnswerComponent.valueThe answer (or one of the answers) provided by the respondent to the question.protected DataTypeStructureMap.StructureMapGroupRuleTargetParameterComponent.valueParameter value - variable or literal.protected DataTypeSubstanceDefinition.SubstanceDefinitionPropertyComponent.valueA value for the characteristic.protected DataTypeSupplyRequest.SupplyRequestParameterComponent.valueThe value of the device detail.protected DataTypeTask.ParameterComponent.valueThe value of the input parameter as a basic type.protected DataTypeTask.TaskOutputComponent.valueThe value of the Output parameter as a basic type.protected DataTypeUsageContext.valueA value that defines the context specified in this context of use.protected DataTypeValueSet.ConceptPropertyComponent.valueThe value of this property.protected DataTypeValueSet.ValueSetExpansionParameterComponent.valueThe value of the parameter.protected DataTypeRiskAssessment.RiskAssessmentPredictionComponent.whenIndicates the period of time or age range of the subject to which the specified probability applies.Methods in org.hl7.fhir.r5.model that return DataTypeModifier and TypeMethodDescriptionstatic DataTypeTypeConvertor.castToType(Base b) abstract DataTypeDataType.copy()abstract DataTypePrimitiveType.copy()static DataTypeResourceFactory.createPrimitive(String type, String value) Condition.getAbatement()Specimen.SpecimenContainerComponent.getAdditive()SpecimenDefinition.SpecimenDefinitionTypeTestedContainerAdditiveComponent.getAdditive()FamilyMemberHistory.getAge()Population.getAge()CoverageEligibilityResponse.BenefitComponent.getAllowed()ExplanationOfBenefit.BenefitComponent.getAllowed()MedicationRequest.MedicationRequestSubstitutionComponent.getAllowed()SubstanceAmount.getAmount()SubstanceDefinition.SubstanceDefinitionMoietyComponent.getAmount()SubstanceDefinition.SubstanceDefinitionRelationshipComponent.getAmount()SubstanceReferenceInformation.SubstanceReferenceInformationTargetComponent.getAmount()Questionnaire.QuestionnaireItemEnableWhenComponent.getAnswer()ArtifactAssessment.getArtifact()Dosage.getAsNeeded()ServiceRequest.getAsNeeded()Annotation.getAuthor()FamilyMemberHistory.getBorn()Timing.TimingRepeatComponent.getBounds()Invoice.InvoiceLineItemComponent.getChargeItem()ArtifactAssessment.getCiteAs()Evidence.getCiteAs()EvidenceReport.getCiteAs()BiologicallyDerivedProduct.BiologicallyDerivedProductCollectionComponent.getCollected()Specimen.SpecimenCollectionComponent.getCollected()Ingredient.IngredientSubstanceStrengthComponent.getConcentration()Communication.CommunicationPayloadComponent.getContent()CommunicationRequest.CommunicationRequestPayloadComponent.getContent()Contract.ComputableLanguageComponent.getContent()Contract.FriendlyLanguageComponent.getContent()Contract.LegalLanguageComponent.getContent()MedicationKnowledge.MedicationKnowledgeCostComponent.getCost()CareTeam.CareTeamParticipantComponent.getCoverage()RegulatedAuthorization.RegulatedAuthorizationCaseComponent.getDate()FamilyMemberHistory.getDeceased()Patient.getDeceased()Person.getDeceased()Practitioner.getDeceased()ElementDefinition.getDefaultValue()EvidenceVariable.EvidenceVariableCharacteristicComponent.getDefinition()PlanDefinition.PlanDefinitionActionComponent.getDefinition()Goal.GoalTargetComponent.getDetail()PlanDefinition.PlanDefinitionGoalTargetComponent.getDetail()Claim.DiagnosisComponent.getDiagnosis()CoverageEligibilityRequest.DiagnosisComponent.getDiagnosis()ExplanationOfBenefit.DiagnosisComponent.getDiagnosis()Dosage.DosageDoseAndRateComponent.getDose()Goal.GoalTargetComponent.getDue()ClinicalImpression.getEffective()DiagnosticReport.getEffective()MedicationUsage.getEffective()Observation.getEffective()Contract.ValuedItemComponent.getEntity()MessageDefinition.getEvent()MessageHeader.getEvent()ImplementationGuide.ImplementationGuideDefinitionResourceComponent.getExample()ImplementationGuide.ManifestResourceComponent.getExample()Specimen.SpecimenCollectionComponent.getFastingStatus()ElementDefinition.getFixed()DetectedIssue.getIdentified()ResearchStudy.ResearchStudyComparisonGroupComponent.getIdentifier()Immunization.getInformationSource()AdverseEvent.AdverseEventSuspectEntityComponent.getInstance()Observation.getInstantiates()AdverseEvent.AdverseEventContributingFactorComponent.getItem()AdverseEvent.AdverseEventMitigatingActionComponent.getItem()AdverseEvent.AdverseEventPreventiveActionComponent.getItem()AdverseEvent.AdverseEventSupportingInfoComponent.getItem()ClinicalUseDefinition.ClinicalUseDefinitionInteractionInteractantComponent.getItem()ClinicalUseIssue.ClinicalUseIssueInteractionInteractantComponent.getItem()SupplyDelivery.SupplyDeliverySuppliedItemComponent.getItem()Contract.getLegallyBinding()Claim.AccidentComponent.getLocation()Claim.ItemComponent.getLocation()ClaimResponse.AddedItemComponent.getLocation()ExplanationOfBenefit.AccidentComponent.getLocation()ExplanationOfBenefit.AddedItemComponent.getLocation()ExplanationOfBenefit.ItemComponent.getLocation()DeviceDefinition.getManufacturer()ElementDefinition.getMaxValue()MeasureReport.MeasureReportGroupComponent.getMeasureScore()MeasureReport.StratifierGroupComponent.getMeasureScore()SpecimenDefinition.SpecimenDefinitionTypeTestedContainerComponent.getMinimumVolume()ElementDefinition.getMinValue()GuidanceResponse.getModule()Patient.getMultipleBirth()ImplementationGuide.ImplementationGuideDefinitionPageComponent.getName()AuditEvent.AuditEventAgentComponent.getNetwork()MedicationAdministration.getOccurence()AuditEvent.getOccurred()Provenance.getOccurred()AdverseEvent.getOccurrence()ChargeItem.getOccurrence()CommunicationRequest.getOccurrence()Contract.ActionComponent.getOccurrence()DeviceRequest.getOccurrence()Immunization.getOccurrence()NutritionIntake.getOccurrence()Procedure.getOccurrence()RiskAssessment.getOccurrence()ServiceRequest.getOccurrence()SupplyDelivery.getOccurrence()SupplyRequest.getOccurrence()PlanDefinition.PlanDefinitionActionRelatedActionComponent.getOffset()RequestGroup.RequestGroupActionRelatedActionComponent.getOffset()AllergyIntolerance.getOnset()Condition.getOnset()FamilyMemberHistory.FamilyMemberHistoryConditionComponent.getOnset()Parameters.getParameter(String name) ElementDefinition.getPattern()FamilyMemberHistory.FamilyMemberHistoryProcedureComponent.getPerformed()ProductShelfLife.getPeriod()Ingredient.IngredientSubstanceStrengthComponent.getPresentation()RiskAssessment.RiskAssessmentPredictionComponent.getProbability()Claim.ProcedureComponent.getProcedure()ExplanationOfBenefit.ProcedureComponent.getProcedure()ActivityDefinition.getProduct()CarePlan.CarePlanActivityPlannedActivityDetailComponent.getProduct()ServiceRequest.getQuantity()Dosage.DosageDoseAndRateComponent.getRate()MedicationAdministration.MedicationAdministrationDosageComponent.getRate()NutritionOrder.NutritionOrderEnteralFormulaAdministrationComponent.getRate()CarePlan.CarePlanActivityPlannedActivityDetailComponent.getReported()NutritionIntake.getReported()Procedure.getReported()CarePlan.CarePlanActivityPlannedActivityDetailComponent.getScheduled()Claim.ItemComponent.getServiced()ClaimResponse.AddedItemComponent.getServiced()CoverageEligibilityRequest.getServiced()CoverageEligibilityResponse.getServiced()ExplanationOfBenefit.AddedItemComponent.getServiced()ExplanationOfBenefit.ItemComponent.getServiced()ConceptMap.getSource()ConceptMap2.getSource()MedicationKnowledge.MedicationKnowledgeMedicineClassificationComponent.getSource()Goal.getStart()Ingredient.IngredientSubstanceStrengthReferenceStrengthComponent.getStrength()Medication.MedicationIngredientComponent.getStrength()MedicationKnowledge.MedicationKnowledgeDefinitionalIngredientComponent.getStrength()ActivityDefinition.getSubject()DataRequirement.getSubject()EventDefinition.getSubject()Library.getSubject()Measure.getSubject()PlanDefinition.getSubject()PlanDefinition.PlanDefinitionActionComponent.getSubject()SpecimenDefinition.getSubject()Substance.SubstanceIngredientComponent.getSubstance()SubstanceDefinition.SubstanceDefinitionRelationshipComponent.getSubstanceDefinition()ConceptMap.getTarget()ConceptMap2.getTarget()Specimen.SpecimenProcessingComponent.getTime()ActivityDefinition.getTiming()Claim.SupportingInformationComponent.getTiming()DeviceUsage.getTiming()ExplanationOfBenefit.SupportingInformationComponent.getTiming()PlanDefinition.PlanDefinitionActionComponent.getTiming()RequestGroup.RequestGroupActionComponent.getTiming()TriggerDefinition.getTiming()Contract.getTopic()Contract.TermComponent.getTopic()CoverageEligibilityResponse.BenefitComponent.getUsed()ExplanationOfBenefit.BenefitComponent.getUsed()AdministrableProductDefinition.AdministrableProductDefinitionPropertyComponent.getValue()AuditEvent.AuditEventEntityDetailComponent.getValue()BiologicallyDerivedProduct.BiologicallyDerivedProductPropertyComponent.getValue()Claim.SupportingInformationComponent.getValue()CodeSystem.ConceptPropertyComponent.getValue()ConceptMap2.OtherElementComponent.getValue()ConditionDefinition.ConditionDefinitionPreconditionComponent.getValue()Contract.AnswerComponent.getValue()Coverage.CostToBeneficiaryComponent.getValue()DataRequirement.DataRequirementDateFilterComponent.getValue()Device.DevicePropertyComponent.getValue()DeviceDefinition.DeviceDefinitionPropertyComponent.getValue()DeviceRequest.DeviceRequestParameterComponent.getValue()ElementDefinition.ElementDefinitionExampleComponent.getValue()EvidenceReport.EvidenceReportSubjectCharacteristicComponent.getValue()EvidenceVariable.EvidenceVariableCategoryComponent.getValue()ExplanationOfBenefit.SupportingInformationComponent.getValue()Extension.getValue()Group.GroupCharacteristicComponent.getValue()ManufacturedItemDefinition.ManufacturedItemDefinitionPropertyComponent.getValue()MeasureReport.StratifierGroupComponent.getValue()MeasureReport.StratifierGroupComponentComponent.getValue()MedicationKnowledge.MedicationKnowledgeDefinitionalDrugCharacteristicComponent.getValue()MedicationKnowledge.MedicationKnowledgeIndicationGuidelineDosingGuidelinePatientCharacteristicComponent.getValue()MedicinalProductDefinition.MedicinalProductDefinitionCharacteristicComponent.getValue()NutritionProduct.NutritionProductProductCharacteristicComponent.getValue()Observation.getValue()Observation.ObservationComponentComponent.getValue()PackagedProductDefinition.PackagedProductDefinitionPackagePropertyComponent.getValue()Parameters.ParametersParameterComponent.getValue()Questionnaire.QuestionnaireItemAnswerOptionComponent.getValue()Questionnaire.QuestionnaireItemInitialComponent.getValue()QuestionnaireResponse.QuestionnaireResponseItemAnswerComponent.getValue()StructureMap.StructureMapGroupRuleTargetParameterComponent.getValue()SubstanceDefinition.SubstanceDefinitionPropertyComponent.getValue()SupplyRequest.SupplyRequestParameterComponent.getValue()Task.ParameterComponent.getValue()Task.TaskOutputComponent.getValue()UsageContext.getValue()ValueSet.ConceptPropertyComponent.getValue()ValueSet.ValueSetExpansionParameterComponent.getValue()RiskAssessment.RiskAssessmentPredictionComponent.getWhen()protected DataTypeBase64BinaryType.typedCopy()protected DataTypePrimitiveType.typedCopy()Methods in org.hl7.fhir.r5.model that return types with arguments of type DataTypeMethods in org.hl7.fhir.r5.model with parameters of type DataTypeModifier and TypeMethodDescriptionvoidDomainResource.addExtension(String url, DataType value) voidElement.addExtension(String url, DataType value) voidBackboneElement.addModifierExtension(String url, DataType value) Parameters.addParameter(String name, DataType v) voidDataType.copyValues(DataType dst) static ExtensionFactory.newExtension(String uri, DataType value, boolean evenIfNull) Condition.setAbatement(DataType value) Specimen.SpecimenContainerComponent.setAdditive(DataType value) SpecimenDefinition.SpecimenDefinitionTypeTestedContainerAdditiveComponent.setAdditive(DataType value) CoverageEligibilityResponse.BenefitComponent.setAllowed(DataType value) ExplanationOfBenefit.BenefitComponent.setAllowed(DataType value) MedicationRequest.MedicationRequestSubstitutionComponent.setAllowed(DataType value) SubstanceReferenceInformation.SubstanceReferenceInformationTargetComponent.setAmount(DataType value) ArtifactAssessment.setArtifact(DataType value) Dosage.setAsNeeded(DataType value) ServiceRequest.setAsNeeded(DataType value) Invoice.InvoiceLineItemComponent.setChargeItem(DataType value) BiologicallyDerivedProduct.BiologicallyDerivedProductCollectionComponent.setCollected(DataType value) Specimen.SpecimenCollectionComponent.setCollected(DataType value) Ingredient.IngredientSubstanceStrengthComponent.setConcentration(DataType value) Communication.CommunicationPayloadComponent.setContent(DataType value) CommunicationRequest.CommunicationRequestPayloadComponent.setContent(DataType value) Contract.ComputableLanguageComponent.setContent(DataType value) Contract.FriendlyLanguageComponent.setContent(DataType value) Contract.LegalLanguageComponent.setContent(DataType value) CareTeam.CareTeamParticipantComponent.setCoverage(DataType value) FamilyMemberHistory.setDeceased(DataType value) Patient.setDeceased(DataType value) Person.setDeceased(DataType value) Practitioner.setDeceased(DataType value) ElementDefinition.setDefaultValue(DataType value) EvidenceVariable.EvidenceVariableCharacteristicComponent.setDefinition(DataType value) PlanDefinition.PlanDefinitionActionComponent.setDefinition(DataType value) Claim.DiagnosisComponent.setDiagnosis(DataType value) CoverageEligibilityRequest.DiagnosisComponent.setDiagnosis(DataType value) ExplanationOfBenefit.DiagnosisComponent.setDiagnosis(DataType value) ClinicalImpression.setEffective(DataType value) DiagnosticReport.setEffective(DataType value) MedicationUsage.setEffective(DataType value) Observation.setEffective(DataType value) ImplementationGuide.ImplementationGuideDefinitionResourceComponent.setExample(DataType value) ImplementationGuide.ManifestResourceComponent.setExample(DataType value) static voidExtensionHelper.setExtension(Element element, boolean modifier, String uri, DataType value) set the value of an extension on the element.Specimen.SpecimenCollectionComponent.setFastingStatus(DataType value) DetectedIssue.setIdentified(DataType value) ResearchStudy.ResearchStudyComparisonGroupComponent.setIdentifier(DataType value) Immunization.setInformationSource(DataType value) AdverseEvent.AdverseEventSuspectEntityComponent.setInstance(DataType value) Observation.setInstantiates(DataType value) Contract.setLegallyBinding(DataType value) Claim.AccidentComponent.setLocation(DataType value) Claim.ItemComponent.setLocation(DataType value) ClaimResponse.AddedItemComponent.setLocation(DataType value) ExplanationOfBenefit.AccidentComponent.setLocation(DataType value) ExplanationOfBenefit.AddedItemComponent.setLocation(DataType value) ExplanationOfBenefit.ItemComponent.setLocation(DataType value) DeviceDefinition.setManufacturer(DataType value) ElementDefinition.setMaxValue(DataType value) MeasureReport.MeasureReportGroupComponent.setMeasureScore(DataType value) MeasureReport.StratifierGroupComponent.setMeasureScore(DataType value) SpecimenDefinition.SpecimenDefinitionTypeTestedContainerComponent.setMinimumVolume(DataType value) ElementDefinition.setMinValue(DataType value) Patient.setMultipleBirth(DataType value) AuditEvent.AuditEventAgentComponent.setNetwork(DataType value) MedicationAdministration.setOccurence(DataType value) AuditEvent.setOccurred(DataType value) Provenance.setOccurred(DataType value) AdverseEvent.setOccurrence(DataType value) ChargeItem.setOccurrence(DataType value) CommunicationRequest.setOccurrence(DataType value) Contract.ActionComponent.setOccurrence(DataType value) DeviceRequest.setOccurrence(DataType value) Immunization.setOccurrence(DataType value) NutritionIntake.setOccurrence(DataType value) Procedure.setOccurrence(DataType value) RiskAssessment.setOccurrence(DataType value) ServiceRequest.setOccurrence(DataType value) SupplyDelivery.setOccurrence(DataType value) SupplyRequest.setOccurrence(DataType value) Parameters.setParameter(String name, DataType v) ElementDefinition.setPattern(DataType value) FamilyMemberHistory.FamilyMemberHistoryProcedureComponent.setPerformed(DataType value) Ingredient.IngredientSubstanceStrengthComponent.setPresentation(DataType value) RiskAssessment.RiskAssessmentPredictionComponent.setProbability(DataType value) Claim.ProcedureComponent.setProcedure(DataType value) ExplanationOfBenefit.ProcedureComponent.setProcedure(DataType value) ActivityDefinition.setProduct(DataType value) CarePlan.CarePlanActivityPlannedActivityDetailComponent.setProduct(DataType value) ServiceRequest.setQuantity(DataType value) CarePlan.CarePlanActivityPlannedActivityDetailComponent.setReported(DataType value) NutritionIntake.setReported(DataType value) Procedure.setReported(DataType value) CarePlan.CarePlanActivityPlannedActivityDetailComponent.setScheduled(DataType value) Claim.ItemComponent.setServiced(DataType value) ClaimResponse.AddedItemComponent.setServiced(DataType value) CoverageEligibilityRequest.setServiced(DataType value) CoverageEligibilityResponse.setServiced(DataType value) ExplanationOfBenefit.AddedItemComponent.setServiced(DataType value) ExplanationOfBenefit.ItemComponent.setServiced(DataType value) Ingredient.IngredientSubstanceStrengthReferenceStrengthComponent.setStrength(DataType value) Medication.MedicationIngredientComponent.setStrength(DataType value) MedicationKnowledge.MedicationKnowledgeDefinitionalIngredientComponent.setStrength(DataType value) ActivityDefinition.setSubject(DataType value) DataRequirement.setSubject(DataType value) EventDefinition.setSubject(DataType value) Library.setSubject(DataType value) Measure.setSubject(DataType value) PlanDefinition.PlanDefinitionActionComponent.setSubject(DataType value) PlanDefinition.setSubject(DataType value) SpecimenDefinition.setSubject(DataType value) Substance.SubstanceIngredientComponent.setSubstance(DataType value) SubstanceDefinition.SubstanceDefinitionRelationshipComponent.setSubstanceDefinition(DataType value) AdministrableProductDefinition.AdministrableProductDefinitionPropertyComponent.setValue(DataType value) abstract ExtensionMedicationKnowledge.MedicationKnowledgeDefinitionalDrugCharacteristicComponent.setValue(DataType value) MedicationKnowledge.MedicationKnowledgeIndicationGuidelineDosingGuidelinePatientCharacteristicComponent.setValue(DataType value) MedicinalProductDefinition.MedicinalProductDefinitionCharacteristicComponent.setValue(DataType value) PackagedProductDefinition.PackagedProductDefinitionPackagePropertyComponent.setValue(DataType value) Constructors in org.hl7.fhir.r5.model with parameters of type DataTypeModifierConstructorDescriptionConstructorConstructorConstructorConstructorAdverseEventSuspectEntityComponent(DataType instance) ConstructorAnswerComponent(DataType value) ConstructorArtifactAssessment(DataType artifact) ConstructorAuditEventEntityDetailComponent(CodeableConcept type, DataType value) ConstructorConstructorConstructorConstructorCommunicationPayloadComponent(DataType content) ConstructorConstructorComputableLanguageComponent(DataType content) ConstructorConceptPropertyComponent(String code, DataType value) ConstructorConceptPropertyComponent(String code, DataType value) ConstructorConstructorDiagnosisComponent(int sequence, DataType diagnosis) ConstructorDiagnosisComponent(int sequence, DataType diagnosis) ConstructorElementDefinitionExampleComponent(String label, DataType value) ConstructorConstructorEvidenceVariableCharacteristicComponent(DataType definition) ConstructorFriendlyLanguageComponent(DataType content) ConstructorGroupCharacteristicComponent(CodeableConcept code, DataType value, boolean exclude) ConstructorGuidanceResponse(DataType module, GuidanceResponse.GuidanceResponseStatus status) ConstructorImmunization(Immunization.ImmunizationStatusCodes status, CodeableConcept vaccineCode, Reference patient, DataType occurrence) ConstructorImplementationGuideDefinitionPageComponent(DataType name, String title, ImplementationGuide.GuidePageGeneration generation) ConstructorConstructorInvoiceLineItemComponent(DataType chargeItem) ConstructorLegalLanguageComponent(DataType content) ConstructorMedicationAdministration(MedicationAdministration.MedicationAdministrationStatusCodes status, CodeableReference medication, Reference subject, DataType occurence) ConstructorMedicationKnowledgeCostComponent(CodeableConcept type, DataType cost) ConstructorConstructorMessageDefinition(Enumerations.PublicationStatus status, Date date, DataType event) ConstructorMessageHeader(DataType event, MessageHeader.MessageSourceComponent source) ConstructorConstructorOtherElementComponent(String property, DataType value) ConstructorParameterComponent(CodeableConcept type, DataType value) ConstructorProcedureComponent(int sequence, DataType procedure) ConstructorProcedureComponent(int sequence, DataType procedure) ConstructorConstructorQuestionnaireItemEnableWhenComponent(String question, Questionnaire.QuestionnaireItemOperator operator, DataType answer) ConstructorConstructorConstructorConstructorStratifierGroupComponentComponent(CodeableConcept code, DataType value) ConstructorConstructorSubstanceIngredientComponent(DataType substance) ConstructorTaskOutputComponent(CodeableConcept type, DataType value) ConstructorUsageContext(Coding code, DataType value) Constructor -
Uses of DataType in org.hl7.fhir.r5.patterns
Methods in org.hl7.fhir.r5.patterns that return DataTypeModifier and TypeMethodDescriptionFivews.addWhere()Fivews.addWhy()Fivews.getDone()Event.getOccurrence()Request.getOccurrence()Event.getReported()Request.getReported()ActivityDefinitionDefinitionImpl.getSubject()Definition.getSubject()Fivews.getWhat()Fivews.getWhereFirstRep()Fivews.getWhyFirstRep()Methods in org.hl7.fhir.r5.patterns that return types with arguments of type DataTypeMethods in org.hl7.fhir.r5.patterns with parameters of type DataTypeModifier and TypeMethodDescriptionEvent.setOccurrence(DataType value) Request.setOccurrence(DataType value) Event.setReported(DataType value) Request.setReported(DataType value) ActivityDefinitionDefinitionImpl.setSubject(DataType value) Definition.setSubject(DataType value) Method parameters in org.hl7.fhir.r5.patterns with type arguments of type DataType -
Uses of DataType in org.hl7.fhir.r5.renderers
Methods in org.hl7.fhir.r5.renderers with parameters of type DataType -
Uses of DataType in org.hl7.fhir.r5.terminologies
Methods in org.hl7.fhir.r5.terminologies that return DataTypeModifier and TypeMethodDescriptionstatic DataTypeCodeSystemUtilities.readProperty(CodeSystem.ConceptDefinitionComponent concept, String code) -
Uses of DataType in org.hl7.fhir.r5.utils
Methods in org.hl7.fhir.r5.utils that return DataTypeModifier and TypeMethodDescriptionstatic DataTypeToolingExtensions.getAllowedUnits(ElementDefinition eld) Methods in org.hl7.fhir.r5.utils that return types with arguments of type DataTypeModifier and TypeMethodDescriptionstatic PrimitiveType<DataType>ToolingExtensions.readPrimitiveExtension(DomainResource c, String uri)