
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 boolean
CanonicalResourceComparer.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 boolean
CanonicalResourceComparer.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>
TExtensionsUtils.getExtension
(Class<T> class_, Base context, String url) ExtensionsUtils.getExtensionList
(Class<T> class_, Base context, String url) Methods in org.hl7.fhir.r5.extensions that return DataTypeModifier and TypeMethodDescriptionstatic DataType
Extensions.getBDPManipulation
(BiologicallyDerivedProduct context) static DataType
ExtensionsUtils.getExtensionValue
(List<Extension> extensions, String url) static DataType
Extensions.getMaxValue
(Questionnaire.QuestionnaireItemComponent context) static DataType
Extensions.getMinValue
(Questionnaire.QuestionnaireItemComponent context) static DataType
Extensions.setPatMultipleBirthTotal
(DataType context, int value) Methods in org.hl7.fhir.r5.extensions that return types with arguments of type DataTypeModifier and TypeMethodDescriptionExtensions.getBDPProcessingList
(BiologicallyDerivedProduct context) Extensions.getQOptionRestrictionList
(ElementDefinition context) Extensions.getQOptionRestrictionList
(Questionnaire.QuestionnaireItemComponent context) Extensions.getRSStudyRegistrationList
(ResearchStudy context) Methods in org.hl7.fhir.r5.extensions with parameters of type DataTypeModifier and TypeMethodDescriptionstatic BiologicallyDerivedProduct
Extensions.addBDPProcessing
(BiologicallyDerivedProduct context, DataType value) static Extension
ExtensionsUtils.addExtension
(Base context, String url, DataType value) static ElementDefinition
Extensions.addQOptionRestriction
(ElementDefinition context, DataType value) Extensions.addQOptionRestriction
(Questionnaire.QuestionnaireItemComponent context, DataType value) static ResearchStudy
Extensions.addRSStudyRegistration
(ResearchStudy context, DataType value) static Integer
Extensions.getPatMultipleBirthTotal
(DataType context) static Extension
Extensions.makeBDPManipulation
(DataType value) static Extension
Extensions.makeBDPProcessing
(DataType value) static Extension
Extensions.makeMaxValue
(DataType value) static Extension
Extensions.makeMinValue
(DataType value) static Extension
Extensions.makeProfileMapping
(DataType value) static Extension
Extensions.makeQOptionRestriction
(DataType value) static Extension
Extensions.makeRSStudyRegistration
(DataType value) static BiologicallyDerivedProduct
Extensions.setBDPManipulation
(BiologicallyDerivedProduct context, DataType value) static Extension
ExtensionsUtils.setExtension
(Base context, String url, DataType value) Extensions.setMaxValue
(Questionnaire.QuestionnaireItemComponent context, DataType value) Extensions.setMinValue
(Questionnaire.QuestionnaireItemComponent context, DataType value) static DataType
Extensions.setPatMultipleBirthTotal
(DataType context, int 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 DataType
JsonParser.parseAnyType
(com.google.gson.JsonObject json, String type) protected abstract DataType
JsonParserBase.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 DataType
XmlParser.parseAnyType
(org.xmlpull.v1.XmlPullParser xpp, String type) XmlParserBase.parseAnyType
(InputStream input, String knownType) protected abstract DataType
XmlParserBase.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 DataType
protected DataType
protected abstract DataType
JsonParserBase.parseType
(InputStream input, String type) protected abstract DataType
RdfParserBase.parseType
(InputStream input, String knownType) protected DataType
protected DataType
XmlParserBase.parseType
(InputStream input, String knownType) protected abstract DataType
Methods in org.hl7.fhir.r5.formats with parameters of type DataTypeModifier and TypeMethodDescriptionvoid
IParser.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.void
JsonParserBase.compose
(OutputStream stream, DataType type, String rootName) void
RdfParserBase.compose
(OutputStream stream, DataType type, String rootName) void
XmlParserBase.compose
(OutputStream stream, String rootName, DataType type) Compose a type to a stream (used in the spec, for example, but not normally in production)void
XmlParserBase.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 void
RdfParser.composeDataType
(org.hl7.fhir.utilities.turtle.Turtle.Complex t, String parentType, String name, DataType element, int index) protected void
XmlParser.composeDataTypeElements
(DataType element) protected void
JsonParser.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 void
JsonParser.composeType
(String prefix, DataType type) protected abstract void
JsonParserBase.composeType
(String prefix, DataType type) protected void
RdfParser.composeType
(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, DataType value, int index) protected void
XmlParser.composeType
(String prefix, DataType type) protected abstract void
XmlParserBase.composeType
(String prefix, DataType type) protected void
XmlParserBase.composeTypeAttributes
(DataType type) protected void
JsonParser.composeTypeInner
(DataType type) protected abstract void
JsonParserBase.composeTypeInner
(DataType type) protected boolean
XmlParser.parseDataTypeContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, DataType res) protected void
JsonParser.parseDataTypeProperties
(com.google.gson.JsonObject json, DataType res) protected void
XmlParserBase.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 TypeClassDescriptionclass
Address Type: An address expressed using postal conventions (as opposed to GPS or other location definition formats).class
Age Type: A duration of time during which an organism (or a process) has existed.class
Annotation Type: A text note which also contains information about who made the statement and when.class
Attachment Type: For referring to data content defined in other formats.class
Availability Type: Availability data for an {item}.class
BackboneType Type: Base definition for the few data types that are allowed to carry modifier extensions.class
Primitive type "base64Binary" in FHIR: a sequence of bytes represented in base64class
class
class
class
class
Primitive type "boolean" in FHIR "true" or "false"class
Primitive type "canonical" in FHIR: an OID represented as urn:oid:0.1.2.3.4...class
CodeableConcept Type: A concept that may be defined by a formal reference to a terminology or ontology or may be provided by text.class
CodeableReference Type: A reference to a resource (by instance), or instead, a reference to a concept defined in a terminology or ontology (by class).class
Primitive type "code" in FHIR, when not bound to an enumerated list of codesclass
Coding Type: A reference to a code defined by a terminology system.class
ContactDetail Type: Specifies contact information for a person or organization.class
ContactPoint Type: Details for all kinds of technology mediated contact points for a person or organization, including telephone, email, etc.class
Contributor Type: A contributor to the content of a knowledge asset, including authors, editors, reviewers, and endorsers.class
Count Type: A measured amount (or an amount that can potentially be measured).class
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.class
Represents a FHIR dateTime datatype.class
Represents a FHIR date datatype.class
Primitive type "decimal" in FHIR: A rational numberclass
Distance Type: A length - a value with a unit that is a physical distance.class
Dosage Type: Indicates how the medication is/was taken or should be taken by the patient.class
Duration Type: A length of time.class
ElementDefinition Type: Captures constraints on each element within the resource, profile, or extension.class
Enumeration<T extends Enum<?>>
Primitive type "code" in FHIR, where the code is tied to an enumerated list of possible valuesclass
Expression Type: A expression that is evaluated in a specified context and returns a value.class
ExtendedContactDetail Type: Specifies contact information for a specific purpose over a period of time, might be handled/monitored by a specific named person or organization.class
Extension Type: Optional Extension Element - found in all resources.class
HumanName Type: A name, normally of a human, that can be used for other living entities (e.g.class
Identifier Type: An identifier - identifies some entity uniquely and unambiguously.final class
This class represents the logical identity for a resource, or as much of that identity is known.class
Represents a FHIR instant datatype.class
Primitive type "integer64" in FHIR: A signed 64-bit integerclass
Primitive type "integer" in FHIR: A signed 32-bit integerclass
Primitive type "code" in FHIR, when not bound to an enumerated list of codesclass
MarketingStatus Type: The marketing status describes the date when a medicinal product is actually put on the market or the date as of which it is no longer available.class
Meta Type: The metadata about a resource.class
MonetaryComponent Type: Availability data for an {item}.class
Money Type: An amount of economic utility in some recognized currency.class
A measured amount (or an amount that can potentially be measured).class
Narrative Type: A human-readable summary of the resource conveying the essential clinical and business information for the resource.class
Primitive type "oid" in FHIR: an OID represented as urn:oid:0.1.2.3.4...class
Base StructureDefinition for OrderedDistribution Type: An ordered list (distribution) of statistics.class
ParameterDefinition Type: The parameters to the module.class
Period Type: A time period defined by a start and end date and optionally time.class
Primitive type "integer" in FHIR: A signed 32-bit integerclass
class
Base StructureDefinition for ProdCharacteristic Type: The marketing status describes the date when a medicinal product is actually put on the market or the date as of which it is no longer available.class
ProductShelfLife Type: The shelf-life and storage information for a medicinal product item or container can be described using this class.class
Quantity Type: A measured amount (or an amount that can potentially be measured).class
Range Type: A set of ordered Quantities defined by a low and high limit.class
Ratio Type: A relationship of two Quantity values - expressed as a numerator and a denominator.class
RatioRange Type: A range of ratios expressed as a low and high numerator and a denominator.class
Reference Type: A reference from one resource to another.class
RelatedArtifact Type: Related artifacts such as additional documentation, justification, or bibliographic references.class
SampledData Type: A series of measurements taken by a device, with upper and lower limits.class
class
Signature Type: A signature along with supporting context.class
A measured amount (or an amount that can potentially be measured).class
Base StructureDefinition for Statistic Type: A fact or piece of data from a study of a large quantity of numerical data.class
Primitive type "string" in FHIR - any sequence of unicode characters less than 1MB in lengthclass
Base StructureDefinition for SubstanceAmount Type: Chemical substances are a single substance type whose primary defining element is the molecular structure.class
Represents a Time datatype, per the FHIR specification.class
Timing Type: Specifies an event that may occur multiple times.class
TriggerDefinition Type: A description of a triggering event.class
Primitive type "integer" in FHIR: A signed 32-bit integerclass
Primitive type "uri" in FHIR: any valid URI.class
Primitive type "url" in FHIR: an OID represented as urn:oid:0.1.2.3.4...class
UsageContext Type: Specifies clinical/business/etc.class
class
VirtualServiceDetail Type: Virtual Service Contact Details.class
Fields in org.hl7.fhir.r5.model declared as DataTypeModifier and TypeFieldDescriptionprotected DataType
Condition.abatement
The date or estimated date that the condition resolved or went into remission.protected DataType
RequestOrchestration.RequestOrchestrationActionParticipantComponent.actor
A reference to the actual participant.protected DataType
SpecimenDefinition.SpecimenDefinitionTypeTestedContainerAdditiveComponent.additive
Substance introduced in the kind of container to preserve, maintain or enhance the specimen.protected DataType
VirtualServiceDetail.address
What address or number needs to be used for a user to connect to the virtual service to join.protected DataType
FamilyMemberHistory.age
The age of the relative at the time the family member history is recorded.protected DataType
CoverageEligibilityResponse.BenefitComponent.allowed
The quantity of the benefit which is permitted under the coverage.protected DataType
ExplanationOfBenefit.BenefitComponent.allowed
The quantity of the benefit which is permitted under the coverage.protected DataType
MedicationRequest.MedicationRequestSubstitutionComponent.allowed
True if the prescriber allows a different drug to be dispensed from what was prescribed.protected DataType
SubstanceAmount.amount
Used to capture quantitative values for a variety of elements.protected DataType
SubstanceDefinition.SubstanceDefinitionMoietyComponent.amount
Quantitative value for this moiety.protected DataType
SubstanceDefinition.SubstanceDefinitionRelationshipComponent.amount
A 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 DataType
SubstanceReferenceInformation.SubstanceReferenceInformationTargetComponent.amount
Todo.protected DataType
Questionnaire.QuestionnaireItemEnableWhenComponent.answer
A value that the referenced question is tested using the specified operator in order for the item to be enabled.protected DataType
ArtifactAssessment.artifact
A reference to a resource, canonical resource, or non-FHIR resource which the comment or assessment is about.protected DataType
ActivityDefinition.asNeeded
If a CodeableConcept is present, it indicates the pre-condition for performing the service.protected DataType
PlanDefinition.asNeeded
If a CodeableConcept is present, it indicates the pre-condition for performing the service.protected DataType
ServiceRequest.asNeeded
If a CodeableConcept is present, it indicates the pre-condition for performing the service.protected DataType
Annotation.author
The individual responsible for making the annotation.protected DataType
FamilyMemberHistory.born
The actual or approximate date of birth of the relative.protected DataType
Timing.TimingRepeatComponent.bounds
Either 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 DataType
Invoice.InvoiceLineItemComponent.chargeItem
The ChargeItem contains information such as the billing code, date, amount etc.protected DataType
ArtifactAssessment.citeAs
Display of or reference to the bibliographic citation of the comment, classifier, or rating.protected DataType
Evidence.citeAs
Citation Resource or display of suggested citation for this evidence.protected DataType
EvidenceReport.citeAs
Citation Resource or display of suggested citation for this report.protected DataType
BiologicallyDerivedProduct.BiologicallyDerivedProductCollectionComponent.collected
Time of product collection.protected DataType
Specimen.SpecimenCollectionComponent.collected
Time when specimen was collected from subject - the physiologically relevant time.protected DataType
Ingredient.IngredientSubstanceStrengthComponent.concentration
The strength per unitary volume (or mass).protected DataType
Communication.CommunicationPayloadComponent.content
A communicated content (or for multi-part communications, one portion of the communication).protected DataType
CommunicationRequest.CommunicationRequestPayloadComponent.content
The communicated content (or for multi-part communications, one portion of the communication).protected DataType
Contract.ComputableLanguageComponent.content
Computable Contract conveyed using a policy rule language (e.g.protected DataType
Contract.FriendlyLanguageComponent.content
Human readable rendering of this Contract in a format and representation intended to enhance comprehension and ensure understandability.protected DataType
Contract.LegalLanguageComponent.content
Contract legal text in human renderable form.protected DataType
MedicationKnowledge.MedicationKnowledgeCostComponent.cost
The price or representation of the cost (for example, Band A, Band B or $, $$) of the medication.protected DataType
CareTeam.CareTeamParticipantComponent.coverage
When the member is generally available within this care team.protected DataType
RegulatedAuthorization.RegulatedAuthorizationCaseComponent.date
Relevant date for this case.protected DataType
FamilyMemberHistory.deceased
Deceased flag or the actual or approximate age of the relative at the time of death for the family member history record.protected DataType
Patient.deceased
Indicates if the individual is deceased or not.protected DataType
Person.deceased
Indicates if the individual is deceased or not.protected DataType
Practitioner.deceased
Indicates if the practitioner is deceased or not.protected DataType
ElementDefinition.defaultValue
The value that should be used if there is no value stated in the instance (e.g.protected DataType
PlanDefinition.PlanDefinitionActionComponent.definition
A 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 DataType
RequestOrchestration.RequestOrchestrationActionComponent.definition
A 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 DataType
Goal.GoalTargetComponent.detail
The target value of the focus to be achieved to signify the fulfillment of the goal, e.g.protected DataType
PlanDefinition.PlanDefinitionGoalTargetComponent.detail
The target value of the measure to be achieved to signify fulfillment of the goal, e.g.protected DataType
Claim.DiagnosisComponent.diagnosis
The nature of illness or problem in a coded form or as a reference to an external defined Condition.protected DataType
CoverageEligibilityRequest.DiagnosisComponent.diagnosis
The nature of illness or problem in a coded form or as a reference to an external defined Condition.protected DataType
ExplanationOfBenefit.DiagnosisComponent.diagnosis
The nature of illness or problem in a coded form or as a reference to an external defined Condition.protected DataType
Dosage.DosageDoseAndRateComponent.dose
Amount of medication per dose.protected DataType
Goal.GoalTargetComponent.due
Indicates either the date or the duration after start by which the goal should be met.protected DataType
ClinicalUseDefinition.ClinicalUseDefinitionIndicationComponent.duration
Timing or duration information, that may be associated with use with the indicated condition e.g.protected DataType
EvidenceVariable.EvidenceVariableCharacteristicComponent.duration
Length of time in which the characteristic is met.protected DataType
ClinicalImpression.effective
The point in time or period over which the subject was assessed.protected DataType
DiagnosticReport.effective
The time or time-period the observed values are related to.protected DataType
MedicationStatement.effective
The 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 DataType
Observation.effective
The time or time-period the observed value is asserted as being true.protected DataType
MessageHeader.MessageDestinationComponent.endpoint
Indicates where the message should be routed.protected DataType
MessageHeader.MessageSourceComponent.endpoint
Identifies the routing target to send acknowledgements to.protected DataType
Contract.ValuedItemComponent.entity
Specific type of Contract Valued Item that may be priced.protected DataType
EvidenceVariable.EvidenceVariableCharacteristicTimeFromEventComponent.event
The event used as a base point (reference point) in time.protected DataType
MessageDefinition.event
Event code or link to the EventDefinition.protected DataType
MessageHeader.event
Code that identifies the event this message represents and connects it with its definition.protected DataType
Specimen.SpecimenCollectionComponent.fastingStatus
Abstinence or reduction from some or all food, drink, or both, for a period of time prior to sample collection.protected DataType
ElementDefinition.fixed
Specifies a value that SHALL be exactly the value for this element in the instance, if present.protected DataType
GenomicStudy.GenomicStudyAnalysisInputComponent.generatedBy
The analysis event or other GenomicStudy that generated this input file.protected DataType
DetectedIssue.identified
The date or period when the detected issue was initially identified.protected DataType
AdverseEvent.AdverseEventSuspectEntityComponent.instance
Identifies the actual instance of what caused the adverse event.protected DataType
EvidenceVariable.EvidenceVariableCharacteristicComponent.instances
Number of occurrences meeting the characteristic.protected DataType
Observation.instantiates
The reference to a FHIR ObservationDefinition resource that provides the definition that is adhered to in whole or in part by this Observation instance.protected DataType
ServiceRequest.ServiceRequestPatientInstructionComponent.instruction
Instructions in terms that are understood by the patient or consumer.protected DataType
AdverseEvent.AdverseEventContributingFactorComponent.item
The item that is suspected to have increased the probability or severity of the adverse event.protected DataType
AdverseEvent.AdverseEventMitigatingActionComponent.item
The ameliorating action taken after the adverse event occured in order to reduce the extent of harm.protected DataType
AdverseEvent.AdverseEventPreventiveActionComponent.item
The action that contributed to avoiding the adverse event.protected DataType
AdverseEvent.AdverseEventSupportingInfoComponent.item
Relevant past history for the subject.protected DataType
ClinicalUseDefinition.ClinicalUseDefinitionInteractionInteractantComponent.item
The specific medication, product, food, substance etc.protected DataType
SupplyDelivery.SupplyDeliverySuppliedItemComponent.item
Identifies the medication, substance, device or biologically derived product being supplied.protected DataType
Contract.legallyBinding
Legally 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 DataType
TestReport.SetupActionAssertRequirementComponent.link
Link or reference providing traceability to the testing requirement for this test.protected DataType
TestScript.SetupActionAssertRequirementComponent.link
Link or reference providing traceability to the testing requirement for this test.protected DataType
Claim.AccidentComponent.location
The physical location of the accident event.protected DataType
Claim.ItemComponent.location
Where the product or service was provided.protected DataType
ClaimResponse.AddedItemComponent.location
Where the product or service was provided.protected DataType
ExplanationOfBenefit.AccidentComponent.location
The physical location of the accident event.protected DataType
ExplanationOfBenefit.AddedItemComponent.location
Where the product or service was provided.protected DataType
ExplanationOfBenefit.ItemComponent.location
Where the product or service was provided.protected DataType
ElementDefinition.maxValue
The maximum allowed value for the element.protected DataType
MeasureReport.MeasureReportGroupComponent.measureScore
The 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 DataType
MeasureReport.StratifierGroupComponent.measureScore
The 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 DataType
SpecimenDefinition.SpecimenDefinitionTypeTestedContainerComponent.minimumVolume
The minimum volume to be conditioned in the container.protected DataType
ElementDefinition.minValue
The minimum allowed value for the element.protected DataType
GuidanceResponse.module
An identifier, CodeableConcept or canonical reference to the guidance that was requested.protected DataType
Patient.multipleBirth
Indicates whether the patient is part of a multiple (boolean) or indicates the actual birth order (integer).protected DataType
AuditEvent.AuditEventAgentComponent.network
When 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 DataType
MedicationAdministration.occurence
A specific date/time or interval of time during which the administration took place (or did not take place).protected DataType
AuditEvent.occurred
The time or period during which the activity occurred.protected DataType
Provenance.occurred
The period during which the activity occurred.protected DataType
AdverseEvent.occurrence
The date (and perhaps time) when the adverse event occurred.protected DataType
ChargeItem.occurrence
Date/time(s) or duration when the charged service was applied.protected DataType
CommunicationRequest.occurrence
The time when this communication is to occur.protected DataType
Contract.ActionComponent.occurrence
When action happens.protected DataType
DeviceRequest.occurrence
The timing schedule for the use of the device.protected DataType
Immunization.occurrence
Date vaccine administered or was to be administered.protected DataType
NutritionIntake.occurrence
The interval of time during which it is being asserted that the patient is/was consuming the food or fluid.protected DataType
Procedure.occurrence
Estimated or actual date, date-time, period, or age when the procedure did occur or is occurring.protected DataType
RiskAssessment.occurrence
The date (and possibly time) the risk assessment was performed.protected DataType
ServiceRequest.occurrence
The date/time at which the requested service should occur.protected DataType
SupplyDelivery.occurrence
The date or time(s) the activity occurred.protected DataType
SupplyRequest.occurrence
When the request should be fulfilled.protected DataType
PlanDefinition.PlanDefinitionActionRelatedActionComponent.offset
A duration or range of durations to apply to the relationship.protected DataType
RequestOrchestration.RequestOrchestrationActionRelatedActionComponent.offset
A duration or range of durations to apply to the relationship.protected DataType
AllergyIntolerance.onset
Estimated or actual date, date-time, or age when allergy or intolerance was identified.protected DataType
Condition.onset
Estimated or actual date or date-time the condition began, in the opinion of the clinician.protected DataType
FamilyMemberHistory.FamilyMemberHistoryConditionComponent.onset
Either the age of onset, range of approximate age or descriptive string can be recorded.protected DataType
ElementDefinition.pattern
Specifies 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 DataType
FamilyMemberHistory.FamilyMemberHistoryProcedureComponent.performed
Estimated or actual date, date-time, period, or age when the procedure was performed.protected DataType
Invoice.period
Date/time(s) range of services included in this invoice.protected DataType
ProductShelfLife.period
The 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 DataType
Ingredient.IngredientSubstanceStrengthComponent.presentation
The quantity of substance in the unit of presentation, or in the volume (or mass) of the single pharmaceutical product or manufactured item.protected DataType
RiskAssessment.RiskAssessmentPredictionComponent.probability
Indicates how likely the outcome is (in the specified timeframe).protected DataType
Claim.ProcedureComponent.procedure
The code or reference to a Procedure resource which identifies the clinical intervention performed.protected DataType
ExplanationOfBenefit.ProcedureComponent.procedure
The code or reference to a Procedure resource which identifies the clinical intervention performed.protected DataType
ActivityDefinition.product
Identifies the food, drug or other product being consumed or supplied in the activity.protected DataType
ServiceRequest.quantity
An 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 DataType
Dosage.DosageDoseAndRateComponent.rate
Amount of medication per unit of time.protected DataType
MedicationAdministration.MedicationAdministrationDosageComponent.rate
Identifies the speed with which the medication was or will be introduced into the patient.protected DataType
NutritionOrder.NutritionOrderEnteralFormulaAdministrationComponent.rate
The rate of administration of formula via a feeding pump, e.g.protected DataType
NutritionIntake.reported
The person or organization that provided the information about the consumption of this food or fluid.protected DataType
Procedure.reported
Indicates if this record was captured as a secondary 'reported' record rather than as an original primary source-of-truth record.protected DataType
MolecularSequence.MolecularSequenceRelativeStartingSequenceComponent.sequence
The reference sequence that represents the starting sequence.protected DataType
Claim.ItemComponent.serviced
The date or dates when the service or product was supplied, performed or completed.protected DataType
ClaimResponse.AddedItemComponent.serviced
The date or dates when the service or product was supplied, performed or completed.protected DataType
CoverageEligibilityRequest.serviced
The date or dates when the enclosed suite of services were performed or completed.protected DataType
CoverageEligibilityResponse.serviced
The date or dates when the enclosed suite of services were performed or completed.protected DataType
ExplanationOfBenefit.AddedItemComponent.serviced
The date or dates when the service or product was supplied, performed or completed.protected DataType
ExplanationOfBenefit.ItemComponent.serviced
The date or dates when the service or product was supplied, performed or completed.protected DataType
Invoice.InvoiceLineItemComponent.serviced
Date/time(s) range when this service was delivered or completed.protected DataType
ImplementationGuide.ImplementationGuideDefinitionPageComponent.source
Indicates the URL or the actual content to provide for the page.protected DataType
MedicationKnowledge.MedicationKnowledgeMedicineClassificationComponent.source
Either a textual source of the classification or a reference to an online source.protected DataType
TestPlan.TestPlanTestCaseTestDataComponent.source
Pointer to a definition of test resources - narrative or structured e.g.protected DataType
TestPlan.TestPlanTestCaseTestRunScriptComponent.source
The actual content of the cases - references to TestScripts or externally defined content.protected DataType
ConceptMap.sourceScope
Identifier for the source value set that contains the concepts that are being mapped and provides context for the mappings.protected DataType
Goal.start
The date or event after which the goal should begin being pursued.protected DataType
Ingredient.IngredientSubstanceStrengthReferenceStrengthComponent.strength
Strength expressed in terms of a reference substance.protected DataType
Medication.MedicationIngredientComponent.strength
Specifies how many (or how much) of the items there are in this Medication.protected DataType
MedicationKnowledge.MedicationKnowledgeDefinitionalIngredientComponent.strength
Specifies how many (or how much) of the items there are in this Medication.protected DataType
ExampleScenario.ExampleScenarioInstanceComponent.structureProfile
Refers to a profile, template or other ruleset the instance adheres to.protected DataType
ActivityDefinition.subject
A code, group definition, or canonical reference that describes or identifies the intended subject of the activity being defined.protected DataType
DataRequirement.subject
The intended subjects of the data requirement.protected DataType
EventDefinition.subject
A code or group definition that describes the intended subject of the event definition.protected DataType
Library.subject
A code or group definition that describes the intended subject of the contents of the library.protected DataType
Measure.MeasureGroupComponent.subject
The intended subjects for the measure.protected DataType
Measure.subject
The intended subjects for the measure.protected DataType
PlanDefinition.PlanDefinitionActionComponent.subject
A code, group definition, or canonical reference that describes the intended subject of the action and its children, if any.protected DataType
PlanDefinition.subject
A code, group definition, or canonical reference that describes or identifies the intended subject of the plan definition.protected DataType
SpecimenDefinition.subject
A code or group definition that describes the intended subject from which this kind of specimen is to be collected.protected DataType
Substance.SubstanceIngredientComponent.substance
Another substance that is a component of this substance.protected DataType
SubstanceDefinition.SubstanceDefinitionRelationshipComponent.substanceDefinition
A pointer to another substance, as a resource or just a representational code.protected DataType
PaymentReconciliation.PaymentReconciliationAllocationComponent.targetItem
Identifies the claim line item, encounter or other sub-element being paid.protected DataType
ConceptMap.targetScope
Identifier for the target value set that provides important context about how the mapping choices are made.protected DataType
Specimen.SpecimenProcessingComponent.time
A record of the time or period when the specimen processing occurred.protected DataType
ActivityDefinition.timing
The timing or frequency upon which the described activity is to occur.protected DataType
Claim.SupportingInformationComponent.timing
The date when or period to which this information refers.protected DataType
DeviceUsage.timing
How often the device was used.protected DataType
ExplanationOfBenefit.SupportingInformationComponent.timing
The date when or period to which this information refers.protected DataType
PlanDefinition.PlanDefinitionActionComponent.timing
An optional value describing when the action should be performed.protected DataType
RequestOrchestration.RequestOrchestrationActionComponent.timing
An optional value describing when the action should be performed.protected DataType
TriggerDefinition.timing
The timing of the event (if this is a periodic trigger).protected DataType
Contract.TermComponent.topic
The entity that the term applies to.protected DataType
Contract.topic
Narrows the range of legal concerns to focus on the achievement of specific contractual objectives.protected DataType
CoverageEligibilityResponse.BenefitComponent.used
The quantity of the benefit which have been consumed to date.protected DataType
ExplanationOfBenefit.BenefitComponent.used
The quantity of the benefit which have been consumed to date.protected DataType
AdministrableProductDefinition.AdministrableProductDefinitionPropertyComponent.value
A value for the characteristic.protected DataType
AuditEvent.AuditEventEntityDetailComponent.value
The value of the extra detail.protected DataType
BiologicallyDerivedProduct.BiologicallyDerivedProductPropertyComponent.value
Property values.protected DataType
Claim.SupportingInformationComponent.value
Additional data or information such as resources, documents, images etc.protected DataType
CodeSystem.ConceptPropertyComponent.value
The value of this property.protected DataType
ConceptMap.MappingPropertyComponent.value
The value of this property.protected DataType
ConceptMap.OtherElementComponent.value
Data element value that the map depends on / produces.protected DataType
ConditionDefinition.ConditionDefinitionPreconditionComponent.value
Value of Observation.protected DataType
Contract.AnswerComponent.value
Response 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 DataType
Coverage.CostToBeneficiaryComponent.value
The amount due from the patient for the cost category.protected DataType
DataRequirement.DataRequirementDateFilterComponent.value
The value of the filter.protected DataType
DataRequirement.DataRequirementValueFilterComponent.value
The value of the filter.protected DataType
Device.DevicePropertyComponent.value
The value of the property specified by the associated property.type code.protected DataType
DeviceDefinition.DeviceDefinitionPropertyComponent.value
The value of the property specified by the associated property.type code.protected DataType
DeviceRequest.DeviceRequestParameterComponent.value
The value of the device detail.protected DataType
DocumentReference.DocumentReferenceContentProfileComponent.value
Code|uri|canonical.protected DataType
ElementDefinition.ElementDefinitionExampleComponent.value
The actual value for the element, which must be one of the types allowed for this element.protected DataType
EvidenceReport.EvidenceReportSubjectCharacteristicComponent.value
Characteristic value.protected DataType
EvidenceVariable.EvidenceVariableCategoryComponent.value
Definition of the grouping.protected DataType
EvidenceVariable.EvidenceVariableCharacteristicDefinitionByTypeAndValueComponent.value
Defines the characteristic when paired with characteristic.type.protected DataType
ExplanationOfBenefit.SupportingInformationComponent.value
Additional data or information such as resources, documents, images etc.protected DataType
Extension.value
Value of extension - must be one of a constrained set of the data types (see [Extensibility](extensibility.html) for a list).protected DataType
Group.GroupCharacteristicComponent.value
The value of the trait that holds (or does not hold - see 'exclude') for members of the group.protected DataType
InventoryItem.InventoryItemCharacteristicComponent.value
The value of the attribute.protected DataType
ManufacturedItemDefinition.ManufacturedItemDefinitionPropertyComponent.value
A value for the characteristic.protected DataType
MeasureReport.StratifierGroupComponent.value
The value for this stratum, expressed as a CodeableConcept.protected DataType
MeasureReport.StratifierGroupComponentComponent.value
The stratum component value.protected DataType
MedicationKnowledge.MedicationKnowledgeDefinitionalDrugCharacteristicComponent.value
Description of the characteristic.protected DataType
MedicationKnowledge.MedicationKnowledgeIndicationGuidelineDosingGuidelinePatientCharacteristicComponent.value
The specific characteristic (e.g.protected DataType
MedicationKnowledge.MedicationKnowledgeStorageGuidelineEnvironmentalSettingComponent.value
Value associated to the setting.protected DataType
MedicinalProductDefinition.MedicinalProductDefinitionCharacteristicComponent.value
A value for the characteristic.text.protected DataType
NutritionProduct.NutritionProductCharacteristicComponent.value
The actual characteristic value corresponding to the type.protected DataType
Observation.ObservationComponentComponent.value
The information determined as a result of making the observation, if the information has a simple value.protected DataType
Observation.value
The information determined as a result of making the observation, if the information has a simple value.protected DataType
PackagedProductDefinition.PackagedProductDefinitionPackagingPropertyComponent.value
A value for the characteristic.protected DataType
Parameters.ParametersParameterComponent.value
Conveys the content if the parameter is a data type.protected DataType
Questionnaire.QuestionnaireItemAnswerOptionComponent.value
A potential answer that's allowed as the answer to this question.protected DataType
Questionnaire.QuestionnaireItemInitialComponent.value
The actual value to for an initial answer.protected DataType
QuestionnaireResponse.QuestionnaireResponseItemAnswerComponent.value
The answer (or one of the answers) provided by the respondent to the question.protected DataType
ServiceRequest.ServiceRequestOrderDetailParameterComponent.value
Indicates a value for the order detail.protected DataType
StructureMap.StructureMapGroupRuleTargetParameterComponent.value
Parameter value - variable or literal.protected DataType
SubstanceDefinition.SubstanceDefinitionPropertyComponent.value
A value for the property.protected DataType
SupplyRequest.SupplyRequestParameterComponent.value
The value of the device detail.protected DataType
Task.TaskInputComponent.value
The value of the input parameter as a basic type.protected DataType
Task.TaskOutputComponent.value
The value of the Output parameter as a basic type.protected DataType
Transport.ParameterComponent.value
The value of the input parameter as a basic type.protected DataType
Transport.TransportOutputComponent.value
The value of the Output parameter as a basic type.protected DataType
UsageContext.value
A value that defines the context specified in this context of use.protected DataType
ValueSet.ConceptPropertyComponent.value
The value of this property.protected DataType
ValueSet.ConceptSubPropertyComponent.value
The value of this subproperty.protected DataType
ValueSet.ValueSetExpansionParameterComponent.value
The value of the parameter.protected DataType
ActivityDefinition.versionAlgorithm
Indicates the mechanism used to compare versions to determine which is more current.protected DataType
ActorDefinition.versionAlgorithm
Indicates the mechanism used to compare versions to determine which is more current.protected DataType
CapabilityStatement.versionAlgorithm
Indicates the mechanism used to compare versions to determine which is more current.protected DataType
ChargeItemDefinition.versionAlgorithm
Indicates the mechanism used to compare versions to determine which is more current.protected DataType
Citation.versionAlgorithm
Indicates the mechanism used to compare versions to determine which is more current.protected DataType
CodeSystem.versionAlgorithm
Indicates the mechanism used to compare versions to determine which CodeSystem is more current.protected DataType
CompartmentDefinition.versionAlgorithm
Indicates the mechanism used to compare versions to determine which is more current.protected DataType
ConceptMap.versionAlgorithm
Indicates the mechanism used to compare versions to determine which ConceptMap is more current.protected DataType
ConditionDefinition.versionAlgorithm
Indicates the mechanism used to compare versions to determine which is more current.protected DataType
EventDefinition.versionAlgorithm
Indicates the mechanism used to compare versions to determine which is more current.protected DataType
Evidence.versionAlgorithm
Indicates the mechanism used to compare versions to determine which is more current.protected DataType
EvidenceVariable.versionAlgorithm
Indicates the mechanism used to compare versions to determine which is more current.protected DataType
ExampleScenario.versionAlgorithm
Indicates the mechanism used to compare versions to determine which is more current.protected DataType
GraphDefinition.versionAlgorithm
Indicates the mechanism used to compare versions to determine which is more current.protected DataType
ImplementationGuide.versionAlgorithm
Indicates the mechanism used to compare versions to determine which is more current.protected DataType
Library.versionAlgorithm
Indicates the mechanism used to compare versions to determine which is more current.protected DataType
Measure.versionAlgorithm
Indicates the mechanism used to compare versions to determine which is more current.protected DataType
MessageDefinition.versionAlgorithm
Indicates the mechanism used to compare versions to determine which is more current.protected DataType
NamingSystem.versionAlgorithm
Indicates the mechanism used to compare versions to determine which NamingSystem is more current.protected DataType
ObservationDefinition.versionAlgorithm
Indicates the mechanism used to compare versions to determine which is more current.protected DataType
OperationDefinition.versionAlgorithm
Indicates the mechanism used to compare versions to determine which is more current.protected DataType
PlanDefinition.versionAlgorithm
Indicates the mechanism used to compare versions to determine which is more current.protected DataType
Questionnaire.versionAlgorithm
Indicates the mechanism used to compare versions to determine which is more current.protected DataType
Requirements.versionAlgorithm
Indicates the mechanism used to compare versions to determine which is more current.protected DataType
SearchParameter.versionAlgorithm
Indicates the mechanism used to compare versions to determine which is more current.protected DataType
SpecimenDefinition.versionAlgorithm
Indicates the mechanism used to compare versions to determine which is more current.protected DataType
StructureDefinition.versionAlgorithm
Indicates the mechanism used to compare versions to determine which is more current.protected DataType
StructureMap.versionAlgorithm
Indicates the mechanism used to compare versions to determine which is more current.protected DataType
SubscriptionTopic.versionAlgorithm
Indicates the mechanism used to compare versions to determine which is more current.protected DataType
TerminologyCapabilities.versionAlgorithm
Indicates the mechanism used to compare versions to determine which is more current.protected DataType
TestPlan.versionAlgorithm
Indicates the mechanism used to compare versions to determine which is more current.protected DataType
TestScript.versionAlgorithm
Indicates the mechanism used to compare versions to determine which is more current.protected DataType
ValueSet.versionAlgorithm
Indicates the mechanism used to compare versions to determine which ValueSet is more current.protected DataType
Claim.ClaimEventComponent.when
A date or period in the past or future indicating when the event occurred or is expectd to occur.protected DataType
ClaimResponse.ClaimResponseEventComponent.when
A date or period in the past or future indicating when the event occurred or is expectd to occur.protected DataType
CoverageEligibilityRequest.CoverageEligibilityRequestEventComponent.when
A date or period in the past or future indicating when the event occurred or is expectd to occur.protected DataType
CoverageEligibilityResponse.CoverageEligibilityResponseEventComponent.when
A date or period in the past or future indicating when the event occurred or is expectd to occur.protected DataType
ExplanationOfBenefit.ExplanationOfBenefitEventComponent.when
A date or period in the past or future indicating when the event occurred or is expectd to occur.protected DataType
RiskAssessment.RiskAssessmentPredictionComponent.when
Indicates 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 DataType
TypeConvertor.castToType
(Base b) abstract DataType
DataType.copy()
abstract DataType
PrimitiveType.copy()
static DataType
ResourceFactory.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 DataType
CanonicalResource.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 DataType
Base64BinaryType.typedCopy()
protected DataType
PrimitiveType.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 TypeMethodDescriptionvoid
DomainResource.addExtension
(String url, DataType value) void
Element.addExtension
(String url, DataType value) void
BackboneElement.addModifierExtension
(String url, DataType value) Parameters.addParameter
(String name, DataType v) void
ValueSet.ValueSetExpansionComponent.addParameter
(String name, DataType value) void
DataType.copyValues
(DataType dst) static Extension
Factory.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 void
ExtensionHelper.setExtension
(Element element, boolean modifier, String uri, DataType value) set the value of an extension on the element.Specimen.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 Extension
EvidenceVariable.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 CanonicalResource
CanonicalResource.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.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 String
DataRenderer.display
(IWorkerContext context, DataType type) DataRenderer.displayDataType
(DataType type) boolean
DataRenderer.hasRenderableExtensions
(DataType element) protected ResourceWrapper
protected ResourceWrapper
Renderer.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 ResourceWrapper
ResourceWrapper.forType
(ContextUtilities contextUtils, DataType type) static ResourceWrapper
ResourceWrapper.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) void
ElementTable.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 DataType
CodeSystemUtilities.getProperty
(CodeSystem cs, String code, String property) static DataType
CodeSystemUtilities.getProperty
(CodeSystem cs, CodeSystem.ConceptDefinitionComponent def, String property) static DataType
CodeSystemUtilities.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 void
CodeSystemUtilities.setProperty
(CodeSystem cs, CodeSystem.ConceptDefinitionComponent concept, String url, String code, DataType value) static void
CodeSystemUtilities.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 DataType
TestCases.TestCasesSuiteParameterComponent.value
The value of the parameterMethods in org.hl7.fhir.r5.tools that return DataTypeModifier and TypeMethodDescriptionTestCases.TestCasesSuiteParameterComponent.getValue()
protected DataType
ToolsXmlParser.parseAnyType
(org.xmlpull.v1.XmlPullParser xpp, String type) protected DataType
protected DataType
Methods in org.hl7.fhir.r5.tools with parameters of type DataTypeModifier and TypeMethodDescriptionprotected void
ToolsXmlParser.composeType
(String prefix, DataType type) static Extension
Extensions.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 interface
DataTypeVisitor.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) Methods in org.hl7.fhir.r5.utils that return DataTypeModifier and TypeMethodDescriptionstatic DataType
ToolingExtensions.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)