
Uses of Class
org.hl7.fhir.r5.model.DataType
Packages that use DataType
Package
Description
-
Uses of DataType in org.hl7.fhir.r5.comparison
Methods in org.hl7.fhir.r5.comparison with parameters of type DataTypeModifier and TypeMethodDescriptionprotected booleanCanonicalResourceComparer.compareDataTypesWithTracking(String name, DataType l, DataType r, Map<String, StructuralMatch<String>> comp, org.hl7.fhir.utilities.validation.ValidationMessage.IssueSeverity level, CanonicalResourceComparer.CanonicalResourceComparison<? extends CanonicalResource> res, Base parent) Method parameters in org.hl7.fhir.r5.comparison with type arguments of type DataTypeModifier and TypeMethodDescriptionprotected booleanCanonicalResourceComparer.compareDataTypesWithTracking(String name, List<? extends DataType> ll, List<? extends DataType> rl, Map<String, StructuralMatch<String>> comp, org.hl7.fhir.utilities.validation.ValidationMessage.IssueSeverity level, CanonicalResourceComparer.CanonicalResourceComparison<? extends CanonicalResource> res, Base parent) -
Uses of DataType in org.hl7.fhir.r5.conformance
Methods in org.hl7.fhir.r5.conformance that return DataTypeModifier and TypeMethodDescriptionMethods in org.hl7.fhir.r5.conformance with parameters of type DataType -
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.extensions
Methods in org.hl7.fhir.r5.extensions with type parameters of type DataTypeModifier and TypeMethodDescriptionstatic <T extends DataType>
TExtensionUtilities.getExtension(Class<T> class_, Base context, String url) ExtensionUtilities.getExtensionList(Class<T> class_, Base context, String url) Methods in org.hl7.fhir.r5.extensions that return DataTypeModifier and TypeMethodDescriptionstatic DataTypeExtensionUtilities.getAllowedUnits(ElementDefinition eld) static DataTypeExtensionUtilities.getExtensionValue(List<Extension> extensions, String url) Methods in org.hl7.fhir.r5.extensions that return types with arguments of type DataTypeModifier and TypeMethodDescriptionstatic PrimitiveType<DataType> ExtensionUtilities.readPrimitiveExtension(DomainResource c, String uri) Methods in org.hl7.fhir.r5.extensions with parameters of type DataTypeModifier and TypeMethodDescriptionstatic ExtensionExtensionUtilities.addExtension(Base context, String url, DataType value) static ExtensionExtensionUtilities.setExtension(Base context, String url, DataType value) -
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) protected DataTypeJsonParserBase.parseNativePrimitive(com.google.gson.JsonObject json, String string) protected DataTypeXmlParserBase.parseNativePrimitive(org.xmlpull.v1.XmlPullParser xpp) 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. rootName is ignored in the JSON formatvoidJsonParserBase.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. rootName is ignored in the JSON formatbyte[]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) protected voidJsonParserBase.composeNativePrimitive(String string, DataType defaultValue) protected voidXmlParserBase.composeNativePrimitive(String string, DataType defaultValue) 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. rootName is ignored in the JSON formatParserBase.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 TypeClassDescriptionclassAddress Type: An address expressed using postal conventions (as opposed to GPS or other location definition formats).classAge Type: A duration of time during which an organism (or a process) has existed.classAnnotation Type: A text note which also contains information about who made the statement and when.classAttachment Type: For referring to data content defined in other formats.classAvailability Type: Availability data for an {item}.classBackboneType 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...classCodeableConcept Type: A concept that may be defined by a formal reference to a terminology or ontology or may be provided by text.classCodeableReference Type: A reference to a resource (by instance), or instead, a reference to a concept defined in a terminology or ontology (by class).classPrimitive type "code" in FHIR, when not bound to an enumerated list of codesclassCoding Type: A reference to a code defined by a terminology system.classContactDetail Type: Specifies contact information for a person or organization.classContactPoint Type: Details for all kinds of technology mediated contact points for a person or organization, including telephone, email, etc.classContributor Type: A contributor to the content of a knowledge asset, including authors, editors, reviewers, and endorsers.classCount Type: A measured amount (or an amount that can potentially be measured).classDataRequirement 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 numberclassDistance Type: A length - a value with a unit that is a physical distance.classDosage Type: Indicates how the medication is/was taken or should be taken by the patient.classDuration Type: A length of time.classElementDefinition 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 valuesclassExpression Type: A expression that is evaluated in a specified context and returns a value.classExtendedContactDetail Type: Specifies contact information for a specific purpose over a period of time, might be handled/monitored by a specific named person or organization.classExtension Type: Optional Extension Element - found in all resources.classHumanName Type: A name, normally of a human, that can be used for other living entities (e.g. animals but not organizations) that have been assigned names by a human and may need the use of name parts or the need for usage information.classIdentifier 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 codesclassMarketingStatus 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.classMeta Type: The metadata about a resource.classMonetaryComponent Type: Availability data for an {item}.classMoney Type: An amount of economic utility in some recognized currency.classA measured amount (or an amount that can potentially be measured).classNarrative 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.classParameterDefinition Type: The parameters to the module.classPeriod Type: A time period defined by a start and end date and optionally time.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.classProductShelfLife Type: The shelf-life and storage information for a medicinal product item or container can be described using this class.classQuantity Type: A measured amount (or an amount that can potentially be measured).classRange Type: A set of ordered Quantities defined by a low and high limit.classRatio Type: A relationship of two Quantity values - expressed as a numerator and a denominator.classRatioRange Type: A range of ratios expressed as a low and high numerator and a denominator.classReference Type: A reference from one resource to another.classRelatedArtifact Type: Related artifacts such as additional documentation, justification, or bibliographic references.classSampledData Type: A series of measurements taken by a device, with upper and lower limits.classclassSignature 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.classTiming Type: Specifies an event that may occur multiple times.classTriggerDefinition 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...classUsageContext Type: Specifies clinical/business/etc. metadata that can be used to retrieve, index and/or categorize an artifact.classclassVirtualServiceDetail Type: Virtual Service Contact Details.classFields 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 DataTypeRequestOrchestration.RequestOrchestrationActionParticipantComponent.actorA reference to the actual participant.protected DataTypeSpecimenDefinition.SpecimenDefinitionTypeTestedContainerAdditiveComponent.additiveSubstance introduced in the kind of container to preserve, maintain or enhance the specimen.protected DataTypeVirtualServiceDetail.addressWhat address or number needs to be used for a user to connect to the virtual service to join.protected DataTypeFamilyMemberHistory.ageThe age of the relative at the time the family member history is recorded.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 DataTypeActivityDefinition.asNeededIf a CodeableConcept is present, it indicates the pre-condition for performing the service.protected DataTypePlanDefinition.asNeededIf a CodeableConcept is present, it indicates the pre-condition for performing the service.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 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 DataTypePlanDefinition.PlanDefinitionActionComponent.definitionA reference to an ActivityDefinition that describes the action to be taken in detail, a MessageDefinition describing a message to be snet, a PlanDefinition that describes a series of actions to be taken, a Questionnaire that should be filled out, a SpecimenDefinition describing a specimen to be collected, or an ObservationDefinition that specifies what observation should be captured.protected DataTypeRequestOrchestration.RequestOrchestrationActionComponent.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, a SpecimenDefinition describing a specimen to be collected, 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. 150 pounds, 7.0%.protected DataTypePlanDefinition.PlanDefinitionGoalTargetComponent.detailThe target value of the measure to be achieved to signify fulfillment of the goal, e.g. 150 pounds or 7.0%, or in the case of pharmaceutical quality - NMT 0.6%, Clear solution, etc.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 DataTypeClinicalUseDefinition.ClinicalUseDefinitionIndicationComponent.durationTiming or duration information, that may be associated with use with the indicated condition e.g.protected DataTypeEvidenceVariable.EvidenceVariableCharacteristicComponent.durationLength of time in which the characteristic is 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 DataTypeMedicationStatement.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 MedicationStatement.adherence element is Not Taking).protected DataTypeObservation.effectiveThe time or time-period the observed value is asserted as being true.protected DataTypeMessageHeader.MessageDestinationComponent.endpointIndicates where the message should be routed.protected DataTypeMessageHeader.MessageSourceComponent.endpointIdentifies the routing target to send acknowledgements to.protected DataTypeContract.ValuedItemComponent.entitySpecific type of Contract Valued Item that may be priced.protected DataTypeEvidenceVariable.EvidenceVariableCharacteristicTimeFromEventComponent.eventThe event used as a base point (reference point) in time.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 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, if present.protected DataTypeGenomicStudy.GenomicStudyAnalysisInputComponent.generatedByThe analysis event or other GenomicStudy that generated this input file.protected DataTypeDetectedIssue.identifiedThe date or period when the detected issue was initially identified.protected DataTypeAdverseEvent.AdverseEventSuspectEntityComponent.instanceIdentifies the actual instance of what caused the adverse event.protected DataTypeEvidenceVariable.EvidenceVariableCharacteristicComponent.instancesNumber of occurrences meeting the characteristic.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 DataTypeServiceRequest.ServiceRequestPatientInstructionComponent.instructionInstructions in terms that are understood by the patient or consumer.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, product, food, substance etc. or laboratory test that interacts.protected DataTypeSupplyDelivery.SupplyDeliverySuppliedItemComponent.itemIdentifies the medication, substance, device or biologically derived product being supplied.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 DataTypeTestReport.SetupActionAssertRequirementComponent.linkLink or reference providing traceability to the testing requirement for this test.protected DataTypeTestScript.SetupActionAssertRequirementComponent.linkLink or reference providing traceability to the testing requirement for this test.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 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 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 DataTypeRequestOrchestration.RequestOrchestrationActionRelatedActionComponent.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 each occurrence of the element in the instance SHALL follow - that is, any value in the pattern must be found in the instance, if the element has a value.protected DataTypeFamilyMemberHistory.FamilyMemberHistoryProcedureComponent.performedEstimated or actual date, date-time, period, or age when the procedure was performed.protected DataTypeInvoice.periodDate/time(s) range of services included in this invoice.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 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. 60 mL per hour, according to the specified schedule.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 DataTypeMolecularSequence.MolecularSequenceRelativeStartingSequenceComponent.sequenceThe reference sequence that represents the starting sequence.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 DataTypeInvoice.InvoiceLineItemComponent.servicedDate/time(s) range when this service was delivered or completed.protected DataTypeImplementationGuide.ImplementationGuideDefinitionPageComponent.sourceIndicates the URL or the actual content to provide for the page.protected DataTypeMedicationKnowledge.MedicationKnowledgeMedicineClassificationComponent.sourceEither a textual source of the classification or a reference to an online source.protected DataTypeTestPlan.TestPlanTestCaseTestDataComponent.sourcePointer to a definition of test resources - narrative or structured e.g. synthetic data generation, etc.protected DataTypeTestPlan.TestPlanTestCaseTestRunScriptComponent.sourceThe actual content of the cases - references to TestScripts or externally defined content.protected DataTypeConceptMap.sourceScopeIdentifier for the source value set that contains the concepts that are being mapped and provides context for the mappings.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 DataTypeExampleScenario.ExampleScenarioInstanceComponent.structureProfileRefers to a profile, template or other ruleset the instance adheres to.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.MeasureGroupComponent.subjectThe intended subjects for the measure.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 DataTypePaymentReconciliation.PaymentReconciliationAllocationComponent.targetItemIdentifies the claim line item, encounter or other sub-element being paid.protected DataTypeConceptMap.targetScopeIdentifier for the target value set that provides important context about how the mapping choices are made.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 DataTypeRequestOrchestration.RequestOrchestrationActionComponent.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. including references to the data or the actual inclusion of the data.protected DataTypeCodeSystem.ConceptPropertyComponent.valueThe value of this property.protected DataTypeConceptMap.MappingPropertyComponent.valueThe value of this property.protected DataTypeConceptMap.OtherElementComponent.valueData element value that the map depends on / produces.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, warranty 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 DataTypeDataRequirement.DataRequirementValueFilterComponent.valueThe value of the filter.protected DataTypeDevice.DevicePropertyComponent.valueThe value of the property specified by the associated property.type code.protected DataTypeDeviceDefinition.DeviceDefinitionPropertyComponent.valueThe value of the property specified by the associated property.type code.protected DataTypeDeviceRequest.DeviceRequestParameterComponent.valueThe value of the device detail.protected DataTypeDocumentReference.DocumentReferenceContentProfileComponent.valueCode|uri|canonical.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 DataTypeEvidenceVariable.EvidenceVariableCharacteristicDefinitionByTypeAndValueComponent.valueDefines the characteristic when paired with characteristic.type.protected DataTypeExplanationOfBenefit.SupportingInformationComponent.valueAdditional data or information such as resources, documents, images etc. including references to the data or the actual inclusion of the data.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 DataTypeInventoryItem.InventoryItemCharacteristicComponent.valueThe value of the attribute.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. height, weight, gender, etc.).protected DataTypeMedicationKnowledge.MedicationKnowledgeStorageGuidelineEnvironmentalSettingComponent.valueValue associated to the setting.protected DataTypeMedicinalProductDefinition.MedicinalProductDefinitionCharacteristicComponent.valueA value for the characteristic.text.protected DataTypeNutritionProduct.NutritionProductCharacteristicComponent.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.PackagedProductDefinitionPackagingPropertyComponent.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 DataTypeServiceRequest.ServiceRequestOrderDetailParameterComponent.valueIndicates a value for the order detail.protected DataTypeStructureMap.StructureMapGroupRuleTargetParameterComponent.valueParameter value - variable or literal.protected DataTypeSubstanceDefinition.SubstanceDefinitionPropertyComponent.valueA value for the property.protected DataTypeSupplyRequest.SupplyRequestParameterComponent.valueThe value of the device detail.protected DataTypeTask.TaskInputComponent.valueThe value of the input parameter as a basic type.protected DataTypeTask.TaskOutputComponent.valueThe value of the Output parameter as a basic type.protected DataTypeTransport.ParameterComponent.valueThe value of the input parameter as a basic type.protected DataTypeTransport.TransportOutputComponent.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.ConceptSubPropertyComponent.valueThe value of this subproperty.protected DataTypeValueSet.ValueSetExpansionParameterComponent.valueThe value of the parameter.protected DataTypeActivityDefinition.versionAlgorithmIndicates the mechanism used to compare versions to determine which is more current.protected DataTypeActorDefinition.versionAlgorithmIndicates the mechanism used to compare versions to determine which is more current.protected DataTypeCapabilityStatement.versionAlgorithmIndicates the mechanism used to compare versions to determine which is more current.protected DataTypeChargeItemDefinition.versionAlgorithmIndicates the mechanism used to compare versions to determine which is more current.protected DataTypeCitation.versionAlgorithmIndicates the mechanism used to compare versions to determine which is more current.protected DataTypeCodeSystem.versionAlgorithmIndicates the mechanism used to compare versions to determine which CodeSystem is more current.protected DataTypeCompartmentDefinition.versionAlgorithmIndicates the mechanism used to compare versions to determine which is more current.protected DataTypeConceptMap.versionAlgorithmIndicates the mechanism used to compare versions to determine which ConceptMap is more current.protected DataTypeConditionDefinition.versionAlgorithmIndicates the mechanism used to compare versions to determine which is more current.protected DataTypeEventDefinition.versionAlgorithmIndicates the mechanism used to compare versions to determine which is more current.protected DataTypeEvidence.versionAlgorithmIndicates the mechanism used to compare versions to determine which is more current.protected DataTypeEvidenceVariable.versionAlgorithmIndicates the mechanism used to compare versions to determine which is more current.protected DataTypeExampleScenario.versionAlgorithmIndicates the mechanism used to compare versions to determine which is more current.protected DataTypeGraphDefinition.versionAlgorithmIndicates the mechanism used to compare versions to determine which is more current.protected DataTypeImplementationGuide.versionAlgorithmIndicates the mechanism used to compare versions to determine which is more current.protected DataTypeLibrary.versionAlgorithmIndicates the mechanism used to compare versions to determine which is more current.protected DataTypeMeasure.versionAlgorithmIndicates the mechanism used to compare versions to determine which is more current.protected DataTypeMessageDefinition.versionAlgorithmIndicates the mechanism used to compare versions to determine which is more current.protected DataTypeNamingSystem.versionAlgorithmIndicates the mechanism used to compare versions to determine which NamingSystem is more current.protected DataTypeObservationDefinition.versionAlgorithmIndicates the mechanism used to compare versions to determine which is more current.protected DataTypeOperationDefinition.versionAlgorithmIndicates the mechanism used to compare versions to determine which is more current.protected DataTypePlanDefinition.versionAlgorithmIndicates the mechanism used to compare versions to determine which is more current.protected DataTypeQuestionnaire.versionAlgorithmIndicates the mechanism used to compare versions to determine which is more current.protected DataTypeRequirements.versionAlgorithmIndicates the mechanism used to compare versions to determine which is more current.protected DataTypeSearchParameter.versionAlgorithmIndicates the mechanism used to compare versions to determine which is more current.protected DataTypeSpecimenDefinition.versionAlgorithmIndicates the mechanism used to compare versions to determine which is more current.protected DataTypeStructureDefinition.versionAlgorithmIndicates the mechanism used to compare versions to determine which is more current.protected DataTypeStructureMap.versionAlgorithmIndicates the mechanism used to compare versions to determine which is more current.protected DataTypeSubscriptionTopic.versionAlgorithmIndicates the mechanism used to compare versions to determine which is more current.protected DataTypeTerminologyCapabilities.versionAlgorithmIndicates the mechanism used to compare versions to determine which is more current.protected DataTypeTestPlan.versionAlgorithmIndicates the mechanism used to compare versions to determine which is more current.protected DataTypeTestScript.versionAlgorithmIndicates the mechanism used to compare versions to determine which is more current.protected DataTypeValueSet.versionAlgorithmIndicates the mechanism used to compare versions to determine which ValueSet is more current.protected DataTypeClaim.ClaimEventComponent.whenA date or period in the past or future indicating when the event occurred or is expectd to occur.protected DataTypeClaimResponse.ClaimResponseEventComponent.whenA date or period in the past or future indicating when the event occurred or is expectd to occur.protected DataTypeCoverageEligibilityRequest.CoverageEligibilityRequestEventComponent.whenA date or period in the past or future indicating when the event occurred or is expectd to occur.protected DataTypeCoverageEligibilityResponse.CoverageEligibilityResponseEventComponent.whenA date or period in the past or future indicating when the event occurred or is expectd to occur.protected DataTypeExplanationOfBenefit.ExplanationOfBenefitEventComponent.whenA date or period in the past or future indicating when the event occurred or is expectd to occur.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()RequestOrchestration.RequestOrchestrationActionParticipantComponent.getActor()SpecimenDefinition.SpecimenDefinitionTypeTestedContainerAdditiveComponent.getAdditive()VirtualServiceDetail.getAddress()FamilyMemberHistory.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()ActivityDefinition.getAsNeeded()PlanDefinition.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()PlanDefinition.PlanDefinitionActionComponent.getDefinition()RequestOrchestration.RequestOrchestrationActionComponent.getDefinition()Goal.GoalTargetComponent.getDetail()PlanDefinition.PlanDefinitionGoalTargetComponent.getDetail()Claim.DiagnosisComponent.getDiagnosis()CoverageEligibilityRequest.DiagnosisComponent.getDiagnosis()ExplanationOfBenefit.DiagnosisComponent.getDiagnosis()Dosage.DosageDoseAndRateComponent.getDose()Goal.GoalTargetComponent.getDue()ClinicalUseDefinition.ClinicalUseDefinitionIndicationComponent.getDuration()EvidenceVariable.EvidenceVariableCharacteristicComponent.getDuration()ClinicalImpression.getEffective()DiagnosticReport.getEffective()MedicationStatement.getEffective()Observation.getEffective()MessageHeader.MessageDestinationComponent.getEndpoint()MessageHeader.MessageSourceComponent.getEndpoint()Contract.ValuedItemComponent.getEntity()EvidenceVariable.EvidenceVariableCharacteristicTimeFromEventComponent.getEvent()MessageDefinition.getEvent()MessageHeader.getEvent()Specimen.SpecimenCollectionComponent.getFastingStatus()ElementDefinition.getFixed()ElementDefinition.getFixedOrPattern()GenomicStudy.GenomicStudyAnalysisInputComponent.getGeneratedBy()DetectedIssue.getIdentified()AdverseEvent.AdverseEventSuspectEntityComponent.getInstance()EvidenceVariable.EvidenceVariableCharacteristicComponent.getInstances()Observation.getInstantiates()ServiceRequest.ServiceRequestPatientInstructionComponent.getInstruction()AdverseEvent.AdverseEventContributingFactorComponent.getItem()AdverseEvent.AdverseEventMitigatingActionComponent.getItem()AdverseEvent.AdverseEventPreventiveActionComponent.getItem()AdverseEvent.AdverseEventSupportingInfoComponent.getItem()ClinicalUseDefinition.ClinicalUseDefinitionInteractionInteractantComponent.getItem()SupplyDelivery.SupplyDeliverySuppliedItemComponent.getItem()Contract.getLegallyBinding()TestReport.SetupActionAssertRequirementComponent.getLink()TestScript.SetupActionAssertRequirementComponent.getLink()Claim.AccidentComponent.getLocation()Claim.ItemComponent.getLocation()ClaimResponse.AddedItemComponent.getLocation()ExplanationOfBenefit.AccidentComponent.getLocation()ExplanationOfBenefit.AddedItemComponent.getLocation()ExplanationOfBenefit.ItemComponent.getLocation()ElementDefinition.getMaxValue()MeasureReport.MeasureReportGroupComponent.getMeasureScore()MeasureReport.StratifierGroupComponent.getMeasureScore()SpecimenDefinition.SpecimenDefinitionTypeTestedContainerComponent.getMinimumVolume()ElementDefinition.getMinValue()GuidanceResponse.getModule()Patient.getMultipleBirth()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()RequestOrchestration.RequestOrchestrationActionRelatedActionComponent.getOffset()AllergyIntolerance.getOnset()Condition.getOnset()FamilyMemberHistory.FamilyMemberHistoryConditionComponent.getOnset()Parameters.getParameterValue(String name) ElementDefinition.getPattern()FamilyMemberHistory.FamilyMemberHistoryProcedureComponent.getPerformed()Invoice.getPeriod()ProductShelfLife.getPeriod()Ingredient.IngredientSubstanceStrengthComponent.getPresentation()RiskAssessment.RiskAssessmentPredictionComponent.getProbability()Claim.ProcedureComponent.getProcedure()ExplanationOfBenefit.ProcedureComponent.getProcedure()ActivityDefinition.getProduct()ServiceRequest.getQuantity()Dosage.DosageDoseAndRateComponent.getRate()MedicationAdministration.MedicationAdministrationDosageComponent.getRate()NutritionOrder.NutritionOrderEnteralFormulaAdministrationComponent.getRate()NutritionIntake.getReported()Procedure.getReported()MolecularSequence.MolecularSequenceRelativeStartingSequenceComponent.getSequence()Claim.ItemComponent.getServiced()ClaimResponse.AddedItemComponent.getServiced()CoverageEligibilityRequest.getServiced()CoverageEligibilityResponse.getServiced()ExplanationOfBenefit.AddedItemComponent.getServiced()ExplanationOfBenefit.ItemComponent.getServiced()Invoice.InvoiceLineItemComponent.getServiced()ImplementationGuide.ImplementationGuideDefinitionPageComponent.getSource()MedicationKnowledge.MedicationKnowledgeMedicineClassificationComponent.getSource()TestPlan.TestPlanTestCaseTestDataComponent.getSource()TestPlan.TestPlanTestCaseTestRunScriptComponent.getSource()ConceptMap.getSourceScope()Goal.getStart()Ingredient.IngredientSubstanceStrengthReferenceStrengthComponent.getStrength()Medication.MedicationIngredientComponent.getStrength()MedicationKnowledge.MedicationKnowledgeDefinitionalIngredientComponent.getStrength()ExampleScenario.ExampleScenarioInstanceComponent.getStructureProfile()ActivityDefinition.getSubject()DataRequirement.getSubject()EventDefinition.getSubject()Library.getSubject()Measure.getSubject()Measure.MeasureGroupComponent.getSubject()PlanDefinition.getSubject()PlanDefinition.PlanDefinitionActionComponent.getSubject()SpecimenDefinition.getSubject()Substance.SubstanceIngredientComponent.getSubstance()SubstanceDefinition.SubstanceDefinitionRelationshipComponent.getSubstanceDefinition()PaymentReconciliation.PaymentReconciliationAllocationComponent.getTargetItem()ConceptMap.getTargetScope()Specimen.SpecimenProcessingComponent.getTime()ActivityDefinition.getTiming()Claim.SupportingInformationComponent.getTiming()DeviceUsage.getTiming()ExplanationOfBenefit.SupportingInformationComponent.getTiming()PlanDefinition.PlanDefinitionActionComponent.getTiming()RequestOrchestration.RequestOrchestrationActionComponent.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()ConceptMap.MappingPropertyComponent.getValue()ConceptMap.OtherElementComponent.getValue()ConditionDefinition.ConditionDefinitionPreconditionComponent.getValue()Contract.AnswerComponent.getValue()Coverage.CostToBeneficiaryComponent.getValue()DataRequirement.DataRequirementDateFilterComponent.getValue()DataRequirement.DataRequirementValueFilterComponent.getValue()Device.DevicePropertyComponent.getValue()DeviceDefinition.DeviceDefinitionPropertyComponent.getValue()DeviceRequest.DeviceRequestParameterComponent.getValue()DocumentReference.DocumentReferenceContentProfileComponent.getValue()ElementDefinition.ElementDefinitionExampleComponent.getValue()EvidenceReport.EvidenceReportSubjectCharacteristicComponent.getValue()EvidenceVariable.EvidenceVariableCategoryComponent.getValue()EvidenceVariable.EvidenceVariableCharacteristicDefinitionByTypeAndValueComponent.getValue()ExplanationOfBenefit.SupportingInformationComponent.getValue()Extension.getValue()Group.GroupCharacteristicComponent.getValue()InventoryItem.InventoryItemCharacteristicComponent.getValue()ManufacturedItemDefinition.ManufacturedItemDefinitionPropertyComponent.getValue()MeasureReport.StratifierGroupComponent.getValue()MeasureReport.StratifierGroupComponentComponent.getValue()MedicationKnowledge.MedicationKnowledgeDefinitionalDrugCharacteristicComponent.getValue()MedicationKnowledge.MedicationKnowledgeIndicationGuidelineDosingGuidelinePatientCharacteristicComponent.getValue()MedicationKnowledge.MedicationKnowledgeStorageGuidelineEnvironmentalSettingComponent.getValue()MedicinalProductDefinition.MedicinalProductDefinitionCharacteristicComponent.getValue()NutritionProduct.NutritionProductCharacteristicComponent.getValue()Observation.getValue()Observation.ObservationComponentComponent.getValue()PackagedProductDefinition.PackagedProductDefinitionPackagingPropertyComponent.getValue()Parameters.ParametersParameterComponent.getValue()Questionnaire.QuestionnaireItemAnswerOptionComponent.getValue()Questionnaire.QuestionnaireItemInitialComponent.getValue()QuestionnaireResponse.QuestionnaireResponseItemAnswerComponent.getValue()ServiceRequest.ServiceRequestOrderDetailParameterComponent.getValue()StructureMap.StructureMapGroupRuleTargetParameterComponent.getValue()SubstanceDefinition.SubstanceDefinitionPropertyComponent.getValue()SupplyRequest.SupplyRequestParameterComponent.getValue()Task.TaskInputComponent.getValue()Task.TaskOutputComponent.getValue()Transport.ParameterComponent.getValue()Transport.TransportOutputComponent.getValue()UsageContext.getValue()ValueSet.ConceptPropertyComponent.getValue()ValueSet.ConceptSubPropertyComponent.getValue()ValueSet.ValueSetExpansionParameterComponent.getValue()ActivityDefinition.getVersionAlgorithm()ActorDefinition.getVersionAlgorithm()abstract DataTypeCanonicalResource.getVersionAlgorithm()CapabilityStatement.getVersionAlgorithm()ChargeItemDefinition.getVersionAlgorithm()Citation.getVersionAlgorithm()CodeSystem.getVersionAlgorithm()CompartmentDefinition.getVersionAlgorithm()ConceptMap.getVersionAlgorithm()ConditionDefinition.getVersionAlgorithm()EventDefinition.getVersionAlgorithm()Evidence.getVersionAlgorithm()EvidenceReport.getVersionAlgorithm()EvidenceVariable.getVersionAlgorithm()ExampleScenario.getVersionAlgorithm()GraphDefinition.getVersionAlgorithm()ImplementationGuide.getVersionAlgorithm()Library.getVersionAlgorithm()Measure.getVersionAlgorithm()MessageDefinition.getVersionAlgorithm()NamingSystem.getVersionAlgorithm()ObservationDefinition.getVersionAlgorithm()OperationDefinition.getVersionAlgorithm()PlanDefinition.getVersionAlgorithm()Questionnaire.getVersionAlgorithm()Requirements.getVersionAlgorithm()SearchParameter.getVersionAlgorithm()SpecimenDefinition.getVersionAlgorithm()StructureDefinition.getVersionAlgorithm()StructureMap.getVersionAlgorithm()SubscriptionTopic.getVersionAlgorithm()TerminologyCapabilities.getVersionAlgorithm()TestPlan.getVersionAlgorithm()TestScript.getVersionAlgorithm()ValueSet.getVersionAlgorithm()Claim.ClaimEventComponent.getWhen()ClaimResponse.ClaimResponseEventComponent.getWhen()CoverageEligibilityRequest.CoverageEligibilityRequestEventComponent.getWhen()CoverageEligibilityResponse.CoverageEligibilityResponseEventComponent.getWhen()ExplanationOfBenefit.ExplanationOfBenefitEventComponent.getWhen()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) voidValueSet.ValueSetExpansionComponent.addParameter(String name, DataType value) voidDataType.copyValues(DataType dst) static ExtensionFactory.newExtension(String uri, DataType value, boolean evenIfNull) Condition.setAbatement(DataType value) SpecimenDefinition.SpecimenDefinitionTypeTestedContainerAdditiveComponent.setAdditive(DataType value) VirtualServiceDetail.setAddress(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) ActivityDefinition.setAsNeeded(DataType value) PlanDefinition.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) PlanDefinition.PlanDefinitionActionComponent.setDefinition(DataType value) RequestOrchestration.RequestOrchestrationActionComponent.setDefinition(DataType value) Claim.DiagnosisComponent.setDiagnosis(DataType value) CoverageEligibilityRequest.DiagnosisComponent.setDiagnosis(DataType value) ExplanationOfBenefit.DiagnosisComponent.setDiagnosis(DataType value) ClinicalUseDefinition.ClinicalUseDefinitionIndicationComponent.setDuration(DataType value) EvidenceVariable.EvidenceVariableCharacteristicComponent.setDuration(DataType value) ClinicalImpression.setEffective(DataType value) DiagnosticReport.setEffective(DataType value) MedicationStatement.setEffective(DataType value) Observation.setEffective(DataType value) MessageHeader.MessageDestinationComponent.setEndpoint(DataType value) MessageHeader.MessageSourceComponent.setEndpoint(DataType value) static voidExtensionHelper.setExtension(Element element, boolean modifier, String uri, DataType value) set the value of an extension on the element. if value == null, make sure it doesn't existSpecimen.SpecimenCollectionComponent.setFastingStatus(DataType value) GenomicStudy.GenomicStudyAnalysisInputComponent.setGeneratedBy(DataType value) DetectedIssue.setIdentified(DataType value) AdverseEvent.AdverseEventSuspectEntityComponent.setInstance(DataType value) EvidenceVariable.EvidenceVariableCharacteristicComponent.setInstances(DataType value) Observation.setInstantiates(DataType value) ServiceRequest.ServiceRequestPatientInstructionComponent.setInstruction(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) 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) ServiceRequest.setQuantity(DataType value) NutritionIntake.setReported(DataType value) Procedure.setReported(DataType value) MolecularSequence.MolecularSequenceRelativeStartingSequenceComponent.setSequence(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) Invoice.InvoiceLineItemComponent.setServiced(DataType value) ConceptMap.setSourceScope(DataType value) Ingredient.IngredientSubstanceStrengthReferenceStrengthComponent.setStrength(DataType value) Medication.MedicationIngredientComponent.setStrength(DataType value) MedicationKnowledge.MedicationKnowledgeDefinitionalIngredientComponent.setStrength(DataType value) ExampleScenario.ExampleScenarioInstanceComponent.setStructureProfile(DataType value) ActivityDefinition.setSubject(DataType value) DataRequirement.setSubject(DataType value) EventDefinition.setSubject(DataType value) Library.setSubject(DataType value) Measure.MeasureGroupComponent.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) PaymentReconciliation.PaymentReconciliationAllocationComponent.setTargetItem(DataType value) ConceptMap.setTargetScope(DataType value) AdministrableProductDefinition.AdministrableProductDefinitionPropertyComponent.setValue(DataType value) abstract ExtensionEvidenceVariable.EvidenceVariableCharacteristicDefinitionByTypeAndValueComponent.setValue(DataType value) MedicationKnowledge.MedicationKnowledgeDefinitionalDrugCharacteristicComponent.setValue(DataType value) MedicationKnowledge.MedicationKnowledgeIndicationGuidelineDosingGuidelinePatientCharacteristicComponent.setValue(DataType value) MedicationKnowledge.MedicationKnowledgeStorageGuidelineEnvironmentalSettingComponent.setValue(DataType value) MedicinalProductDefinition.MedicinalProductDefinitionCharacteristicComponent.setValue(DataType value) PackagedProductDefinition.PackagedProductDefinitionPackagingPropertyComponent.setValue(DataType value) ActivityDefinition.setVersionAlgorithm(DataType value) ActorDefinition.setVersionAlgorithm(DataType value) abstract CanonicalResourceCanonicalResource.setVersionAlgorithm(DataType value) CapabilityStatement.setVersionAlgorithm(DataType value) ChargeItemDefinition.setVersionAlgorithm(DataType value) Citation.setVersionAlgorithm(DataType value) CodeSystem.setVersionAlgorithm(DataType value) CompartmentDefinition.setVersionAlgorithm(DataType value) ConceptMap.setVersionAlgorithm(DataType value) ConditionDefinition.setVersionAlgorithm(DataType value) EventDefinition.setVersionAlgorithm(DataType value) Evidence.setVersionAlgorithm(DataType value) EvidenceReport.setVersionAlgorithm(DataType value) EvidenceVariable.setVersionAlgorithm(DataType value) ExampleScenario.setVersionAlgorithm(DataType value) GraphDefinition.setVersionAlgorithm(DataType value) ImplementationGuide.setVersionAlgorithm(DataType value) Library.setVersionAlgorithm(DataType value) Measure.setVersionAlgorithm(DataType value) MessageDefinition.setVersionAlgorithm(DataType value) NamingSystem.setVersionAlgorithm(DataType value) ObservationDefinition.setVersionAlgorithm(DataType value) OperationDefinition.setVersionAlgorithm(DataType value) PlanDefinition.setVersionAlgorithm(DataType value) Questionnaire.setVersionAlgorithm(DataType value) Requirements.setVersionAlgorithm(DataType value) SearchParameter.setVersionAlgorithm(DataType value) SpecimenDefinition.setVersionAlgorithm(DataType value) StructureDefinition.setVersionAlgorithm(DataType value) StructureMap.setVersionAlgorithm(DataType value) SubscriptionTopic.setVersionAlgorithm(DataType value) TerminologyCapabilities.setVersionAlgorithm(DataType value) TestPlan.setVersionAlgorithm(DataType value) TestScript.setVersionAlgorithm(DataType value) ValueSet.setVersionAlgorithm(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) ConstructorConstructorClaimEventComponent(CodeableConcept type, DataType when) ConstructorClaimResponseEventComponent(CodeableConcept type, DataType when) ConstructorConstructorCommunicationPayloadComponent(DataType content) ConstructorConstructorComputableLanguageComponent(DataType content) ConstructorConceptPropertyComponent(String code, DataType value) ConstructorConceptPropertyComponent(String code, DataType value) ConstructorConceptSubPropertyComponent(String code, DataType value) ConstructorConstructorConstructorDeviceDefinitionPropertyComponent(CodeableConcept type, DataType value) ConstructorDevicePropertyComponent(CodeableConcept type, DataType value) ConstructorDiagnosisComponent(int sequence, DataType diagnosis) ConstructorDiagnosisComponent(int sequence, DataType diagnosis) ConstructorConstructorElementDefinitionExampleComponent(String label, DataType value) ConstructorConstructorEvidenceVariableCharacteristicDefinitionByTypeAndValueComponent(CodeableConcept type, DataType value) ConstructorConstructorFriendlyLanguageComponent(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) ConstructorIngredientSubstanceStrengthReferenceStrengthComponent(CodeableReference substance, DataType strength) ConstructorInventoryItemCharacteristicComponent(CodeableConcept characteristicType, DataType value) ConstructorInvoiceLineItemComponent(DataType chargeItem) ConstructorLegalLanguageComponent(DataType content) ConstructorMappingPropertyComponent(String code, DataType value) ConstructorMedicationAdministration(MedicationAdministration.MedicationAdministrationStatusCodes status, CodeableReference medication, Reference subject, DataType occurence) ConstructorMedicationKnowledgeCostComponent(CodeableConcept type, DataType cost) ConstructorMedicationKnowledgeStorageGuidelineEnvironmentalSettingComponent(CodeableConcept type, DataType value) ConstructorConstructorMessageDefinition(Enumerations.PublicationStatus status, Date date, DataType event) ConstructorMessageHeader(DataType event, MessageHeader.MessageSourceComponent source) ConstructorConstructorParameterComponent(CodeableConcept type, DataType value) ConstructorProcedureComponent(int sequence, DataType procedure) ConstructorProcedureComponent(int sequence, DataType procedure) ConstructorConstructorQuestionnaireItemEnableWhenComponent(String question, Questionnaire.QuestionnaireItemOperator operator, DataType answer) ConstructorConstructorConstructorConstructorConstructorStratifierGroupComponentComponent(CodeableConcept code, DataType value) ConstructorConstructorSubstanceIngredientComponent(DataType substance) ConstructorTaskInputComponent(CodeableConcept type, DataType value) ConstructorTaskOutputComponent(CodeableConcept type, DataType value) ConstructorTransportOutputComponent(CodeableConcept type, DataType value) ConstructorUsageContext(Coding code, DataType value) Constructor -
Uses of DataType in org.hl7.fhir.r5.openehr
Fields in org.hl7.fhir.r5.openehr declared as DataTypeMethods in org.hl7.fhir.r5.openehr that return DataTypeModifier and TypeMethodDescriptionWebTemplateInput.getDefaultValue()protected DataTypeOpenehrXmlParser.parseAnyType(org.xmlpull.v1.XmlPullParser xpp, String type) protected DataTypeprotected DataTypeMethods in org.hl7.fhir.r5.openehr with parameters of type DataTypeModifier and TypeMethodDescriptionprotected voidOpenehrXmlParser.composeType(String prefix, DataType type) WebTemplateInput.setDefaultValue(DataType value) Constructors in org.hl7.fhir.r5.openehr with parameters of type DataType -
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.profilemodel
Methods in org.hl7.fhir.r5.profilemodel that return DataTypeMethods in org.hl7.fhir.r5.profilemodel with parameters of type DataType -
Uses of DataType in org.hl7.fhir.r5.renderers
Methods in org.hl7.fhir.r5.renderers with parameters of type DataTypeModifier and TypeMethodDescriptionstatic StringDataRenderer.display(IWorkerContext context, DataType type) DataRenderer.displayDataType(DataType type) booleanDataRenderer.hasRenderableExtensions(DataType element) protected ResourceWrapperprotected ResourceWrapperRenderer.wrapWC(ResourceWrapper resource, DataType type) -
Uses of DataType in org.hl7.fhir.r5.renderers.utils
Methods in org.hl7.fhir.r5.renderers.utils with parameters of type DataTypeModifier and TypeMethodDescriptionstatic ResourceWrapperResourceWrapper.forType(ContextUtilities contextUtils, DataType type) static ResourceWrapperResourceWrapper.forType(ContextUtilities contextUtils, ResourceWrapper parent, DataType type) ElementTable.TableElementConstraint.makeRange(ElementTable.TableElementConstraintType type, String path, DataType value, DataType value2) ElementTable.TableElementConstraint.makeValue(ElementTable.TableElementConstraintType type, String path, DataType value) ElementTable.TableElementConstraint.makeValueVS(ElementTable.TableElementConstraintType type, String path, DataType value, Enumerations.BindingStrength strength, String valueSet) voidElementTable.renderValue(org.hl7.fhir.utilities.xhtml.XhtmlNode x, DataType v) -
Uses of DataType in org.hl7.fhir.r5.terminologies
Methods in org.hl7.fhir.r5.terminologies that return DataTypeModifier and TypeMethodDescriptionstatic DataTypeCodeSystemUtilities.getProperty(CodeSystem cs, String code, String property) static DataTypeCodeSystemUtilities.getProperty(CodeSystem cs, CodeSystem.ConceptDefinitionComponent def, String property) static DataTypeCodeSystemUtilities.readProperty(CodeSystem.ConceptDefinitionComponent concept, String code) Methods in org.hl7.fhir.r5.terminologies with parameters of type DataTypeModifier and TypeMethodDescriptionValueSetUtilities.addProperty(ValueSet vs, ValueSet.ValueSetExpansionContainsComponent ctxt, String url, String code, DataType value) static voidCodeSystemUtilities.setProperty(CodeSystem cs, CodeSystem.ConceptDefinitionComponent concept, String url, String code, DataType value) static voidCodeSystemUtilities.setProperty(CodeSystem cs, CodeSystem.ConceptDefinitionComponent concept, String code, DataType value) -
Uses of DataType in org.hl7.fhir.r5.tools
Fields in org.hl7.fhir.r5.tools declared as DataTypeModifier and TypeFieldDescriptionprotected DataTypeTestCases.TestCasesSuiteParameterComponent.valueThe value of the parameterMethods in org.hl7.fhir.r5.tools that return DataTypeModifier and TypeMethodDescriptionTestCases.TestCasesSuiteTestComponent.getParameter(String name) TestCases.TestCasesSuiteParameterComponent.getValue()protected DataTypeToolsXmlParser.parseAnyType(org.xmlpull.v1.XmlPullParser xpp, String type) protected DataTypeprotected DataTypeMethods in org.hl7.fhir.r5.tools with parameters of type DataTypeModifier and TypeMethodDescriptionprotected voidToolsXmlParser.composeType(String prefix, DataType type) static ExtensionExtensions.makeProfileMapping(DataType value) Constructors in org.hl7.fhir.r5.tools with parameters of type DataTypeModifierConstructorDescriptionTestCasesSuiteParameterComponent(String name, DataType value) Constructor -
Uses of DataType in org.hl7.fhir.r5.utils
Classes in org.hl7.fhir.r5.utils with type parameters of type DataTypeModifier and TypeInterfaceDescriptionstatic interfaceDataTypeVisitor.IDatatypeVisitor<T extends DataType>Methods in org.hl7.fhir.r5.utils with type parameters of type DataTypeModifier and TypeMethodDescription<T extends DataType>
voidDataTypeVisitor.visit(Resource resource, DataTypeVisitor.IDatatypeVisitor<T> visitor)