
Uses of Class
org.hl7.fhir.r4.model.Base
Packages that use Base
Package
Description
-
Uses of Base in org.hl7.fhir.r4.elementmodel
Subclasses of Base in org.hl7.fhir.r4.elementmodelMethods in org.hl7.fhir.r4.elementmodel that return BaseModifier and TypeMethodDescriptionElement.copy()Deprecated.Base[]Element.getProperty(int hash, String name, boolean checkValid) Deprecated.Element.makeProperty(int hash, String name) Deprecated.Element.setProperty(int hash, String name, Base value) Deprecated.Methods in org.hl7.fhir.r4.elementmodel with parameters of type BaseModifier and TypeMethodDescriptionvoidElement.copyValues(Base dst) Deprecated.booleanElement.equalsDeep(Base other) Deprecated.booleanElement.equalsShallow(Base other) Deprecated.Element.setProperty(int hash, String name, Base value) Deprecated. -
Uses of Base in org.hl7.fhir.r4.fhirpath
Subclasses of Base in org.hl7.fhir.r4.fhirpathModifier and TypeClassDescriptionstatic classstatic classMethods in org.hl7.fhir.r4.fhirpath that return BaseModifier and TypeMethodDescriptionFHIRPathUtilityClasses.ClassTypeInfo.copy()FHIRPathUtilityClasses.FHIRConstant.copy()ExpressionNode.getConstant()Base[]FHIRPathUtilityClasses.ClassTypeInfo.getProperty(int hash, String name, boolean checkValid) IHostApplicationServices.resolveReference(FHIRPathEngine engine, Object appContext, String url, Base refContext) Implementation of resolve() function.Methods in org.hl7.fhir.r4.fhirpath that return types with arguments of type BaseModifier and TypeMethodDescriptionFHIRPathEngine.evaluate(Object appContext, Base base, ExpressionNode ExpressionNode) evaluate a path and return the matching elementsFHIRPathEngine.evaluate(Object appContext, Base focusResource, Base rootResource, Base base, ExpressionNode expressionNode) evaluate a path and return the matching elementsFHIRPathEngine.evaluate(Object appContext, Resource focusResource, Resource rootResource, Base base, String path) evaluate a path and return the matching elementsFHIRPathEngine.evaluate(Object appContext, Resource focusResource, Resource rootResource, Base base, ExpressionNode ExpressionNode) evaluate a path and return the matching elementsevaluate a path and return the matching elementsFHIRPathEngine.evaluate(Base base, ExpressionNode ExpressionNode) evaluate a path and return the matching elementsFHIRPathFunctionDefinition.execute(FHIRPathEngine engine, Object appContext, List<Base> focus, List<List<Base>> parameters) BaseHostServices.executeFunction(FHIRPathEngine engine, Object appContext, List<Base> focus, String functionName, List<List<Base>> parameters) IHostApplicationServices.executeFunction(FHIRPathEngine engine, Object appContext, List<Base> focus, String functionName, List<List<Base>> parameters) BaseHostServices.resolveConstant(FHIRPathEngine engine, Object appContext, String name, org.hl7.fhir.utilities.fhirpath.FHIRPathConstantEvaluationMode mode) IHostApplicationServices.resolveConstant(FHIRPathEngine engine, Object appContext, String name, org.hl7.fhir.utilities.fhirpath.FHIRPathConstantEvaluationMode mode) A constant reference - e.g. a reference to a name that must be resolved in context.Methods in org.hl7.fhir.r4.fhirpath with parameters of type BaseModifier and TypeMethodDescriptionbooleanIHostApplicationServices.conformsToProfile(FHIRPathEngine engine, Object appContext, Base item, String url) FHIRPathEngine.convertToString(Base item) FHIRPathEngine.evaluate(Object appContext, Base base, ExpressionNode ExpressionNode) evaluate a path and return the matching elementsFHIRPathEngine.evaluate(Object appContext, Base focusResource, Base rootResource, Base base, ExpressionNode expressionNode) evaluate a path and return the matching elementsFHIRPathEngine.evaluate(Object appContext, Resource focusResource, Resource rootResource, Base base, String path) evaluate a path and return the matching elementsFHIRPathEngine.evaluate(Object appContext, Resource focusResource, Resource rootResource, Base base, ExpressionNode ExpressionNode) evaluate a path and return the matching elementsevaluate a path and return the matching elementsFHIRPathEngine.evaluate(Base base, ExpressionNode ExpressionNode) evaluate a path and return the matching elementsbooleanFHIRPathEngine.evaluateToBoolean(Object appInfo, Base focusResource, Base rootResource, Base base, ExpressionNode node) evaluate a path and return true or false (e.g. for an invariant)booleanFHIRPathEngine.evaluateToBoolean(Object appInfo, Resource focusResource, Resource rootResource, Base base, ExpressionNode node) evaluate a path and return true or false (e.g. for an invariant)booleanFHIRPathEngine.evaluateToBoolean(Resource focusResource, Resource rootResource, Base base, String path) evaluate a path and return true or false (e.g. for an invariant)booleanFHIRPathEngine.evaluateToBoolean(Resource focusResource, Resource rootResource, Base base, ExpressionNode node) evaluate a path and return true or false (e.g. for an invariant)FHIRPathEngine.evaluateToString(Object appInfo, Base focusResource, Base rootResource, Base base, ExpressionNode node) FHIRPathEngine.evaluateToString(Base base, String path) evaluate a path and a string containing the outcome (for display)protected voidFHIRPathEngine.getChildrenByName(Base item, String name, List<Base> result) Given an item, return all the children that conform to the pattern described in name Possible patterns: - a simple name (which may be the base of a name with [] e.g. value[x]) - a name with a type replacement e.g. valueCodeableConcept - * which means all children - ** which means all descendantsIHostApplicationServices.resolveReference(FHIRPathEngine engine, Object appContext, String url, Base refContext) Implementation of resolve() function.voidExpressionNode.setConstant(Base constant) Method parameters in org.hl7.fhir.r4.fhirpath with type arguments of type BaseModifier and TypeMethodDescriptionbooleanFHIRPathEngine.convertToBoolean(List<Base> items) worker routine for converting a set of objects to a boolean representation (for invariants)FHIRPathEngine.convertToString(List<Base> items) worker routine for converting a set of objects to a string representationFHIRPathFunctionDefinition.execute(FHIRPathEngine engine, Object appContext, List<Base> focus, List<List<Base>> parameters) BaseHostServices.executeFunction(FHIRPathEngine engine, Object appContext, List<Base> focus, String functionName, List<List<Base>> parameters) IHostApplicationServices.executeFunction(FHIRPathEngine engine, Object appContext, List<Base> focus, String functionName, List<List<Base>> parameters) protected voidFHIRPathEngine.getChildrenByName(Base item, String name, List<Base> result) Given an item, return all the children that conform to the pattern described in name Possible patterns: - a simple name (which may be the base of a name with [] e.g. value[x]) - a name with a type replacement e.g. valueCodeableConcept - * which means all children - ** which means all descendantsbooleanwhen the .log() function is calledConstructors in org.hl7.fhir.r4.fhirpath with parameters of type Base -
Uses of Base in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return BaseModifier and TypeMethodDescriptionXmlParser.parseFragment(org.xmlpull.v1.XmlPullParser xpp, String type) Methods in org.hl7.fhir.r4.formats with parameters of type BaseModifier and TypeMethodDescriptionprotected voidXmlParserBase.composeElementClose(Base base) protected voidXmlParserBase.parseElementClose(Base e) -
Uses of Base in org.hl7.fhir.r4.model
Subclasses of Base in org.hl7.fhir.r4.modelModifier and TypeClassDescriptionclassA financial tool for tracking value accrued for a particular purpose.static classstatic classclassThis resource allows for the definition of some activity to be performed, independent of a particular patient, practitioner, or other performance context.static classstatic classclassAn address expressed using postal conventions (as opposed to GPS or other location definition formats).classActual or potential/avoided event causing unintended physical injury resulting from or contributed to by medical care, a research study or other healthcare setting factors that requires additional monitoring, treatment, or hospitalization, or that results in death.static classstatic classclassA duration of time during which an organism (or a process) has existed.classRisk of harmful or undesirable, physiological response which is unique to an individual and associated with exposure to a substance.static classclassA text note which also contains information about who made the statement and when.classA booking of a healthcare event among patient(s), practitioner(s), related person(s) and/or device(s) for a specific date/time.static classclassA reply to an appointment request for a patient and/or practitioner(s), such as a confirmation or rejection.classFor referring to data content defined in other formats.classA record of an event made for purposes of maintaining a security log.static classstatic classstatic classstatic classstatic classclassBase definition for all elements that are defined inside a resource - but not those in a data type.classBase definition for all elements that are defined inside a resource - but not those in a data type.classPrimitive type "base64Binary" in FHIR: a sequence of bytes represented in base64classclassclassclassclassclassclassBasic is used for handling concepts not yet defined in FHIR, narrative-only resources that don't map to an existing resource, and custom resources not appropriate for inclusion in the FHIR specification.classA resource that represents the data of a single raw artifact as digital content accessible in its native format.classA material substance originating from a biological entity intended to be transplanted or infused into another (possibly the same) biological entity.static classstatic classstatic classstatic classclassRecord details about an anatomical structure.classPrimitive type "boolean" in FHIR "true" or "false"classA container for a collection of resources.static classstatic classstatic classstatic classstatic classclassPrimitive type "canonical" in FHIR: an OID represented as urn:oid:0.1.2.3.4...classA Capability Statement documents a set of capabilities (behaviors) of a FHIR Server for a particular version of FHIR that may be used as a statement of actual server functionality or a statement of required or desired server implementation.static classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classclassDescribes the intention of how one or more practitioners intend to deliver care for a particular patient, group or community for a period of time, possibly limited to care for a specific condition or set of conditions.static classstatic classclassThe Care Team includes all the people and organizations who plan to participate in the coordination and delivery of care for a patient.static classclassCatalog entries are wrappers that contextualize items included in a catalog.static classclassThe resource ChargeItem describes the provision of healthcare provider products for a certain patient, therefore referring not only to the product, but containing in addition details of the provision, like date, time, amounts and participating organizations and persons.static classclassThe ChargeItemDefinition resource provides the properties that apply to the (billing) codes necessary to calculate costs and prices.static classstatic classstatic classclassA provider issued list of professional services and products which have been provided, or are to be provided, to a patient which is sent to an insurer for reimbursement.static classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classclassThis resource provides the adjudication details from the processing of a Claim resource.static classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classclassA record of a clinical assessment performed to determine what problem(s) may affect the patient and before planning the treatments or management strategies that are best to manage a patient's condition.static classstatic classclassA concept that may be defined by a formal reference to a terminology or ontology or may be provided by text.classThe CodeSystem resource is used to declare the existence of and describe a code system or code system supplement and its key properties, and optionally define a part or all of its content.static classstatic classstatic classstatic classstatic classclassPrimitive type "code" in FHIR, when not bound to an enumerated list of codesclassA reference to a code defined by a terminology system.classAn occurrence of information being transmitted; e.g. an alert that was sent to a responsible provider, a public health agency that was notified about a reportable condition.static classclassA request to convey information; e.g. the CDS system proposes that an alert be sent to a responsible provider, the CDS system proposes that the public health agency be notified about a reportable condition.static classclassA compartment definition that defines how resources are accessed on a server.static classclassA set of healthcare-related information that is assembled together into a single logical package that provides a single coherent statement of meaning, establishes its own context and that has clinical attestation with regard to who is making the statement.static classstatic classstatic classstatic classclassA statement of relationships from one set of concepts to one or more other concepts - either concepts in code systems, or data element/data element concepts, or classes in class models.static classstatic classstatic classstatic classstatic classclassA clinical condition, problem, diagnosis, or other event, situation, issue, or clinical concept that has risen to a level of concern.static classstatic classclassA record of a healthcare consumer?s choices, which permits or denies identified recipient(s) or recipient role(s) to perform one or more actions within a given policy context, for specific purposes and periods of time.static classstatic classstatic classstatic classstatic classclassSpecifies contact information for a person or organization.classDetails for all kinds of technology mediated contact points for a person or organization, including telephone, email, etc.classLegally enforceable, formally recorded unilateral or bilateral directive i.e., a policy or agreement.static classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classclassA contributor to the content of a knowledge asset, including authors, editors, reviewers, and endorsers.classA measured amount (or an amount that can potentially be measured).classFinancial instrument which may be used to reimburse or pay for health care products and services.static classstatic classstatic classclassThe CoverageEligibilityRequest provides patient and insurance coverage information to an insurer for them to respond, in the form of an CoverageEligibilityResponse, with information regarding whether the stated coverage is valid and in-force and optionally to provide the insurance details of the policy.static classstatic classstatic classstatic classclassThis resource provides eligibility and plan details from the processing of an CoverageEligibilityRequest resource.static classstatic classstatic classstatic classclassDescribes a required data item for evaluation in terms of the type of data, and optional code or date-based filters of the data.static classstatic classstatic classclassRepresents a FHIR dateTime datatype.classRepresents a FHIR date datatype.classPrimitive type "decimal" in FHIR: A rational numberclassIndicates an actual or potential clinical issue with or between one or more active or proposed clinical actions for a patient; e.g.static classstatic classclassA type of a manufactured item that is used in the provision of healthcare without being substantially changed through that activity.static classstatic classstatic classstatic classstatic classclassThe characteristics, operational status and capabilities of a medical-related component of a medical device.static classstatic classstatic classstatic classstatic classstatic classclassDescribes a measurement, calculation or setting capability of a medical device.static classclassRepresents a request for a patient to employ a medical device.static classclassA record of a device being used by a patient where the record is the result of a report from the patient or another clinician.classThe findings and interpretation of diagnostic tests performed on patients, groups of patients, devices, and locations, and/or specimens derived from these.static classclassA length - a value with a unit that is a physical distance.classA collection of documents compiled for a purpose together with metadata that applies to the collection.static classclassA reference to a document of any kind for any purpose.static classstatic classstatic classclassA resource that includes narrative, extensions, and contained resources.classIndicates how the medication is/was taken or should be taken by the patient.static classclassA length of time.classThe EffectEvidenceSynthesis resource describes the difference in an outcome between exposures states in a population where the effect estimate is derived from a combination of research studies.static classstatic classstatic classstatic classstatic classstatic classclassBase definition for all elements in a resource.classCaptures constraints on each element within the resource, profile, or extension.static classstatic classstatic classstatic classstatic classstatic classstatic classstatic classclassAn interaction between a patient and healthcare provider(s) for the purpose of providing healthcare service(s) or assessing the health status of a patient.static classstatic classstatic classstatic classstatic classstatic classclassThe technical details of an endpoint that can be used for electronic services, such as for web services providing XDS.b or a REST endpoint for another FHIR server.classThis resource provides the insurance enrollment details to the insurer regarding a specified coverage.classThis resource provides enrollment and plan details from the processing of an EnrollmentRequest resource.classEnumeration<T extends Enum<?>>Primitive type "code" in FHIR, where the code is tied to an enumerated list of possible valuesclassAn association between a patient and an organization / healthcare provider(s) during which time encounters may occur.static classstatic classclassThe EventDefinition resource provides a reusable description of when a particular event can occur.classThe Evidence resource describes the conditional state (population and any exposures being compared within the population) and outcome (if specified) that the knowledge (evidence, assertion, recommendation) is about.classThe EvidenceVariable resource describes a "PICO" element that knowledge (evidence, assertion, recommendation) is about.static classclassExample of workflow instance.static classstatic classstatic classstatic classstatic classstatic classstatic classstatic classclassThis resource provides: the claim details; adjudication details from the processing of a Claim; and optionally account balance information, for informing the subscriber of the benefits provided.static classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classclassA expression that is evaluated in a specified context and returns a value.classOptional Extension Element - found in all resources.classSignificant health conditions for a person related to the patient relevant in the context of care for the patient.static classclassProspective warnings of potential issues when providing care to the patient.classDescribes the intended objective(s) for a patient, group or organization care, for example, weight loss, restoring an activity of daily living, obtaining herd immunity via immunization, meeting a process improvement objective, etc.static classclassA formal computable definition of a graph of resources - that is, a coherent set of resources that form a graph by following references.static classstatic classstatic classclassRepresents a defined collection of entities that may be discussed or acted upon collectively but which are not expected to act collectively, and are not formally or legally recognized; i.e. a collection of entities that isn't an Organization.static classstatic classclassA guidance response is the formal response to a guidance request, including any output parameters returned by the evaluation, as well as the description of any proposed actions to be taken.classThe details of a healthcare service available at a location.static classstatic classstatic classclassA human's name with the ability to identify parts and usage.classAn 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.classRepresentation of the content produced in a DICOM imaging study.static classstatic classstatic classclassDescribes the event of a patient being administered a vaccine or a record of an immunization as reported by a patient, a clinician or another party.static classstatic classstatic classstatic classclassDescribes a comparison of an immunization event against published recommendations to determine if the administration is "valid" in relation to those recommendations.classA patient's point-in-time set of recommendations (i.e. forecasting) according to a published schedule with optional supporting justification.static classstatic classclassA set of rules of how a particular interoperability or standards problem is solved - typically through the use of FHIR resources.static classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classclassRepresents a FHIR instant datatype.classDetails of a Health Insurance product/plan provided by an organization.static classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classclassPrimitive type "integer" in FHIR: A signed 32-bit integerclassInvoice containing collected ChargeItems from an Account with calculated individual and total price for Billing purpose.static classstatic classstatic classclassThe Library resource is a general-purpose container for knowledge asset definitions.classIdentifies two or more records (resource instances) that refer to the same real-world "occurrence".static classclassA list is a curated collection of resources.static classclassDetails and position information for a physical place where services are provided and resources and participants may be stored, found, contained, or accommodated.static classstatic classclassPrimitive type "code" in FHIR, when not bound to an enumerated list of codesclassThe 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.classThe Measure resource provides the definition of a quality measure.static classstatic classstatic classstatic classstatic classclassThe MeasureReport resource contains the results of the calculation of a measure; and optionally a reference to the resources involved in that calculation.static classstatic classstatic classstatic classstatic classstatic classclassA photo, video, or audio recording acquired or used in healthcare.classThis resource is primarily used for the identification and definition of a medication for the purposes of prescribing, dispensing, and administering a medication as well as for making statements about medication use.static classstatic classclassDescribes the event of a patient consuming or otherwise being administered a medication.static classstatic classclassIndicates that a medication product is to be or has been dispensed for a named person/patient.static classstatic classclassInformation about a medication that is used to support knowledge.static classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classclassAn order or request for both supply of the medication and the instructions for administration of the medication to a patient.static classstatic classstatic classclassA record of a medication that is being consumed by a patient.classDetailed definition of a medicinal product, typically for uses other than direct patient care (e.g. regulatory use).static classstatic classstatic classstatic classstatic classclassThe regulatory authorization of a medicinal product.static classstatic classclassThe clinical particulars - indications, contraindications etc. of a medicinal product, including for regulatory purposes.static classclassIndication for the Medicinal Product.static classclassAn ingredient of a manufactured item or pharmaceutical product.static classstatic classstatic classstatic classclassThe interactions of the medicinal product with other medicinal products, or other forms of interactions.static classclassThe manufactured item as contained in the packaged medicinal product.classA medicinal product in a container or package.static classstatic classclassA pharmaceutical product described in terms of its composition and dose form.static classstatic classstatic classstatic classclassDescribe the undesirable effects of the medicinal product.classDefines the characteristics of a message that can be shared between systems, including the type of event that initiates the message, the content to be transmitted and what response(s), if any, are permitted.static classstatic classclassThe header for a message exchange that is either requesting or responding to an action.static classstatic classstatic classclassThe metadata about a resource.classCommon Ancestor declaration for conformance and knowledge artifact resources.classRaw data describing a biological sequence.static classstatic classstatic classstatic classstatic classstatic classstatic classstatic classclassAn amount of economic utility in some recognized currency.classA measured amount (or an amount that can potentially be measured).classA curated namespace that issues unique symbols within that namespace for the identification of concepts, people, devices, etc.static classclassA human-readable summary of the resource conveying the essential clinical and business information for the resource.classA request to supply a diet, formula feeding (enteral) or oral nutritional supplement to a patient/resident.static classstatic classstatic classstatic classstatic classstatic classclassMeasurements and simple assertions made about a patient, device or other subject.static classstatic classclassSet of definitional characteristics for a kind of observation or measurement produced or consumed by an orderable health care service.static classstatic classclassPrimitive type "oid" in FHIR: an OID represented as urn:oid:0.1.2.3.4...classA formal computable definition of an operation (on the RESTful interface) or a named query (using the search interaction).static classstatic classstatic classstatic classclassA collection of error, warning, or information messages that result from a system action.static classclassA formally or informally recognized grouping of people or organizations formed for the purpose of achieving some form of collective action.static classclassDefines an affiliation/assotiation/relationship between 2 distinct oganizations, that is not a part-of relationship/sub-division relationship.classThe parameters to the module.classThis resource is a non-persisted resource used to pass information into and back from an [operation](operations.html).static classclassDemographics and other administrative information about an individual or animal receiving care or other health-related services.static classstatic classstatic classclassThis resource provides the status of the payment for goods and services rendered, and the request and response resource references.classThis resource provides the details including amount of a payment and allocates the payment items being paid.static classstatic classclassA time period defined by a start and end date and optionally time.classDemographics and administrative information about a person independent of a specific health-related context.static classclassThis resource allows for the definition of various types of plans as a sharable, consumable, and executable artifact.static classstatic classstatic classstatic classstatic classstatic classstatic classclassA populatioof people with some set of grouping criteria.classPrimitive type "integer" in FHIR: A signed 32-bit integerclassA person who is directly or indirectly involved in the provisioning of healthcare.static classclassA specific set of Roles/Locations/specialties/services that a practitioner may perform at an organization for a period of time.static classstatic classclassclassAn action that is or was performed on or for a patient.static classstatic classclassThe 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.classThe shelf-life and storage information for a medicinal product item or container can be described using this class.classProvenance of a resource is a record that describes entities and processes involved in producing and delivering or otherwise influencing that resource.static classstatic classclassA measured amount (or an amount that can potentially be measured).classA structured set of questions intended to guide the collection of answers from end-users.static classstatic classstatic classstatic classclassA structured set of questions and their answers.static classstatic classclassA set of ordered Quantities defined by a low and high limit.classA relationship of two Quantity values - expressed as a numerator and a denominator.classA reference from one resource to another.classRelated artifacts such as additional documentation, justification, or bibliographic references.classInformation about a person that is involved in the care for a patient, but who is not the target of healthcare, nor has a formal responsibility in the care process.static classclassA group of related requests that can be used to capture intended activities that have inter-dependencies such as "give this medication after that one".static classstatic classstatic classclassThe ResearchDefinition resource describes the conditional state (population and any exposures being compared within the population) and outcome (if specified) that the knowledge (evidence, assertion, recommendation) is about.classThe ResearchElementDefinition resource describes a "PICO" element that knowledge (evidence, assertion, recommendation) is about.static classclassA process where a researcher or organization plans and then executes a series of steps intended to increase the field of healthcare-related knowledge.static classstatic classclassA physical entity which is the primary unit of operational and/or administrative interest in a study.classThis is the base resource type for everything.classAn assessment of the likely outcome(s) for a patient or other subject as well as the likelihood of each outcome.static classclassThe RiskEvidenceSynthesis resource describes the likelihood of an outcome in a population plus exposure state where the risk estimate is derived from a combination of research studies.static classstatic classstatic classstatic classstatic classclassA series of measurements taken by a device, with upper and lower limits.classA container for slots of time that may be available for booking appointments.classA search parameter that defines a named search item that can be used to search/filter on a resource.static classclassA record of a request for service such as diagnostic investigations, treatments, or operations to be performed.classclassA signature along with supporting context.classA measured amount (or an amount that can potentially be measured).classA slot of time on a schedule that may be available for booking appointments.classA sample to be used for analysis.static classstatic classstatic classclassA kind of specimen with associated set of requirements.static classstatic classstatic classstatic classclassPrimitive type "string" in FHIR - any sequence of unicode characters less than 1MB in lengthclassA definition of a FHIR structure.static classstatic classstatic classstatic classclassA Map of relationships between 2 structures that can be used to transform data.static classstatic classstatic classstatic classstatic classstatic classstatic classstatic classclassThe subscription resource is used to define a push-based subscription from a server to another system.static classclassA homogeneous material with a definite composition.static classstatic classclassChemical substances are a single substance type whose primary defining element is the molecular structure.static classclassNucleic acids are defined by three distinct elements: the base, sugar and linkage.static classstatic classstatic classclassTodo.static classstatic classstatic classstatic classstatic classstatic classclassA SubstanceProtein is defined as a single unit of a linear amino acid sequence, or a combination of subunits that are either covalently linked or have a defined invariant stoichiometric relationship.static classclassTodo.static classstatic classstatic classstatic classclassSource material shall capture information on the taxonomic and anatomical origins as well as the fraction of a material that can result in or can be modified to form a substance.static classstatic classstatic classstatic classstatic classstatic classclassThe detailed description of a substance, typically at a level beyond what is used for prescribing.static classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classclassRecord of delivery of what is supplied.static classclassA record of a request for a medication, substance or device used in the healthcare setting.static classclassA task to be performed.static classstatic classstatic classclassA TerminologyCapabilities resource documents a set of capabilities (behaviors) of a FHIR Terminology Server that may be used as a statement of actual server functionality or a statement of required or desired server implementation.static classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classclassA summary of information based on the results of executing a TestScript.static classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classclassA structured set of tests against a FHIR server or client implementation to determine compliance against the FHIR specification.static classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classclassRepresents a Time datatype, per the FHIR specification.classSpecifies an event that may occur multiple times.static classclassA description of a triggering event.classclassAn element that is a type.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...classSpecifies clinical/business/etc. metadata that can be used to retrieve, index and/or categorize an artifact.classclassA ValueSet resource instance specifies a set of codes drawn from one or more code systems, intended for use in a particular context.static classstatic classstatic classstatic classstatic classstatic classstatic classstatic classclassDescribes validation requirements, source(s), status and dates for one or more elements.static classstatic classstatic classclassAn authorization for the provision of glasses and/or contact lenses to a patient.static classstatic classclassFields in org.hl7.fhir.r4.model declared as BaseMethods in org.hl7.fhir.r4.model that return BaseModifier and TypeMethodDescriptionEffectEvidenceSynthesis.EffectEvidenceSynthesisCertaintyCertaintySubcomponentComponent.addChild(String name) EffectEvidenceSynthesis.EffectEvidenceSynthesisEffectEstimatePrecisionEstimateComponent.addChild(String name) ImmunizationRecommendation.ImmunizationRecommendationRecommendationDateCriterionComponent.addChild(String name) MedicationKnowledge.MedicationKnowledgeAdministrationGuidelinesDosageComponent.addChild(String name) MedicationKnowledge.MedicationKnowledgeAdministrationGuidelinesPatientCharacteristicsComponent.addChild(String name) MedicinalProductAuthorization.MedicinalProductAuthorizationJurisdictionalAuthorizationComponent.addChild(String name) MedicinalProductContraindication.MedicinalProductContraindicationOtherTherapyComponent.addChild(String name) MedicinalProductIngredient.MedicinalProductIngredientSpecifiedSubstanceComponent.addChild(String name) MedicinalProductIngredient.MedicinalProductIngredientSpecifiedSubstanceStrengthComponent.addChild(String name) MedicinalProductIngredient.MedicinalProductIngredientSpecifiedSubstanceStrengthReferenceStrengthComponent.addChild(String name) MedicinalProductPharmaceutical.MedicinalProductPharmaceuticalCharacteristicsComponent.addChild(String name) MedicinalProductPharmaceutical.MedicinalProductPharmaceuticalRouteOfAdministrationComponent.addChild(String name) MedicinalProductPharmaceutical.MedicinalProductPharmaceuticalRouteOfAdministrationTargetSpeciesComponent.addChild(String name) MedicinalProductPharmaceutical.MedicinalProductPharmaceuticalRouteOfAdministrationTargetSpeciesWithdrawalPeriodComponent.addChild(String name) RiskEvidenceSynthesis.RiskEvidenceSynthesisCertaintyCertaintySubcomponentComponent.addChild(String name) RiskEvidenceSynthesis.RiskEvidenceSynthesisRiskEstimatePrecisionEstimateComponent.addChild(String name) SubstancePolymer.SubstancePolymerRepeatRepeatUnitDegreeOfPolymerisationComponent.addChild(String name) SubstancePolymer.SubstancePolymerRepeatRepeatUnitStructuralRepresentationComponent.addChild(String name) SubstanceReferenceInformation.SubstanceReferenceInformationClassificationComponent.addChild(String name) SubstanceReferenceInformation.SubstanceReferenceInformationGeneElementComponent.addChild(String name) SubstanceSourceMaterial.SubstanceSourceMaterialOrganismOrganismGeneralComponent.addChild(String name) SubstanceSpecification.SubstanceSpecificationStructureIsotopeMolecularWeightComponent.addChild(String name) TerminologyCapabilities.TerminologyCapabilitiesCodeSystemVersionFilterComponent.addChild(String name) abstract BaseBase.copy()Tuple.copy()static BaseResourceFactory.createResourceOrType(String name) Base.getChildValueByName(String name) Base[]Account.CoverageComponent.getProperty(int hash, String name, boolean checkValid) Base[]Account.getProperty(int hash, String name, boolean checkValid) Base[]Account.GuarantorComponent.getProperty(int hash, String name, boolean checkValid) Base[]ActivityDefinition.ActivityDefinitionDynamicValueComponent.getProperty(int hash, String name, boolean checkValid) Base[]ActivityDefinition.ActivityDefinitionParticipantComponent.getProperty(int hash, String name, boolean checkValid) Base[]ActivityDefinition.getProperty(int hash, String name, boolean checkValid) Base[]Address.getProperty(int hash, String name, boolean checkValid) Base[]AdverseEvent.AdverseEventSuspectEntityCausalityComponent.getProperty(int hash, String name, boolean checkValid) Base[]AdverseEvent.AdverseEventSuspectEntityComponent.getProperty(int hash, String name, boolean checkValid) Base[]AdverseEvent.getProperty(int hash, String name, boolean checkValid) Base[]Age.getProperty(int hash, String name, boolean checkValid) Base[]AllergyIntolerance.AllergyIntoleranceReactionComponent.getProperty(int hash, String name, boolean checkValid) Base[]AllergyIntolerance.getProperty(int hash, String name, boolean checkValid) Base[]Annotation.getProperty(int hash, String name, boolean checkValid) Base[]Appointment.AppointmentParticipantComponent.getProperty(int hash, String name, boolean checkValid) Base[]Appointment.getProperty(int hash, String name, boolean checkValid) Base[]AppointmentResponse.getProperty(int hash, String name, boolean checkValid) Base[]Attachment.getProperty(int hash, String name, boolean checkValid) Base[]AuditEvent.AuditEventAgentComponent.getProperty(int hash, String name, boolean checkValid) Base[]AuditEvent.AuditEventAgentNetworkComponent.getProperty(int hash, String name, boolean checkValid) Base[]AuditEvent.AuditEventEntityComponent.getProperty(int hash, String name, boolean checkValid) Base[]AuditEvent.AuditEventEntityDetailComponent.getProperty(int hash, String name, boolean checkValid) Base[]AuditEvent.AuditEventSourceComponent.getProperty(int hash, String name, boolean checkValid) Base[]AuditEvent.getProperty(int hash, String name, boolean checkValid) Base[]BackboneElement.getProperty(int hash, String name, boolean checkValid) Base[]BackboneType.getProperty(int hash, String name, boolean checkValid) Base[]Base.getProperty(int hash, String name, boolean checkValid) Base[]Basic.getProperty(int hash, String name, boolean checkValid) Base[]Binary.getProperty(int hash, String name, boolean checkValid) Base[]BiologicallyDerivedProduct.BiologicallyDerivedProductCollectionComponent.getProperty(int hash, String name, boolean checkValid) Base[]BiologicallyDerivedProduct.BiologicallyDerivedProductManipulationComponent.getProperty(int hash, String name, boolean checkValid) Base[]BiologicallyDerivedProduct.BiologicallyDerivedProductProcessingComponent.getProperty(int hash, String name, boolean checkValid) Base[]BiologicallyDerivedProduct.BiologicallyDerivedProductStorageComponent.getProperty(int hash, String name, boolean checkValid) Base[]BiologicallyDerivedProduct.getProperty(int hash, String name, boolean checkValid) Base[]BodyStructure.getProperty(int hash, String name, boolean checkValid) Base[]Bundle.BundleEntryComponent.getProperty(int hash, String name, boolean checkValid) Base[]Bundle.BundleEntryRequestComponent.getProperty(int hash, String name, boolean checkValid) Base[]Bundle.BundleEntryResponseComponent.getProperty(int hash, String name, boolean checkValid) Base[]Bundle.BundleEntrySearchComponent.getProperty(int hash, String name, boolean checkValid) Base[]Bundle.BundleLinkComponent.getProperty(int hash, String name, boolean checkValid) Base[]Bundle.getProperty(int hash, String name, boolean checkValid) Base[]CapabilityStatement.CapabilityStatementDocumentComponent.getProperty(int hash, String name, boolean checkValid) Base[]CapabilityStatement.CapabilityStatementImplementationComponent.getProperty(int hash, String name, boolean checkValid) Base[]CapabilityStatement.CapabilityStatementMessagingComponent.getProperty(int hash, String name, boolean checkValid) Base[]CapabilityStatement.CapabilityStatementMessagingEndpointComponent.getProperty(int hash, String name, boolean checkValid) Base[]CapabilityStatement.CapabilityStatementMessagingSupportedMessageComponent.getProperty(int hash, String name, boolean checkValid) Base[]CapabilityStatement.CapabilityStatementRestComponent.getProperty(int hash, String name, boolean checkValid) Base[]CapabilityStatement.CapabilityStatementRestResourceComponent.getProperty(int hash, String name, boolean checkValid) Base[]CapabilityStatement.CapabilityStatementRestResourceOperationComponent.getProperty(int hash, String name, boolean checkValid) Base[]CapabilityStatement.CapabilityStatementRestResourceSearchParamComponent.getProperty(int hash, String name, boolean checkValid) Base[]CapabilityStatement.CapabilityStatementRestSecurityComponent.getProperty(int hash, String name, boolean checkValid) Base[]CapabilityStatement.CapabilityStatementSoftwareComponent.getProperty(int hash, String name, boolean checkValid) Base[]CapabilityStatement.getProperty(int hash, String name, boolean checkValid) Base[]CapabilityStatement.ResourceInteractionComponent.getProperty(int hash, String name, boolean checkValid) Base[]CapabilityStatement.SystemInteractionComponent.getProperty(int hash, String name, boolean checkValid) Base[]CarePlan.CarePlanActivityComponent.getProperty(int hash, String name, boolean checkValid) Base[]CarePlan.CarePlanActivityDetailComponent.getProperty(int hash, String name, boolean checkValid) Base[]CarePlan.getProperty(int hash, String name, boolean checkValid) Base[]CareTeam.CareTeamParticipantComponent.getProperty(int hash, String name, boolean checkValid) Base[]CareTeam.getProperty(int hash, String name, boolean checkValid) Base[]CatalogEntry.CatalogEntryRelatedEntryComponent.getProperty(int hash, String name, boolean checkValid) Base[]CatalogEntry.getProperty(int hash, String name, boolean checkValid) Base[]ChargeItem.ChargeItemPerformerComponent.getProperty(int hash, String name, boolean checkValid) Base[]ChargeItem.getProperty(int hash, String name, boolean checkValid) Base[]ChargeItemDefinition.ChargeItemDefinitionApplicabilityComponent.getProperty(int hash, String name, boolean checkValid) Base[]ChargeItemDefinition.ChargeItemDefinitionPropertyGroupComponent.getProperty(int hash, String name, boolean checkValid) Base[]ChargeItemDefinition.ChargeItemDefinitionPropertyGroupPriceComponentComponent.getProperty(int hash, String name, boolean checkValid) Base[]ChargeItemDefinition.getProperty(int hash, String name, boolean checkValid) Base[]Claim.AccidentComponent.getProperty(int hash, String name, boolean checkValid) Base[]Claim.CareTeamComponent.getProperty(int hash, String name, boolean checkValid) Base[]Claim.DetailComponent.getProperty(int hash, String name, boolean checkValid) Base[]Claim.DiagnosisComponent.getProperty(int hash, String name, boolean checkValid) Base[]Claim.getProperty(int hash, String name, boolean checkValid) Base[]Claim.InsuranceComponent.getProperty(int hash, String name, boolean checkValid) Base[]Claim.ItemComponent.getProperty(int hash, String name, boolean checkValid) Base[]Claim.PayeeComponent.getProperty(int hash, String name, boolean checkValid) Base[]Claim.ProcedureComponent.getProperty(int hash, String name, boolean checkValid) Base[]Claim.RelatedClaimComponent.getProperty(int hash, String name, boolean checkValid) Base[]Claim.SubDetailComponent.getProperty(int hash, String name, boolean checkValid) Base[]Claim.SupportingInformationComponent.getProperty(int hash, String name, boolean checkValid) Base[]ClaimResponse.AddedItemComponent.getProperty(int hash, String name, boolean checkValid) Base[]ClaimResponse.AddedItemDetailComponent.getProperty(int hash, String name, boolean checkValid) Base[]ClaimResponse.AddedItemSubDetailComponent.getProperty(int hash, String name, boolean checkValid) Base[]ClaimResponse.AdjudicationComponent.getProperty(int hash, String name, boolean checkValid) Base[]ClaimResponse.ErrorComponent.getProperty(int hash, String name, boolean checkValid) Base[]ClaimResponse.getProperty(int hash, String name, boolean checkValid) Base[]ClaimResponse.InsuranceComponent.getProperty(int hash, String name, boolean checkValid) Base[]ClaimResponse.ItemComponent.getProperty(int hash, String name, boolean checkValid) Base[]ClaimResponse.ItemDetailComponent.getProperty(int hash, String name, boolean checkValid) Base[]ClaimResponse.NoteComponent.getProperty(int hash, String name, boolean checkValid) Base[]ClaimResponse.PaymentComponent.getProperty(int hash, String name, boolean checkValid) Base[]ClaimResponse.SubDetailComponent.getProperty(int hash, String name, boolean checkValid) Base[]ClaimResponse.TotalComponent.getProperty(int hash, String name, boolean checkValid) Base[]ClinicalImpression.ClinicalImpressionFindingComponent.getProperty(int hash, String name, boolean checkValid) Base[]ClinicalImpression.ClinicalImpressionInvestigationComponent.getProperty(int hash, String name, boolean checkValid) Base[]ClinicalImpression.getProperty(int hash, String name, boolean checkValid) Base[]CodeableConcept.getProperty(int hash, String name, boolean checkValid) Base[]CodeSystem.CodeSystemFilterComponent.getProperty(int hash, String name, boolean checkValid) Base[]CodeSystem.ConceptDefinitionComponent.getProperty(int hash, String name, boolean checkValid) Base[]CodeSystem.ConceptDefinitionDesignationComponent.getProperty(int hash, String name, boolean checkValid) Base[]CodeSystem.ConceptPropertyComponent.getProperty(int hash, String name, boolean checkValid) Base[]CodeSystem.getProperty(int hash, String name, boolean checkValid) Base[]CodeSystem.PropertyComponent.getProperty(int hash, String name, boolean checkValid) Base[]Coding.getProperty(int hash, String name, boolean checkValid) Base[]Communication.CommunicationPayloadComponent.getProperty(int hash, String name, boolean checkValid) Base[]Communication.getProperty(int hash, String name, boolean checkValid) Base[]CommunicationRequest.CommunicationRequestPayloadComponent.getProperty(int hash, String name, boolean checkValid) Base[]CommunicationRequest.getProperty(int hash, String name, boolean checkValid) Base[]CompartmentDefinition.CompartmentDefinitionResourceComponent.getProperty(int hash, String name, boolean checkValid) Base[]CompartmentDefinition.getProperty(int hash, String name, boolean checkValid) Base[]Composition.CompositionAttesterComponent.getProperty(int hash, String name, boolean checkValid) Base[]Composition.CompositionEventComponent.getProperty(int hash, String name, boolean checkValid) Base[]Composition.CompositionRelatesToComponent.getProperty(int hash, String name, boolean checkValid) Base[]Composition.getProperty(int hash, String name, boolean checkValid) Base[]Composition.SectionComponent.getProperty(int hash, String name, boolean checkValid) Base[]ConceptMap.ConceptMapGroupComponent.getProperty(int hash, String name, boolean checkValid) Base[]ConceptMap.ConceptMapGroupUnmappedComponent.getProperty(int hash, String name, boolean checkValid) Base[]ConceptMap.getProperty(int hash, String name, boolean checkValid) Base[]ConceptMap.OtherElementComponent.getProperty(int hash, String name, boolean checkValid) Base[]ConceptMap.SourceElementComponent.getProperty(int hash, String name, boolean checkValid) Base[]ConceptMap.TargetElementComponent.getProperty(int hash, String name, boolean checkValid) Base[]Condition.ConditionEvidenceComponent.getProperty(int hash, String name, boolean checkValid) Base[]Condition.ConditionStageComponent.getProperty(int hash, String name, boolean checkValid) Base[]Condition.getProperty(int hash, String name, boolean checkValid) Base[]Consent.ConsentPolicyComponent.getProperty(int hash, String name, boolean checkValid) Base[]Consent.ConsentVerificationComponent.getProperty(int hash, String name, boolean checkValid) Base[]Consent.getProperty(int hash, String name, boolean checkValid) Base[]Consent.provisionActorComponent.getProperty(int hash, String name, boolean checkValid) Base[]Consent.ProvisionComponent.getProperty(int hash, String name, boolean checkValid) Base[]Consent.provisionDataComponent.getProperty(int hash, String name, boolean checkValid) Base[]ContactDetail.getProperty(int hash, String name, boolean checkValid) Base[]ContactPoint.getProperty(int hash, String name, boolean checkValid) Base[]Contract.ActionComponent.getProperty(int hash, String name, boolean checkValid) Base[]Contract.ActionSubjectComponent.getProperty(int hash, String name, boolean checkValid) Base[]Contract.AnswerComponent.getProperty(int hash, String name, boolean checkValid) Base[]Contract.AssetContextComponent.getProperty(int hash, String name, boolean checkValid) Base[]Contract.ComputableLanguageComponent.getProperty(int hash, String name, boolean checkValid) Base[]Contract.ContentDefinitionComponent.getProperty(int hash, String name, boolean checkValid) Base[]Contract.ContractAssetComponent.getProperty(int hash, String name, boolean checkValid) Base[]Contract.ContractOfferComponent.getProperty(int hash, String name, boolean checkValid) Base[]Contract.ContractPartyComponent.getProperty(int hash, String name, boolean checkValid) Base[]Contract.FriendlyLanguageComponent.getProperty(int hash, String name, boolean checkValid) Base[]Contract.getProperty(int hash, String name, boolean checkValid) Base[]Contract.LegalLanguageComponent.getProperty(int hash, String name, boolean checkValid) Base[]Contract.SecurityLabelComponent.getProperty(int hash, String name, boolean checkValid) Base[]Contract.SignatoryComponent.getProperty(int hash, String name, boolean checkValid) Base[]Contract.TermComponent.getProperty(int hash, String name, boolean checkValid) Base[]Contract.ValuedItemComponent.getProperty(int hash, String name, boolean checkValid) Base[]Contributor.getProperty(int hash, String name, boolean checkValid) Base[]Count.getProperty(int hash, String name, boolean checkValid) Base[]Coverage.ClassComponent.getProperty(int hash, String name, boolean checkValid) Base[]Coverage.CostToBeneficiaryComponent.getProperty(int hash, String name, boolean checkValid) Base[]Coverage.ExemptionComponent.getProperty(int hash, String name, boolean checkValid) Base[]Coverage.getProperty(int hash, String name, boolean checkValid) Base[]CoverageEligibilityRequest.DetailsComponent.getProperty(int hash, String name, boolean checkValid) Base[]CoverageEligibilityRequest.DiagnosisComponent.getProperty(int hash, String name, boolean checkValid) Base[]CoverageEligibilityRequest.getProperty(int hash, String name, boolean checkValid) Base[]CoverageEligibilityRequest.InsuranceComponent.getProperty(int hash, String name, boolean checkValid) Base[]CoverageEligibilityRequest.SupportingInformationComponent.getProperty(int hash, String name, boolean checkValid) Base[]CoverageEligibilityResponse.BenefitComponent.getProperty(int hash, String name, boolean checkValid) Base[]CoverageEligibilityResponse.ErrorsComponent.getProperty(int hash, String name, boolean checkValid) Base[]CoverageEligibilityResponse.getProperty(int hash, String name, boolean checkValid) Base[]CoverageEligibilityResponse.InsuranceComponent.getProperty(int hash, String name, boolean checkValid) Base[]CoverageEligibilityResponse.ItemsComponent.getProperty(int hash, String name, boolean checkValid) Base[]DataRequirement.DataRequirementCodeFilterComponent.getProperty(int hash, String name, boolean checkValid) Base[]DataRequirement.DataRequirementDateFilterComponent.getProperty(int hash, String name, boolean checkValid) Base[]DataRequirement.DataRequirementSortComponent.getProperty(int hash, String name, boolean checkValid) Base[]DataRequirement.getProperty(int hash, String name, boolean checkValid) Base[]DetectedIssue.DetectedIssueEvidenceComponent.getProperty(int hash, String name, boolean checkValid) Base[]DetectedIssue.DetectedIssueMitigationComponent.getProperty(int hash, String name, boolean checkValid) Base[]DetectedIssue.getProperty(int hash, String name, boolean checkValid) Base[]Device.DeviceDeviceNameComponent.getProperty(int hash, String name, boolean checkValid) Base[]Device.DevicePropertyComponent.getProperty(int hash, String name, boolean checkValid) Base[]Device.DeviceSpecializationComponent.getProperty(int hash, String name, boolean checkValid) Base[]Device.DeviceUdiCarrierComponent.getProperty(int hash, String name, boolean checkValid) Base[]Device.DeviceVersionComponent.getProperty(int hash, String name, boolean checkValid) Base[]Device.getProperty(int hash, String name, boolean checkValid) Base[]DeviceDefinition.DeviceDefinitionCapabilityComponent.getProperty(int hash, String name, boolean checkValid) Base[]DeviceDefinition.DeviceDefinitionDeviceNameComponent.getProperty(int hash, String name, boolean checkValid) Base[]DeviceDefinition.DeviceDefinitionMaterialComponent.getProperty(int hash, String name, boolean checkValid) Base[]DeviceDefinition.DeviceDefinitionPropertyComponent.getProperty(int hash, String name, boolean checkValid) Base[]DeviceDefinition.DeviceDefinitionSpecializationComponent.getProperty(int hash, String name, boolean checkValid) Base[]DeviceDefinition.DeviceDefinitionUdiDeviceIdentifierComponent.getProperty(int hash, String name, boolean checkValid) Base[]DeviceDefinition.getProperty(int hash, String name, boolean checkValid) Base[]DeviceMetric.DeviceMetricCalibrationComponent.getProperty(int hash, String name, boolean checkValid) Base[]DeviceMetric.getProperty(int hash, String name, boolean checkValid) Base[]DeviceRequest.DeviceRequestParameterComponent.getProperty(int hash, String name, boolean checkValid) Base[]DeviceRequest.getProperty(int hash, String name, boolean checkValid) Base[]DeviceUseStatement.getProperty(int hash, String name, boolean checkValid) Base[]DiagnosticReport.DiagnosticReportMediaComponent.getProperty(int hash, String name, boolean checkValid) Base[]DiagnosticReport.getProperty(int hash, String name, boolean checkValid) Base[]Distance.getProperty(int hash, String name, boolean checkValid) Base[]DocumentManifest.DocumentManifestRelatedComponent.getProperty(int hash, String name, boolean checkValid) Base[]DocumentManifest.getProperty(int hash, String name, boolean checkValid) Base[]DocumentReference.DocumentReferenceContentComponent.getProperty(int hash, String name, boolean checkValid) Base[]DocumentReference.DocumentReferenceContextComponent.getProperty(int hash, String name, boolean checkValid) Base[]DocumentReference.DocumentReferenceRelatesToComponent.getProperty(int hash, String name, boolean checkValid) Base[]DocumentReference.getProperty(int hash, String name, boolean checkValid) Base[]DomainResource.getProperty(int hash, String name, boolean checkValid) Base[]Dosage.DosageDoseAndRateComponent.getProperty(int hash, String name, boolean checkValid) Base[]Dosage.getProperty(int hash, String name, boolean checkValid) Base[]Duration.getProperty(int hash, String name, boolean checkValid) Base[]EffectEvidenceSynthesis.EffectEvidenceSynthesisCertaintyCertaintySubcomponentComponent.getProperty(int hash, String name, boolean checkValid) Base[]EffectEvidenceSynthesis.EffectEvidenceSynthesisCertaintyComponent.getProperty(int hash, String name, boolean checkValid) Base[]EffectEvidenceSynthesis.EffectEvidenceSynthesisEffectEstimateComponent.getProperty(int hash, String name, boolean checkValid) Base[]EffectEvidenceSynthesis.EffectEvidenceSynthesisEffectEstimatePrecisionEstimateComponent.getProperty(int hash, String name, boolean checkValid) Base[]EffectEvidenceSynthesis.EffectEvidenceSynthesisResultsByExposureComponent.getProperty(int hash, String name, boolean checkValid) Base[]EffectEvidenceSynthesis.EffectEvidenceSynthesisSampleSizeComponent.getProperty(int hash, String name, boolean checkValid) Base[]EffectEvidenceSynthesis.getProperty(int hash, String name, boolean checkValid) Base[]Element.getProperty(int hash, String name, boolean checkValid) Base[]ElementDefinition.ElementDefinitionBaseComponent.getProperty(int hash, String name, boolean checkValid) Base[]ElementDefinition.ElementDefinitionBindingComponent.getProperty(int hash, String name, boolean checkValid) Base[]ElementDefinition.ElementDefinitionConstraintComponent.getProperty(int hash, String name, boolean checkValid) Base[]ElementDefinition.ElementDefinitionExampleComponent.getProperty(int hash, String name, boolean checkValid) Base[]ElementDefinition.ElementDefinitionMappingComponent.getProperty(int hash, String name, boolean checkValid) Base[]ElementDefinition.ElementDefinitionSlicingComponent.getProperty(int hash, String name, boolean checkValid) Base[]ElementDefinition.ElementDefinitionSlicingDiscriminatorComponent.getProperty(int hash, String name, boolean checkValid) Base[]ElementDefinition.getProperty(int hash, String name, boolean checkValid) Base[]ElementDefinition.TypeRefComponent.getProperty(int hash, String name, boolean checkValid) Base[]Encounter.ClassHistoryComponent.getProperty(int hash, String name, boolean checkValid) Base[]Encounter.DiagnosisComponent.getProperty(int hash, String name, boolean checkValid) Base[]Encounter.EncounterHospitalizationComponent.getProperty(int hash, String name, boolean checkValid) Base[]Encounter.EncounterLocationComponent.getProperty(int hash, String name, boolean checkValid) Base[]Encounter.EncounterParticipantComponent.getProperty(int hash, String name, boolean checkValid) Base[]Encounter.getProperty(int hash, String name, boolean checkValid) Base[]Encounter.StatusHistoryComponent.getProperty(int hash, String name, boolean checkValid) Base[]Endpoint.getProperty(int hash, String name, boolean checkValid) Base[]EnrollmentRequest.getProperty(int hash, String name, boolean checkValid) Base[]EnrollmentResponse.getProperty(int hash, String name, boolean checkValid) Base[]EpisodeOfCare.DiagnosisComponent.getProperty(int hash, String name, boolean checkValid) Base[]EpisodeOfCare.EpisodeOfCareStatusHistoryComponent.getProperty(int hash, String name, boolean checkValid) Base[]EpisodeOfCare.getProperty(int hash, String name, boolean checkValid) Base[]EventDefinition.getProperty(int hash, String name, boolean checkValid) Base[]Evidence.getProperty(int hash, String name, boolean checkValid) Base[]EvidenceVariable.EvidenceVariableCharacteristicComponent.getProperty(int hash, String name, boolean checkValid) Base[]EvidenceVariable.getProperty(int hash, String name, boolean checkValid) Base[]ExampleScenario.ExampleScenarioActorComponent.getProperty(int hash, String name, boolean checkValid) Base[]ExampleScenario.ExampleScenarioInstanceComponent.getProperty(int hash, String name, boolean checkValid) Base[]ExampleScenario.ExampleScenarioInstanceContainedInstanceComponent.getProperty(int hash, String name, boolean checkValid) Base[]ExampleScenario.ExampleScenarioInstanceVersionComponent.getProperty(int hash, String name, boolean checkValid) Base[]ExampleScenario.ExampleScenarioProcessComponent.getProperty(int hash, String name, boolean checkValid) Base[]ExampleScenario.ExampleScenarioProcessStepAlternativeComponent.getProperty(int hash, String name, boolean checkValid) Base[]ExampleScenario.ExampleScenarioProcessStepComponent.getProperty(int hash, String name, boolean checkValid) Base[]ExampleScenario.ExampleScenarioProcessStepOperationComponent.getProperty(int hash, String name, boolean checkValid) Base[]ExampleScenario.getProperty(int hash, String name, boolean checkValid) Base[]ExplanationOfBenefit.AccidentComponent.getProperty(int hash, String name, boolean checkValid) Base[]ExplanationOfBenefit.AddedItemComponent.getProperty(int hash, String name, boolean checkValid) Base[]ExplanationOfBenefit.AddedItemDetailComponent.getProperty(int hash, String name, boolean checkValid) Base[]ExplanationOfBenefit.AddedItemDetailSubDetailComponent.getProperty(int hash, String name, boolean checkValid) Base[]ExplanationOfBenefit.AdjudicationComponent.getProperty(int hash, String name, boolean checkValid) Base[]ExplanationOfBenefit.BenefitBalanceComponent.getProperty(int hash, String name, boolean checkValid) Base[]ExplanationOfBenefit.BenefitComponent.getProperty(int hash, String name, boolean checkValid) Base[]ExplanationOfBenefit.CareTeamComponent.getProperty(int hash, String name, boolean checkValid) Base[]ExplanationOfBenefit.DetailComponent.getProperty(int hash, String name, boolean checkValid) Base[]ExplanationOfBenefit.DiagnosisComponent.getProperty(int hash, String name, boolean checkValid) Base[]ExplanationOfBenefit.getProperty(int hash, String name, boolean checkValid) Base[]ExplanationOfBenefit.InsuranceComponent.getProperty(int hash, String name, boolean checkValid) Base[]ExplanationOfBenefit.ItemComponent.getProperty(int hash, String name, boolean checkValid) Base[]ExplanationOfBenefit.NoteComponent.getProperty(int hash, String name, boolean checkValid) Base[]ExplanationOfBenefit.PayeeComponent.getProperty(int hash, String name, boolean checkValid) Base[]ExplanationOfBenefit.PaymentComponent.getProperty(int hash, String name, boolean checkValid) Base[]ExplanationOfBenefit.ProcedureComponent.getProperty(int hash, String name, boolean checkValid) Base[]ExplanationOfBenefit.RelatedClaimComponent.getProperty(int hash, String name, boolean checkValid) Base[]ExplanationOfBenefit.SubDetailComponent.getProperty(int hash, String name, boolean checkValid) Base[]ExplanationOfBenefit.SupportingInformationComponent.getProperty(int hash, String name, boolean checkValid) Base[]ExplanationOfBenefit.TotalComponent.getProperty(int hash, String name, boolean checkValid) Base[]Expression.getProperty(int hash, String name, boolean checkValid) Base[]Extension.getProperty(int hash, String name, boolean checkValid) Base[]FamilyMemberHistory.FamilyMemberHistoryConditionComponent.getProperty(int hash, String name, boolean checkValid) Base[]FamilyMemberHistory.getProperty(int hash, String name, boolean checkValid) Base[]Flag.getProperty(int hash, String name, boolean checkValid) Base[]Goal.getProperty(int hash, String name, boolean checkValid) Base[]Goal.GoalTargetComponent.getProperty(int hash, String name, boolean checkValid) Base[]GraphDefinition.getProperty(int hash, String name, boolean checkValid) Base[]GraphDefinition.GraphDefinitionLinkComponent.getProperty(int hash, String name, boolean checkValid) Base[]GraphDefinition.GraphDefinitionLinkTargetCompartmentComponent.getProperty(int hash, String name, boolean checkValid) Base[]GraphDefinition.GraphDefinitionLinkTargetComponent.getProperty(int hash, String name, boolean checkValid) Base[]Group.getProperty(int hash, String name, boolean checkValid) Base[]Group.GroupCharacteristicComponent.getProperty(int hash, String name, boolean checkValid) Base[]Group.GroupMemberComponent.getProperty(int hash, String name, boolean checkValid) Base[]GuidanceResponse.getProperty(int hash, String name, boolean checkValid) Base[]HealthcareService.getProperty(int hash, String name, boolean checkValid) Base[]HealthcareService.HealthcareServiceAvailableTimeComponent.getProperty(int hash, String name, boolean checkValid) Base[]HealthcareService.HealthcareServiceEligibilityComponent.getProperty(int hash, String name, boolean checkValid) Base[]HealthcareService.HealthcareServiceNotAvailableComponent.getProperty(int hash, String name, boolean checkValid) Base[]HumanName.getProperty(int hash, String name, boolean checkValid) Base[]Identifier.getProperty(int hash, String name, boolean checkValid) Base[]ImagingStudy.getProperty(int hash, String name, boolean checkValid) Base[]ImagingStudy.ImagingStudySeriesComponent.getProperty(int hash, String name, boolean checkValid) Base[]ImagingStudy.ImagingStudySeriesInstanceComponent.getProperty(int hash, String name, boolean checkValid) Base[]ImagingStudy.ImagingStudySeriesPerformerComponent.getProperty(int hash, String name, boolean checkValid) Base[]Immunization.getProperty(int hash, String name, boolean checkValid) Base[]Immunization.ImmunizationEducationComponent.getProperty(int hash, String name, boolean checkValid) Base[]Immunization.ImmunizationPerformerComponent.getProperty(int hash, String name, boolean checkValid) Base[]Immunization.ImmunizationProtocolAppliedComponent.getProperty(int hash, String name, boolean checkValid) Base[]Immunization.ImmunizationReactionComponent.getProperty(int hash, String name, boolean checkValid) Base[]ImmunizationEvaluation.getProperty(int hash, String name, boolean checkValid) Base[]ImmunizationRecommendation.getProperty(int hash, String name, boolean checkValid) Base[]ImmunizationRecommendation.ImmunizationRecommendationRecommendationComponent.getProperty(int hash, String name, boolean checkValid) Base[]ImmunizationRecommendation.ImmunizationRecommendationRecommendationDateCriterionComponent.getProperty(int hash, String name, boolean checkValid) Base[]ImplementationGuide.getProperty(int hash, String name, boolean checkValid) Base[]ImplementationGuide.ImplementationGuideDefinitionComponent.getProperty(int hash, String name, boolean checkValid) Base[]ImplementationGuide.ImplementationGuideDefinitionGroupingComponent.getProperty(int hash, String name, boolean checkValid) Base[]ImplementationGuide.ImplementationGuideDefinitionPageComponent.getProperty(int hash, String name, boolean checkValid) Base[]ImplementationGuide.ImplementationGuideDefinitionParameterComponent.getProperty(int hash, String name, boolean checkValid) Base[]ImplementationGuide.ImplementationGuideDefinitionResourceComponent.getProperty(int hash, String name, boolean checkValid) Base[]ImplementationGuide.ImplementationGuideDefinitionTemplateComponent.getProperty(int hash, String name, boolean checkValid) Base[]ImplementationGuide.ImplementationGuideDependsOnComponent.getProperty(int hash, String name, boolean checkValid) Base[]ImplementationGuide.ImplementationGuideGlobalComponent.getProperty(int hash, String name, boolean checkValid) Base[]ImplementationGuide.ImplementationGuideManifestComponent.getProperty(int hash, String name, boolean checkValid) Base[]ImplementationGuide.ManifestPageComponent.getProperty(int hash, String name, boolean checkValid) Base[]ImplementationGuide.ManifestResourceComponent.getProperty(int hash, String name, boolean checkValid) Base[]InsurancePlan.CoverageBenefitComponent.getProperty(int hash, String name, boolean checkValid) Base[]InsurancePlan.CoverageBenefitLimitComponent.getProperty(int hash, String name, boolean checkValid) Base[]InsurancePlan.getProperty(int hash, String name, boolean checkValid) Base[]InsurancePlan.InsurancePlanContactComponent.getProperty(int hash, String name, boolean checkValid) Base[]InsurancePlan.InsurancePlanCoverageComponent.getProperty(int hash, String name, boolean checkValid) Base[]InsurancePlan.InsurancePlanPlanComponent.getProperty(int hash, String name, boolean checkValid) Base[]InsurancePlan.InsurancePlanPlanGeneralCostComponent.getProperty(int hash, String name, boolean checkValid) Base[]InsurancePlan.InsurancePlanPlanSpecificCostComponent.getProperty(int hash, String name, boolean checkValid) Base[]InsurancePlan.PlanBenefitComponent.getProperty(int hash, String name, boolean checkValid) Base[]InsurancePlan.PlanBenefitCostComponent.getProperty(int hash, String name, boolean checkValid) Base[]Invoice.getProperty(int hash, String name, boolean checkValid) Base[]Invoice.InvoiceLineItemComponent.getProperty(int hash, String name, boolean checkValid) Base[]Invoice.InvoiceLineItemPriceComponentComponent.getProperty(int hash, String name, boolean checkValid) Base[]Invoice.InvoiceParticipantComponent.getProperty(int hash, String name, boolean checkValid) Base[]Library.getProperty(int hash, String name, boolean checkValid) Base[]Linkage.getProperty(int hash, String name, boolean checkValid) Base[]Linkage.LinkageItemComponent.getProperty(int hash, String name, boolean checkValid) Base[]ListResource.getProperty(int hash, String name, boolean checkValid) Base[]ListResource.ListEntryComponent.getProperty(int hash, String name, boolean checkValid) Base[]Location.getProperty(int hash, String name, boolean checkValid) Base[]Location.LocationHoursOfOperationComponent.getProperty(int hash, String name, boolean checkValid) Base[]Location.LocationPositionComponent.getProperty(int hash, String name, boolean checkValid) Base[]MarketingStatus.getProperty(int hash, String name, boolean checkValid) Base[]Measure.getProperty(int hash, String name, boolean checkValid) Base[]Measure.MeasureGroupComponent.getProperty(int hash, String name, boolean checkValid) Base[]Measure.MeasureGroupPopulationComponent.getProperty(int hash, String name, boolean checkValid) Base[]Measure.MeasureGroupStratifierComponent.getProperty(int hash, String name, boolean checkValid) Base[]Measure.MeasureGroupStratifierComponentComponent.getProperty(int hash, String name, boolean checkValid) Base[]Measure.MeasureSupplementalDataComponent.getProperty(int hash, String name, boolean checkValid) Base[]MeasureReport.getProperty(int hash, String name, boolean checkValid) Base[]MeasureReport.MeasureReportGroupComponent.getProperty(int hash, String name, boolean checkValid) Base[]MeasureReport.MeasureReportGroupPopulationComponent.getProperty(int hash, String name, boolean checkValid) Base[]MeasureReport.MeasureReportGroupStratifierComponent.getProperty(int hash, String name, boolean checkValid) Base[]MeasureReport.StratifierGroupComponent.getProperty(int hash, String name, boolean checkValid) Base[]MeasureReport.StratifierGroupComponentComponent.getProperty(int hash, String name, boolean checkValid) Base[]MeasureReport.StratifierGroupPopulationComponent.getProperty(int hash, String name, boolean checkValid) Base[]Media.getProperty(int hash, String name, boolean checkValid) Base[]Medication.getProperty(int hash, String name, boolean checkValid) Base[]Medication.MedicationBatchComponent.getProperty(int hash, String name, boolean checkValid) Base[]Medication.MedicationIngredientComponent.getProperty(int hash, String name, boolean checkValid) Base[]MedicationAdministration.getProperty(int hash, String name, boolean checkValid) Base[]MedicationAdministration.MedicationAdministrationDosageComponent.getProperty(int hash, String name, boolean checkValid) Base[]MedicationAdministration.MedicationAdministrationPerformerComponent.getProperty(int hash, String name, boolean checkValid) Base[]MedicationDispense.getProperty(int hash, String name, boolean checkValid) Base[]MedicationDispense.MedicationDispensePerformerComponent.getProperty(int hash, String name, boolean checkValid) Base[]MedicationDispense.MedicationDispenseSubstitutionComponent.getProperty(int hash, String name, boolean checkValid) Base[]MedicationKnowledge.getProperty(int hash, String name, boolean checkValid) Base[]MedicationKnowledge.MedicationKnowledgeAdministrationGuidelinesComponent.getProperty(int hash, String name, boolean checkValid) Base[]MedicationKnowledge.MedicationKnowledgeAdministrationGuidelinesDosageComponent.getProperty(int hash, String name, boolean checkValid) Base[]MedicationKnowledge.MedicationKnowledgeAdministrationGuidelinesPatientCharacteristicsComponent.getProperty(int hash, String name, boolean checkValid) Base[]MedicationKnowledge.MedicationKnowledgeCostComponent.getProperty(int hash, String name, boolean checkValid) Base[]MedicationKnowledge.MedicationKnowledgeDrugCharacteristicComponent.getProperty(int hash, String name, boolean checkValid) Base[]MedicationKnowledge.MedicationKnowledgeIngredientComponent.getProperty(int hash, String name, boolean checkValid) Base[]MedicationKnowledge.MedicationKnowledgeKineticsComponent.getProperty(int hash, String name, boolean checkValid) Base[]MedicationKnowledge.MedicationKnowledgeMedicineClassificationComponent.getProperty(int hash, String name, boolean checkValid) Base[]MedicationKnowledge.MedicationKnowledgeMonitoringProgramComponent.getProperty(int hash, String name, boolean checkValid) Base[]MedicationKnowledge.MedicationKnowledgeMonographComponent.getProperty(int hash, String name, boolean checkValid) Base[]MedicationKnowledge.MedicationKnowledgePackagingComponent.getProperty(int hash, String name, boolean checkValid) Base[]MedicationKnowledge.MedicationKnowledgeRegulatoryComponent.getProperty(int hash, String name, boolean checkValid) Base[]MedicationKnowledge.MedicationKnowledgeRegulatoryMaxDispenseComponent.getProperty(int hash, String name, boolean checkValid) Base[]MedicationKnowledge.MedicationKnowledgeRegulatoryScheduleComponent.getProperty(int hash, String name, boolean checkValid) Base[]MedicationKnowledge.MedicationKnowledgeRegulatorySubstitutionComponent.getProperty(int hash, String name, boolean checkValid) Base[]MedicationKnowledge.MedicationKnowledgeRelatedMedicationKnowledgeComponent.getProperty(int hash, String name, boolean checkValid) Base[]MedicationRequest.getProperty(int hash, String name, boolean checkValid) Base[]MedicationRequest.MedicationRequestDispenseRequestComponent.getProperty(int hash, String name, boolean checkValid) Base[]MedicationRequest.MedicationRequestDispenseRequestInitialFillComponent.getProperty(int hash, String name, boolean checkValid) Base[]MedicationRequest.MedicationRequestSubstitutionComponent.getProperty(int hash, String name, boolean checkValid) Base[]MedicationStatement.getProperty(int hash, String name, boolean checkValid) Base[]MedicinalProduct.getProperty(int hash, String name, boolean checkValid) Base[]MedicinalProduct.MedicinalProductManufacturingBusinessOperationComponent.getProperty(int hash, String name, boolean checkValid) Base[]MedicinalProduct.MedicinalProductNameComponent.getProperty(int hash, String name, boolean checkValid) Base[]MedicinalProduct.MedicinalProductNameCountryLanguageComponent.getProperty(int hash, String name, boolean checkValid) Base[]MedicinalProduct.MedicinalProductNameNamePartComponent.getProperty(int hash, String name, boolean checkValid) Base[]MedicinalProduct.MedicinalProductSpecialDesignationComponent.getProperty(int hash, String name, boolean checkValid) Base[]MedicinalProductAuthorization.getProperty(int hash, String name, boolean checkValid) Base[]MedicinalProductAuthorization.MedicinalProductAuthorizationJurisdictionalAuthorizationComponent.getProperty(int hash, String name, boolean checkValid) Base[]MedicinalProductAuthorization.MedicinalProductAuthorizationProcedureComponent.getProperty(int hash, String name, boolean checkValid) Base[]MedicinalProductContraindication.getProperty(int hash, String name, boolean checkValid) Base[]MedicinalProductContraindication.MedicinalProductContraindicationOtherTherapyComponent.getProperty(int hash, String name, boolean checkValid) Base[]MedicinalProductIndication.getProperty(int hash, String name, boolean checkValid) Base[]MedicinalProductIndication.MedicinalProductIndicationOtherTherapyComponent.getProperty(int hash, String name, boolean checkValid) Base[]MedicinalProductIngredient.getProperty(int hash, String name, boolean checkValid) Base[]MedicinalProductIngredient.MedicinalProductIngredientSpecifiedSubstanceComponent.getProperty(int hash, String name, boolean checkValid) Base[]MedicinalProductIngredient.MedicinalProductIngredientSpecifiedSubstanceStrengthComponent.getProperty(int hash, String name, boolean checkValid) Base[]MedicinalProductIngredient.MedicinalProductIngredientSpecifiedSubstanceStrengthReferenceStrengthComponent.getProperty(int hash, String name, boolean checkValid) Base[]MedicinalProductIngredient.MedicinalProductIngredientSubstanceComponent.getProperty(int hash, String name, boolean checkValid) Base[]MedicinalProductInteraction.getProperty(int hash, String name, boolean checkValid) Base[]MedicinalProductInteraction.MedicinalProductInteractionInteractantComponent.getProperty(int hash, String name, boolean checkValid) Base[]MedicinalProductManufactured.getProperty(int hash, String name, boolean checkValid) Base[]MedicinalProductPackaged.getProperty(int hash, String name, boolean checkValid) Base[]MedicinalProductPackaged.MedicinalProductPackagedBatchIdentifierComponent.getProperty(int hash, String name, boolean checkValid) Base[]MedicinalProductPackaged.MedicinalProductPackagedPackageItemComponent.getProperty(int hash, String name, boolean checkValid) Base[]MedicinalProductPharmaceutical.getProperty(int hash, String name, boolean checkValid) Base[]MedicinalProductPharmaceutical.MedicinalProductPharmaceuticalCharacteristicsComponent.getProperty(int hash, String name, boolean checkValid) Base[]MedicinalProductPharmaceutical.MedicinalProductPharmaceuticalRouteOfAdministrationComponent.getProperty(int hash, String name, boolean checkValid) Base[]MedicinalProductPharmaceutical.MedicinalProductPharmaceuticalRouteOfAdministrationTargetSpeciesComponent.getProperty(int hash, String name, boolean checkValid) Base[]MedicinalProductPharmaceutical.MedicinalProductPharmaceuticalRouteOfAdministrationTargetSpeciesWithdrawalPeriodComponent.getProperty(int hash, String name, boolean checkValid) Base[]MedicinalProductUndesirableEffect.getProperty(int hash, String name, boolean checkValid) Base[]MessageDefinition.getProperty(int hash, String name, boolean checkValid) Base[]MessageDefinition.MessageDefinitionAllowedResponseComponent.getProperty(int hash, String name, boolean checkValid) Base[]MessageDefinition.MessageDefinitionFocusComponent.getProperty(int hash, String name, boolean checkValid) Base[]MessageHeader.getProperty(int hash, String name, boolean checkValid) Base[]MessageHeader.MessageDestinationComponent.getProperty(int hash, String name, boolean checkValid) Base[]MessageHeader.MessageHeaderResponseComponent.getProperty(int hash, String name, boolean checkValid) Base[]MessageHeader.MessageSourceComponent.getProperty(int hash, String name, boolean checkValid) Base[]Meta.getProperty(int hash, String name, boolean checkValid) Base[]MetadataResource.getProperty(int hash, String name, boolean checkValid) Base[]MolecularSequence.getProperty(int hash, String name, boolean checkValid) Base[]MolecularSequence.MolecularSequenceQualityComponent.getProperty(int hash, String name, boolean checkValid) Base[]MolecularSequence.MolecularSequenceQualityRocComponent.getProperty(int hash, String name, boolean checkValid) Base[]MolecularSequence.MolecularSequenceReferenceSeqComponent.getProperty(int hash, String name, boolean checkValid) Base[]MolecularSequence.MolecularSequenceRepositoryComponent.getProperty(int hash, String name, boolean checkValid) Base[]MolecularSequence.MolecularSequenceStructureVariantComponent.getProperty(int hash, String name, boolean checkValid) Base[]MolecularSequence.MolecularSequenceStructureVariantInnerComponent.getProperty(int hash, String name, boolean checkValid) Base[]MolecularSequence.MolecularSequenceStructureVariantOuterComponent.getProperty(int hash, String name, boolean checkValid) Base[]MolecularSequence.MolecularSequenceVariantComponent.getProperty(int hash, String name, boolean checkValid) Base[]Money.getProperty(int hash, String name, boolean checkValid) Base[]NamingSystem.getProperty(int hash, String name, boolean checkValid) Base[]NamingSystem.NamingSystemUniqueIdComponent.getProperty(int hash, String name, boolean checkValid) Base[]Narrative.getProperty(int hash, String name, boolean checkValid) Base[]NutritionOrder.getProperty(int hash, String name, boolean checkValid) Base[]NutritionOrder.NutritionOrderEnteralFormulaAdministrationComponent.getProperty(int hash, String name, boolean checkValid) Base[]NutritionOrder.NutritionOrderEnteralFormulaComponent.getProperty(int hash, String name, boolean checkValid) Base[]NutritionOrder.NutritionOrderOralDietComponent.getProperty(int hash, String name, boolean checkValid) Base[]NutritionOrder.NutritionOrderOralDietNutrientComponent.getProperty(int hash, String name, boolean checkValid) Base[]NutritionOrder.NutritionOrderOralDietTextureComponent.getProperty(int hash, String name, boolean checkValid) Base[]NutritionOrder.NutritionOrderSupplementComponent.getProperty(int hash, String name, boolean checkValid) Base[]Observation.getProperty(int hash, String name, boolean checkValid) Base[]Observation.ObservationComponentComponent.getProperty(int hash, String name, boolean checkValid) Base[]Observation.ObservationReferenceRangeComponent.getProperty(int hash, String name, boolean checkValid) Base[]ObservationDefinition.getProperty(int hash, String name, boolean checkValid) Base[]ObservationDefinition.ObservationDefinitionQualifiedIntervalComponent.getProperty(int hash, String name, boolean checkValid) Base[]ObservationDefinition.ObservationDefinitionQuantitativeDetailsComponent.getProperty(int hash, String name, boolean checkValid) Base[]OperationDefinition.getProperty(int hash, String name, boolean checkValid) Base[]OperationDefinition.OperationDefinitionOverloadComponent.getProperty(int hash, String name, boolean checkValid) Base[]OperationDefinition.OperationDefinitionParameterBindingComponent.getProperty(int hash, String name, boolean checkValid) Base[]OperationDefinition.OperationDefinitionParameterComponent.getProperty(int hash, String name, boolean checkValid) Base[]OperationDefinition.OperationDefinitionParameterReferencedFromComponent.getProperty(int hash, String name, boolean checkValid) Base[]OperationOutcome.getProperty(int hash, String name, boolean checkValid) Base[]OperationOutcome.OperationOutcomeIssueComponent.getProperty(int hash, String name, boolean checkValid) Base[]Organization.getProperty(int hash, String name, boolean checkValid) Base[]Organization.OrganizationContactComponent.getProperty(int hash, String name, boolean checkValid) Base[]OrganizationAffiliation.getProperty(int hash, String name, boolean checkValid) Base[]ParameterDefinition.getProperty(int hash, String name, boolean checkValid) Base[]Parameters.getProperty(int hash, String name, boolean checkValid) Base[]Parameters.ParametersParameterComponent.getProperty(int hash, String name, boolean checkValid) Base[]Patient.ContactComponent.getProperty(int hash, String name, boolean checkValid) Base[]Patient.getProperty(int hash, String name, boolean checkValid) Base[]Patient.PatientCommunicationComponent.getProperty(int hash, String name, boolean checkValid) Base[]Patient.PatientLinkComponent.getProperty(int hash, String name, boolean checkValid) Base[]PaymentNotice.getProperty(int hash, String name, boolean checkValid) Base[]PaymentReconciliation.DetailsComponent.getProperty(int hash, String name, boolean checkValid) Base[]PaymentReconciliation.getProperty(int hash, String name, boolean checkValid) Base[]PaymentReconciliation.NotesComponent.getProperty(int hash, String name, boolean checkValid) Base[]Period.getProperty(int hash, String name, boolean checkValid) Base[]Person.getProperty(int hash, String name, boolean checkValid) Base[]Person.PersonLinkComponent.getProperty(int hash, String name, boolean checkValid) Base[]PlanDefinition.getProperty(int hash, String name, boolean checkValid) Base[]PlanDefinition.PlanDefinitionActionComponent.getProperty(int hash, String name, boolean checkValid) Base[]PlanDefinition.PlanDefinitionActionConditionComponent.getProperty(int hash, String name, boolean checkValid) Base[]PlanDefinition.PlanDefinitionActionDynamicValueComponent.getProperty(int hash, String name, boolean checkValid) Base[]PlanDefinition.PlanDefinitionActionParticipantComponent.getProperty(int hash, String name, boolean checkValid) Base[]PlanDefinition.PlanDefinitionActionRelatedActionComponent.getProperty(int hash, String name, boolean checkValid) Base[]PlanDefinition.PlanDefinitionGoalComponent.getProperty(int hash, String name, boolean checkValid) Base[]PlanDefinition.PlanDefinitionGoalTargetComponent.getProperty(int hash, String name, boolean checkValid) Base[]Population.getProperty(int hash, String name, boolean checkValid) Base[]Practitioner.getProperty(int hash, String name, boolean checkValid) Base[]Practitioner.PractitionerQualificationComponent.getProperty(int hash, String name, boolean checkValid) Base[]PractitionerRole.getProperty(int hash, String name, boolean checkValid) Base[]PractitionerRole.PractitionerRoleAvailableTimeComponent.getProperty(int hash, String name, boolean checkValid) Base[]PractitionerRole.PractitionerRoleNotAvailableComponent.getProperty(int hash, String name, boolean checkValid) Base[]PrimitiveType.getProperty(int hash, String name, boolean checkValid) Base[]Procedure.getProperty(int hash, String name, boolean checkValid) Base[]Procedure.ProcedureFocalDeviceComponent.getProperty(int hash, String name, boolean checkValid) Base[]Procedure.ProcedurePerformerComponent.getProperty(int hash, String name, boolean checkValid) Base[]ProdCharacteristic.getProperty(int hash, String name, boolean checkValid) Base[]ProductShelfLife.getProperty(int hash, String name, boolean checkValid) Base[]Provenance.getProperty(int hash, String name, boolean checkValid) Base[]Provenance.ProvenanceAgentComponent.getProperty(int hash, String name, boolean checkValid) Base[]Provenance.ProvenanceEntityComponent.getProperty(int hash, String name, boolean checkValid) Base[]Quantity.getProperty(int hash, String name, boolean checkValid) Base[]Questionnaire.getProperty(int hash, String name, boolean checkValid) Base[]Questionnaire.QuestionnaireItemAnswerOptionComponent.getProperty(int hash, String name, boolean checkValid) Base[]Questionnaire.QuestionnaireItemComponent.getProperty(int hash, String name, boolean checkValid) Base[]Questionnaire.QuestionnaireItemEnableWhenComponent.getProperty(int hash, String name, boolean checkValid) Base[]Questionnaire.QuestionnaireItemInitialComponent.getProperty(int hash, String name, boolean checkValid) Base[]QuestionnaireResponse.getProperty(int hash, String name, boolean checkValid) Base[]QuestionnaireResponse.QuestionnaireResponseItemAnswerComponent.getProperty(int hash, String name, boolean checkValid) Base[]QuestionnaireResponse.QuestionnaireResponseItemComponent.getProperty(int hash, String name, boolean checkValid) Base[]Range.getProperty(int hash, String name, boolean checkValid) Base[]Ratio.getProperty(int hash, String name, boolean checkValid) Base[]Reference.getProperty(int hash, String name, boolean checkValid) Base[]RelatedArtifact.getProperty(int hash, String name, boolean checkValid) Base[]RelatedPerson.getProperty(int hash, String name, boolean checkValid) Base[]RelatedPerson.RelatedPersonCommunicationComponent.getProperty(int hash, String name, boolean checkValid) Base[]RequestGroup.getProperty(int hash, String name, boolean checkValid) Base[]RequestGroup.RequestGroupActionComponent.getProperty(int hash, String name, boolean checkValid) Base[]RequestGroup.RequestGroupActionConditionComponent.getProperty(int hash, String name, boolean checkValid) Base[]RequestGroup.RequestGroupActionRelatedActionComponent.getProperty(int hash, String name, boolean checkValid) Base[]ResearchDefinition.getProperty(int hash, String name, boolean checkValid) Base[]ResearchElementDefinition.getProperty(int hash, String name, boolean checkValid) Base[]ResearchElementDefinition.ResearchElementDefinitionCharacteristicComponent.getProperty(int hash, String name, boolean checkValid) Base[]ResearchStudy.getProperty(int hash, String name, boolean checkValid) Base[]ResearchStudy.ResearchStudyArmComponent.getProperty(int hash, String name, boolean checkValid) Base[]ResearchStudy.ResearchStudyObjectiveComponent.getProperty(int hash, String name, boolean checkValid) Base[]ResearchSubject.getProperty(int hash, String name, boolean checkValid) Base[]Resource.getProperty(int hash, String name, boolean checkValid) Base[]RiskAssessment.getProperty(int hash, String name, boolean checkValid) Base[]RiskAssessment.RiskAssessmentPredictionComponent.getProperty(int hash, String name, boolean checkValid) Base[]RiskEvidenceSynthesis.getProperty(int hash, String name, boolean checkValid) Base[]RiskEvidenceSynthesis.RiskEvidenceSynthesisCertaintyCertaintySubcomponentComponent.getProperty(int hash, String name, boolean checkValid) Base[]RiskEvidenceSynthesis.RiskEvidenceSynthesisCertaintyComponent.getProperty(int hash, String name, boolean checkValid) Base[]RiskEvidenceSynthesis.RiskEvidenceSynthesisRiskEstimateComponent.getProperty(int hash, String name, boolean checkValid) Base[]RiskEvidenceSynthesis.RiskEvidenceSynthesisRiskEstimatePrecisionEstimateComponent.getProperty(int hash, String name, boolean checkValid) Base[]RiskEvidenceSynthesis.RiskEvidenceSynthesisSampleSizeComponent.getProperty(int hash, String name, boolean checkValid) Base[]SampledData.getProperty(int hash, String name, boolean checkValid) Base[]Schedule.getProperty(int hash, String name, boolean checkValid) Base[]SearchParameter.getProperty(int hash, String name, boolean checkValid) Base[]SearchParameter.SearchParameterComponentComponent.getProperty(int hash, String name, boolean checkValid) Base[]ServiceRequest.getProperty(int hash, String name, boolean checkValid) Base[]Signature.getProperty(int hash, String name, boolean checkValid) Base[]Slot.getProperty(int hash, String name, boolean checkValid) Base[]Specimen.getProperty(int hash, String name, boolean checkValid) Base[]Specimen.SpecimenCollectionComponent.getProperty(int hash, String name, boolean checkValid) Base[]Specimen.SpecimenContainerComponent.getProperty(int hash, String name, boolean checkValid) Base[]Specimen.SpecimenProcessingComponent.getProperty(int hash, String name, boolean checkValid) Base[]SpecimenDefinition.getProperty(int hash, String name, boolean checkValid) Base[]SpecimenDefinition.SpecimenDefinitionTypeTestedComponent.getProperty(int hash, String name, boolean checkValid) Base[]SpecimenDefinition.SpecimenDefinitionTypeTestedContainerAdditiveComponent.getProperty(int hash, String name, boolean checkValid) Base[]SpecimenDefinition.SpecimenDefinitionTypeTestedContainerComponent.getProperty(int hash, String name, boolean checkValid) Base[]SpecimenDefinition.SpecimenDefinitionTypeTestedHandlingComponent.getProperty(int hash, String name, boolean checkValid) Base[]StructureDefinition.getProperty(int hash, String name, boolean checkValid) Base[]StructureDefinition.StructureDefinitionContextComponent.getProperty(int hash, String name, boolean checkValid) Base[]StructureDefinition.StructureDefinitionDifferentialComponent.getProperty(int hash, String name, boolean checkValid) Base[]StructureDefinition.StructureDefinitionMappingComponent.getProperty(int hash, String name, boolean checkValid) Base[]StructureDefinition.StructureDefinitionSnapshotComponent.getProperty(int hash, String name, boolean checkValid) Base[]StructureMap.getProperty(int hash, String name, boolean checkValid) Base[]StructureMap.StructureMapGroupComponent.getProperty(int hash, String name, boolean checkValid) Base[]StructureMap.StructureMapGroupInputComponent.getProperty(int hash, String name, boolean checkValid) Base[]StructureMap.StructureMapGroupRuleComponent.getProperty(int hash, String name, boolean checkValid) Base[]StructureMap.StructureMapGroupRuleDependentComponent.getProperty(int hash, String name, boolean checkValid) Base[]StructureMap.StructureMapGroupRuleSourceComponent.getProperty(int hash, String name, boolean checkValid) Base[]StructureMap.StructureMapGroupRuleTargetComponent.getProperty(int hash, String name, boolean checkValid) Base[]StructureMap.StructureMapGroupRuleTargetParameterComponent.getProperty(int hash, String name, boolean checkValid) Base[]StructureMap.StructureMapStructureComponent.getProperty(int hash, String name, boolean checkValid) Base[]Subscription.getProperty(int hash, String name, boolean checkValid) Base[]Subscription.SubscriptionChannelComponent.getProperty(int hash, String name, boolean checkValid) Base[]Substance.getProperty(int hash, String name, boolean checkValid) Base[]Substance.SubstanceIngredientComponent.getProperty(int hash, String name, boolean checkValid) Base[]Substance.SubstanceInstanceComponent.getProperty(int hash, String name, boolean checkValid) Base[]SubstanceAmount.getProperty(int hash, String name, boolean checkValid) Base[]SubstanceAmount.SubstanceAmountReferenceRangeComponent.getProperty(int hash, String name, boolean checkValid) Base[]SubstanceNucleicAcid.getProperty(int hash, String name, boolean checkValid) Base[]SubstanceNucleicAcid.SubstanceNucleicAcidSubunitComponent.getProperty(int hash, String name, boolean checkValid) Base[]SubstanceNucleicAcid.SubstanceNucleicAcidSubunitLinkageComponent.getProperty(int hash, String name, boolean checkValid) Base[]SubstanceNucleicAcid.SubstanceNucleicAcidSubunitSugarComponent.getProperty(int hash, String name, boolean checkValid) Base[]SubstancePolymer.getProperty(int hash, String name, boolean checkValid) Base[]SubstancePolymer.SubstancePolymerMonomerSetComponent.getProperty(int hash, String name, boolean checkValid) Base[]SubstancePolymer.SubstancePolymerMonomerSetStartingMaterialComponent.getProperty(int hash, String name, boolean checkValid) Base[]SubstancePolymer.SubstancePolymerRepeatComponent.getProperty(int hash, String name, boolean checkValid) Base[]SubstancePolymer.SubstancePolymerRepeatRepeatUnitComponent.getProperty(int hash, String name, boolean checkValid) Base[]SubstancePolymer.SubstancePolymerRepeatRepeatUnitDegreeOfPolymerisationComponent.getProperty(int hash, String name, boolean checkValid) Base[]SubstancePolymer.SubstancePolymerRepeatRepeatUnitStructuralRepresentationComponent.getProperty(int hash, String name, boolean checkValid) Base[]SubstanceProtein.getProperty(int hash, String name, boolean checkValid) Base[]SubstanceProtein.SubstanceProteinSubunitComponent.getProperty(int hash, String name, boolean checkValid) Base[]SubstanceReferenceInformation.getProperty(int hash, String name, boolean checkValid) Base[]SubstanceReferenceInformation.SubstanceReferenceInformationClassificationComponent.getProperty(int hash, String name, boolean checkValid) Base[]SubstanceReferenceInformation.SubstanceReferenceInformationGeneComponent.getProperty(int hash, String name, boolean checkValid) Base[]SubstanceReferenceInformation.SubstanceReferenceInformationGeneElementComponent.getProperty(int hash, String name, boolean checkValid) Base[]SubstanceReferenceInformation.SubstanceReferenceInformationTargetComponent.getProperty(int hash, String name, boolean checkValid) Base[]SubstanceSourceMaterial.getProperty(int hash, String name, boolean checkValid) Base[]SubstanceSourceMaterial.SubstanceSourceMaterialFractionDescriptionComponent.getProperty(int hash, String name, boolean checkValid) Base[]SubstanceSourceMaterial.SubstanceSourceMaterialOrganismAuthorComponent.getProperty(int hash, String name, boolean checkValid) Base[]SubstanceSourceMaterial.SubstanceSourceMaterialOrganismComponent.getProperty(int hash, String name, boolean checkValid) Base[]SubstanceSourceMaterial.SubstanceSourceMaterialOrganismHybridComponent.getProperty(int hash, String name, boolean checkValid) Base[]SubstanceSourceMaterial.SubstanceSourceMaterialOrganismOrganismGeneralComponent.getProperty(int hash, String name, boolean checkValid) Base[]SubstanceSourceMaterial.SubstanceSourceMaterialPartDescriptionComponent.getProperty(int hash, String name, boolean checkValid) Base[]SubstanceSpecification.getProperty(int hash, String name, boolean checkValid) Base[]SubstanceSpecification.SubstanceSpecificationCodeComponent.getProperty(int hash, String name, boolean checkValid) Base[]SubstanceSpecification.SubstanceSpecificationMoietyComponent.getProperty(int hash, String name, boolean checkValid) Base[]SubstanceSpecification.SubstanceSpecificationNameComponent.getProperty(int hash, String name, boolean checkValid) Base[]SubstanceSpecification.SubstanceSpecificationNameOfficialComponent.getProperty(int hash, String name, boolean checkValid) Base[]SubstanceSpecification.SubstanceSpecificationPropertyComponent.getProperty(int hash, String name, boolean checkValid) Base[]SubstanceSpecification.SubstanceSpecificationRelationshipComponent.getProperty(int hash, String name, boolean checkValid) Base[]SubstanceSpecification.SubstanceSpecificationStructureComponent.getProperty(int hash, String name, boolean checkValid) Base[]SubstanceSpecification.SubstanceSpecificationStructureIsotopeComponent.getProperty(int hash, String name, boolean checkValid) Base[]SubstanceSpecification.SubstanceSpecificationStructureIsotopeMolecularWeightComponent.getProperty(int hash, String name, boolean checkValid) Base[]SubstanceSpecification.SubstanceSpecificationStructureRepresentationComponent.getProperty(int hash, String name, boolean checkValid) Base[]SupplyDelivery.getProperty(int hash, String name, boolean checkValid) Base[]SupplyDelivery.SupplyDeliverySuppliedItemComponent.getProperty(int hash, String name, boolean checkValid) Base[]SupplyRequest.getProperty(int hash, String name, boolean checkValid) Base[]SupplyRequest.SupplyRequestParameterComponent.getProperty(int hash, String name, boolean checkValid) Base[]Task.getProperty(int hash, String name, boolean checkValid) Base[]Task.ParameterComponent.getProperty(int hash, String name, boolean checkValid) Base[]Task.TaskOutputComponent.getProperty(int hash, String name, boolean checkValid) Base[]Task.TaskRestrictionComponent.getProperty(int hash, String name, boolean checkValid) Base[]TerminologyCapabilities.getProperty(int hash, String name, boolean checkValid) Base[]TerminologyCapabilities.TerminologyCapabilitiesClosureComponent.getProperty(int hash, String name, boolean checkValid) Base[]TerminologyCapabilities.TerminologyCapabilitiesCodeSystemComponent.getProperty(int hash, String name, boolean checkValid) Base[]TerminologyCapabilities.TerminologyCapabilitiesCodeSystemVersionComponent.getProperty(int hash, String name, boolean checkValid) Base[]TerminologyCapabilities.TerminologyCapabilitiesCodeSystemVersionFilterComponent.getProperty(int hash, String name, boolean checkValid) Base[]TerminologyCapabilities.TerminologyCapabilitiesExpansionComponent.getProperty(int hash, String name, boolean checkValid) Base[]TerminologyCapabilities.TerminologyCapabilitiesExpansionParameterComponent.getProperty(int hash, String name, boolean checkValid) Base[]TerminologyCapabilities.TerminologyCapabilitiesImplementationComponent.getProperty(int hash, String name, boolean checkValid) Base[]TerminologyCapabilities.TerminologyCapabilitiesSoftwareComponent.getProperty(int hash, String name, boolean checkValid) Base[]TerminologyCapabilities.TerminologyCapabilitiesTranslationComponent.getProperty(int hash, String name, boolean checkValid) Base[]TerminologyCapabilities.TerminologyCapabilitiesValidateCodeComponent.getProperty(int hash, String name, boolean checkValid) Base[]TestReport.getProperty(int hash, String name, boolean checkValid) Base[]TestReport.SetupActionAssertComponent.getProperty(int hash, String name, boolean checkValid) Base[]TestReport.SetupActionComponent.getProperty(int hash, String name, boolean checkValid) Base[]TestReport.SetupActionOperationComponent.getProperty(int hash, String name, boolean checkValid) Base[]TestReport.TeardownActionComponent.getProperty(int hash, String name, boolean checkValid) Base[]TestReport.TestActionComponent.getProperty(int hash, String name, boolean checkValid) Base[]TestReport.TestReportParticipantComponent.getProperty(int hash, String name, boolean checkValid) Base[]TestReport.TestReportSetupComponent.getProperty(int hash, String name, boolean checkValid) Base[]TestReport.TestReportTeardownComponent.getProperty(int hash, String name, boolean checkValid) Base[]TestReport.TestReportTestComponent.getProperty(int hash, String name, boolean checkValid) Base[]TestScript.getProperty(int hash, String name, boolean checkValid) Base[]TestScript.SetupActionAssertComponent.getProperty(int hash, String name, boolean checkValid) Base[]TestScript.SetupActionComponent.getProperty(int hash, String name, boolean checkValid) Base[]TestScript.SetupActionOperationComponent.getProperty(int hash, String name, boolean checkValid) Base[]TestScript.SetupActionOperationRequestHeaderComponent.getProperty(int hash, String name, boolean checkValid) Base[]TestScript.TeardownActionComponent.getProperty(int hash, String name, boolean checkValid) Base[]TestScript.TestActionComponent.getProperty(int hash, String name, boolean checkValid) Base[]TestScript.TestScriptDestinationComponent.getProperty(int hash, String name, boolean checkValid) Base[]TestScript.TestScriptFixtureComponent.getProperty(int hash, String name, boolean checkValid) Base[]TestScript.TestScriptMetadataCapabilityComponent.getProperty(int hash, String name, boolean checkValid) Base[]TestScript.TestScriptMetadataComponent.getProperty(int hash, String name, boolean checkValid) Base[]TestScript.TestScriptMetadataLinkComponent.getProperty(int hash, String name, boolean checkValid) Base[]TestScript.TestScriptOriginComponent.getProperty(int hash, String name, boolean checkValid) Base[]TestScript.TestScriptSetupComponent.getProperty(int hash, String name, boolean checkValid) Base[]TestScript.TestScriptTeardownComponent.getProperty(int hash, String name, boolean checkValid) Base[]TestScript.TestScriptTestComponent.getProperty(int hash, String name, boolean checkValid) Base[]TestScript.TestScriptVariableComponent.getProperty(int hash, String name, boolean checkValid) Base[]Timing.getProperty(int hash, String name, boolean checkValid) Base[]Timing.TimingRepeatComponent.getProperty(int hash, String name, boolean checkValid) Base[]TriggerDefinition.getProperty(int hash, String name, boolean checkValid) Base[]UsageContext.getProperty(int hash, String name, boolean checkValid) Base[]ValueSet.ConceptReferenceComponent.getProperty(int hash, String name, boolean checkValid) Base[]ValueSet.ConceptReferenceDesignationComponent.getProperty(int hash, String name, boolean checkValid) Base[]ValueSet.ConceptSetComponent.getProperty(int hash, String name, boolean checkValid) Base[]ValueSet.ConceptSetFilterComponent.getProperty(int hash, String name, boolean checkValid) Base[]ValueSet.getProperty(int hash, String name, boolean checkValid) Base[]ValueSet.ValueSetComposeComponent.getProperty(int hash, String name, boolean checkValid) Base[]ValueSet.ValueSetExpansionComponent.getProperty(int hash, String name, boolean checkValid) Base[]ValueSet.ValueSetExpansionContainsComponent.getProperty(int hash, String name, boolean checkValid) Base[]ValueSet.ValueSetExpansionParameterComponent.getProperty(int hash, String name, boolean checkValid) Base[]VerificationResult.getProperty(int hash, String name, boolean checkValid) Base[]VerificationResult.VerificationResultAttestationComponent.getProperty(int hash, String name, boolean checkValid) Base[]VerificationResult.VerificationResultPrimarySourceComponent.getProperty(int hash, String name, boolean checkValid) Base[]VerificationResult.VerificationResultValidatorComponent.getProperty(int hash, String name, boolean checkValid) Base[]VisionPrescription.getProperty(int hash, String name, boolean checkValid) Base[]VisionPrescription.PrismComponent.getProperty(int hash, String name, boolean checkValid) Base[]VisionPrescription.VisionPrescriptionLensSpecificationComponent.getProperty(int hash, String name, boolean checkValid) Base[]XhtmlType.getProperty(int hash, String name, boolean checkValid) Base[]Base.listChildrenByName(String name, boolean checkValid) Base[]Tuple.listChildrenByName(String name, boolean checkValid) Account.CoverageComponent.makeProperty(int hash, String name) Account.GuarantorComponent.makeProperty(int hash, String name) Account.makeProperty(int hash, String name) ActivityDefinition.ActivityDefinitionDynamicValueComponent.makeProperty(int hash, String name) ActivityDefinition.ActivityDefinitionParticipantComponent.makeProperty(int hash, String name) ActivityDefinition.makeProperty(int hash, String name) Address.makeProperty(int hash, String name) AdverseEvent.AdverseEventSuspectEntityCausalityComponent.makeProperty(int hash, String name) AdverseEvent.AdverseEventSuspectEntityComponent.makeProperty(int hash, String name) AdverseEvent.makeProperty(int hash, String name) Age.makeProperty(int hash, String name) AllergyIntolerance.AllergyIntoleranceReactionComponent.makeProperty(int hash, String name) AllergyIntolerance.makeProperty(int hash, String name) Annotation.makeProperty(int hash, String name) Appointment.AppointmentParticipantComponent.makeProperty(int hash, String name) Appointment.makeProperty(int hash, String name) AppointmentResponse.makeProperty(int hash, String name) Attachment.makeProperty(int hash, String name) AuditEvent.AuditEventAgentComponent.makeProperty(int hash, String name) AuditEvent.AuditEventAgentNetworkComponent.makeProperty(int hash, String name) AuditEvent.AuditEventEntityComponent.makeProperty(int hash, String name) AuditEvent.AuditEventEntityDetailComponent.makeProperty(int hash, String name) AuditEvent.AuditEventSourceComponent.makeProperty(int hash, String name) AuditEvent.makeProperty(int hash, String name) BackboneElement.makeProperty(int hash, String name) BackboneType.makeProperty(int hash, String name) Base.makeProperty(int hash, String name) Basic.makeProperty(int hash, String name) Binary.makeProperty(int hash, String name) BiologicallyDerivedProduct.BiologicallyDerivedProductCollectionComponent.makeProperty(int hash, String name) BiologicallyDerivedProduct.BiologicallyDerivedProductManipulationComponent.makeProperty(int hash, String name) BiologicallyDerivedProduct.BiologicallyDerivedProductProcessingComponent.makeProperty(int hash, String name) BiologicallyDerivedProduct.BiologicallyDerivedProductStorageComponent.makeProperty(int hash, String name) BiologicallyDerivedProduct.makeProperty(int hash, String name) BodyStructure.makeProperty(int hash, String name) Bundle.BundleEntryComponent.makeProperty(int hash, String name) Bundle.BundleEntryRequestComponent.makeProperty(int hash, String name) Bundle.BundleEntryResponseComponent.makeProperty(int hash, String name) Bundle.BundleEntrySearchComponent.makeProperty(int hash, String name) Bundle.BundleLinkComponent.makeProperty(int hash, String name) Bundle.makeProperty(int hash, String name) CapabilityStatement.CapabilityStatementDocumentComponent.makeProperty(int hash, String name) CapabilityStatement.CapabilityStatementImplementationComponent.makeProperty(int hash, String name) CapabilityStatement.CapabilityStatementMessagingComponent.makeProperty(int hash, String name) CapabilityStatement.CapabilityStatementMessagingEndpointComponent.makeProperty(int hash, String name) CapabilityStatement.CapabilityStatementMessagingSupportedMessageComponent.makeProperty(int hash, String name) CapabilityStatement.CapabilityStatementRestComponent.makeProperty(int hash, String name) CapabilityStatement.CapabilityStatementRestResourceComponent.makeProperty(int hash, String name) CapabilityStatement.CapabilityStatementRestResourceOperationComponent.makeProperty(int hash, String name) CapabilityStatement.CapabilityStatementRestResourceSearchParamComponent.makeProperty(int hash, String name) CapabilityStatement.CapabilityStatementRestSecurityComponent.makeProperty(int hash, String name) CapabilityStatement.CapabilityStatementSoftwareComponent.makeProperty(int hash, String name) CapabilityStatement.makeProperty(int hash, String name) CapabilityStatement.ResourceInteractionComponent.makeProperty(int hash, String name) CapabilityStatement.SystemInteractionComponent.makeProperty(int hash, String name) CarePlan.CarePlanActivityComponent.makeProperty(int hash, String name) CarePlan.CarePlanActivityDetailComponent.makeProperty(int hash, String name) CarePlan.makeProperty(int hash, String name) CareTeam.CareTeamParticipantComponent.makeProperty(int hash, String name) CareTeam.makeProperty(int hash, String name) CatalogEntry.CatalogEntryRelatedEntryComponent.makeProperty(int hash, String name) CatalogEntry.makeProperty(int hash, String name) ChargeItem.ChargeItemPerformerComponent.makeProperty(int hash, String name) ChargeItem.makeProperty(int hash, String name) ChargeItemDefinition.ChargeItemDefinitionApplicabilityComponent.makeProperty(int hash, String name) ChargeItemDefinition.ChargeItemDefinitionPropertyGroupComponent.makeProperty(int hash, String name) ChargeItemDefinition.ChargeItemDefinitionPropertyGroupPriceComponentComponent.makeProperty(int hash, String name) ChargeItemDefinition.makeProperty(int hash, String name) Claim.AccidentComponent.makeProperty(int hash, String name) Claim.CareTeamComponent.makeProperty(int hash, String name) Claim.DetailComponent.makeProperty(int hash, String name) Claim.DiagnosisComponent.makeProperty(int hash, String name) Claim.InsuranceComponent.makeProperty(int hash, String name) Claim.ItemComponent.makeProperty(int hash, String name) Claim.makeProperty(int hash, String name) Claim.PayeeComponent.makeProperty(int hash, String name) Claim.ProcedureComponent.makeProperty(int hash, String name) Claim.RelatedClaimComponent.makeProperty(int hash, String name) Claim.SubDetailComponent.makeProperty(int hash, String name) Claim.SupportingInformationComponent.makeProperty(int hash, String name) ClaimResponse.AddedItemComponent.makeProperty(int hash, String name) ClaimResponse.AddedItemDetailComponent.makeProperty(int hash, String name) ClaimResponse.AddedItemSubDetailComponent.makeProperty(int hash, String name) ClaimResponse.AdjudicationComponent.makeProperty(int hash, String name) ClaimResponse.ErrorComponent.makeProperty(int hash, String name) ClaimResponse.InsuranceComponent.makeProperty(int hash, String name) ClaimResponse.ItemComponent.makeProperty(int hash, String name) ClaimResponse.ItemDetailComponent.makeProperty(int hash, String name) ClaimResponse.makeProperty(int hash, String name) ClaimResponse.NoteComponent.makeProperty(int hash, String name) ClaimResponse.PaymentComponent.makeProperty(int hash, String name) ClaimResponse.SubDetailComponent.makeProperty(int hash, String name) ClaimResponse.TotalComponent.makeProperty(int hash, String name) ClinicalImpression.ClinicalImpressionFindingComponent.makeProperty(int hash, String name) ClinicalImpression.ClinicalImpressionInvestigationComponent.makeProperty(int hash, String name) ClinicalImpression.makeProperty(int hash, String name) CodeableConcept.makeProperty(int hash, String name) CodeSystem.CodeSystemFilterComponent.makeProperty(int hash, String name) CodeSystem.ConceptDefinitionComponent.makeProperty(int hash, String name) CodeSystem.ConceptDefinitionDesignationComponent.makeProperty(int hash, String name) CodeSystem.ConceptPropertyComponent.makeProperty(int hash, String name) CodeSystem.makeProperty(int hash, String name) CodeSystem.PropertyComponent.makeProperty(int hash, String name) Coding.makeProperty(int hash, String name) Communication.CommunicationPayloadComponent.makeProperty(int hash, String name) Communication.makeProperty(int hash, String name) CommunicationRequest.CommunicationRequestPayloadComponent.makeProperty(int hash, String name) CommunicationRequest.makeProperty(int hash, String name) CompartmentDefinition.CompartmentDefinitionResourceComponent.makeProperty(int hash, String name) CompartmentDefinition.makeProperty(int hash, String name) Composition.CompositionAttesterComponent.makeProperty(int hash, String name) Composition.CompositionEventComponent.makeProperty(int hash, String name) Composition.CompositionRelatesToComponent.makeProperty(int hash, String name) Composition.makeProperty(int hash, String name) Composition.SectionComponent.makeProperty(int hash, String name) ConceptMap.ConceptMapGroupComponent.makeProperty(int hash, String name) ConceptMap.ConceptMapGroupUnmappedComponent.makeProperty(int hash, String name) ConceptMap.makeProperty(int hash, String name) ConceptMap.OtherElementComponent.makeProperty(int hash, String name) ConceptMap.SourceElementComponent.makeProperty(int hash, String name) ConceptMap.TargetElementComponent.makeProperty(int hash, String name) Condition.ConditionEvidenceComponent.makeProperty(int hash, String name) Condition.ConditionStageComponent.makeProperty(int hash, String name) Condition.makeProperty(int hash, String name) Consent.ConsentPolicyComponent.makeProperty(int hash, String name) Consent.ConsentVerificationComponent.makeProperty(int hash, String name) Consent.makeProperty(int hash, String name) Consent.provisionActorComponent.makeProperty(int hash, String name) Consent.ProvisionComponent.makeProperty(int hash, String name) Consent.provisionDataComponent.makeProperty(int hash, String name) ContactDetail.makeProperty(int hash, String name) ContactPoint.makeProperty(int hash, String name) Contract.ActionComponent.makeProperty(int hash, String name) Contract.ActionSubjectComponent.makeProperty(int hash, String name) Contract.AnswerComponent.makeProperty(int hash, String name) Contract.AssetContextComponent.makeProperty(int hash, String name) Contract.ComputableLanguageComponent.makeProperty(int hash, String name) Contract.ContentDefinitionComponent.makeProperty(int hash, String name) Contract.ContractAssetComponent.makeProperty(int hash, String name) Contract.ContractOfferComponent.makeProperty(int hash, String name) Contract.ContractPartyComponent.makeProperty(int hash, String name) Contract.FriendlyLanguageComponent.makeProperty(int hash, String name) Contract.LegalLanguageComponent.makeProperty(int hash, String name) Contract.makeProperty(int hash, String name) Contract.SecurityLabelComponent.makeProperty(int hash, String name) Contract.SignatoryComponent.makeProperty(int hash, String name) Contract.TermComponent.makeProperty(int hash, String name) Contract.ValuedItemComponent.makeProperty(int hash, String name) Contributor.makeProperty(int hash, String name) Count.makeProperty(int hash, String name) Coverage.ClassComponent.makeProperty(int hash, String name) Coverage.CostToBeneficiaryComponent.makeProperty(int hash, String name) Coverage.ExemptionComponent.makeProperty(int hash, String name) Coverage.makeProperty(int hash, String name) CoverageEligibilityRequest.DetailsComponent.makeProperty(int hash, String name) CoverageEligibilityRequest.DiagnosisComponent.makeProperty(int hash, String name) CoverageEligibilityRequest.InsuranceComponent.makeProperty(int hash, String name) CoverageEligibilityRequest.makeProperty(int hash, String name) CoverageEligibilityRequest.SupportingInformationComponent.makeProperty(int hash, String name) CoverageEligibilityResponse.BenefitComponent.makeProperty(int hash, String name) CoverageEligibilityResponse.ErrorsComponent.makeProperty(int hash, String name) CoverageEligibilityResponse.InsuranceComponent.makeProperty(int hash, String name) CoverageEligibilityResponse.ItemsComponent.makeProperty(int hash, String name) CoverageEligibilityResponse.makeProperty(int hash, String name) DataRequirement.DataRequirementCodeFilterComponent.makeProperty(int hash, String name) DataRequirement.DataRequirementDateFilterComponent.makeProperty(int hash, String name) DataRequirement.DataRequirementSortComponent.makeProperty(int hash, String name) DataRequirement.makeProperty(int hash, String name) DetectedIssue.DetectedIssueEvidenceComponent.makeProperty(int hash, String name) DetectedIssue.DetectedIssueMitigationComponent.makeProperty(int hash, String name) DetectedIssue.makeProperty(int hash, String name) Device.DeviceDeviceNameComponent.makeProperty(int hash, String name) Device.DevicePropertyComponent.makeProperty(int hash, String name) Device.DeviceSpecializationComponent.makeProperty(int hash, String name) Device.DeviceUdiCarrierComponent.makeProperty(int hash, String name) Device.DeviceVersionComponent.makeProperty(int hash, String name) Device.makeProperty(int hash, String name) DeviceDefinition.DeviceDefinitionCapabilityComponent.makeProperty(int hash, String name) DeviceDefinition.DeviceDefinitionDeviceNameComponent.makeProperty(int hash, String name) DeviceDefinition.DeviceDefinitionMaterialComponent.makeProperty(int hash, String name) DeviceDefinition.DeviceDefinitionPropertyComponent.makeProperty(int hash, String name) DeviceDefinition.DeviceDefinitionSpecializationComponent.makeProperty(int hash, String name) DeviceDefinition.DeviceDefinitionUdiDeviceIdentifierComponent.makeProperty(int hash, String name) DeviceDefinition.makeProperty(int hash, String name) DeviceMetric.DeviceMetricCalibrationComponent.makeProperty(int hash, String name) DeviceMetric.makeProperty(int hash, String name) DeviceRequest.DeviceRequestParameterComponent.makeProperty(int hash, String name) DeviceRequest.makeProperty(int hash, String name) DeviceUseStatement.makeProperty(int hash, String name) DiagnosticReport.DiagnosticReportMediaComponent.makeProperty(int hash, String name) DiagnosticReport.makeProperty(int hash, String name) Distance.makeProperty(int hash, String name) DocumentManifest.DocumentManifestRelatedComponent.makeProperty(int hash, String name) DocumentManifest.makeProperty(int hash, String name) DocumentReference.DocumentReferenceContentComponent.makeProperty(int hash, String name) DocumentReference.DocumentReferenceContextComponent.makeProperty(int hash, String name) DocumentReference.DocumentReferenceRelatesToComponent.makeProperty(int hash, String name) DocumentReference.makeProperty(int hash, String name) DomainResource.makeProperty(int hash, String name) Dosage.DosageDoseAndRateComponent.makeProperty(int hash, String name) Dosage.makeProperty(int hash, String name) Duration.makeProperty(int hash, String name) EffectEvidenceSynthesis.EffectEvidenceSynthesisCertaintyCertaintySubcomponentComponent.makeProperty(int hash, String name) EffectEvidenceSynthesis.EffectEvidenceSynthesisCertaintyComponent.makeProperty(int hash, String name) EffectEvidenceSynthesis.EffectEvidenceSynthesisEffectEstimateComponent.makeProperty(int hash, String name) EffectEvidenceSynthesis.EffectEvidenceSynthesisEffectEstimatePrecisionEstimateComponent.makeProperty(int hash, String name) EffectEvidenceSynthesis.EffectEvidenceSynthesisResultsByExposureComponent.makeProperty(int hash, String name) EffectEvidenceSynthesis.EffectEvidenceSynthesisSampleSizeComponent.makeProperty(int hash, String name) EffectEvidenceSynthesis.makeProperty(int hash, String name) Element.makeProperty(int hash, String name) ElementDefinition.ElementDefinitionBaseComponent.makeProperty(int hash, String name) ElementDefinition.ElementDefinitionBindingComponent.makeProperty(int hash, String name) ElementDefinition.ElementDefinitionConstraintComponent.makeProperty(int hash, String name) ElementDefinition.ElementDefinitionExampleComponent.makeProperty(int hash, String name) ElementDefinition.ElementDefinitionMappingComponent.makeProperty(int hash, String name) ElementDefinition.ElementDefinitionSlicingComponent.makeProperty(int hash, String name) ElementDefinition.ElementDefinitionSlicingDiscriminatorComponent.makeProperty(int hash, String name) ElementDefinition.makeProperty(int hash, String name) ElementDefinition.TypeRefComponent.makeProperty(int hash, String name) Encounter.ClassHistoryComponent.makeProperty(int hash, String name) Encounter.DiagnosisComponent.makeProperty(int hash, String name) Encounter.EncounterHospitalizationComponent.makeProperty(int hash, String name) Encounter.EncounterLocationComponent.makeProperty(int hash, String name) Encounter.EncounterParticipantComponent.makeProperty(int hash, String name) Encounter.makeProperty(int hash, String name) Encounter.StatusHistoryComponent.makeProperty(int hash, String name) Endpoint.makeProperty(int hash, String name) EnrollmentRequest.makeProperty(int hash, String name) EnrollmentResponse.makeProperty(int hash, String name) EpisodeOfCare.DiagnosisComponent.makeProperty(int hash, String name) EpisodeOfCare.EpisodeOfCareStatusHistoryComponent.makeProperty(int hash, String name) EpisodeOfCare.makeProperty(int hash, String name) EventDefinition.makeProperty(int hash, String name) Evidence.makeProperty(int hash, String name) EvidenceVariable.EvidenceVariableCharacteristicComponent.makeProperty(int hash, String name) EvidenceVariable.makeProperty(int hash, String name) ExampleScenario.ExampleScenarioActorComponent.makeProperty(int hash, String name) ExampleScenario.ExampleScenarioInstanceComponent.makeProperty(int hash, String name) ExampleScenario.ExampleScenarioInstanceContainedInstanceComponent.makeProperty(int hash, String name) ExampleScenario.ExampleScenarioInstanceVersionComponent.makeProperty(int hash, String name) ExampleScenario.ExampleScenarioProcessComponent.makeProperty(int hash, String name) ExampleScenario.ExampleScenarioProcessStepAlternativeComponent.makeProperty(int hash, String name) ExampleScenario.ExampleScenarioProcessStepComponent.makeProperty(int hash, String name) ExampleScenario.ExampleScenarioProcessStepOperationComponent.makeProperty(int hash, String name) ExampleScenario.makeProperty(int hash, String name) ExplanationOfBenefit.AccidentComponent.makeProperty(int hash, String name) ExplanationOfBenefit.AddedItemComponent.makeProperty(int hash, String name) ExplanationOfBenefit.AddedItemDetailComponent.makeProperty(int hash, String name) ExplanationOfBenefit.AddedItemDetailSubDetailComponent.makeProperty(int hash, String name) ExplanationOfBenefit.AdjudicationComponent.makeProperty(int hash, String name) ExplanationOfBenefit.BenefitBalanceComponent.makeProperty(int hash, String name) ExplanationOfBenefit.BenefitComponent.makeProperty(int hash, String name) ExplanationOfBenefit.CareTeamComponent.makeProperty(int hash, String name) ExplanationOfBenefit.DetailComponent.makeProperty(int hash, String name) ExplanationOfBenefit.DiagnosisComponent.makeProperty(int hash, String name) ExplanationOfBenefit.InsuranceComponent.makeProperty(int hash, String name) ExplanationOfBenefit.ItemComponent.makeProperty(int hash, String name) ExplanationOfBenefit.makeProperty(int hash, String name) ExplanationOfBenefit.NoteComponent.makeProperty(int hash, String name) ExplanationOfBenefit.PayeeComponent.makeProperty(int hash, String name) ExplanationOfBenefit.PaymentComponent.makeProperty(int hash, String name) ExplanationOfBenefit.ProcedureComponent.makeProperty(int hash, String name) ExplanationOfBenefit.RelatedClaimComponent.makeProperty(int hash, String name) ExplanationOfBenefit.SubDetailComponent.makeProperty(int hash, String name) ExplanationOfBenefit.SupportingInformationComponent.makeProperty(int hash, String name) ExplanationOfBenefit.TotalComponent.makeProperty(int hash, String name) Expression.makeProperty(int hash, String name) Extension.makeProperty(int hash, String name) FamilyMemberHistory.FamilyMemberHistoryConditionComponent.makeProperty(int hash, String name) FamilyMemberHistory.makeProperty(int hash, String name) Flag.makeProperty(int hash, String name) Goal.GoalTargetComponent.makeProperty(int hash, String name) Goal.makeProperty(int hash, String name) GraphDefinition.GraphDefinitionLinkComponent.makeProperty(int hash, String name) GraphDefinition.GraphDefinitionLinkTargetCompartmentComponent.makeProperty(int hash, String name) GraphDefinition.GraphDefinitionLinkTargetComponent.makeProperty(int hash, String name) GraphDefinition.makeProperty(int hash, String name) Group.GroupCharacteristicComponent.makeProperty(int hash, String name) Group.GroupMemberComponent.makeProperty(int hash, String name) Group.makeProperty(int hash, String name) GuidanceResponse.makeProperty(int hash, String name) HealthcareService.HealthcareServiceAvailableTimeComponent.makeProperty(int hash, String name) HealthcareService.HealthcareServiceEligibilityComponent.makeProperty(int hash, String name) HealthcareService.HealthcareServiceNotAvailableComponent.makeProperty(int hash, String name) HealthcareService.makeProperty(int hash, String name) HumanName.makeProperty(int hash, String name) Identifier.makeProperty(int hash, String name) ImagingStudy.ImagingStudySeriesComponent.makeProperty(int hash, String name) ImagingStudy.ImagingStudySeriesInstanceComponent.makeProperty(int hash, String name) ImagingStudy.ImagingStudySeriesPerformerComponent.makeProperty(int hash, String name) ImagingStudy.makeProperty(int hash, String name) Immunization.ImmunizationEducationComponent.makeProperty(int hash, String name) Immunization.ImmunizationPerformerComponent.makeProperty(int hash, String name) Immunization.ImmunizationProtocolAppliedComponent.makeProperty(int hash, String name) Immunization.ImmunizationReactionComponent.makeProperty(int hash, String name) Immunization.makeProperty(int hash, String name) ImmunizationEvaluation.makeProperty(int hash, String name) ImmunizationRecommendation.ImmunizationRecommendationRecommendationComponent.makeProperty(int hash, String name) ImmunizationRecommendation.ImmunizationRecommendationRecommendationDateCriterionComponent.makeProperty(int hash, String name) ImmunizationRecommendation.makeProperty(int hash, String name) ImplementationGuide.ImplementationGuideDefinitionComponent.makeProperty(int hash, String name) ImplementationGuide.ImplementationGuideDefinitionGroupingComponent.makeProperty(int hash, String name) ImplementationGuide.ImplementationGuideDefinitionPageComponent.makeProperty(int hash, String name) ImplementationGuide.ImplementationGuideDefinitionParameterComponent.makeProperty(int hash, String name) ImplementationGuide.ImplementationGuideDefinitionResourceComponent.makeProperty(int hash, String name) ImplementationGuide.ImplementationGuideDefinitionTemplateComponent.makeProperty(int hash, String name) ImplementationGuide.ImplementationGuideDependsOnComponent.makeProperty(int hash, String name) ImplementationGuide.ImplementationGuideGlobalComponent.makeProperty(int hash, String name) ImplementationGuide.ImplementationGuideManifestComponent.makeProperty(int hash, String name) ImplementationGuide.makeProperty(int hash, String name) ImplementationGuide.ManifestPageComponent.makeProperty(int hash, String name) ImplementationGuide.ManifestResourceComponent.makeProperty(int hash, String name) InsurancePlan.CoverageBenefitComponent.makeProperty(int hash, String name) InsurancePlan.CoverageBenefitLimitComponent.makeProperty(int hash, String name) InsurancePlan.InsurancePlanContactComponent.makeProperty(int hash, String name) InsurancePlan.InsurancePlanCoverageComponent.makeProperty(int hash, String name) InsurancePlan.InsurancePlanPlanComponent.makeProperty(int hash, String name) InsurancePlan.InsurancePlanPlanGeneralCostComponent.makeProperty(int hash, String name) InsurancePlan.InsurancePlanPlanSpecificCostComponent.makeProperty(int hash, String name) InsurancePlan.makeProperty(int hash, String name) InsurancePlan.PlanBenefitComponent.makeProperty(int hash, String name) InsurancePlan.PlanBenefitCostComponent.makeProperty(int hash, String name) Invoice.InvoiceLineItemComponent.makeProperty(int hash, String name) Invoice.InvoiceLineItemPriceComponentComponent.makeProperty(int hash, String name) Invoice.InvoiceParticipantComponent.makeProperty(int hash, String name) Invoice.makeProperty(int hash, String name) Library.makeProperty(int hash, String name) Linkage.LinkageItemComponent.makeProperty(int hash, String name) Linkage.makeProperty(int hash, String name) ListResource.ListEntryComponent.makeProperty(int hash, String name) ListResource.makeProperty(int hash, String name) Location.LocationHoursOfOperationComponent.makeProperty(int hash, String name) Location.LocationPositionComponent.makeProperty(int hash, String name) Location.makeProperty(int hash, String name) MarketingStatus.makeProperty(int hash, String name) Measure.makeProperty(int hash, String name) Measure.MeasureGroupComponent.makeProperty(int hash, String name) Measure.MeasureGroupPopulationComponent.makeProperty(int hash, String name) Measure.MeasureGroupStratifierComponent.makeProperty(int hash, String name) Measure.MeasureGroupStratifierComponentComponent.makeProperty(int hash, String name) Measure.MeasureSupplementalDataComponent.makeProperty(int hash, String name) MeasureReport.makeProperty(int hash, String name) MeasureReport.MeasureReportGroupComponent.makeProperty(int hash, String name) MeasureReport.MeasureReportGroupPopulationComponent.makeProperty(int hash, String name) MeasureReport.MeasureReportGroupStratifierComponent.makeProperty(int hash, String name) MeasureReport.StratifierGroupComponent.makeProperty(int hash, String name) MeasureReport.StratifierGroupComponentComponent.makeProperty(int hash, String name) MeasureReport.StratifierGroupPopulationComponent.makeProperty(int hash, String name) Media.makeProperty(int hash, String name) Medication.makeProperty(int hash, String name) Medication.MedicationBatchComponent.makeProperty(int hash, String name) Medication.MedicationIngredientComponent.makeProperty(int hash, String name) MedicationAdministration.makeProperty(int hash, String name) MedicationAdministration.MedicationAdministrationDosageComponent.makeProperty(int hash, String name) MedicationAdministration.MedicationAdministrationPerformerComponent.makeProperty(int hash, String name) MedicationDispense.makeProperty(int hash, String name) MedicationDispense.MedicationDispensePerformerComponent.makeProperty(int hash, String name) MedicationDispense.MedicationDispenseSubstitutionComponent.makeProperty(int hash, String name) MedicationKnowledge.makeProperty(int hash, String name) MedicationKnowledge.MedicationKnowledgeAdministrationGuidelinesComponent.makeProperty(int hash, String name) MedicationKnowledge.MedicationKnowledgeAdministrationGuidelinesDosageComponent.makeProperty(int hash, String name) MedicationKnowledge.MedicationKnowledgeAdministrationGuidelinesPatientCharacteristicsComponent.makeProperty(int hash, String name) MedicationKnowledge.MedicationKnowledgeCostComponent.makeProperty(int hash, String name) MedicationKnowledge.MedicationKnowledgeDrugCharacteristicComponent.makeProperty(int hash, String name) MedicationKnowledge.MedicationKnowledgeIngredientComponent.makeProperty(int hash, String name) MedicationKnowledge.MedicationKnowledgeKineticsComponent.makeProperty(int hash, String name) MedicationKnowledge.MedicationKnowledgeMedicineClassificationComponent.makeProperty(int hash, String name) MedicationKnowledge.MedicationKnowledgeMonitoringProgramComponent.makeProperty(int hash, String name) MedicationKnowledge.MedicationKnowledgeMonographComponent.makeProperty(int hash, String name) MedicationKnowledge.MedicationKnowledgePackagingComponent.makeProperty(int hash, String name) MedicationKnowledge.MedicationKnowledgeRegulatoryComponent.makeProperty(int hash, String name) MedicationKnowledge.MedicationKnowledgeRegulatoryMaxDispenseComponent.makeProperty(int hash, String name) MedicationKnowledge.MedicationKnowledgeRegulatoryScheduleComponent.makeProperty(int hash, String name) MedicationKnowledge.MedicationKnowledgeRegulatorySubstitutionComponent.makeProperty(int hash, String name) MedicationKnowledge.MedicationKnowledgeRelatedMedicationKnowledgeComponent.makeProperty(int hash, String name) MedicationRequest.makeProperty(int hash, String name) MedicationRequest.MedicationRequestDispenseRequestComponent.makeProperty(int hash, String name) MedicationRequest.MedicationRequestDispenseRequestInitialFillComponent.makeProperty(int hash, String name) MedicationRequest.MedicationRequestSubstitutionComponent.makeProperty(int hash, String name) MedicationStatement.makeProperty(int hash, String name) MedicinalProduct.makeProperty(int hash, String name) MedicinalProduct.MedicinalProductManufacturingBusinessOperationComponent.makeProperty(int hash, String name) MedicinalProduct.MedicinalProductNameComponent.makeProperty(int hash, String name) MedicinalProduct.MedicinalProductNameCountryLanguageComponent.makeProperty(int hash, String name) MedicinalProduct.MedicinalProductNameNamePartComponent.makeProperty(int hash, String name) MedicinalProduct.MedicinalProductSpecialDesignationComponent.makeProperty(int hash, String name) MedicinalProductAuthorization.makeProperty(int hash, String name) MedicinalProductAuthorization.MedicinalProductAuthorizationJurisdictionalAuthorizationComponent.makeProperty(int hash, String name) MedicinalProductAuthorization.MedicinalProductAuthorizationProcedureComponent.makeProperty(int hash, String name) MedicinalProductContraindication.makeProperty(int hash, String name) MedicinalProductContraindication.MedicinalProductContraindicationOtherTherapyComponent.makeProperty(int hash, String name) MedicinalProductIndication.makeProperty(int hash, String name) MedicinalProductIndication.MedicinalProductIndicationOtherTherapyComponent.makeProperty(int hash, String name) MedicinalProductIngredient.makeProperty(int hash, String name) MedicinalProductIngredient.MedicinalProductIngredientSpecifiedSubstanceComponent.makeProperty(int hash, String name) MedicinalProductIngredient.MedicinalProductIngredientSpecifiedSubstanceStrengthComponent.makeProperty(int hash, String name) MedicinalProductIngredient.MedicinalProductIngredientSpecifiedSubstanceStrengthReferenceStrengthComponent.makeProperty(int hash, String name) MedicinalProductIngredient.MedicinalProductIngredientSubstanceComponent.makeProperty(int hash, String name) MedicinalProductInteraction.makeProperty(int hash, String name) MedicinalProductInteraction.MedicinalProductInteractionInteractantComponent.makeProperty(int hash, String name) MedicinalProductManufactured.makeProperty(int hash, String name) MedicinalProductPackaged.makeProperty(int hash, String name) MedicinalProductPackaged.MedicinalProductPackagedBatchIdentifierComponent.makeProperty(int hash, String name) MedicinalProductPackaged.MedicinalProductPackagedPackageItemComponent.makeProperty(int hash, String name) MedicinalProductPharmaceutical.makeProperty(int hash, String name) MedicinalProductPharmaceutical.MedicinalProductPharmaceuticalCharacteristicsComponent.makeProperty(int hash, String name) MedicinalProductPharmaceutical.MedicinalProductPharmaceuticalRouteOfAdministrationComponent.makeProperty(int hash, String name) MedicinalProductPharmaceutical.MedicinalProductPharmaceuticalRouteOfAdministrationTargetSpeciesComponent.makeProperty(int hash, String name) MedicinalProductPharmaceutical.MedicinalProductPharmaceuticalRouteOfAdministrationTargetSpeciesWithdrawalPeriodComponent.makeProperty(int hash, String name) MedicinalProductUndesirableEffect.makeProperty(int hash, String name) MessageDefinition.makeProperty(int hash, String name) MessageDefinition.MessageDefinitionAllowedResponseComponent.makeProperty(int hash, String name) MessageDefinition.MessageDefinitionFocusComponent.makeProperty(int hash, String name) MessageHeader.makeProperty(int hash, String name) MessageHeader.MessageDestinationComponent.makeProperty(int hash, String name) MessageHeader.MessageHeaderResponseComponent.makeProperty(int hash, String name) MessageHeader.MessageSourceComponent.makeProperty(int hash, String name) Meta.makeProperty(int hash, String name) MetadataResource.makeProperty(int hash, String name) MolecularSequence.makeProperty(int hash, String name) MolecularSequence.MolecularSequenceQualityComponent.makeProperty(int hash, String name) MolecularSequence.MolecularSequenceQualityRocComponent.makeProperty(int hash, String name) MolecularSequence.MolecularSequenceReferenceSeqComponent.makeProperty(int hash, String name) MolecularSequence.MolecularSequenceRepositoryComponent.makeProperty(int hash, String name) MolecularSequence.MolecularSequenceStructureVariantComponent.makeProperty(int hash, String name) MolecularSequence.MolecularSequenceStructureVariantInnerComponent.makeProperty(int hash, String name) MolecularSequence.MolecularSequenceStructureVariantOuterComponent.makeProperty(int hash, String name) MolecularSequence.MolecularSequenceVariantComponent.makeProperty(int hash, String name) Money.makeProperty(int hash, String name) NamingSystem.makeProperty(int hash, String name) NamingSystem.NamingSystemUniqueIdComponent.makeProperty(int hash, String name) Narrative.makeProperty(int hash, String name) NutritionOrder.makeProperty(int hash, String name) NutritionOrder.NutritionOrderEnteralFormulaAdministrationComponent.makeProperty(int hash, String name) NutritionOrder.NutritionOrderEnteralFormulaComponent.makeProperty(int hash, String name) NutritionOrder.NutritionOrderOralDietComponent.makeProperty(int hash, String name) NutritionOrder.NutritionOrderOralDietNutrientComponent.makeProperty(int hash, String name) NutritionOrder.NutritionOrderOralDietTextureComponent.makeProperty(int hash, String name) NutritionOrder.NutritionOrderSupplementComponent.makeProperty(int hash, String name) Observation.makeProperty(int hash, String name) Observation.ObservationComponentComponent.makeProperty(int hash, String name) Observation.ObservationReferenceRangeComponent.makeProperty(int hash, String name) ObservationDefinition.makeProperty(int hash, String name) ObservationDefinition.ObservationDefinitionQualifiedIntervalComponent.makeProperty(int hash, String name) ObservationDefinition.ObservationDefinitionQuantitativeDetailsComponent.makeProperty(int hash, String name) OperationDefinition.makeProperty(int hash, String name) OperationDefinition.OperationDefinitionOverloadComponent.makeProperty(int hash, String name) OperationDefinition.OperationDefinitionParameterBindingComponent.makeProperty(int hash, String name) OperationDefinition.OperationDefinitionParameterComponent.makeProperty(int hash, String name) OperationDefinition.OperationDefinitionParameterReferencedFromComponent.makeProperty(int hash, String name) OperationOutcome.makeProperty(int hash, String name) OperationOutcome.OperationOutcomeIssueComponent.makeProperty(int hash, String name) Organization.makeProperty(int hash, String name) Organization.OrganizationContactComponent.makeProperty(int hash, String name) OrganizationAffiliation.makeProperty(int hash, String name) ParameterDefinition.makeProperty(int hash, String name) Parameters.makeProperty(int hash, String name) Parameters.ParametersParameterComponent.makeProperty(int hash, String name) Patient.ContactComponent.makeProperty(int hash, String name) Patient.makeProperty(int hash, String name) Patient.PatientCommunicationComponent.makeProperty(int hash, String name) Patient.PatientLinkComponent.makeProperty(int hash, String name) PaymentNotice.makeProperty(int hash, String name) PaymentReconciliation.DetailsComponent.makeProperty(int hash, String name) PaymentReconciliation.makeProperty(int hash, String name) PaymentReconciliation.NotesComponent.makeProperty(int hash, String name) Period.makeProperty(int hash, String name) Person.makeProperty(int hash, String name) Person.PersonLinkComponent.makeProperty(int hash, String name) PlanDefinition.makeProperty(int hash, String name) PlanDefinition.PlanDefinitionActionComponent.makeProperty(int hash, String name) PlanDefinition.PlanDefinitionActionConditionComponent.makeProperty(int hash, String name) PlanDefinition.PlanDefinitionActionDynamicValueComponent.makeProperty(int hash, String name) PlanDefinition.PlanDefinitionActionParticipantComponent.makeProperty(int hash, String name) PlanDefinition.PlanDefinitionActionRelatedActionComponent.makeProperty(int hash, String name) PlanDefinition.PlanDefinitionGoalComponent.makeProperty(int hash, String name) PlanDefinition.PlanDefinitionGoalTargetComponent.makeProperty(int hash, String name) Population.makeProperty(int hash, String name) Practitioner.makeProperty(int hash, String name) Practitioner.PractitionerQualificationComponent.makeProperty(int hash, String name) PractitionerRole.makeProperty(int hash, String name) PractitionerRole.PractitionerRoleAvailableTimeComponent.makeProperty(int hash, String name) PractitionerRole.PractitionerRoleNotAvailableComponent.makeProperty(int hash, String name) PrimitiveType.makeProperty(int hash, String name) Procedure.makeProperty(int hash, String name) Procedure.ProcedureFocalDeviceComponent.makeProperty(int hash, String name) Procedure.ProcedurePerformerComponent.makeProperty(int hash, String name) ProdCharacteristic.makeProperty(int hash, String name) ProductShelfLife.makeProperty(int hash, String name) Provenance.makeProperty(int hash, String name) Provenance.ProvenanceAgentComponent.makeProperty(int hash, String name) Provenance.ProvenanceEntityComponent.makeProperty(int hash, String name) Quantity.makeProperty(int hash, String name) Questionnaire.makeProperty(int hash, String name) Questionnaire.QuestionnaireItemAnswerOptionComponent.makeProperty(int hash, String name) Questionnaire.QuestionnaireItemComponent.makeProperty(int hash, String name) Questionnaire.QuestionnaireItemEnableWhenComponent.makeProperty(int hash, String name) Questionnaire.QuestionnaireItemInitialComponent.makeProperty(int hash, String name) QuestionnaireResponse.makeProperty(int hash, String name) QuestionnaireResponse.QuestionnaireResponseItemAnswerComponent.makeProperty(int hash, String name) QuestionnaireResponse.QuestionnaireResponseItemComponent.makeProperty(int hash, String name) Range.makeProperty(int hash, String name) Ratio.makeProperty(int hash, String name) Reference.makeProperty(int hash, String name) RelatedArtifact.makeProperty(int hash, String name) RelatedPerson.makeProperty(int hash, String name) RelatedPerson.RelatedPersonCommunicationComponent.makeProperty(int hash, String name) RequestGroup.makeProperty(int hash, String name) RequestGroup.RequestGroupActionComponent.makeProperty(int hash, String name) RequestGroup.RequestGroupActionConditionComponent.makeProperty(int hash, String name) RequestGroup.RequestGroupActionRelatedActionComponent.makeProperty(int hash, String name) ResearchDefinition.makeProperty(int hash, String name) ResearchElementDefinition.makeProperty(int hash, String name) ResearchElementDefinition.ResearchElementDefinitionCharacteristicComponent.makeProperty(int hash, String name) ResearchStudy.makeProperty(int hash, String name) ResearchStudy.ResearchStudyArmComponent.makeProperty(int hash, String name) ResearchStudy.ResearchStudyObjectiveComponent.makeProperty(int hash, String name) ResearchSubject.makeProperty(int hash, String name) Resource.makeProperty(int hash, String name) RiskAssessment.makeProperty(int hash, String name) RiskAssessment.RiskAssessmentPredictionComponent.makeProperty(int hash, String name) RiskEvidenceSynthesis.makeProperty(int hash, String name) RiskEvidenceSynthesis.RiskEvidenceSynthesisCertaintyCertaintySubcomponentComponent.makeProperty(int hash, String name) RiskEvidenceSynthesis.RiskEvidenceSynthesisCertaintyComponent.makeProperty(int hash, String name) RiskEvidenceSynthesis.RiskEvidenceSynthesisRiskEstimateComponent.makeProperty(int hash, String name) RiskEvidenceSynthesis.RiskEvidenceSynthesisRiskEstimatePrecisionEstimateComponent.makeProperty(int hash, String name) RiskEvidenceSynthesis.RiskEvidenceSynthesisSampleSizeComponent.makeProperty(int hash, String name) SampledData.makeProperty(int hash, String name) Schedule.makeProperty(int hash, String name) SearchParameter.makeProperty(int hash, String name) SearchParameter.SearchParameterComponentComponent.makeProperty(int hash, String name) ServiceRequest.makeProperty(int hash, String name) Signature.makeProperty(int hash, String name) Slot.makeProperty(int hash, String name) Specimen.makeProperty(int hash, String name) Specimen.SpecimenCollectionComponent.makeProperty(int hash, String name) Specimen.SpecimenContainerComponent.makeProperty(int hash, String name) Specimen.SpecimenProcessingComponent.makeProperty(int hash, String name) SpecimenDefinition.makeProperty(int hash, String name) SpecimenDefinition.SpecimenDefinitionTypeTestedComponent.makeProperty(int hash, String name) SpecimenDefinition.SpecimenDefinitionTypeTestedContainerAdditiveComponent.makeProperty(int hash, String name) SpecimenDefinition.SpecimenDefinitionTypeTestedContainerComponent.makeProperty(int hash, String name) SpecimenDefinition.SpecimenDefinitionTypeTestedHandlingComponent.makeProperty(int hash, String name) StructureDefinition.makeProperty(int hash, String name) StructureDefinition.StructureDefinitionContextComponent.makeProperty(int hash, String name) StructureDefinition.StructureDefinitionDifferentialComponent.makeProperty(int hash, String name) StructureDefinition.StructureDefinitionMappingComponent.makeProperty(int hash, String name) StructureDefinition.StructureDefinitionSnapshotComponent.makeProperty(int hash, String name) StructureMap.makeProperty(int hash, String name) StructureMap.StructureMapGroupComponent.makeProperty(int hash, String name) StructureMap.StructureMapGroupInputComponent.makeProperty(int hash, String name) StructureMap.StructureMapGroupRuleComponent.makeProperty(int hash, String name) StructureMap.StructureMapGroupRuleDependentComponent.makeProperty(int hash, String name) StructureMap.StructureMapGroupRuleSourceComponent.makeProperty(int hash, String name) StructureMap.StructureMapGroupRuleTargetComponent.makeProperty(int hash, String name) StructureMap.StructureMapGroupRuleTargetParameterComponent.makeProperty(int hash, String name) StructureMap.StructureMapStructureComponent.makeProperty(int hash, String name) Subscription.makeProperty(int hash, String name) Subscription.SubscriptionChannelComponent.makeProperty(int hash, String name) Substance.makeProperty(int hash, String name) Substance.SubstanceIngredientComponent.makeProperty(int hash, String name) Substance.SubstanceInstanceComponent.makeProperty(int hash, String name) SubstanceAmount.makeProperty(int hash, String name) SubstanceAmount.SubstanceAmountReferenceRangeComponent.makeProperty(int hash, String name) SubstanceNucleicAcid.makeProperty(int hash, String name) SubstanceNucleicAcid.SubstanceNucleicAcidSubunitComponent.makeProperty(int hash, String name) SubstanceNucleicAcid.SubstanceNucleicAcidSubunitLinkageComponent.makeProperty(int hash, String name) SubstanceNucleicAcid.SubstanceNucleicAcidSubunitSugarComponent.makeProperty(int hash, String name) SubstancePolymer.makeProperty(int hash, String name) SubstancePolymer.SubstancePolymerMonomerSetComponent.makeProperty(int hash, String name) SubstancePolymer.SubstancePolymerMonomerSetStartingMaterialComponent.makeProperty(int hash, String name) SubstancePolymer.SubstancePolymerRepeatComponent.makeProperty(int hash, String name) SubstancePolymer.SubstancePolymerRepeatRepeatUnitComponent.makeProperty(int hash, String name) SubstancePolymer.SubstancePolymerRepeatRepeatUnitDegreeOfPolymerisationComponent.makeProperty(int hash, String name) SubstancePolymer.SubstancePolymerRepeatRepeatUnitStructuralRepresentationComponent.makeProperty(int hash, String name) SubstanceProtein.makeProperty(int hash, String name) SubstanceProtein.SubstanceProteinSubunitComponent.makeProperty(int hash, String name) SubstanceReferenceInformation.makeProperty(int hash, String name) SubstanceReferenceInformation.SubstanceReferenceInformationClassificationComponent.makeProperty(int hash, String name) SubstanceReferenceInformation.SubstanceReferenceInformationGeneComponent.makeProperty(int hash, String name) SubstanceReferenceInformation.SubstanceReferenceInformationGeneElementComponent.makeProperty(int hash, String name) SubstanceReferenceInformation.SubstanceReferenceInformationTargetComponent.makeProperty(int hash, String name) SubstanceSourceMaterial.makeProperty(int hash, String name) SubstanceSourceMaterial.SubstanceSourceMaterialFractionDescriptionComponent.makeProperty(int hash, String name) SubstanceSourceMaterial.SubstanceSourceMaterialOrganismAuthorComponent.makeProperty(int hash, String name) SubstanceSourceMaterial.SubstanceSourceMaterialOrganismComponent.makeProperty(int hash, String name) SubstanceSourceMaterial.SubstanceSourceMaterialOrganismHybridComponent.makeProperty(int hash, String name) SubstanceSourceMaterial.SubstanceSourceMaterialOrganismOrganismGeneralComponent.makeProperty(int hash, String name) SubstanceSourceMaterial.SubstanceSourceMaterialPartDescriptionComponent.makeProperty(int hash, String name) SubstanceSpecification.makeProperty(int hash, String name) SubstanceSpecification.SubstanceSpecificationCodeComponent.makeProperty(int hash, String name) SubstanceSpecification.SubstanceSpecificationMoietyComponent.makeProperty(int hash, String name) SubstanceSpecification.SubstanceSpecificationNameComponent.makeProperty(int hash, String name) SubstanceSpecification.SubstanceSpecificationNameOfficialComponent.makeProperty(int hash, String name) SubstanceSpecification.SubstanceSpecificationPropertyComponent.makeProperty(int hash, String name) SubstanceSpecification.SubstanceSpecificationRelationshipComponent.makeProperty(int hash, String name) SubstanceSpecification.SubstanceSpecificationStructureComponent.makeProperty(int hash, String name) SubstanceSpecification.SubstanceSpecificationStructureIsotopeComponent.makeProperty(int hash, String name) SubstanceSpecification.SubstanceSpecificationStructureIsotopeMolecularWeightComponent.makeProperty(int hash, String name) SubstanceSpecification.SubstanceSpecificationStructureRepresentationComponent.makeProperty(int hash, String name) SupplyDelivery.makeProperty(int hash, String name) SupplyDelivery.SupplyDeliverySuppliedItemComponent.makeProperty(int hash, String name) SupplyRequest.makeProperty(int hash, String name) SupplyRequest.SupplyRequestParameterComponent.makeProperty(int hash, String name) Task.makeProperty(int hash, String name) Task.ParameterComponent.makeProperty(int hash, String name) Task.TaskOutputComponent.makeProperty(int hash, String name) Task.TaskRestrictionComponent.makeProperty(int hash, String name) TerminologyCapabilities.makeProperty(int hash, String name) TerminologyCapabilities.TerminologyCapabilitiesClosureComponent.makeProperty(int hash, String name) TerminologyCapabilities.TerminologyCapabilitiesCodeSystemComponent.makeProperty(int hash, String name) TerminologyCapabilities.TerminologyCapabilitiesCodeSystemVersionComponent.makeProperty(int hash, String name) TerminologyCapabilities.TerminologyCapabilitiesCodeSystemVersionFilterComponent.makeProperty(int hash, String name) TerminologyCapabilities.TerminologyCapabilitiesExpansionComponent.makeProperty(int hash, String name) TerminologyCapabilities.TerminologyCapabilitiesExpansionParameterComponent.makeProperty(int hash, String name) TerminologyCapabilities.TerminologyCapabilitiesImplementationComponent.makeProperty(int hash, String name) TerminologyCapabilities.TerminologyCapabilitiesSoftwareComponent.makeProperty(int hash, String name) TerminologyCapabilities.TerminologyCapabilitiesTranslationComponent.makeProperty(int hash, String name) TerminologyCapabilities.TerminologyCapabilitiesValidateCodeComponent.makeProperty(int hash, String name) TestReport.makeProperty(int hash, String name) TestReport.SetupActionAssertComponent.makeProperty(int hash, String name) TestReport.SetupActionComponent.makeProperty(int hash, String name) TestReport.SetupActionOperationComponent.makeProperty(int hash, String name) TestReport.TeardownActionComponent.makeProperty(int hash, String name) TestReport.TestActionComponent.makeProperty(int hash, String name) TestReport.TestReportParticipantComponent.makeProperty(int hash, String name) TestReport.TestReportSetupComponent.makeProperty(int hash, String name) TestReport.TestReportTeardownComponent.makeProperty(int hash, String name) TestReport.TestReportTestComponent.makeProperty(int hash, String name) TestScript.makeProperty(int hash, String name) TestScript.SetupActionAssertComponent.makeProperty(int hash, String name) TestScript.SetupActionComponent.makeProperty(int hash, String name) TestScript.SetupActionOperationComponent.makeProperty(int hash, String name) TestScript.SetupActionOperationRequestHeaderComponent.makeProperty(int hash, String name) TestScript.TeardownActionComponent.makeProperty(int hash, String name) TestScript.TestActionComponent.makeProperty(int hash, String name) TestScript.TestScriptDestinationComponent.makeProperty(int hash, String name) TestScript.TestScriptFixtureComponent.makeProperty(int hash, String name) TestScript.TestScriptMetadataCapabilityComponent.makeProperty(int hash, String name) TestScript.TestScriptMetadataComponent.makeProperty(int hash, String name) TestScript.TestScriptMetadataLinkComponent.makeProperty(int hash, String name) TestScript.TestScriptOriginComponent.makeProperty(int hash, String name) TestScript.TestScriptSetupComponent.makeProperty(int hash, String name) TestScript.TestScriptTeardownComponent.makeProperty(int hash, String name) TestScript.TestScriptTestComponent.makeProperty(int hash, String name) TestScript.TestScriptVariableComponent.makeProperty(int hash, String name) Timing.makeProperty(int hash, String name) Timing.TimingRepeatComponent.makeProperty(int hash, String name) TriggerDefinition.makeProperty(int hash, String name) UsageContext.makeProperty(int hash, String name) ValueSet.ConceptReferenceComponent.makeProperty(int hash, String name) ValueSet.ConceptReferenceDesignationComponent.makeProperty(int hash, String name) ValueSet.ConceptSetComponent.makeProperty(int hash, String name) ValueSet.ConceptSetFilterComponent.makeProperty(int hash, String name) ValueSet.makeProperty(int hash, String name) ValueSet.ValueSetComposeComponent.makeProperty(int hash, String name) ValueSet.ValueSetExpansionComponent.makeProperty(int hash, String name) ValueSet.ValueSetExpansionContainsComponent.makeProperty(int hash, String name) ValueSet.ValueSetExpansionParameterComponent.makeProperty(int hash, String name) VerificationResult.makeProperty(int hash, String name) VerificationResult.VerificationResultAttestationComponent.makeProperty(int hash, String name) VerificationResult.VerificationResultPrimarySourceComponent.makeProperty(int hash, String name) VerificationResult.VerificationResultValidatorComponent.makeProperty(int hash, String name) VisionPrescription.makeProperty(int hash, String name) VisionPrescription.PrismComponent.makeProperty(int hash, String name) VisionPrescription.VisionPrescriptionLensSpecificationComponent.makeProperty(int hash, String name) Account.CoverageComponent.setProperty(int hash, String name, Base value) Account.CoverageComponent.setProperty(String name, Base value) Account.GuarantorComponent.setProperty(int hash, String name, Base value) Account.GuarantorComponent.setProperty(String name, Base value) Account.setProperty(int hash, String name, Base value) Account.setProperty(String name, Base value) ActivityDefinition.ActivityDefinitionDynamicValueComponent.setProperty(int hash, String name, Base value) ActivityDefinition.ActivityDefinitionDynamicValueComponent.setProperty(String name, Base value) ActivityDefinition.ActivityDefinitionParticipantComponent.setProperty(int hash, String name, Base value) ActivityDefinition.ActivityDefinitionParticipantComponent.setProperty(String name, Base value) ActivityDefinition.setProperty(int hash, String name, Base value) ActivityDefinition.setProperty(String name, Base value) Address.setProperty(int hash, String name, Base value) Address.setProperty(String name, Base value) AdverseEvent.AdverseEventSuspectEntityCausalityComponent.setProperty(int hash, String name, Base value) AdverseEvent.AdverseEventSuspectEntityCausalityComponent.setProperty(String name, Base value) AdverseEvent.AdverseEventSuspectEntityComponent.setProperty(int hash, String name, Base value) AdverseEvent.AdverseEventSuspectEntityComponent.setProperty(String name, Base value) AdverseEvent.setProperty(int hash, String name, Base value) AdverseEvent.setProperty(String name, Base value) Age.setProperty(int hash, String name, Base value) Age.setProperty(String name, Base value) AllergyIntolerance.AllergyIntoleranceReactionComponent.setProperty(int hash, String name, Base value) AllergyIntolerance.AllergyIntoleranceReactionComponent.setProperty(String name, Base value) AllergyIntolerance.setProperty(int hash, String name, Base value) AllergyIntolerance.setProperty(String name, Base value) Annotation.setProperty(int hash, String name, Base value) Annotation.setProperty(String name, Base value) Appointment.AppointmentParticipantComponent.setProperty(int hash, String name, Base value) Appointment.AppointmentParticipantComponent.setProperty(String name, Base value) Appointment.setProperty(int hash, String name, Base value) Appointment.setProperty(String name, Base value) AppointmentResponse.setProperty(int hash, String name, Base value) AppointmentResponse.setProperty(String name, Base value) Attachment.setProperty(int hash, String name, Base value) Attachment.setProperty(String name, Base value) AuditEvent.AuditEventAgentComponent.setProperty(int hash, String name, Base value) AuditEvent.AuditEventAgentComponent.setProperty(String name, Base value) AuditEvent.AuditEventAgentNetworkComponent.setProperty(int hash, String name, Base value) AuditEvent.AuditEventAgentNetworkComponent.setProperty(String name, Base value) AuditEvent.AuditEventEntityComponent.setProperty(int hash, String name, Base value) AuditEvent.AuditEventEntityComponent.setProperty(String name, Base value) AuditEvent.AuditEventEntityDetailComponent.setProperty(int hash, String name, Base value) AuditEvent.AuditEventEntityDetailComponent.setProperty(String name, Base value) AuditEvent.AuditEventSourceComponent.setProperty(int hash, String name, Base value) AuditEvent.AuditEventSourceComponent.setProperty(String name, Base value) AuditEvent.setProperty(int hash, String name, Base value) AuditEvent.setProperty(String name, Base value) BackboneElement.setProperty(int hash, String name, Base value) BackboneElement.setProperty(String name, Base value) BackboneType.setProperty(int hash, String name, Base value) BackboneType.setProperty(String name, Base value) Base.setProperty(int hash, String name, Base value) Base.setProperty(String name, Base value) Basic.setProperty(int hash, String name, Base value) Basic.setProperty(String name, Base value) Binary.setProperty(int hash, String name, Base value) Binary.setProperty(String name, Base value) BiologicallyDerivedProduct.BiologicallyDerivedProductCollectionComponent.setProperty(int hash, String name, Base value) BiologicallyDerivedProduct.BiologicallyDerivedProductCollectionComponent.setProperty(String name, Base value) BiologicallyDerivedProduct.BiologicallyDerivedProductManipulationComponent.setProperty(int hash, String name, Base value) BiologicallyDerivedProduct.BiologicallyDerivedProductManipulationComponent.setProperty(String name, Base value) BiologicallyDerivedProduct.BiologicallyDerivedProductProcessingComponent.setProperty(int hash, String name, Base value) BiologicallyDerivedProduct.BiologicallyDerivedProductProcessingComponent.setProperty(String name, Base value) BiologicallyDerivedProduct.BiologicallyDerivedProductStorageComponent.setProperty(int hash, String name, Base value) BiologicallyDerivedProduct.BiologicallyDerivedProductStorageComponent.setProperty(String name, Base value) BiologicallyDerivedProduct.setProperty(int hash, String name, Base value) BiologicallyDerivedProduct.setProperty(String name, Base value) BodyStructure.setProperty(int hash, String name, Base value) BodyStructure.setProperty(String name, Base value) Bundle.BundleEntryComponent.setProperty(int hash, String name, Base value) Bundle.BundleEntryComponent.setProperty(String name, Base value) Bundle.BundleEntryRequestComponent.setProperty(int hash, String name, Base value) Bundle.BundleEntryRequestComponent.setProperty(String name, Base value) Bundle.BundleEntryResponseComponent.setProperty(int hash, String name, Base value) Bundle.BundleEntryResponseComponent.setProperty(String name, Base value) Bundle.BundleEntrySearchComponent.setProperty(int hash, String name, Base value) Bundle.BundleEntrySearchComponent.setProperty(String name, Base value) Bundle.BundleLinkComponent.setProperty(int hash, String name, Base value) Bundle.BundleLinkComponent.setProperty(String name, Base value) Bundle.setProperty(int hash, String name, Base value) Bundle.setProperty(String name, Base value) CapabilityStatement.CapabilityStatementDocumentComponent.setProperty(int hash, String name, Base value) CapabilityStatement.CapabilityStatementDocumentComponent.setProperty(String name, Base value) CapabilityStatement.CapabilityStatementImplementationComponent.setProperty(int hash, String name, Base value) CapabilityStatement.CapabilityStatementImplementationComponent.setProperty(String name, Base value) CapabilityStatement.CapabilityStatementMessagingComponent.setProperty(int hash, String name, Base value) CapabilityStatement.CapabilityStatementMessagingComponent.setProperty(String name, Base value) CapabilityStatement.CapabilityStatementMessagingEndpointComponent.setProperty(int hash, String name, Base value) CapabilityStatement.CapabilityStatementMessagingEndpointComponent.setProperty(String name, Base value) CapabilityStatement.CapabilityStatementMessagingSupportedMessageComponent.setProperty(int hash, String name, Base value) CapabilityStatement.CapabilityStatementMessagingSupportedMessageComponent.setProperty(String name, Base value) CapabilityStatement.CapabilityStatementRestComponent.setProperty(int hash, String name, Base value) CapabilityStatement.CapabilityStatementRestComponent.setProperty(String name, Base value) CapabilityStatement.CapabilityStatementRestResourceComponent.setProperty(int hash, String name, Base value) CapabilityStatement.CapabilityStatementRestResourceComponent.setProperty(String name, Base value) CapabilityStatement.CapabilityStatementRestResourceOperationComponent.setProperty(int hash, String name, Base value) CapabilityStatement.CapabilityStatementRestResourceOperationComponent.setProperty(String name, Base value) CapabilityStatement.CapabilityStatementRestResourceSearchParamComponent.setProperty(int hash, String name, Base value) CapabilityStatement.CapabilityStatementRestResourceSearchParamComponent.setProperty(String name, Base value) CapabilityStatement.CapabilityStatementRestSecurityComponent.setProperty(int hash, String name, Base value) CapabilityStatement.CapabilityStatementRestSecurityComponent.setProperty(String name, Base value) CapabilityStatement.CapabilityStatementSoftwareComponent.setProperty(int hash, String name, Base value) CapabilityStatement.CapabilityStatementSoftwareComponent.setProperty(String name, Base value) CapabilityStatement.ResourceInteractionComponent.setProperty(int hash, String name, Base value) CapabilityStatement.ResourceInteractionComponent.setProperty(String name, Base value) CapabilityStatement.setProperty(int hash, String name, Base value) CapabilityStatement.setProperty(String name, Base value) CapabilityStatement.SystemInteractionComponent.setProperty(int hash, String name, Base value) CapabilityStatement.SystemInteractionComponent.setProperty(String name, Base value) CarePlan.CarePlanActivityComponent.setProperty(int hash, String name, Base value) CarePlan.CarePlanActivityComponent.setProperty(String name, Base value) CarePlan.CarePlanActivityDetailComponent.setProperty(int hash, String name, Base value) CarePlan.CarePlanActivityDetailComponent.setProperty(String name, Base value) CarePlan.setProperty(int hash, String name, Base value) CarePlan.setProperty(String name, Base value) CareTeam.CareTeamParticipantComponent.setProperty(int hash, String name, Base value) CareTeam.CareTeamParticipantComponent.setProperty(String name, Base value) CareTeam.setProperty(int hash, String name, Base value) CareTeam.setProperty(String name, Base value) CatalogEntry.CatalogEntryRelatedEntryComponent.setProperty(int hash, String name, Base value) CatalogEntry.CatalogEntryRelatedEntryComponent.setProperty(String name, Base value) CatalogEntry.setProperty(int hash, String name, Base value) CatalogEntry.setProperty(String name, Base value) ChargeItem.ChargeItemPerformerComponent.setProperty(int hash, String name, Base value) ChargeItem.ChargeItemPerformerComponent.setProperty(String name, Base value) ChargeItem.setProperty(int hash, String name, Base value) ChargeItem.setProperty(String name, Base value) ChargeItemDefinition.ChargeItemDefinitionApplicabilityComponent.setProperty(int hash, String name, Base value) ChargeItemDefinition.ChargeItemDefinitionApplicabilityComponent.setProperty(String name, Base value) ChargeItemDefinition.ChargeItemDefinitionPropertyGroupComponent.setProperty(int hash, String name, Base value) ChargeItemDefinition.ChargeItemDefinitionPropertyGroupComponent.setProperty(String name, Base value) ChargeItemDefinition.ChargeItemDefinitionPropertyGroupPriceComponentComponent.setProperty(int hash, String name, Base value) ChargeItemDefinition.ChargeItemDefinitionPropertyGroupPriceComponentComponent.setProperty(String name, Base value) ChargeItemDefinition.setProperty(int hash, String name, Base value) ChargeItemDefinition.setProperty(String name, Base value) Claim.AccidentComponent.setProperty(int hash, String name, Base value) Claim.AccidentComponent.setProperty(String name, Base value) Claim.CareTeamComponent.setProperty(int hash, String name, Base value) Claim.CareTeamComponent.setProperty(String name, Base value) Claim.DetailComponent.setProperty(int hash, String name, Base value) Claim.DetailComponent.setProperty(String name, Base value) Claim.DiagnosisComponent.setProperty(int hash, String name, Base value) Claim.DiagnosisComponent.setProperty(String name, Base value) Claim.InsuranceComponent.setProperty(int hash, String name, Base value) Claim.InsuranceComponent.setProperty(String name, Base value) Claim.ItemComponent.setProperty(int hash, String name, Base value) Claim.ItemComponent.setProperty(String name, Base value) Claim.PayeeComponent.setProperty(int hash, String name, Base value) Claim.PayeeComponent.setProperty(String name, Base value) Claim.ProcedureComponent.setProperty(int hash, String name, Base value) Claim.ProcedureComponent.setProperty(String name, Base value) Claim.RelatedClaimComponent.setProperty(int hash, String name, Base value) Claim.RelatedClaimComponent.setProperty(String name, Base value) Claim.setProperty(int hash, String name, Base value) Claim.setProperty(String name, Base value) Claim.SubDetailComponent.setProperty(int hash, String name, Base value) Claim.SubDetailComponent.setProperty(String name, Base value) Claim.SupportingInformationComponent.setProperty(int hash, String name, Base value) Claim.SupportingInformationComponent.setProperty(String name, Base value) ClaimResponse.AddedItemComponent.setProperty(int hash, String name, Base value) ClaimResponse.AddedItemComponent.setProperty(String name, Base value) ClaimResponse.AddedItemDetailComponent.setProperty(int hash, String name, Base value) ClaimResponse.AddedItemDetailComponent.setProperty(String name, Base value) ClaimResponse.AddedItemSubDetailComponent.setProperty(int hash, String name, Base value) ClaimResponse.AddedItemSubDetailComponent.setProperty(String name, Base value) ClaimResponse.AdjudicationComponent.setProperty(int hash, String name, Base value) ClaimResponse.AdjudicationComponent.setProperty(String name, Base value) ClaimResponse.ErrorComponent.setProperty(int hash, String name, Base value) ClaimResponse.ErrorComponent.setProperty(String name, Base value) ClaimResponse.InsuranceComponent.setProperty(int hash, String name, Base value) ClaimResponse.InsuranceComponent.setProperty(String name, Base value) ClaimResponse.ItemComponent.setProperty(int hash, String name, Base value) ClaimResponse.ItemComponent.setProperty(String name, Base value) ClaimResponse.ItemDetailComponent.setProperty(int hash, String name, Base value) ClaimResponse.ItemDetailComponent.setProperty(String name, Base value) ClaimResponse.NoteComponent.setProperty(int hash, String name, Base value) ClaimResponse.NoteComponent.setProperty(String name, Base value) ClaimResponse.PaymentComponent.setProperty(int hash, String name, Base value) ClaimResponse.PaymentComponent.setProperty(String name, Base value) ClaimResponse.setProperty(int hash, String name, Base value) ClaimResponse.setProperty(String name, Base value) ClaimResponse.SubDetailComponent.setProperty(int hash, String name, Base value) ClaimResponse.SubDetailComponent.setProperty(String name, Base value) ClaimResponse.TotalComponent.setProperty(int hash, String name, Base value) ClaimResponse.TotalComponent.setProperty(String name, Base value) ClinicalImpression.ClinicalImpressionFindingComponent.setProperty(int hash, String name, Base value) ClinicalImpression.ClinicalImpressionFindingComponent.setProperty(String name, Base value) ClinicalImpression.ClinicalImpressionInvestigationComponent.setProperty(int hash, String name, Base value) ClinicalImpression.ClinicalImpressionInvestigationComponent.setProperty(String name, Base value) ClinicalImpression.setProperty(int hash, String name, Base value) ClinicalImpression.setProperty(String name, Base value) CodeableConcept.setProperty(int hash, String name, Base value) CodeableConcept.setProperty(String name, Base value) CodeSystem.CodeSystemFilterComponent.setProperty(int hash, String name, Base value) CodeSystem.CodeSystemFilterComponent.setProperty(String name, Base value) CodeSystem.ConceptDefinitionComponent.setProperty(int hash, String name, Base value) CodeSystem.ConceptDefinitionComponent.setProperty(String name, Base value) CodeSystem.ConceptDefinitionDesignationComponent.setProperty(int hash, String name, Base value) CodeSystem.ConceptDefinitionDesignationComponent.setProperty(String name, Base value) CodeSystem.ConceptPropertyComponent.setProperty(int hash, String name, Base value) CodeSystem.ConceptPropertyComponent.setProperty(String name, Base value) CodeSystem.PropertyComponent.setProperty(int hash, String name, Base value) CodeSystem.PropertyComponent.setProperty(String name, Base value) CodeSystem.setProperty(int hash, String name, Base value) CodeSystem.setProperty(String name, Base value) Coding.setProperty(int hash, String name, Base value) Coding.setProperty(String name, Base value) Communication.CommunicationPayloadComponent.setProperty(int hash, String name, Base value) Communication.CommunicationPayloadComponent.setProperty(String name, Base value) Communication.setProperty(int hash, String name, Base value) Communication.setProperty(String name, Base value) CommunicationRequest.CommunicationRequestPayloadComponent.setProperty(int hash, String name, Base value) CommunicationRequest.CommunicationRequestPayloadComponent.setProperty(String name, Base value) CommunicationRequest.setProperty(int hash, String name, Base value) CommunicationRequest.setProperty(String name, Base value) CompartmentDefinition.CompartmentDefinitionResourceComponent.setProperty(int hash, String name, Base value) CompartmentDefinition.CompartmentDefinitionResourceComponent.setProperty(String name, Base value) CompartmentDefinition.setProperty(int hash, String name, Base value) CompartmentDefinition.setProperty(String name, Base value) Composition.CompositionAttesterComponent.setProperty(int hash, String name, Base value) Composition.CompositionAttesterComponent.setProperty(String name, Base value) Composition.CompositionEventComponent.setProperty(int hash, String name, Base value) Composition.CompositionEventComponent.setProperty(String name, Base value) Composition.CompositionRelatesToComponent.setProperty(int hash, String name, Base value) Composition.CompositionRelatesToComponent.setProperty(String name, Base value) Composition.SectionComponent.setProperty(int hash, String name, Base value) Composition.SectionComponent.setProperty(String name, Base value) Composition.setProperty(int hash, String name, Base value) Composition.setProperty(String name, Base value) ConceptMap.ConceptMapGroupComponent.setProperty(int hash, String name, Base value) ConceptMap.ConceptMapGroupComponent.setProperty(String name, Base value) ConceptMap.ConceptMapGroupUnmappedComponent.setProperty(int hash, String name, Base value) ConceptMap.ConceptMapGroupUnmappedComponent.setProperty(String name, Base value) ConceptMap.OtherElementComponent.setProperty(int hash, String name, Base value) ConceptMap.OtherElementComponent.setProperty(String name, Base value) ConceptMap.setProperty(int hash, String name, Base value) ConceptMap.setProperty(String name, Base value) ConceptMap.SourceElementComponent.setProperty(int hash, String name, Base value) ConceptMap.SourceElementComponent.setProperty(String name, Base value) ConceptMap.TargetElementComponent.setProperty(int hash, String name, Base value) ConceptMap.TargetElementComponent.setProperty(String name, Base value) Condition.ConditionEvidenceComponent.setProperty(int hash, String name, Base value) Condition.ConditionEvidenceComponent.setProperty(String name, Base value) Condition.ConditionStageComponent.setProperty(int hash, String name, Base value) Condition.ConditionStageComponent.setProperty(String name, Base value) Condition.setProperty(int hash, String name, Base value) Condition.setProperty(String name, Base value) Consent.ConsentPolicyComponent.setProperty(int hash, String name, Base value) Consent.ConsentPolicyComponent.setProperty(String name, Base value) Consent.ConsentVerificationComponent.setProperty(int hash, String name, Base value) Consent.ConsentVerificationComponent.setProperty(String name, Base value) Consent.provisionActorComponent.setProperty(int hash, String name, Base value) Consent.provisionActorComponent.setProperty(String name, Base value) Consent.ProvisionComponent.setProperty(int hash, String name, Base value) Consent.ProvisionComponent.setProperty(String name, Base value) Consent.provisionDataComponent.setProperty(int hash, String name, Base value) Consent.provisionDataComponent.setProperty(String name, Base value) Consent.setProperty(int hash, String name, Base value) Consent.setProperty(String name, Base value) ContactDetail.setProperty(int hash, String name, Base value) ContactDetail.setProperty(String name, Base value) ContactPoint.setProperty(int hash, String name, Base value) ContactPoint.setProperty(String name, Base value) Contract.ActionComponent.setProperty(int hash, String name, Base value) Contract.ActionComponent.setProperty(String name, Base value) Contract.ActionSubjectComponent.setProperty(int hash, String name, Base value) Contract.ActionSubjectComponent.setProperty(String name, Base value) Contract.AnswerComponent.setProperty(int hash, String name, Base value) Contract.AnswerComponent.setProperty(String name, Base value) Contract.AssetContextComponent.setProperty(int hash, String name, Base value) Contract.AssetContextComponent.setProperty(String name, Base value) Contract.ComputableLanguageComponent.setProperty(int hash, String name, Base value) Contract.ComputableLanguageComponent.setProperty(String name, Base value) Contract.ContentDefinitionComponent.setProperty(int hash, String name, Base value) Contract.ContentDefinitionComponent.setProperty(String name, Base value) Contract.ContractAssetComponent.setProperty(int hash, String name, Base value) Contract.ContractAssetComponent.setProperty(String name, Base value) Contract.ContractOfferComponent.setProperty(int hash, String name, Base value) Contract.ContractOfferComponent.setProperty(String name, Base value) Contract.ContractPartyComponent.setProperty(int hash, String name, Base value) Contract.ContractPartyComponent.setProperty(String name, Base value) Contract.FriendlyLanguageComponent.setProperty(int hash, String name, Base value) Contract.FriendlyLanguageComponent.setProperty(String name, Base value) Contract.LegalLanguageComponent.setProperty(int hash, String name, Base value) Contract.LegalLanguageComponent.setProperty(String name, Base value) Contract.SecurityLabelComponent.setProperty(int hash, String name, Base value) Contract.SecurityLabelComponent.setProperty(String name, Base value) Contract.setProperty(int hash, String name, Base value) Contract.setProperty(String name, Base value) Contract.SignatoryComponent.setProperty(int hash, String name, Base value) Contract.SignatoryComponent.setProperty(String name, Base value) Contract.TermComponent.setProperty(int hash, String name, Base value) Contract.TermComponent.setProperty(String name, Base value) Contract.ValuedItemComponent.setProperty(int hash, String name, Base value) Contract.ValuedItemComponent.setProperty(String name, Base value) Contributor.setProperty(int hash, String name, Base value) Contributor.setProperty(String name, Base value) Count.setProperty(int hash, String name, Base value) Count.setProperty(String name, Base value) Coverage.ClassComponent.setProperty(int hash, String name, Base value) Coverage.ClassComponent.setProperty(String name, Base value) Coverage.CostToBeneficiaryComponent.setProperty(int hash, String name, Base value) Coverage.CostToBeneficiaryComponent.setProperty(String name, Base value) Coverage.ExemptionComponent.setProperty(int hash, String name, Base value) Coverage.ExemptionComponent.setProperty(String name, Base value) Coverage.setProperty(int hash, String name, Base value) Coverage.setProperty(String name, Base value) CoverageEligibilityRequest.DetailsComponent.setProperty(int hash, String name, Base value) CoverageEligibilityRequest.DetailsComponent.setProperty(String name, Base value) CoverageEligibilityRequest.DiagnosisComponent.setProperty(int hash, String name, Base value) CoverageEligibilityRequest.DiagnosisComponent.setProperty(String name, Base value) CoverageEligibilityRequest.InsuranceComponent.setProperty(int hash, String name, Base value) CoverageEligibilityRequest.InsuranceComponent.setProperty(String name, Base value) CoverageEligibilityRequest.setProperty(int hash, String name, Base value) CoverageEligibilityRequest.setProperty(String name, Base value) CoverageEligibilityRequest.SupportingInformationComponent.setProperty(int hash, String name, Base value) CoverageEligibilityRequest.SupportingInformationComponent.setProperty(String name, Base value) CoverageEligibilityResponse.BenefitComponent.setProperty(int hash, String name, Base value) CoverageEligibilityResponse.BenefitComponent.setProperty(String name, Base value) CoverageEligibilityResponse.ErrorsComponent.setProperty(int hash, String name, Base value) CoverageEligibilityResponse.ErrorsComponent.setProperty(String name, Base value) CoverageEligibilityResponse.InsuranceComponent.setProperty(int hash, String name, Base value) CoverageEligibilityResponse.InsuranceComponent.setProperty(String name, Base value) CoverageEligibilityResponse.ItemsComponent.setProperty(int hash, String name, Base value) CoverageEligibilityResponse.ItemsComponent.setProperty(String name, Base value) CoverageEligibilityResponse.setProperty(int hash, String name, Base value) CoverageEligibilityResponse.setProperty(String name, Base value) DataRequirement.DataRequirementCodeFilterComponent.setProperty(int hash, String name, Base value) DataRequirement.DataRequirementCodeFilterComponent.setProperty(String name, Base value) DataRequirement.DataRequirementDateFilterComponent.setProperty(int hash, String name, Base value) DataRequirement.DataRequirementDateFilterComponent.setProperty(String name, Base value) DataRequirement.DataRequirementSortComponent.setProperty(int hash, String name, Base value) DataRequirement.DataRequirementSortComponent.setProperty(String name, Base value) DataRequirement.setProperty(int hash, String name, Base value) DataRequirement.setProperty(String name, Base value) DetectedIssue.DetectedIssueEvidenceComponent.setProperty(int hash, String name, Base value) DetectedIssue.DetectedIssueEvidenceComponent.setProperty(String name, Base value) DetectedIssue.DetectedIssueMitigationComponent.setProperty(int hash, String name, Base value) DetectedIssue.DetectedIssueMitigationComponent.setProperty(String name, Base value) DetectedIssue.setProperty(int hash, String name, Base value) DetectedIssue.setProperty(String name, Base value) Device.DeviceDeviceNameComponent.setProperty(int hash, String name, Base value) Device.DeviceDeviceNameComponent.setProperty(String name, Base value) Device.DevicePropertyComponent.setProperty(int hash, String name, Base value) Device.DevicePropertyComponent.setProperty(String name, Base value) Device.DeviceSpecializationComponent.setProperty(int hash, String name, Base value) Device.DeviceSpecializationComponent.setProperty(String name, Base value) Device.DeviceUdiCarrierComponent.setProperty(int hash, String name, Base value) Device.DeviceUdiCarrierComponent.setProperty(String name, Base value) Device.DeviceVersionComponent.setProperty(int hash, String name, Base value) Device.DeviceVersionComponent.setProperty(String name, Base value) Device.setProperty(int hash, String name, Base value) Device.setProperty(String name, Base value) DeviceDefinition.DeviceDefinitionCapabilityComponent.setProperty(int hash, String name, Base value) DeviceDefinition.DeviceDefinitionCapabilityComponent.setProperty(String name, Base value) DeviceDefinition.DeviceDefinitionDeviceNameComponent.setProperty(int hash, String name, Base value) DeviceDefinition.DeviceDefinitionDeviceNameComponent.setProperty(String name, Base value) DeviceDefinition.DeviceDefinitionMaterialComponent.setProperty(int hash, String name, Base value) DeviceDefinition.DeviceDefinitionMaterialComponent.setProperty(String name, Base value) DeviceDefinition.DeviceDefinitionPropertyComponent.setProperty(int hash, String name, Base value) DeviceDefinition.DeviceDefinitionPropertyComponent.setProperty(String name, Base value) DeviceDefinition.DeviceDefinitionSpecializationComponent.setProperty(int hash, String name, Base value) DeviceDefinition.DeviceDefinitionSpecializationComponent.setProperty(String name, Base value) DeviceDefinition.DeviceDefinitionUdiDeviceIdentifierComponent.setProperty(int hash, String name, Base value) DeviceDefinition.DeviceDefinitionUdiDeviceIdentifierComponent.setProperty(String name, Base value) DeviceDefinition.setProperty(int hash, String name, Base value) DeviceDefinition.setProperty(String name, Base value) DeviceMetric.DeviceMetricCalibrationComponent.setProperty(int hash, String name, Base value) DeviceMetric.DeviceMetricCalibrationComponent.setProperty(String name, Base value) DeviceMetric.setProperty(int hash, String name, Base value) DeviceMetric.setProperty(String name, Base value) DeviceRequest.DeviceRequestParameterComponent.setProperty(int hash, String name, Base value) DeviceRequest.DeviceRequestParameterComponent.setProperty(String name, Base value) DeviceRequest.setProperty(int hash, String name, Base value) DeviceRequest.setProperty(String name, Base value) DeviceUseStatement.setProperty(int hash, String name, Base value) DeviceUseStatement.setProperty(String name, Base value) DiagnosticReport.DiagnosticReportMediaComponent.setProperty(int hash, String name, Base value) DiagnosticReport.DiagnosticReportMediaComponent.setProperty(String name, Base value) DiagnosticReport.setProperty(int hash, String name, Base value) DiagnosticReport.setProperty(String name, Base value) Distance.setProperty(int hash, String name, Base value) Distance.setProperty(String name, Base value) DocumentManifest.DocumentManifestRelatedComponent.setProperty(int hash, String name, Base value) DocumentManifest.DocumentManifestRelatedComponent.setProperty(String name, Base value) DocumentManifest.setProperty(int hash, String name, Base value) DocumentManifest.setProperty(String name, Base value) DocumentReference.DocumentReferenceContentComponent.setProperty(int hash, String name, Base value) DocumentReference.DocumentReferenceContentComponent.setProperty(String name, Base value) DocumentReference.DocumentReferenceContextComponent.setProperty(int hash, String name, Base value) DocumentReference.DocumentReferenceContextComponent.setProperty(String name, Base value) DocumentReference.DocumentReferenceRelatesToComponent.setProperty(int hash, String name, Base value) DocumentReference.DocumentReferenceRelatesToComponent.setProperty(String name, Base value) DocumentReference.setProperty(int hash, String name, Base value) DocumentReference.setProperty(String name, Base value) DomainResource.setProperty(int hash, String name, Base value) DomainResource.setProperty(String name, Base value) Dosage.DosageDoseAndRateComponent.setProperty(int hash, String name, Base value) Dosage.DosageDoseAndRateComponent.setProperty(String name, Base value) Dosage.setProperty(int hash, String name, Base value) Dosage.setProperty(String name, Base value) Duration.setProperty(int hash, String name, Base value) Duration.setProperty(String name, Base value) EffectEvidenceSynthesis.EffectEvidenceSynthesisCertaintyCertaintySubcomponentComponent.setProperty(int hash, String name, Base value) EffectEvidenceSynthesis.EffectEvidenceSynthesisCertaintyCertaintySubcomponentComponent.setProperty(String name, Base value) EffectEvidenceSynthesis.EffectEvidenceSynthesisCertaintyComponent.setProperty(int hash, String name, Base value) EffectEvidenceSynthesis.EffectEvidenceSynthesisCertaintyComponent.setProperty(String name, Base value) EffectEvidenceSynthesis.EffectEvidenceSynthesisEffectEstimateComponent.setProperty(int hash, String name, Base value) EffectEvidenceSynthesis.EffectEvidenceSynthesisEffectEstimateComponent.setProperty(String name, Base value) EffectEvidenceSynthesis.EffectEvidenceSynthesisEffectEstimatePrecisionEstimateComponent.setProperty(int hash, String name, Base value) EffectEvidenceSynthesis.EffectEvidenceSynthesisEffectEstimatePrecisionEstimateComponent.setProperty(String name, Base value) EffectEvidenceSynthesis.EffectEvidenceSynthesisResultsByExposureComponent.setProperty(int hash, String name, Base value) EffectEvidenceSynthesis.EffectEvidenceSynthesisResultsByExposureComponent.setProperty(String name, Base value) EffectEvidenceSynthesis.EffectEvidenceSynthesisSampleSizeComponent.setProperty(int hash, String name, Base value) EffectEvidenceSynthesis.EffectEvidenceSynthesisSampleSizeComponent.setProperty(String name, Base value) EffectEvidenceSynthesis.setProperty(int hash, String name, Base value) EffectEvidenceSynthesis.setProperty(String name, Base value) Element.setProperty(int hash, String name, Base value) Element.setProperty(String name, Base value) ElementDefinition.ElementDefinitionBaseComponent.setProperty(int hash, String name, Base value) ElementDefinition.ElementDefinitionBaseComponent.setProperty(String name, Base value) ElementDefinition.ElementDefinitionBindingComponent.setProperty(int hash, String name, Base value) ElementDefinition.ElementDefinitionBindingComponent.setProperty(String name, Base value) ElementDefinition.ElementDefinitionConstraintComponent.setProperty(int hash, String name, Base value) ElementDefinition.ElementDefinitionConstraintComponent.setProperty(String name, Base value) ElementDefinition.ElementDefinitionExampleComponent.setProperty(int hash, String name, Base value) ElementDefinition.ElementDefinitionExampleComponent.setProperty(String name, Base value) ElementDefinition.ElementDefinitionMappingComponent.setProperty(int hash, String name, Base value) ElementDefinition.ElementDefinitionMappingComponent.setProperty(String name, Base value) ElementDefinition.ElementDefinitionSlicingComponent.setProperty(int hash, String name, Base value) ElementDefinition.ElementDefinitionSlicingComponent.setProperty(String name, Base value) ElementDefinition.ElementDefinitionSlicingDiscriminatorComponent.setProperty(int hash, String name, Base value) ElementDefinition.ElementDefinitionSlicingDiscriminatorComponent.setProperty(String name, Base value) ElementDefinition.setProperty(int hash, String name, Base value) ElementDefinition.setProperty(String name, Base value) ElementDefinition.TypeRefComponent.setProperty(int hash, String name, Base value) ElementDefinition.TypeRefComponent.setProperty(String name, Base value) Encounter.ClassHistoryComponent.setProperty(int hash, String name, Base value) Encounter.ClassHistoryComponent.setProperty(String name, Base value) Encounter.DiagnosisComponent.setProperty(int hash, String name, Base value) Encounter.DiagnosisComponent.setProperty(String name, Base value) Encounter.EncounterHospitalizationComponent.setProperty(int hash, String name, Base value) Encounter.EncounterHospitalizationComponent.setProperty(String name, Base value) Encounter.EncounterLocationComponent.setProperty(int hash, String name, Base value) Encounter.EncounterLocationComponent.setProperty(String name, Base value) Encounter.EncounterParticipantComponent.setProperty(int hash, String name, Base value) Encounter.EncounterParticipantComponent.setProperty(String name, Base value) Encounter.setProperty(int hash, String name, Base value) Encounter.setProperty(String name, Base value) Encounter.StatusHistoryComponent.setProperty(int hash, String name, Base value) Encounter.StatusHistoryComponent.setProperty(String name, Base value) Endpoint.setProperty(int hash, String name, Base value) Endpoint.setProperty(String name, Base value) EnrollmentRequest.setProperty(int hash, String name, Base value) EnrollmentRequest.setProperty(String name, Base value) EnrollmentResponse.setProperty(int hash, String name, Base value) EnrollmentResponse.setProperty(String name, Base value) EpisodeOfCare.DiagnosisComponent.setProperty(int hash, String name, Base value) EpisodeOfCare.DiagnosisComponent.setProperty(String name, Base value) EpisodeOfCare.EpisodeOfCareStatusHistoryComponent.setProperty(int hash, String name, Base value) EpisodeOfCare.EpisodeOfCareStatusHistoryComponent.setProperty(String name, Base value) EpisodeOfCare.setProperty(int hash, String name, Base value) EpisodeOfCare.setProperty(String name, Base value) EventDefinition.setProperty(int hash, String name, Base value) EventDefinition.setProperty(String name, Base value) Evidence.setProperty(int hash, String name, Base value) Evidence.setProperty(String name, Base value) EvidenceVariable.EvidenceVariableCharacteristicComponent.setProperty(int hash, String name, Base value) EvidenceVariable.EvidenceVariableCharacteristicComponent.setProperty(String name, Base value) EvidenceVariable.setProperty(int hash, String name, Base value) EvidenceVariable.setProperty(String name, Base value) ExampleScenario.ExampleScenarioActorComponent.setProperty(int hash, String name, Base value) ExampleScenario.ExampleScenarioActorComponent.setProperty(String name, Base value) ExampleScenario.ExampleScenarioInstanceComponent.setProperty(int hash, String name, Base value) ExampleScenario.ExampleScenarioInstanceComponent.setProperty(String name, Base value) ExampleScenario.ExampleScenarioInstanceContainedInstanceComponent.setProperty(int hash, String name, Base value) ExampleScenario.ExampleScenarioInstanceContainedInstanceComponent.setProperty(String name, Base value) ExampleScenario.ExampleScenarioInstanceVersionComponent.setProperty(int hash, String name, Base value) ExampleScenario.ExampleScenarioInstanceVersionComponent.setProperty(String name, Base value) ExampleScenario.ExampleScenarioProcessComponent.setProperty(int hash, String name, Base value) ExampleScenario.ExampleScenarioProcessComponent.setProperty(String name, Base value) ExampleScenario.ExampleScenarioProcessStepAlternativeComponent.setProperty(int hash, String name, Base value) ExampleScenario.ExampleScenarioProcessStepAlternativeComponent.setProperty(String name, Base value) ExampleScenario.ExampleScenarioProcessStepComponent.setProperty(int hash, String name, Base value) ExampleScenario.ExampleScenarioProcessStepComponent.setProperty(String name, Base value) ExampleScenario.ExampleScenarioProcessStepOperationComponent.setProperty(int hash, String name, Base value) ExampleScenario.ExampleScenarioProcessStepOperationComponent.setProperty(String name, Base value) ExampleScenario.setProperty(int hash, String name, Base value) ExampleScenario.setProperty(String name, Base value) ExplanationOfBenefit.AccidentComponent.setProperty(int hash, String name, Base value) ExplanationOfBenefit.AccidentComponent.setProperty(String name, Base value) ExplanationOfBenefit.AddedItemComponent.setProperty(int hash, String name, Base value) ExplanationOfBenefit.AddedItemComponent.setProperty(String name, Base value) ExplanationOfBenefit.AddedItemDetailComponent.setProperty(int hash, String name, Base value) ExplanationOfBenefit.AddedItemDetailComponent.setProperty(String name, Base value) ExplanationOfBenefit.AddedItemDetailSubDetailComponent.setProperty(int hash, String name, Base value) ExplanationOfBenefit.AddedItemDetailSubDetailComponent.setProperty(String name, Base value) ExplanationOfBenefit.AdjudicationComponent.setProperty(int hash, String name, Base value) ExplanationOfBenefit.AdjudicationComponent.setProperty(String name, Base value) ExplanationOfBenefit.BenefitBalanceComponent.setProperty(int hash, String name, Base value) ExplanationOfBenefit.BenefitBalanceComponent.setProperty(String name, Base value) ExplanationOfBenefit.BenefitComponent.setProperty(int hash, String name, Base value) ExplanationOfBenefit.BenefitComponent.setProperty(String name, Base value) ExplanationOfBenefit.CareTeamComponent.setProperty(int hash, String name, Base value) ExplanationOfBenefit.CareTeamComponent.setProperty(String name, Base value) ExplanationOfBenefit.DetailComponent.setProperty(int hash, String name, Base value) ExplanationOfBenefit.DetailComponent.setProperty(String name, Base value) ExplanationOfBenefit.DiagnosisComponent.setProperty(int hash, String name, Base value) ExplanationOfBenefit.DiagnosisComponent.setProperty(String name, Base value) ExplanationOfBenefit.InsuranceComponent.setProperty(int hash, String name, Base value) ExplanationOfBenefit.InsuranceComponent.setProperty(String name, Base value) ExplanationOfBenefit.ItemComponent.setProperty(int hash, String name, Base value) ExplanationOfBenefit.ItemComponent.setProperty(String name, Base value) ExplanationOfBenefit.NoteComponent.setProperty(int hash, String name, Base value) ExplanationOfBenefit.NoteComponent.setProperty(String name, Base value) ExplanationOfBenefit.PayeeComponent.setProperty(int hash, String name, Base value) ExplanationOfBenefit.PayeeComponent.setProperty(String name, Base value) ExplanationOfBenefit.PaymentComponent.setProperty(int hash, String name, Base value) ExplanationOfBenefit.PaymentComponent.setProperty(String name, Base value) ExplanationOfBenefit.ProcedureComponent.setProperty(int hash, String name, Base value) ExplanationOfBenefit.ProcedureComponent.setProperty(String name, Base value) ExplanationOfBenefit.RelatedClaimComponent.setProperty(int hash, String name, Base value) ExplanationOfBenefit.RelatedClaimComponent.setProperty(String name, Base value) ExplanationOfBenefit.setProperty(int hash, String name, Base value) ExplanationOfBenefit.setProperty(String name, Base value) ExplanationOfBenefit.SubDetailComponent.setProperty(int hash, String name, Base value) ExplanationOfBenefit.SubDetailComponent.setProperty(String name, Base value) ExplanationOfBenefit.SupportingInformationComponent.setProperty(int hash, String name, Base value) ExplanationOfBenefit.SupportingInformationComponent.setProperty(String name, Base value) ExplanationOfBenefit.TotalComponent.setProperty(int hash, String name, Base value) ExplanationOfBenefit.TotalComponent.setProperty(String name, Base value) Expression.setProperty(int hash, String name, Base value) Expression.setProperty(String name, Base value) Extension.setProperty(int hash, String name, Base value) Extension.setProperty(String name, Base value) FamilyMemberHistory.FamilyMemberHistoryConditionComponent.setProperty(int hash, String name, Base value) FamilyMemberHistory.FamilyMemberHistoryConditionComponent.setProperty(String name, Base value) FamilyMemberHistory.setProperty(int hash, String name, Base value) FamilyMemberHistory.setProperty(String name, Base value) Flag.setProperty(int hash, String name, Base value) Flag.setProperty(String name, Base value) Goal.GoalTargetComponent.setProperty(int hash, String name, Base value) Goal.GoalTargetComponent.setProperty(String name, Base value) Goal.setProperty(int hash, String name, Base value) Goal.setProperty(String name, Base value) GraphDefinition.GraphDefinitionLinkComponent.setProperty(int hash, String name, Base value) GraphDefinition.GraphDefinitionLinkComponent.setProperty(String name, Base value) GraphDefinition.GraphDefinitionLinkTargetCompartmentComponent.setProperty(int hash, String name, Base value) GraphDefinition.GraphDefinitionLinkTargetCompartmentComponent.setProperty(String name, Base value) GraphDefinition.GraphDefinitionLinkTargetComponent.setProperty(int hash, String name, Base value) GraphDefinition.GraphDefinitionLinkTargetComponent.setProperty(String name, Base value) GraphDefinition.setProperty(int hash, String name, Base value) GraphDefinition.setProperty(String name, Base value) Group.GroupCharacteristicComponent.setProperty(int hash, String name, Base value) Group.GroupCharacteristicComponent.setProperty(String name, Base value) Group.GroupMemberComponent.setProperty(int hash, String name, Base value) Group.GroupMemberComponent.setProperty(String name, Base value) Group.setProperty(int hash, String name, Base value) Group.setProperty(String name, Base value) GuidanceResponse.setProperty(int hash, String name, Base value) GuidanceResponse.setProperty(String name, Base value) HealthcareService.HealthcareServiceAvailableTimeComponent.setProperty(int hash, String name, Base value) HealthcareService.HealthcareServiceAvailableTimeComponent.setProperty(String name, Base value) HealthcareService.HealthcareServiceEligibilityComponent.setProperty(int hash, String name, Base value) HealthcareService.HealthcareServiceEligibilityComponent.setProperty(String name, Base value) HealthcareService.HealthcareServiceNotAvailableComponent.setProperty(int hash, String name, Base value) HealthcareService.HealthcareServiceNotAvailableComponent.setProperty(String name, Base value) HealthcareService.setProperty(int hash, String name, Base value) HealthcareService.setProperty(String name, Base value) HumanName.setProperty(int hash, String name, Base value) HumanName.setProperty(String name, Base value) Identifier.setProperty(int hash, String name, Base value) Identifier.setProperty(String name, Base value) ImagingStudy.ImagingStudySeriesComponent.setProperty(int hash, String name, Base value) ImagingStudy.ImagingStudySeriesComponent.setProperty(String name, Base value) ImagingStudy.ImagingStudySeriesInstanceComponent.setProperty(int hash, String name, Base value) ImagingStudy.ImagingStudySeriesInstanceComponent.setProperty(String name, Base value) ImagingStudy.ImagingStudySeriesPerformerComponent.setProperty(int hash, String name, Base value) ImagingStudy.ImagingStudySeriesPerformerComponent.setProperty(String name, Base value) ImagingStudy.setProperty(int hash, String name, Base value) ImagingStudy.setProperty(String name, Base value) Immunization.ImmunizationEducationComponent.setProperty(int hash, String name, Base value) Immunization.ImmunizationEducationComponent.setProperty(String name, Base value) Immunization.ImmunizationPerformerComponent.setProperty(int hash, String name, Base value) Immunization.ImmunizationPerformerComponent.setProperty(String name, Base value) Immunization.ImmunizationProtocolAppliedComponent.setProperty(int hash, String name, Base value) Immunization.ImmunizationProtocolAppliedComponent.setProperty(String name, Base value) Immunization.ImmunizationReactionComponent.setProperty(int hash, String name, Base value) Immunization.ImmunizationReactionComponent.setProperty(String name, Base value) Immunization.setProperty(int hash, String name, Base value) Immunization.setProperty(String name, Base value) ImmunizationEvaluation.setProperty(int hash, String name, Base value) ImmunizationEvaluation.setProperty(String name, Base value) ImmunizationRecommendation.ImmunizationRecommendationRecommendationComponent.setProperty(int hash, String name, Base value) ImmunizationRecommendation.ImmunizationRecommendationRecommendationComponent.setProperty(String name, Base value) ImmunizationRecommendation.ImmunizationRecommendationRecommendationDateCriterionComponent.setProperty(int hash, String name, Base value) ImmunizationRecommendation.ImmunizationRecommendationRecommendationDateCriterionComponent.setProperty(String name, Base value) ImmunizationRecommendation.setProperty(int hash, String name, Base value) ImmunizationRecommendation.setProperty(String name, Base value) ImplementationGuide.ImplementationGuideDefinitionComponent.setProperty(int hash, String name, Base value) ImplementationGuide.ImplementationGuideDefinitionComponent.setProperty(String name, Base value) ImplementationGuide.ImplementationGuideDefinitionGroupingComponent.setProperty(int hash, String name, Base value) ImplementationGuide.ImplementationGuideDefinitionGroupingComponent.setProperty(String name, Base value) ImplementationGuide.ImplementationGuideDefinitionPageComponent.setProperty(int hash, String name, Base value) ImplementationGuide.ImplementationGuideDefinitionPageComponent.setProperty(String name, Base value) ImplementationGuide.ImplementationGuideDefinitionParameterComponent.setProperty(int hash, String name, Base value) ImplementationGuide.ImplementationGuideDefinitionParameterComponent.setProperty(String name, Base value) ImplementationGuide.ImplementationGuideDefinitionResourceComponent.setProperty(int hash, String name, Base value) ImplementationGuide.ImplementationGuideDefinitionResourceComponent.setProperty(String name, Base value) ImplementationGuide.ImplementationGuideDefinitionTemplateComponent.setProperty(int hash, String name, Base value) ImplementationGuide.ImplementationGuideDefinitionTemplateComponent.setProperty(String name, Base value) ImplementationGuide.ImplementationGuideDependsOnComponent.setProperty(int hash, String name, Base value) ImplementationGuide.ImplementationGuideDependsOnComponent.setProperty(String name, Base value) ImplementationGuide.ImplementationGuideGlobalComponent.setProperty(int hash, String name, Base value) ImplementationGuide.ImplementationGuideGlobalComponent.setProperty(String name, Base value) ImplementationGuide.ImplementationGuideManifestComponent.setProperty(int hash, String name, Base value) ImplementationGuide.ImplementationGuideManifestComponent.setProperty(String name, Base value) ImplementationGuide.ManifestPageComponent.setProperty(int hash, String name, Base value) ImplementationGuide.ManifestPageComponent.setProperty(String name, Base value) ImplementationGuide.ManifestResourceComponent.setProperty(int hash, String name, Base value) ImplementationGuide.ManifestResourceComponent.setProperty(String name, Base value) ImplementationGuide.setProperty(int hash, String name, Base value) ImplementationGuide.setProperty(String name, Base value) InsurancePlan.CoverageBenefitComponent.setProperty(int hash, String name, Base value) InsurancePlan.CoverageBenefitComponent.setProperty(String name, Base value) InsurancePlan.CoverageBenefitLimitComponent.setProperty(int hash, String name, Base value) InsurancePlan.CoverageBenefitLimitComponent.setProperty(String name, Base value) InsurancePlan.InsurancePlanContactComponent.setProperty(int hash, String name, Base value) InsurancePlan.InsurancePlanContactComponent.setProperty(String name, Base value) InsurancePlan.InsurancePlanCoverageComponent.setProperty(int hash, String name, Base value) InsurancePlan.InsurancePlanCoverageComponent.setProperty(String name, Base value) InsurancePlan.InsurancePlanPlanComponent.setProperty(int hash, String name, Base value) InsurancePlan.InsurancePlanPlanComponent.setProperty(String name, Base value) InsurancePlan.InsurancePlanPlanGeneralCostComponent.setProperty(int hash, String name, Base value) InsurancePlan.InsurancePlanPlanGeneralCostComponent.setProperty(String name, Base value) InsurancePlan.InsurancePlanPlanSpecificCostComponent.setProperty(int hash, String name, Base value) InsurancePlan.InsurancePlanPlanSpecificCostComponent.setProperty(String name, Base value) InsurancePlan.PlanBenefitComponent.setProperty(int hash, String name, Base value) InsurancePlan.PlanBenefitComponent.setProperty(String name, Base value) InsurancePlan.PlanBenefitCostComponent.setProperty(int hash, String name, Base value) InsurancePlan.PlanBenefitCostComponent.setProperty(String name, Base value) InsurancePlan.setProperty(int hash, String name, Base value) InsurancePlan.setProperty(String name, Base value) Invoice.InvoiceLineItemComponent.setProperty(int hash, String name, Base value) Invoice.InvoiceLineItemComponent.setProperty(String name, Base value) Invoice.InvoiceLineItemPriceComponentComponent.setProperty(int hash, String name, Base value) Invoice.InvoiceLineItemPriceComponentComponent.setProperty(String name, Base value) Invoice.InvoiceParticipantComponent.setProperty(int hash, String name, Base value) Invoice.InvoiceParticipantComponent.setProperty(String name, Base value) Invoice.setProperty(int hash, String name, Base value) Invoice.setProperty(String name, Base value) Library.setProperty(int hash, String name, Base value) Library.setProperty(String name, Base value) Linkage.LinkageItemComponent.setProperty(int hash, String name, Base value) Linkage.LinkageItemComponent.setProperty(String name, Base value) Linkage.setProperty(int hash, String name, Base value) Linkage.setProperty(String name, Base value) ListResource.ListEntryComponent.setProperty(int hash, String name, Base value) ListResource.ListEntryComponent.setProperty(String name, Base value) ListResource.setProperty(int hash, String name, Base value) ListResource.setProperty(String name, Base value) Location.LocationHoursOfOperationComponent.setProperty(int hash, String name, Base value) Location.LocationHoursOfOperationComponent.setProperty(String name, Base value) Location.LocationPositionComponent.setProperty(int hash, String name, Base value) Location.LocationPositionComponent.setProperty(String name, Base value) Location.setProperty(int hash, String name, Base value) Location.setProperty(String name, Base value) MarketingStatus.setProperty(int hash, String name, Base value) MarketingStatus.setProperty(String name, Base value) Measure.MeasureGroupComponent.setProperty(int hash, String name, Base value) Measure.MeasureGroupComponent.setProperty(String name, Base value) Measure.MeasureGroupPopulationComponent.setProperty(int hash, String name, Base value) Measure.MeasureGroupPopulationComponent.setProperty(String name, Base value) Measure.MeasureGroupStratifierComponent.setProperty(int hash, String name, Base value) Measure.MeasureGroupStratifierComponent.setProperty(String name, Base value) Measure.MeasureGroupStratifierComponentComponent.setProperty(int hash, String name, Base value) Measure.MeasureGroupStratifierComponentComponent.setProperty(String name, Base value) Measure.MeasureSupplementalDataComponent.setProperty(int hash, String name, Base value) Measure.MeasureSupplementalDataComponent.setProperty(String name, Base value) Measure.setProperty(int hash, String name, Base value) Measure.setProperty(String name, Base value) MeasureReport.MeasureReportGroupComponent.setProperty(int hash, String name, Base value) MeasureReport.MeasureReportGroupComponent.setProperty(String name, Base value) MeasureReport.MeasureReportGroupPopulationComponent.setProperty(int hash, String name, Base value) MeasureReport.MeasureReportGroupPopulationComponent.setProperty(String name, Base value) MeasureReport.MeasureReportGroupStratifierComponent.setProperty(int hash, String name, Base value) MeasureReport.MeasureReportGroupStratifierComponent.setProperty(String name, Base value) MeasureReport.setProperty(int hash, String name, Base value) MeasureReport.setProperty(String name, Base value) MeasureReport.StratifierGroupComponent.setProperty(int hash, String name, Base value) MeasureReport.StratifierGroupComponent.setProperty(String name, Base value) MeasureReport.StratifierGroupComponentComponent.setProperty(int hash, String name, Base value) MeasureReport.StratifierGroupComponentComponent.setProperty(String name, Base value) MeasureReport.StratifierGroupPopulationComponent.setProperty(int hash, String name, Base value) MeasureReport.StratifierGroupPopulationComponent.setProperty(String name, Base value) Media.setProperty(int hash, String name, Base value) Media.setProperty(String name, Base value) Medication.MedicationBatchComponent.setProperty(int hash, String name, Base value) Medication.MedicationBatchComponent.setProperty(String name, Base value) Medication.MedicationIngredientComponent.setProperty(int hash, String name, Base value) Medication.MedicationIngredientComponent.setProperty(String name, Base value) Medication.setProperty(int hash, String name, Base value) Medication.setProperty(String name, Base value) MedicationAdministration.MedicationAdministrationDosageComponent.setProperty(int hash, String name, Base value) MedicationAdministration.MedicationAdministrationDosageComponent.setProperty(String name, Base value) MedicationAdministration.MedicationAdministrationPerformerComponent.setProperty(int hash, String name, Base value) MedicationAdministration.MedicationAdministrationPerformerComponent.setProperty(String name, Base value) MedicationAdministration.setProperty(int hash, String name, Base value) MedicationAdministration.setProperty(String name, Base value) MedicationDispense.MedicationDispensePerformerComponent.setProperty(int hash, String name, Base value) MedicationDispense.MedicationDispensePerformerComponent.setProperty(String name, Base value) MedicationDispense.MedicationDispenseSubstitutionComponent.setProperty(int hash, String name, Base value) MedicationDispense.MedicationDispenseSubstitutionComponent.setProperty(String name, Base value) MedicationDispense.setProperty(int hash, String name, Base value) MedicationDispense.setProperty(String name, Base value) MedicationKnowledge.MedicationKnowledgeAdministrationGuidelinesComponent.setProperty(int hash, String name, Base value) MedicationKnowledge.MedicationKnowledgeAdministrationGuidelinesComponent.setProperty(String name, Base value) MedicationKnowledge.MedicationKnowledgeAdministrationGuidelinesDosageComponent.setProperty(int hash, String name, Base value) MedicationKnowledge.MedicationKnowledgeAdministrationGuidelinesDosageComponent.setProperty(String name, Base value) MedicationKnowledge.MedicationKnowledgeAdministrationGuidelinesPatientCharacteristicsComponent.setProperty(int hash, String name, Base value) MedicationKnowledge.MedicationKnowledgeAdministrationGuidelinesPatientCharacteristicsComponent.setProperty(String name, Base value) MedicationKnowledge.MedicationKnowledgeCostComponent.setProperty(int hash, String name, Base value) MedicationKnowledge.MedicationKnowledgeCostComponent.setProperty(String name, Base value) MedicationKnowledge.MedicationKnowledgeDrugCharacteristicComponent.setProperty(int hash, String name, Base value) MedicationKnowledge.MedicationKnowledgeDrugCharacteristicComponent.setProperty(String name, Base value) MedicationKnowledge.MedicationKnowledgeIngredientComponent.setProperty(int hash, String name, Base value) MedicationKnowledge.MedicationKnowledgeIngredientComponent.setProperty(String name, Base value) MedicationKnowledge.MedicationKnowledgeKineticsComponent.setProperty(int hash, String name, Base value) MedicationKnowledge.MedicationKnowledgeKineticsComponent.setProperty(String name, Base value) MedicationKnowledge.MedicationKnowledgeMedicineClassificationComponent.setProperty(int hash, String name, Base value) MedicationKnowledge.MedicationKnowledgeMedicineClassificationComponent.setProperty(String name, Base value) MedicationKnowledge.MedicationKnowledgeMonitoringProgramComponent.setProperty(int hash, String name, Base value) MedicationKnowledge.MedicationKnowledgeMonitoringProgramComponent.setProperty(String name, Base value) MedicationKnowledge.MedicationKnowledgeMonographComponent.setProperty(int hash, String name, Base value) MedicationKnowledge.MedicationKnowledgeMonographComponent.setProperty(String name, Base value) MedicationKnowledge.MedicationKnowledgePackagingComponent.setProperty(int hash, String name, Base value) MedicationKnowledge.MedicationKnowledgePackagingComponent.setProperty(String name, Base value) MedicationKnowledge.MedicationKnowledgeRegulatoryComponent.setProperty(int hash, String name, Base value) MedicationKnowledge.MedicationKnowledgeRegulatoryComponent.setProperty(String name, Base value) MedicationKnowledge.MedicationKnowledgeRegulatoryMaxDispenseComponent.setProperty(int hash, String name, Base value) MedicationKnowledge.MedicationKnowledgeRegulatoryMaxDispenseComponent.setProperty(String name, Base value) MedicationKnowledge.MedicationKnowledgeRegulatoryScheduleComponent.setProperty(int hash, String name, Base value) MedicationKnowledge.MedicationKnowledgeRegulatoryScheduleComponent.setProperty(String name, Base value) MedicationKnowledge.MedicationKnowledgeRegulatorySubstitutionComponent.setProperty(int hash, String name, Base value) MedicationKnowledge.MedicationKnowledgeRegulatorySubstitutionComponent.setProperty(String name, Base value) MedicationKnowledge.MedicationKnowledgeRelatedMedicationKnowledgeComponent.setProperty(int hash, String name, Base value) MedicationKnowledge.MedicationKnowledgeRelatedMedicationKnowledgeComponent.setProperty(String name, Base value) MedicationKnowledge.setProperty(int hash, String name, Base value) MedicationKnowledge.setProperty(String name, Base value) MedicationRequest.MedicationRequestDispenseRequestComponent.setProperty(int hash, String name, Base value) MedicationRequest.MedicationRequestDispenseRequestComponent.setProperty(String name, Base value) MedicationRequest.MedicationRequestDispenseRequestInitialFillComponent.setProperty(int hash, String name, Base value) MedicationRequest.MedicationRequestDispenseRequestInitialFillComponent.setProperty(String name, Base value) MedicationRequest.MedicationRequestSubstitutionComponent.setProperty(int hash, String name, Base value) MedicationRequest.MedicationRequestSubstitutionComponent.setProperty(String name, Base value) MedicationRequest.setProperty(int hash, String name, Base value) MedicationRequest.setProperty(String name, Base value) MedicationStatement.setProperty(int hash, String name, Base value) MedicationStatement.setProperty(String name, Base value) MedicinalProduct.MedicinalProductManufacturingBusinessOperationComponent.setProperty(int hash, String name, Base value) MedicinalProduct.MedicinalProductManufacturingBusinessOperationComponent.setProperty(String name, Base value) MedicinalProduct.MedicinalProductNameComponent.setProperty(int hash, String name, Base value) MedicinalProduct.MedicinalProductNameComponent.setProperty(String name, Base value) MedicinalProduct.MedicinalProductNameCountryLanguageComponent.setProperty(int hash, String name, Base value) MedicinalProduct.MedicinalProductNameCountryLanguageComponent.setProperty(String name, Base value) MedicinalProduct.MedicinalProductNameNamePartComponent.setProperty(int hash, String name, Base value) MedicinalProduct.MedicinalProductNameNamePartComponent.setProperty(String name, Base value) MedicinalProduct.MedicinalProductSpecialDesignationComponent.setProperty(int hash, String name, Base value) MedicinalProduct.MedicinalProductSpecialDesignationComponent.setProperty(String name, Base value) MedicinalProduct.setProperty(int hash, String name, Base value) MedicinalProduct.setProperty(String name, Base value) MedicinalProductAuthorization.MedicinalProductAuthorizationJurisdictionalAuthorizationComponent.setProperty(int hash, String name, Base value) MedicinalProductAuthorization.MedicinalProductAuthorizationJurisdictionalAuthorizationComponent.setProperty(String name, Base value) MedicinalProductAuthorization.MedicinalProductAuthorizationProcedureComponent.setProperty(int hash, String name, Base value) MedicinalProductAuthorization.MedicinalProductAuthorizationProcedureComponent.setProperty(String name, Base value) MedicinalProductAuthorization.setProperty(int hash, String name, Base value) MedicinalProductAuthorization.setProperty(String name, Base value) MedicinalProductContraindication.MedicinalProductContraindicationOtherTherapyComponent.setProperty(int hash, String name, Base value) MedicinalProductContraindication.MedicinalProductContraindicationOtherTherapyComponent.setProperty(String name, Base value) MedicinalProductContraindication.setProperty(int hash, String name, Base value) MedicinalProductContraindication.setProperty(String name, Base value) MedicinalProductIndication.MedicinalProductIndicationOtherTherapyComponent.setProperty(int hash, String name, Base value) MedicinalProductIndication.MedicinalProductIndicationOtherTherapyComponent.setProperty(String name, Base value) MedicinalProductIndication.setProperty(int hash, String name, Base value) MedicinalProductIndication.setProperty(String name, Base value) MedicinalProductIngredient.MedicinalProductIngredientSpecifiedSubstanceComponent.setProperty(int hash, String name, Base value) MedicinalProductIngredient.MedicinalProductIngredientSpecifiedSubstanceComponent.setProperty(String name, Base value) MedicinalProductIngredient.MedicinalProductIngredientSpecifiedSubstanceStrengthComponent.setProperty(int hash, String name, Base value) MedicinalProductIngredient.MedicinalProductIngredientSpecifiedSubstanceStrengthComponent.setProperty(String name, Base value) MedicinalProductIngredient.MedicinalProductIngredientSpecifiedSubstanceStrengthReferenceStrengthComponent.setProperty(int hash, String name, Base value) MedicinalProductIngredient.MedicinalProductIngredientSpecifiedSubstanceStrengthReferenceStrengthComponent.setProperty(String name, Base value) MedicinalProductIngredient.MedicinalProductIngredientSubstanceComponent.setProperty(int hash, String name, Base value) MedicinalProductIngredient.MedicinalProductIngredientSubstanceComponent.setProperty(String name, Base value) MedicinalProductIngredient.setProperty(int hash, String name, Base value) MedicinalProductIngredient.setProperty(String name, Base value) MedicinalProductInteraction.MedicinalProductInteractionInteractantComponent.setProperty(int hash, String name, Base value) MedicinalProductInteraction.MedicinalProductInteractionInteractantComponent.setProperty(String name, Base value) MedicinalProductInteraction.setProperty(int hash, String name, Base value) MedicinalProductInteraction.setProperty(String name, Base value) MedicinalProductManufactured.setProperty(int hash, String name, Base value) MedicinalProductManufactured.setProperty(String name, Base value) MedicinalProductPackaged.MedicinalProductPackagedBatchIdentifierComponent.setProperty(int hash, String name, Base value) MedicinalProductPackaged.MedicinalProductPackagedBatchIdentifierComponent.setProperty(String name, Base value) MedicinalProductPackaged.MedicinalProductPackagedPackageItemComponent.setProperty(int hash, String name, Base value) MedicinalProductPackaged.MedicinalProductPackagedPackageItemComponent.setProperty(String name, Base value) MedicinalProductPackaged.setProperty(int hash, String name, Base value) MedicinalProductPackaged.setProperty(String name, Base value) MedicinalProductPharmaceutical.MedicinalProductPharmaceuticalCharacteristicsComponent.setProperty(int hash, String name, Base value) MedicinalProductPharmaceutical.MedicinalProductPharmaceuticalCharacteristicsComponent.setProperty(String name, Base value) MedicinalProductPharmaceutical.MedicinalProductPharmaceuticalRouteOfAdministrationComponent.setProperty(int hash, String name, Base value) MedicinalProductPharmaceutical.MedicinalProductPharmaceuticalRouteOfAdministrationComponent.setProperty(String name, Base value) MedicinalProductPharmaceutical.MedicinalProductPharmaceuticalRouteOfAdministrationTargetSpeciesComponent.setProperty(int hash, String name, Base value) MedicinalProductPharmaceutical.MedicinalProductPharmaceuticalRouteOfAdministrationTargetSpeciesComponent.setProperty(String name, Base value) MedicinalProductPharmaceutical.MedicinalProductPharmaceuticalRouteOfAdministrationTargetSpeciesWithdrawalPeriodComponent.setProperty(int hash, String name, Base value) MedicinalProductPharmaceutical.MedicinalProductPharmaceuticalRouteOfAdministrationTargetSpeciesWithdrawalPeriodComponent.setProperty(String name, Base value) MedicinalProductPharmaceutical.setProperty(int hash, String name, Base value) MedicinalProductPharmaceutical.setProperty(String name, Base value) MedicinalProductUndesirableEffect.setProperty(int hash, String name, Base value) MedicinalProductUndesirableEffect.setProperty(String name, Base value) MessageDefinition.MessageDefinitionAllowedResponseComponent.setProperty(int hash, String name, Base value) MessageDefinition.MessageDefinitionAllowedResponseComponent.setProperty(String name, Base value) MessageDefinition.MessageDefinitionFocusComponent.setProperty(int hash, String name, Base value) MessageDefinition.MessageDefinitionFocusComponent.setProperty(String name, Base value) MessageDefinition.setProperty(int hash, String name, Base value) MessageDefinition.setProperty(String name, Base value) MessageHeader.MessageDestinationComponent.setProperty(int hash, String name, Base value) MessageHeader.MessageDestinationComponent.setProperty(String name, Base value) MessageHeader.MessageHeaderResponseComponent.setProperty(int hash, String name, Base value) MessageHeader.MessageHeaderResponseComponent.setProperty(String name, Base value) MessageHeader.MessageSourceComponent.setProperty(int hash, String name, Base value) MessageHeader.MessageSourceComponent.setProperty(String name, Base value) MessageHeader.setProperty(int hash, String name, Base value) MessageHeader.setProperty(String name, Base value) Meta.setProperty(int hash, String name, Base value) Meta.setProperty(String name, Base value) MetadataResource.setProperty(int hash, String name, Base value) MetadataResource.setProperty(String name, Base value) MolecularSequence.MolecularSequenceQualityComponent.setProperty(int hash, String name, Base value) MolecularSequence.MolecularSequenceQualityComponent.setProperty(String name, Base value) MolecularSequence.MolecularSequenceQualityRocComponent.setProperty(int hash, String name, Base value) MolecularSequence.MolecularSequenceQualityRocComponent.setProperty(String name, Base value) MolecularSequence.MolecularSequenceReferenceSeqComponent.setProperty(int hash, String name, Base value) MolecularSequence.MolecularSequenceReferenceSeqComponent.setProperty(String name, Base value) MolecularSequence.MolecularSequenceRepositoryComponent.setProperty(int hash, String name, Base value) MolecularSequence.MolecularSequenceRepositoryComponent.setProperty(String name, Base value) MolecularSequence.MolecularSequenceStructureVariantComponent.setProperty(int hash, String name, Base value) MolecularSequence.MolecularSequenceStructureVariantComponent.setProperty(String name, Base value) MolecularSequence.MolecularSequenceStructureVariantInnerComponent.setProperty(int hash, String name, Base value) MolecularSequence.MolecularSequenceStructureVariantInnerComponent.setProperty(String name, Base value) MolecularSequence.MolecularSequenceStructureVariantOuterComponent.setProperty(int hash, String name, Base value) MolecularSequence.MolecularSequenceStructureVariantOuterComponent.setProperty(String name, Base value) MolecularSequence.MolecularSequenceVariantComponent.setProperty(int hash, String name, Base value) MolecularSequence.MolecularSequenceVariantComponent.setProperty(String name, Base value) MolecularSequence.setProperty(int hash, String name, Base value) MolecularSequence.setProperty(String name, Base value) Money.setProperty(int hash, String name, Base value) Money.setProperty(String name, Base value) NamingSystem.NamingSystemUniqueIdComponent.setProperty(int hash, String name, Base value) NamingSystem.NamingSystemUniqueIdComponent.setProperty(String name, Base value) NamingSystem.setProperty(int hash, String name, Base value) NamingSystem.setProperty(String name, Base value) Narrative.setProperty(int hash, String name, Base value) Narrative.setProperty(String name, Base value) NutritionOrder.NutritionOrderEnteralFormulaAdministrationComponent.setProperty(int hash, String name, Base value) NutritionOrder.NutritionOrderEnteralFormulaAdministrationComponent.setProperty(String name, Base value) NutritionOrder.NutritionOrderEnteralFormulaComponent.setProperty(int hash, String name, Base value) NutritionOrder.NutritionOrderEnteralFormulaComponent.setProperty(String name, Base value) NutritionOrder.NutritionOrderOralDietComponent.setProperty(int hash, String name, Base value) NutritionOrder.NutritionOrderOralDietComponent.setProperty(String name, Base value) NutritionOrder.NutritionOrderOralDietNutrientComponent.setProperty(int hash, String name, Base value) NutritionOrder.NutritionOrderOralDietNutrientComponent.setProperty(String name, Base value) NutritionOrder.NutritionOrderOralDietTextureComponent.setProperty(int hash, String name, Base value) NutritionOrder.NutritionOrderOralDietTextureComponent.setProperty(String name, Base value) NutritionOrder.NutritionOrderSupplementComponent.setProperty(int hash, String name, Base value) NutritionOrder.NutritionOrderSupplementComponent.setProperty(String name, Base value) NutritionOrder.setProperty(int hash, String name, Base value) NutritionOrder.setProperty(String name, Base value) Observation.ObservationComponentComponent.setProperty(int hash, String name, Base value) Observation.ObservationComponentComponent.setProperty(String name, Base value) Observation.ObservationReferenceRangeComponent.setProperty(int hash, String name, Base value) Observation.ObservationReferenceRangeComponent.setProperty(String name, Base value) Observation.setProperty(int hash, String name, Base value) Observation.setProperty(String name, Base value) ObservationDefinition.ObservationDefinitionQualifiedIntervalComponent.setProperty(int hash, String name, Base value) ObservationDefinition.ObservationDefinitionQualifiedIntervalComponent.setProperty(String name, Base value) ObservationDefinition.ObservationDefinitionQuantitativeDetailsComponent.setProperty(int hash, String name, Base value) ObservationDefinition.ObservationDefinitionQuantitativeDetailsComponent.setProperty(String name, Base value) ObservationDefinition.setProperty(int hash, String name, Base value) ObservationDefinition.setProperty(String name, Base value) OperationDefinition.OperationDefinitionOverloadComponent.setProperty(int hash, String name, Base value) OperationDefinition.OperationDefinitionOverloadComponent.setProperty(String name, Base value) OperationDefinition.OperationDefinitionParameterBindingComponent.setProperty(int hash, String name, Base value) OperationDefinition.OperationDefinitionParameterBindingComponent.setProperty(String name, Base value) OperationDefinition.OperationDefinitionParameterComponent.setProperty(int hash, String name, Base value) OperationDefinition.OperationDefinitionParameterComponent.setProperty(String name, Base value) OperationDefinition.OperationDefinitionParameterReferencedFromComponent.setProperty(int hash, String name, Base value) OperationDefinition.OperationDefinitionParameterReferencedFromComponent.setProperty(String name, Base value) OperationDefinition.setProperty(int hash, String name, Base value) OperationDefinition.setProperty(String name, Base value) OperationOutcome.OperationOutcomeIssueComponent.setProperty(int hash, String name, Base value) OperationOutcome.OperationOutcomeIssueComponent.setProperty(String name, Base value) OperationOutcome.setProperty(int hash, String name, Base value) OperationOutcome.setProperty(String name, Base value) Organization.OrganizationContactComponent.setProperty(int hash, String name, Base value) Organization.OrganizationContactComponent.setProperty(String name, Base value) Organization.setProperty(int hash, String name, Base value) Organization.setProperty(String name, Base value) OrganizationAffiliation.setProperty(int hash, String name, Base value) OrganizationAffiliation.setProperty(String name, Base value) ParameterDefinition.setProperty(int hash, String name, Base value) ParameterDefinition.setProperty(String name, Base value) Parameters.ParametersParameterComponent.setProperty(int hash, String name, Base value) Parameters.ParametersParameterComponent.setProperty(String name, Base value) Parameters.setProperty(int hash, String name, Base value) Parameters.setProperty(String name, Base value) Patient.ContactComponent.setProperty(int hash, String name, Base value) Patient.ContactComponent.setProperty(String name, Base value) Patient.PatientCommunicationComponent.setProperty(int hash, String name, Base value) Patient.PatientCommunicationComponent.setProperty(String name, Base value) Patient.PatientLinkComponent.setProperty(int hash, String name, Base value) Patient.PatientLinkComponent.setProperty(String name, Base value) Patient.setProperty(int hash, String name, Base value) Patient.setProperty(String name, Base value) PaymentNotice.setProperty(int hash, String name, Base value) PaymentNotice.setProperty(String name, Base value) PaymentReconciliation.DetailsComponent.setProperty(int hash, String name, Base value) PaymentReconciliation.DetailsComponent.setProperty(String name, Base value) PaymentReconciliation.NotesComponent.setProperty(int hash, String name, Base value) PaymentReconciliation.NotesComponent.setProperty(String name, Base value) PaymentReconciliation.setProperty(int hash, String name, Base value) PaymentReconciliation.setProperty(String name, Base value) Period.setProperty(int hash, String name, Base value) Period.setProperty(String name, Base value) Person.PersonLinkComponent.setProperty(int hash, String name, Base value) Person.PersonLinkComponent.setProperty(String name, Base value) Person.setProperty(int hash, String name, Base value) Person.setProperty(String name, Base value) PlanDefinition.PlanDefinitionActionComponent.setProperty(int hash, String name, Base value) PlanDefinition.PlanDefinitionActionComponent.setProperty(String name, Base value) PlanDefinition.PlanDefinitionActionConditionComponent.setProperty(int hash, String name, Base value) PlanDefinition.PlanDefinitionActionConditionComponent.setProperty(String name, Base value) PlanDefinition.PlanDefinitionActionDynamicValueComponent.setProperty(int hash, String name, Base value) PlanDefinition.PlanDefinitionActionDynamicValueComponent.setProperty(String name, Base value) PlanDefinition.PlanDefinitionActionParticipantComponent.setProperty(int hash, String name, Base value) PlanDefinition.PlanDefinitionActionParticipantComponent.setProperty(String name, Base value) PlanDefinition.PlanDefinitionActionRelatedActionComponent.setProperty(int hash, String name, Base value) PlanDefinition.PlanDefinitionActionRelatedActionComponent.setProperty(String name, Base value) PlanDefinition.PlanDefinitionGoalComponent.setProperty(int hash, String name, Base value) PlanDefinition.PlanDefinitionGoalComponent.setProperty(String name, Base value) PlanDefinition.PlanDefinitionGoalTargetComponent.setProperty(int hash, String name, Base value) PlanDefinition.PlanDefinitionGoalTargetComponent.setProperty(String name, Base value) PlanDefinition.setProperty(int hash, String name, Base value) PlanDefinition.setProperty(String name, Base value) Population.setProperty(int hash, String name, Base value) Population.setProperty(String name, Base value) Practitioner.PractitionerQualificationComponent.setProperty(int hash, String name, Base value) Practitioner.PractitionerQualificationComponent.setProperty(String name, Base value) Practitioner.setProperty(int hash, String name, Base value) Practitioner.setProperty(String name, Base value) PractitionerRole.PractitionerRoleAvailableTimeComponent.setProperty(int hash, String name, Base value) PractitionerRole.PractitionerRoleAvailableTimeComponent.setProperty(String name, Base value) PractitionerRole.PractitionerRoleNotAvailableComponent.setProperty(int hash, String name, Base value) PractitionerRole.PractitionerRoleNotAvailableComponent.setProperty(String name, Base value) PractitionerRole.setProperty(int hash, String name, Base value) PractitionerRole.setProperty(String name, Base value) PrimitiveType.setProperty(int hash, String name, Base value) PrimitiveType.setProperty(String name, Base value) Procedure.ProcedureFocalDeviceComponent.setProperty(int hash, String name, Base value) Procedure.ProcedureFocalDeviceComponent.setProperty(String name, Base value) Procedure.ProcedurePerformerComponent.setProperty(int hash, String name, Base value) Procedure.ProcedurePerformerComponent.setProperty(String name, Base value) Procedure.setProperty(int hash, String name, Base value) Procedure.setProperty(String name, Base value) ProdCharacteristic.setProperty(int hash, String name, Base value) ProdCharacteristic.setProperty(String name, Base value) ProductShelfLife.setProperty(int hash, String name, Base value) ProductShelfLife.setProperty(String name, Base value) Provenance.ProvenanceAgentComponent.setProperty(int hash, String name, Base value) Provenance.ProvenanceAgentComponent.setProperty(String name, Base value) Provenance.ProvenanceEntityComponent.setProperty(int hash, String name, Base value) Provenance.ProvenanceEntityComponent.setProperty(String name, Base value) Provenance.setProperty(int hash, String name, Base value) Provenance.setProperty(String name, Base value) Quantity.setProperty(int hash, String name, Base value) Quantity.setProperty(String name, Base value) Questionnaire.QuestionnaireItemAnswerOptionComponent.setProperty(int hash, String name, Base value) Questionnaire.QuestionnaireItemAnswerOptionComponent.setProperty(String name, Base value) Questionnaire.QuestionnaireItemComponent.setProperty(int hash, String name, Base value) Questionnaire.QuestionnaireItemComponent.setProperty(String name, Base value) Questionnaire.QuestionnaireItemEnableWhenComponent.setProperty(int hash, String name, Base value) Questionnaire.QuestionnaireItemEnableWhenComponent.setProperty(String name, Base value) Questionnaire.QuestionnaireItemInitialComponent.setProperty(int hash, String name, Base value) Questionnaire.QuestionnaireItemInitialComponent.setProperty(String name, Base value) Questionnaire.setProperty(int hash, String name, Base value) Questionnaire.setProperty(String name, Base value) QuestionnaireResponse.QuestionnaireResponseItemAnswerComponent.setProperty(int hash, String name, Base value) QuestionnaireResponse.QuestionnaireResponseItemAnswerComponent.setProperty(String name, Base value) QuestionnaireResponse.QuestionnaireResponseItemComponent.setProperty(int hash, String name, Base value) QuestionnaireResponse.QuestionnaireResponseItemComponent.setProperty(String name, Base value) QuestionnaireResponse.setProperty(int hash, String name, Base value) QuestionnaireResponse.setProperty(String name, Base value) Range.setProperty(int hash, String name, Base value) Range.setProperty(String name, Base value) Ratio.setProperty(int hash, String name, Base value) Ratio.setProperty(String name, Base value) Reference.setProperty(int hash, String name, Base value) Reference.setProperty(String name, Base value) RelatedArtifact.setProperty(int hash, String name, Base value) RelatedArtifact.setProperty(String name, Base value) RelatedPerson.RelatedPersonCommunicationComponent.setProperty(int hash, String name, Base value) RelatedPerson.RelatedPersonCommunicationComponent.setProperty(String name, Base value) RelatedPerson.setProperty(int hash, String name, Base value) RelatedPerson.setProperty(String name, Base value) RequestGroup.RequestGroupActionComponent.setProperty(int hash, String name, Base value) RequestGroup.RequestGroupActionComponent.setProperty(String name, Base value) RequestGroup.RequestGroupActionConditionComponent.setProperty(int hash, String name, Base value) RequestGroup.RequestGroupActionConditionComponent.setProperty(String name, Base value) RequestGroup.RequestGroupActionRelatedActionComponent.setProperty(int hash, String name, Base value) RequestGroup.RequestGroupActionRelatedActionComponent.setProperty(String name, Base value) RequestGroup.setProperty(int hash, String name, Base value) RequestGroup.setProperty(String name, Base value) ResearchDefinition.setProperty(int hash, String name, Base value) ResearchDefinition.setProperty(String name, Base value) ResearchElementDefinition.ResearchElementDefinitionCharacteristicComponent.setProperty(int hash, String name, Base value) ResearchElementDefinition.ResearchElementDefinitionCharacteristicComponent.setProperty(String name, Base value) ResearchElementDefinition.setProperty(int hash, String name, Base value) ResearchElementDefinition.setProperty(String name, Base value) ResearchStudy.ResearchStudyArmComponent.setProperty(int hash, String name, Base value) ResearchStudy.ResearchStudyArmComponent.setProperty(String name, Base value) ResearchStudy.ResearchStudyObjectiveComponent.setProperty(int hash, String name, Base value) ResearchStudy.ResearchStudyObjectiveComponent.setProperty(String name, Base value) ResearchStudy.setProperty(int hash, String name, Base value) ResearchStudy.setProperty(String name, Base value) ResearchSubject.setProperty(int hash, String name, Base value) ResearchSubject.setProperty(String name, Base value) Resource.setProperty(int hash, String name, Base value) Resource.setProperty(String name, Base value) RiskAssessment.RiskAssessmentPredictionComponent.setProperty(int hash, String name, Base value) RiskAssessment.RiskAssessmentPredictionComponent.setProperty(String name, Base value) RiskAssessment.setProperty(int hash, String name, Base value) RiskAssessment.setProperty(String name, Base value) RiskEvidenceSynthesis.RiskEvidenceSynthesisCertaintyCertaintySubcomponentComponent.setProperty(int hash, String name, Base value) RiskEvidenceSynthesis.RiskEvidenceSynthesisCertaintyCertaintySubcomponentComponent.setProperty(String name, Base value) RiskEvidenceSynthesis.RiskEvidenceSynthesisCertaintyComponent.setProperty(int hash, String name, Base value) RiskEvidenceSynthesis.RiskEvidenceSynthesisCertaintyComponent.setProperty(String name, Base value) RiskEvidenceSynthesis.RiskEvidenceSynthesisRiskEstimateComponent.setProperty(int hash, String name, Base value) RiskEvidenceSynthesis.RiskEvidenceSynthesisRiskEstimateComponent.setProperty(String name, Base value) RiskEvidenceSynthesis.RiskEvidenceSynthesisRiskEstimatePrecisionEstimateComponent.setProperty(int hash, String name, Base value) RiskEvidenceSynthesis.RiskEvidenceSynthesisRiskEstimatePrecisionEstimateComponent.setProperty(String name, Base value) RiskEvidenceSynthesis.RiskEvidenceSynthesisSampleSizeComponent.setProperty(int hash, String name, Base value) RiskEvidenceSynthesis.RiskEvidenceSynthesisSampleSizeComponent.setProperty(String name, Base value) RiskEvidenceSynthesis.setProperty(int hash, String name, Base value) RiskEvidenceSynthesis.setProperty(String name, Base value) SampledData.setProperty(int hash, String name, Base value) SampledData.setProperty(String name, Base value) Schedule.setProperty(int hash, String name, Base value) Schedule.setProperty(String name, Base value) SearchParameter.SearchParameterComponentComponent.setProperty(int hash, String name, Base value) SearchParameter.SearchParameterComponentComponent.setProperty(String name, Base value) SearchParameter.setProperty(int hash, String name, Base value) SearchParameter.setProperty(String name, Base value) ServiceRequest.setProperty(int hash, String name, Base value) ServiceRequest.setProperty(String name, Base value) Signature.setProperty(int hash, String name, Base value) Signature.setProperty(String name, Base value) Slot.setProperty(int hash, String name, Base value) Slot.setProperty(String name, Base value) Specimen.setProperty(int hash, String name, Base value) Specimen.setProperty(String name, Base value) Specimen.SpecimenCollectionComponent.setProperty(int hash, String name, Base value) Specimen.SpecimenCollectionComponent.setProperty(String name, Base value) Specimen.SpecimenContainerComponent.setProperty(int hash, String name, Base value) Specimen.SpecimenContainerComponent.setProperty(String name, Base value) Specimen.SpecimenProcessingComponent.setProperty(int hash, String name, Base value) Specimen.SpecimenProcessingComponent.setProperty(String name, Base value) SpecimenDefinition.setProperty(int hash, String name, Base value) SpecimenDefinition.setProperty(String name, Base value) SpecimenDefinition.SpecimenDefinitionTypeTestedComponent.setProperty(int hash, String name, Base value) SpecimenDefinition.SpecimenDefinitionTypeTestedComponent.setProperty(String name, Base value) SpecimenDefinition.SpecimenDefinitionTypeTestedContainerAdditiveComponent.setProperty(int hash, String name, Base value) SpecimenDefinition.SpecimenDefinitionTypeTestedContainerAdditiveComponent.setProperty(String name, Base value) SpecimenDefinition.SpecimenDefinitionTypeTestedContainerComponent.setProperty(int hash, String name, Base value) SpecimenDefinition.SpecimenDefinitionTypeTestedContainerComponent.setProperty(String name, Base value) SpecimenDefinition.SpecimenDefinitionTypeTestedHandlingComponent.setProperty(int hash, String name, Base value) SpecimenDefinition.SpecimenDefinitionTypeTestedHandlingComponent.setProperty(String name, Base value) StructureDefinition.setProperty(int hash, String name, Base value) StructureDefinition.setProperty(String name, Base value) StructureDefinition.StructureDefinitionContextComponent.setProperty(int hash, String name, Base value) StructureDefinition.StructureDefinitionContextComponent.setProperty(String name, Base value) StructureDefinition.StructureDefinitionDifferentialComponent.setProperty(int hash, String name, Base value) StructureDefinition.StructureDefinitionDifferentialComponent.setProperty(String name, Base value) StructureDefinition.StructureDefinitionMappingComponent.setProperty(int hash, String name, Base value) StructureDefinition.StructureDefinitionMappingComponent.setProperty(String name, Base value) StructureDefinition.StructureDefinitionSnapshotComponent.setProperty(int hash, String name, Base value) StructureDefinition.StructureDefinitionSnapshotComponent.setProperty(String name, Base value) StructureMap.setProperty(int hash, String name, Base value) StructureMap.setProperty(String name, Base value) StructureMap.StructureMapGroupComponent.setProperty(int hash, String name, Base value) StructureMap.StructureMapGroupComponent.setProperty(String name, Base value) StructureMap.StructureMapGroupInputComponent.setProperty(int hash, String name, Base value) StructureMap.StructureMapGroupInputComponent.setProperty(String name, Base value) StructureMap.StructureMapGroupRuleComponent.setProperty(int hash, String name, Base value) StructureMap.StructureMapGroupRuleComponent.setProperty(String name, Base value) StructureMap.StructureMapGroupRuleDependentComponent.setProperty(int hash, String name, Base value) StructureMap.StructureMapGroupRuleDependentComponent.setProperty(String name, Base value) StructureMap.StructureMapGroupRuleSourceComponent.setProperty(int hash, String name, Base value) StructureMap.StructureMapGroupRuleSourceComponent.setProperty(String name, Base value) StructureMap.StructureMapGroupRuleTargetComponent.setProperty(int hash, String name, Base value) StructureMap.StructureMapGroupRuleTargetComponent.setProperty(String name, Base value) StructureMap.StructureMapGroupRuleTargetParameterComponent.setProperty(int hash, String name, Base value) StructureMap.StructureMapGroupRuleTargetParameterComponent.setProperty(String name, Base value) StructureMap.StructureMapStructureComponent.setProperty(int hash, String name, Base value) StructureMap.StructureMapStructureComponent.setProperty(String name, Base value) Subscription.setProperty(int hash, String name, Base value) Subscription.setProperty(String name, Base value) Subscription.SubscriptionChannelComponent.setProperty(int hash, String name, Base value) Subscription.SubscriptionChannelComponent.setProperty(String name, Base value) Substance.setProperty(int hash, String name, Base value) Substance.setProperty(String name, Base value) Substance.SubstanceIngredientComponent.setProperty(int hash, String name, Base value) Substance.SubstanceIngredientComponent.setProperty(String name, Base value) Substance.SubstanceInstanceComponent.setProperty(int hash, String name, Base value) Substance.SubstanceInstanceComponent.setProperty(String name, Base value) SubstanceAmount.setProperty(int hash, String name, Base value) SubstanceAmount.setProperty(String name, Base value) SubstanceAmount.SubstanceAmountReferenceRangeComponent.setProperty(int hash, String name, Base value) SubstanceAmount.SubstanceAmountReferenceRangeComponent.setProperty(String name, Base value) SubstanceNucleicAcid.setProperty(int hash, String name, Base value) SubstanceNucleicAcid.setProperty(String name, Base value) SubstanceNucleicAcid.SubstanceNucleicAcidSubunitComponent.setProperty(int hash, String name, Base value) SubstanceNucleicAcid.SubstanceNucleicAcidSubunitComponent.setProperty(String name, Base value) SubstanceNucleicAcid.SubstanceNucleicAcidSubunitLinkageComponent.setProperty(int hash, String name, Base value) SubstanceNucleicAcid.SubstanceNucleicAcidSubunitLinkageComponent.setProperty(String name, Base value) SubstanceNucleicAcid.SubstanceNucleicAcidSubunitSugarComponent.setProperty(int hash, String name, Base value) SubstanceNucleicAcid.SubstanceNucleicAcidSubunitSugarComponent.setProperty(String name, Base value) SubstancePolymer.setProperty(int hash, String name, Base value) SubstancePolymer.setProperty(String name, Base value) SubstancePolymer.SubstancePolymerMonomerSetComponent.setProperty(int hash, String name, Base value) SubstancePolymer.SubstancePolymerMonomerSetComponent.setProperty(String name, Base value) SubstancePolymer.SubstancePolymerMonomerSetStartingMaterialComponent.setProperty(int hash, String name, Base value) SubstancePolymer.SubstancePolymerMonomerSetStartingMaterialComponent.setProperty(String name, Base value) SubstancePolymer.SubstancePolymerRepeatComponent.setProperty(int hash, String name, Base value) SubstancePolymer.SubstancePolymerRepeatComponent.setProperty(String name, Base value) SubstancePolymer.SubstancePolymerRepeatRepeatUnitComponent.setProperty(int hash, String name, Base value) SubstancePolymer.SubstancePolymerRepeatRepeatUnitComponent.setProperty(String name, Base value) SubstancePolymer.SubstancePolymerRepeatRepeatUnitDegreeOfPolymerisationComponent.setProperty(int hash, String name, Base value) SubstancePolymer.SubstancePolymerRepeatRepeatUnitDegreeOfPolymerisationComponent.setProperty(String name, Base value) SubstancePolymer.SubstancePolymerRepeatRepeatUnitStructuralRepresentationComponent.setProperty(int hash, String name, Base value) SubstancePolymer.SubstancePolymerRepeatRepeatUnitStructuralRepresentationComponent.setProperty(String name, Base value) SubstanceProtein.setProperty(int hash, String name, Base value) SubstanceProtein.setProperty(String name, Base value) SubstanceProtein.SubstanceProteinSubunitComponent.setProperty(int hash, String name, Base value) SubstanceProtein.SubstanceProteinSubunitComponent.setProperty(String name, Base value) SubstanceReferenceInformation.setProperty(int hash, String name, Base value) SubstanceReferenceInformation.setProperty(String name, Base value) SubstanceReferenceInformation.SubstanceReferenceInformationClassificationComponent.setProperty(int hash, String name, Base value) SubstanceReferenceInformation.SubstanceReferenceInformationClassificationComponent.setProperty(String name, Base value) SubstanceReferenceInformation.SubstanceReferenceInformationGeneComponent.setProperty(int hash, String name, Base value) SubstanceReferenceInformation.SubstanceReferenceInformationGeneComponent.setProperty(String name, Base value) SubstanceReferenceInformation.SubstanceReferenceInformationGeneElementComponent.setProperty(int hash, String name, Base value) SubstanceReferenceInformation.SubstanceReferenceInformationGeneElementComponent.setProperty(String name, Base value) SubstanceReferenceInformation.SubstanceReferenceInformationTargetComponent.setProperty(int hash, String name, Base value) SubstanceReferenceInformation.SubstanceReferenceInformationTargetComponent.setProperty(String name, Base value) SubstanceSourceMaterial.setProperty(int hash, String name, Base value) SubstanceSourceMaterial.setProperty(String name, Base value) SubstanceSourceMaterial.SubstanceSourceMaterialFractionDescriptionComponent.setProperty(int hash, String name, Base value) SubstanceSourceMaterial.SubstanceSourceMaterialFractionDescriptionComponent.setProperty(String name, Base value) SubstanceSourceMaterial.SubstanceSourceMaterialOrganismAuthorComponent.setProperty(int hash, String name, Base value) SubstanceSourceMaterial.SubstanceSourceMaterialOrganismAuthorComponent.setProperty(String name, Base value) SubstanceSourceMaterial.SubstanceSourceMaterialOrganismComponent.setProperty(int hash, String name, Base value) SubstanceSourceMaterial.SubstanceSourceMaterialOrganismComponent.setProperty(String name, Base value) SubstanceSourceMaterial.SubstanceSourceMaterialOrganismHybridComponent.setProperty(int hash, String name, Base value) SubstanceSourceMaterial.SubstanceSourceMaterialOrganismHybridComponent.setProperty(String name, Base value) SubstanceSourceMaterial.SubstanceSourceMaterialOrganismOrganismGeneralComponent.setProperty(int hash, String name, Base value) SubstanceSourceMaterial.SubstanceSourceMaterialOrganismOrganismGeneralComponent.setProperty(String name, Base value) SubstanceSourceMaterial.SubstanceSourceMaterialPartDescriptionComponent.setProperty(int hash, String name, Base value) SubstanceSourceMaterial.SubstanceSourceMaterialPartDescriptionComponent.setProperty(String name, Base value) SubstanceSpecification.setProperty(int hash, String name, Base value) SubstanceSpecification.setProperty(String name, Base value) SubstanceSpecification.SubstanceSpecificationCodeComponent.setProperty(int hash, String name, Base value) SubstanceSpecification.SubstanceSpecificationCodeComponent.setProperty(String name, Base value) SubstanceSpecification.SubstanceSpecificationMoietyComponent.setProperty(int hash, String name, Base value) SubstanceSpecification.SubstanceSpecificationMoietyComponent.setProperty(String name, Base value) SubstanceSpecification.SubstanceSpecificationNameComponent.setProperty(int hash, String name, Base value) SubstanceSpecification.SubstanceSpecificationNameComponent.setProperty(String name, Base value) SubstanceSpecification.SubstanceSpecificationNameOfficialComponent.setProperty(int hash, String name, Base value) SubstanceSpecification.SubstanceSpecificationNameOfficialComponent.setProperty(String name, Base value) SubstanceSpecification.SubstanceSpecificationPropertyComponent.setProperty(int hash, String name, Base value) SubstanceSpecification.SubstanceSpecificationPropertyComponent.setProperty(String name, Base value) SubstanceSpecification.SubstanceSpecificationRelationshipComponent.setProperty(int hash, String name, Base value) SubstanceSpecification.SubstanceSpecificationRelationshipComponent.setProperty(String name, Base value) SubstanceSpecification.SubstanceSpecificationStructureComponent.setProperty(int hash, String name, Base value) SubstanceSpecification.SubstanceSpecificationStructureComponent.setProperty(String name, Base value) SubstanceSpecification.SubstanceSpecificationStructureIsotopeComponent.setProperty(int hash, String name, Base value) SubstanceSpecification.SubstanceSpecificationStructureIsotopeComponent.setProperty(String name, Base value) SubstanceSpecification.SubstanceSpecificationStructureIsotopeMolecularWeightComponent.setProperty(int hash, String name, Base value) SubstanceSpecification.SubstanceSpecificationStructureIsotopeMolecularWeightComponent.setProperty(String name, Base value) SubstanceSpecification.SubstanceSpecificationStructureRepresentationComponent.setProperty(int hash, String name, Base value) SubstanceSpecification.SubstanceSpecificationStructureRepresentationComponent.setProperty(String name, Base value) SupplyDelivery.setProperty(int hash, String name, Base value) SupplyDelivery.setProperty(String name, Base value) SupplyDelivery.SupplyDeliverySuppliedItemComponent.setProperty(int hash, String name, Base value) SupplyDelivery.SupplyDeliverySuppliedItemComponent.setProperty(String name, Base value) SupplyRequest.setProperty(int hash, String name, Base value) SupplyRequest.setProperty(String name, Base value) SupplyRequest.SupplyRequestParameterComponent.setProperty(int hash, String name, Base value) SupplyRequest.SupplyRequestParameterComponent.setProperty(String name, Base value) Task.ParameterComponent.setProperty(int hash, String name, Base value) Task.ParameterComponent.setProperty(String name, Base value) Task.setProperty(int hash, String name, Base value) Task.setProperty(String name, Base value) Task.TaskOutputComponent.setProperty(int hash, String name, Base value) Task.TaskOutputComponent.setProperty(String name, Base value) Task.TaskRestrictionComponent.setProperty(int hash, String name, Base value) Task.TaskRestrictionComponent.setProperty(String name, Base value) TerminologyCapabilities.setProperty(int hash, String name, Base value) TerminologyCapabilities.setProperty(String name, Base value) TerminologyCapabilities.TerminologyCapabilitiesClosureComponent.setProperty(int hash, String name, Base value) TerminologyCapabilities.TerminologyCapabilitiesClosureComponent.setProperty(String name, Base value) TerminologyCapabilities.TerminologyCapabilitiesCodeSystemComponent.setProperty(int hash, String name, Base value) TerminologyCapabilities.TerminologyCapabilitiesCodeSystemComponent.setProperty(String name, Base value) TerminologyCapabilities.TerminologyCapabilitiesCodeSystemVersionComponent.setProperty(int hash, String name, Base value) TerminologyCapabilities.TerminologyCapabilitiesCodeSystemVersionComponent.setProperty(String name, Base value) TerminologyCapabilities.TerminologyCapabilitiesCodeSystemVersionFilterComponent.setProperty(int hash, String name, Base value) TerminologyCapabilities.TerminologyCapabilitiesCodeSystemVersionFilterComponent.setProperty(String name, Base value) TerminologyCapabilities.TerminologyCapabilitiesExpansionComponent.setProperty(int hash, String name, Base value) TerminologyCapabilities.TerminologyCapabilitiesExpansionComponent.setProperty(String name, Base value) TerminologyCapabilities.TerminologyCapabilitiesExpansionParameterComponent.setProperty(int hash, String name, Base value) TerminologyCapabilities.TerminologyCapabilitiesExpansionParameterComponent.setProperty(String name, Base value) TerminologyCapabilities.TerminologyCapabilitiesImplementationComponent.setProperty(int hash, String name, Base value) TerminologyCapabilities.TerminologyCapabilitiesImplementationComponent.setProperty(String name, Base value) TerminologyCapabilities.TerminologyCapabilitiesSoftwareComponent.setProperty(int hash, String name, Base value) TerminologyCapabilities.TerminologyCapabilitiesSoftwareComponent.setProperty(String name, Base value) TerminologyCapabilities.TerminologyCapabilitiesTranslationComponent.setProperty(int hash, String name, Base value) TerminologyCapabilities.TerminologyCapabilitiesTranslationComponent.setProperty(String name, Base value) TerminologyCapabilities.TerminologyCapabilitiesValidateCodeComponent.setProperty(int hash, String name, Base value) TerminologyCapabilities.TerminologyCapabilitiesValidateCodeComponent.setProperty(String name, Base value) TestReport.setProperty(int hash, String name, Base value) TestReport.setProperty(String name, Base value) TestReport.SetupActionAssertComponent.setProperty(int hash, String name, Base value) TestReport.SetupActionAssertComponent.setProperty(String name, Base value) TestReport.SetupActionComponent.setProperty(int hash, String name, Base value) TestReport.SetupActionComponent.setProperty(String name, Base value) TestReport.SetupActionOperationComponent.setProperty(int hash, String name, Base value) TestReport.SetupActionOperationComponent.setProperty(String name, Base value) TestReport.TeardownActionComponent.setProperty(int hash, String name, Base value) TestReport.TeardownActionComponent.setProperty(String name, Base value) TestReport.TestActionComponent.setProperty(int hash, String name, Base value) TestReport.TestActionComponent.setProperty(String name, Base value) TestReport.TestReportParticipantComponent.setProperty(int hash, String name, Base value) TestReport.TestReportParticipantComponent.setProperty(String name, Base value) TestReport.TestReportSetupComponent.setProperty(int hash, String name, Base value) TestReport.TestReportSetupComponent.setProperty(String name, Base value) TestReport.TestReportTeardownComponent.setProperty(int hash, String name, Base value) TestReport.TestReportTeardownComponent.setProperty(String name, Base value) TestReport.TestReportTestComponent.setProperty(int hash, String name, Base value) TestReport.TestReportTestComponent.setProperty(String name, Base value) TestScript.setProperty(int hash, String name, Base value) TestScript.setProperty(String name, Base value) TestScript.SetupActionAssertComponent.setProperty(int hash, String name, Base value) TestScript.SetupActionAssertComponent.setProperty(String name, Base value) TestScript.SetupActionComponent.setProperty(int hash, String name, Base value) TestScript.SetupActionComponent.setProperty(String name, Base value) TestScript.SetupActionOperationComponent.setProperty(int hash, String name, Base value) TestScript.SetupActionOperationComponent.setProperty(String name, Base value) TestScript.SetupActionOperationRequestHeaderComponent.setProperty(int hash, String name, Base value) TestScript.SetupActionOperationRequestHeaderComponent.setProperty(String name, Base value) TestScript.TeardownActionComponent.setProperty(int hash, String name, Base value) TestScript.TeardownActionComponent.setProperty(String name, Base value) TestScript.TestActionComponent.setProperty(int hash, String name, Base value) TestScript.TestActionComponent.setProperty(String name, Base value) TestScript.TestScriptDestinationComponent.setProperty(int hash, String name, Base value) TestScript.TestScriptDestinationComponent.setProperty(String name, Base value) TestScript.TestScriptFixtureComponent.setProperty(int hash, String name, Base value) TestScript.TestScriptFixtureComponent.setProperty(String name, Base value) TestScript.TestScriptMetadataCapabilityComponent.setProperty(int hash, String name, Base value) TestScript.TestScriptMetadataCapabilityComponent.setProperty(String name, Base value) TestScript.TestScriptMetadataComponent.setProperty(int hash, String name, Base value) TestScript.TestScriptMetadataComponent.setProperty(String name, Base value) TestScript.TestScriptMetadataLinkComponent.setProperty(int hash, String name, Base value) TestScript.TestScriptMetadataLinkComponent.setProperty(String name, Base value) TestScript.TestScriptOriginComponent.setProperty(int hash, String name, Base value) TestScript.TestScriptOriginComponent.setProperty(String name, Base value) TestScript.TestScriptSetupComponent.setProperty(int hash, String name, Base value) TestScript.TestScriptSetupComponent.setProperty(String name, Base value) TestScript.TestScriptTeardownComponent.setProperty(int hash, String name, Base value) TestScript.TestScriptTeardownComponent.setProperty(String name, Base value) TestScript.TestScriptTestComponent.setProperty(int hash, String name, Base value) TestScript.TestScriptTestComponent.setProperty(String name, Base value) TestScript.TestScriptVariableComponent.setProperty(int hash, String name, Base value) TestScript.TestScriptVariableComponent.setProperty(String name, Base value) Timing.setProperty(int hash, String name, Base value) Timing.setProperty(String name, Base value) Timing.TimingRepeatComponent.setProperty(int hash, String name, Base value) Timing.TimingRepeatComponent.setProperty(String name, Base value) TriggerDefinition.setProperty(int hash, String name, Base value) TriggerDefinition.setProperty(String name, Base value) UsageContext.setProperty(int hash, String name, Base value) UsageContext.setProperty(String name, Base value) ValueSet.ConceptReferenceComponent.setProperty(int hash, String name, Base value) ValueSet.ConceptReferenceComponent.setProperty(String name, Base value) ValueSet.ConceptReferenceDesignationComponent.setProperty(int hash, String name, Base value) ValueSet.ConceptReferenceDesignationComponent.setProperty(String name, Base value) ValueSet.ConceptSetComponent.setProperty(int hash, String name, Base value) ValueSet.ConceptSetComponent.setProperty(String name, Base value) ValueSet.ConceptSetFilterComponent.setProperty(int hash, String name, Base value) ValueSet.ConceptSetFilterComponent.setProperty(String name, Base value) ValueSet.setProperty(int hash, String name, Base value) ValueSet.setProperty(String name, Base value) ValueSet.ValueSetComposeComponent.setProperty(int hash, String name, Base value) ValueSet.ValueSetComposeComponent.setProperty(String name, Base value) ValueSet.ValueSetExpansionComponent.setProperty(int hash, String name, Base value) ValueSet.ValueSetExpansionComponent.setProperty(String name, Base value) ValueSet.ValueSetExpansionContainsComponent.setProperty(int hash, String name, Base value) ValueSet.ValueSetExpansionContainsComponent.setProperty(String name, Base value) ValueSet.ValueSetExpansionParameterComponent.setProperty(int hash, String name, Base value) ValueSet.ValueSetExpansionParameterComponent.setProperty(String name, Base value) VerificationResult.setProperty(int hash, String name, Base value) VerificationResult.setProperty(String name, Base value) VerificationResult.VerificationResultAttestationComponent.setProperty(int hash, String name, Base value) VerificationResult.VerificationResultAttestationComponent.setProperty(String name, Base value) VerificationResult.VerificationResultPrimarySourceComponent.setProperty(int hash, String name, Base value) VerificationResult.VerificationResultPrimarySourceComponent.setProperty(String name, Base value) VerificationResult.VerificationResultValidatorComponent.setProperty(int hash, String name, Base value) VerificationResult.VerificationResultValidatorComponent.setProperty(String name, Base value) VisionPrescription.PrismComponent.setProperty(int hash, String name, Base value) VisionPrescription.PrismComponent.setProperty(String name, Base value) VisionPrescription.setProperty(int hash, String name, Base value) VisionPrescription.setProperty(String name, Base value) VisionPrescription.VisionPrescriptionLensSpecificationComponent.setProperty(int hash, String name, Base value) VisionPrescription.VisionPrescriptionLensSpecificationComponent.setProperty(String name, Base value) XhtmlType.setProperty(int hash, String name, Base value) Base.setXhtml(org.hl7.fhir.utilities.xhtml.XhtmlNode node) return set XHTML if this is an XHTML node, else errorXhtmlType.setXhtml(org.hl7.fhir.utilities.xhtml.XhtmlNode node) Methods in org.hl7.fhir.r4.model that return types with arguments of type BaseMethods in org.hl7.fhir.r4.model with parameters of type BaseModifier and TypeMethodDescriptionBase.castToAddress(Base b) Base.castToAnnotation(Base b) Base.castToAttachment(Base b) Base.castToBase64Binary(Base b) Base.castToBoolean(Base b) Base.castToCanonical(Base b) Base.castToCode(Base b) Base.castToCodeableConcept(Base b) Base.castToCoding(Base b) Base.castToContactDetail(Base b) Base.castToContactPoint(Base b) Base.castToContributor(Base b) Base.castToDataRequirement(Base b) Base.castToDate(Base b) Base.castToDateTime(Base b) Base.castToDecimal(Base b) Base.castToDosage(Base b) Base.castToDuration(Base b) Base.castToElementDefinition(Base b) Base.castToExpression(Base b) Base.castToExtension(Base b) Base.castToHumanName(Base b) Base.castToIdentifier(Base b) Base.castToInstant(Base b) Base.castToInteger(Base b) Base.castToMarkdown(Base b) Base.castToMarketingStatus(Base b) Base.castToMeta(Base b) Base.castToMoney(Base b) Base.castToNarrative(Base b) Base.castToParameterDefinition(Base b) Base.castToPeriod(Base b) Base.castToPopulation(Base b) Base.castToPositiveInt(Base b) Base.castToProdCharacteristic(Base b) Base.castToProductShelfLife(Base b) Base.castToQuantity(Base b) Base.castToRange(Base b) Base.castToRatio(Base b) Base.castToReference(Base b) Base.castToRelatedArtifact(Base b) Base.castToResource(Base b) Base.castToSampledData(Base b) Base.castToSignature(Base b) Base.castToSimpleQuantity(Base b) Base.castToString(Base b) Base.castToSubstanceAmount(Base b) Base.castToTime(Base b) Base.castToTiming(Base b) Base.castToTriggerDefinition(Base b) Base.castToType(Base b) Base.castToUnsignedInt(Base b) Base.castToUsageContext(Base b) org.hl7.fhir.utilities.xhtml.XhtmlNodeBase.castToXhtml(Base b) Base.castToXhtmlString(Base b) static booleanBase.compareDeep(Base e1, Base e2, boolean allowNull) voidBase.copyValues(Base dst) booleanAccount.CoverageComponent.equalsDeep(Base other_) booleanAccount.equalsDeep(Base other_) booleanAccount.GuarantorComponent.equalsDeep(Base other_) booleanActivityDefinition.ActivityDefinitionDynamicValueComponent.equalsDeep(Base other_) booleanActivityDefinition.ActivityDefinitionParticipantComponent.equalsDeep(Base other_) booleanActivityDefinition.equalsDeep(Base other_) booleanAddress.equalsDeep(Base other_) booleanAdverseEvent.AdverseEventSuspectEntityCausalityComponent.equalsDeep(Base other_) booleanAdverseEvent.AdverseEventSuspectEntityComponent.equalsDeep(Base other_) booleanAdverseEvent.equalsDeep(Base other_) booleanAge.equalsDeep(Base other_) booleanAllergyIntolerance.AllergyIntoleranceReactionComponent.equalsDeep(Base other_) booleanAllergyIntolerance.equalsDeep(Base other_) booleanAnnotation.equalsDeep(Base other_) booleanAppointment.AppointmentParticipantComponent.equalsDeep(Base other_) booleanAppointment.equalsDeep(Base other_) booleanAppointmentResponse.equalsDeep(Base other_) booleanAttachment.equalsDeep(Base other_) booleanAuditEvent.AuditEventAgentComponent.equalsDeep(Base other_) booleanAuditEvent.AuditEventAgentNetworkComponent.equalsDeep(Base other_) booleanAuditEvent.AuditEventEntityComponent.equalsDeep(Base other_) booleanAuditEvent.AuditEventEntityDetailComponent.equalsDeep(Base other_) booleanAuditEvent.AuditEventSourceComponent.equalsDeep(Base other_) booleanAuditEvent.equalsDeep(Base other_) booleanBackboneElement.equalsDeep(Base other_) booleanBackboneType.equalsDeep(Base other_) booleanBase.equalsDeep(Base other) booleanBasic.equalsDeep(Base other_) booleanBinary.equalsDeep(Base other_) booleanBiologicallyDerivedProduct.BiologicallyDerivedProductCollectionComponent.equalsDeep(Base other_) booleanBiologicallyDerivedProduct.BiologicallyDerivedProductManipulationComponent.equalsDeep(Base other_) booleanBiologicallyDerivedProduct.BiologicallyDerivedProductProcessingComponent.equalsDeep(Base other_) booleanBiologicallyDerivedProduct.BiologicallyDerivedProductStorageComponent.equalsDeep(Base other_) booleanBiologicallyDerivedProduct.equalsDeep(Base other_) booleanBodyStructure.equalsDeep(Base other_) booleanBundle.BundleEntryComponent.equalsDeep(Base other_) booleanBundle.BundleEntryRequestComponent.equalsDeep(Base other_) booleanBundle.BundleEntryResponseComponent.equalsDeep(Base other_) booleanBundle.BundleEntrySearchComponent.equalsDeep(Base other_) booleanBundle.BundleLinkComponent.equalsDeep(Base other_) booleanBundle.equalsDeep(Base other_) booleanCapabilityStatement.CapabilityStatementDocumentComponent.equalsDeep(Base other_) booleanCapabilityStatement.CapabilityStatementImplementationComponent.equalsDeep(Base other_) booleanCapabilityStatement.CapabilityStatementMessagingComponent.equalsDeep(Base other_) booleanCapabilityStatement.CapabilityStatementMessagingEndpointComponent.equalsDeep(Base other_) booleanCapabilityStatement.CapabilityStatementMessagingSupportedMessageComponent.equalsDeep(Base other_) booleanCapabilityStatement.CapabilityStatementRestComponent.equalsDeep(Base other_) booleanCapabilityStatement.CapabilityStatementRestResourceComponent.equalsDeep(Base other_) booleanCapabilityStatement.CapabilityStatementRestResourceOperationComponent.equalsDeep(Base other_) booleanCapabilityStatement.CapabilityStatementRestResourceSearchParamComponent.equalsDeep(Base other_) booleanCapabilityStatement.CapabilityStatementRestSecurityComponent.equalsDeep(Base other_) booleanCapabilityStatement.CapabilityStatementSoftwareComponent.equalsDeep(Base other_) booleanCapabilityStatement.equalsDeep(Base other_) booleanCapabilityStatement.ResourceInteractionComponent.equalsDeep(Base other_) booleanCapabilityStatement.SystemInteractionComponent.equalsDeep(Base other_) booleanCarePlan.CarePlanActivityComponent.equalsDeep(Base other_) booleanCarePlan.CarePlanActivityDetailComponent.equalsDeep(Base other_) booleanCarePlan.equalsDeep(Base other_) booleanCareTeam.CareTeamParticipantComponent.equalsDeep(Base other_) booleanCareTeam.equalsDeep(Base other_) booleanCatalogEntry.CatalogEntryRelatedEntryComponent.equalsDeep(Base other_) booleanCatalogEntry.equalsDeep(Base other_) booleanChargeItem.ChargeItemPerformerComponent.equalsDeep(Base other_) booleanChargeItem.equalsDeep(Base other_) booleanChargeItemDefinition.ChargeItemDefinitionApplicabilityComponent.equalsDeep(Base other_) booleanChargeItemDefinition.ChargeItemDefinitionPropertyGroupComponent.equalsDeep(Base other_) booleanChargeItemDefinition.ChargeItemDefinitionPropertyGroupPriceComponentComponent.equalsDeep(Base other_) booleanChargeItemDefinition.equalsDeep(Base other_) booleanClaim.AccidentComponent.equalsDeep(Base other_) booleanClaim.CareTeamComponent.equalsDeep(Base other_) booleanClaim.DetailComponent.equalsDeep(Base other_) booleanClaim.DiagnosisComponent.equalsDeep(Base other_) booleanClaim.equalsDeep(Base other_) booleanClaim.InsuranceComponent.equalsDeep(Base other_) booleanClaim.ItemComponent.equalsDeep(Base other_) booleanClaim.PayeeComponent.equalsDeep(Base other_) booleanClaim.ProcedureComponent.equalsDeep(Base other_) booleanClaim.RelatedClaimComponent.equalsDeep(Base other_) booleanClaim.SubDetailComponent.equalsDeep(Base other_) booleanClaim.SupportingInformationComponent.equalsDeep(Base other_) booleanClaimResponse.AddedItemComponent.equalsDeep(Base other_) booleanClaimResponse.AddedItemDetailComponent.equalsDeep(Base other_) booleanClaimResponse.AddedItemSubDetailComponent.equalsDeep(Base other_) booleanClaimResponse.AdjudicationComponent.equalsDeep(Base other_) booleanClaimResponse.equalsDeep(Base other_) booleanClaimResponse.ErrorComponent.equalsDeep(Base other_) booleanClaimResponse.InsuranceComponent.equalsDeep(Base other_) booleanClaimResponse.ItemComponent.equalsDeep(Base other_) booleanClaimResponse.ItemDetailComponent.equalsDeep(Base other_) booleanClaimResponse.NoteComponent.equalsDeep(Base other_) booleanClaimResponse.PaymentComponent.equalsDeep(Base other_) booleanClaimResponse.SubDetailComponent.equalsDeep(Base other_) booleanClaimResponse.TotalComponent.equalsDeep(Base other_) booleanClinicalImpression.ClinicalImpressionFindingComponent.equalsDeep(Base other_) booleanClinicalImpression.ClinicalImpressionInvestigationComponent.equalsDeep(Base other_) booleanClinicalImpression.equalsDeep(Base other_) booleanCodeableConcept.equalsDeep(Base other_) booleanCodeSystem.CodeSystemFilterComponent.equalsDeep(Base other_) booleanCodeSystem.ConceptDefinitionComponent.equalsDeep(Base other_) booleanCodeSystem.ConceptDefinitionDesignationComponent.equalsDeep(Base other_) booleanCodeSystem.ConceptPropertyComponent.equalsDeep(Base other_) booleanCodeSystem.equalsDeep(Base other_) booleanCodeSystem.PropertyComponent.equalsDeep(Base other_) booleanCoding.equalsDeep(Base other_) booleanCommunication.CommunicationPayloadComponent.equalsDeep(Base other_) booleanCommunication.equalsDeep(Base other_) booleanCommunicationRequest.CommunicationRequestPayloadComponent.equalsDeep(Base other_) booleanCommunicationRequest.equalsDeep(Base other_) booleanCompartmentDefinition.CompartmentDefinitionResourceComponent.equalsDeep(Base other_) booleanCompartmentDefinition.equalsDeep(Base other_) booleanComposition.CompositionAttesterComponent.equalsDeep(Base other_) booleanComposition.CompositionEventComponent.equalsDeep(Base other_) booleanComposition.CompositionRelatesToComponent.equalsDeep(Base other_) booleanComposition.equalsDeep(Base other_) booleanComposition.SectionComponent.equalsDeep(Base other_) booleanConceptMap.ConceptMapGroupComponent.equalsDeep(Base other_) booleanConceptMap.ConceptMapGroupUnmappedComponent.equalsDeep(Base other_) booleanConceptMap.equalsDeep(Base other_) booleanConceptMap.OtherElementComponent.equalsDeep(Base other_) booleanConceptMap.SourceElementComponent.equalsDeep(Base other_) booleanConceptMap.TargetElementComponent.equalsDeep(Base other_) booleanCondition.ConditionEvidenceComponent.equalsDeep(Base other_) booleanCondition.ConditionStageComponent.equalsDeep(Base other_) booleanCondition.equalsDeep(Base other_) booleanConsent.ConsentPolicyComponent.equalsDeep(Base other_) booleanConsent.ConsentVerificationComponent.equalsDeep(Base other_) booleanConsent.equalsDeep(Base other_) booleanConsent.provisionActorComponent.equalsDeep(Base other_) booleanConsent.ProvisionComponent.equalsDeep(Base other_) booleanConsent.provisionDataComponent.equalsDeep(Base other_) booleanContactDetail.equalsDeep(Base other_) booleanContactPoint.equalsDeep(Base other_) booleanContract.ActionComponent.equalsDeep(Base other_) booleanContract.ActionSubjectComponent.equalsDeep(Base other_) booleanContract.AnswerComponent.equalsDeep(Base other_) booleanContract.AssetContextComponent.equalsDeep(Base other_) booleanContract.ComputableLanguageComponent.equalsDeep(Base other_) booleanContract.ContentDefinitionComponent.equalsDeep(Base other_) booleanContract.ContractAssetComponent.equalsDeep(Base other_) booleanContract.ContractOfferComponent.equalsDeep(Base other_) booleanContract.ContractPartyComponent.equalsDeep(Base other_) booleanContract.equalsDeep(Base other_) booleanContract.FriendlyLanguageComponent.equalsDeep(Base other_) booleanContract.LegalLanguageComponent.equalsDeep(Base other_) booleanContract.SecurityLabelComponent.equalsDeep(Base other_) booleanContract.SignatoryComponent.equalsDeep(Base other_) booleanContract.TermComponent.equalsDeep(Base other_) booleanContract.ValuedItemComponent.equalsDeep(Base other_) booleanContributor.equalsDeep(Base other_) booleanCount.equalsDeep(Base other_) booleanCoverage.ClassComponent.equalsDeep(Base other_) booleanCoverage.CostToBeneficiaryComponent.equalsDeep(Base other_) booleanCoverage.equalsDeep(Base other_) booleanCoverage.ExemptionComponent.equalsDeep(Base other_) booleanCoverageEligibilityRequest.DetailsComponent.equalsDeep(Base other_) booleanCoverageEligibilityRequest.DiagnosisComponent.equalsDeep(Base other_) booleanCoverageEligibilityRequest.equalsDeep(Base other_) booleanCoverageEligibilityRequest.InsuranceComponent.equalsDeep(Base other_) booleanCoverageEligibilityRequest.SupportingInformationComponent.equalsDeep(Base other_) booleanCoverageEligibilityResponse.BenefitComponent.equalsDeep(Base other_) booleanCoverageEligibilityResponse.equalsDeep(Base other_) booleanCoverageEligibilityResponse.ErrorsComponent.equalsDeep(Base other_) booleanCoverageEligibilityResponse.InsuranceComponent.equalsDeep(Base other_) booleanCoverageEligibilityResponse.ItemsComponent.equalsDeep(Base other_) booleanDataRequirement.DataRequirementCodeFilterComponent.equalsDeep(Base other_) booleanDataRequirement.DataRequirementDateFilterComponent.equalsDeep(Base other_) booleanDataRequirement.DataRequirementSortComponent.equalsDeep(Base other_) booleanDataRequirement.equalsDeep(Base other_) booleanDetectedIssue.DetectedIssueEvidenceComponent.equalsDeep(Base other_) booleanDetectedIssue.DetectedIssueMitigationComponent.equalsDeep(Base other_) booleanDetectedIssue.equalsDeep(Base other_) booleanDevice.DeviceDeviceNameComponent.equalsDeep(Base other_) booleanDevice.DevicePropertyComponent.equalsDeep(Base other_) booleanDevice.DeviceSpecializationComponent.equalsDeep(Base other_) booleanDevice.DeviceUdiCarrierComponent.equalsDeep(Base other_) booleanDevice.DeviceVersionComponent.equalsDeep(Base other_) booleanDevice.equalsDeep(Base other_) booleanDeviceDefinition.DeviceDefinitionCapabilityComponent.equalsDeep(Base other_) booleanDeviceDefinition.DeviceDefinitionDeviceNameComponent.equalsDeep(Base other_) booleanDeviceDefinition.DeviceDefinitionMaterialComponent.equalsDeep(Base other_) booleanDeviceDefinition.DeviceDefinitionPropertyComponent.equalsDeep(Base other_) booleanDeviceDefinition.DeviceDefinitionSpecializationComponent.equalsDeep(Base other_) booleanDeviceDefinition.DeviceDefinitionUdiDeviceIdentifierComponent.equalsDeep(Base other_) booleanDeviceDefinition.equalsDeep(Base other_) booleanDeviceMetric.DeviceMetricCalibrationComponent.equalsDeep(Base other_) booleanDeviceMetric.equalsDeep(Base other_) booleanDeviceRequest.DeviceRequestParameterComponent.equalsDeep(Base other_) booleanDeviceRequest.equalsDeep(Base other_) booleanDeviceUseStatement.equalsDeep(Base other_) booleanDiagnosticReport.DiagnosticReportMediaComponent.equalsDeep(Base other_) booleanDiagnosticReport.equalsDeep(Base other_) booleanDistance.equalsDeep(Base other_) booleanDocumentManifest.DocumentManifestRelatedComponent.equalsDeep(Base other_) booleanDocumentManifest.equalsDeep(Base other_) booleanDocumentReference.DocumentReferenceContentComponent.equalsDeep(Base other_) booleanDocumentReference.DocumentReferenceContextComponent.equalsDeep(Base other_) booleanDocumentReference.DocumentReferenceRelatesToComponent.equalsDeep(Base other_) booleanDocumentReference.equalsDeep(Base other_) booleanDomainResource.equalsDeep(Base other_) booleanDosage.DosageDoseAndRateComponent.equalsDeep(Base other_) booleanDosage.equalsDeep(Base other_) booleanDuration.equalsDeep(Base other_) booleanEffectEvidenceSynthesis.EffectEvidenceSynthesisCertaintyCertaintySubcomponentComponent.equalsDeep(Base other_) booleanEffectEvidenceSynthesis.EffectEvidenceSynthesisCertaintyComponent.equalsDeep(Base other_) booleanEffectEvidenceSynthesis.EffectEvidenceSynthesisEffectEstimateComponent.equalsDeep(Base other_) booleanEffectEvidenceSynthesis.EffectEvidenceSynthesisEffectEstimatePrecisionEstimateComponent.equalsDeep(Base other_) booleanEffectEvidenceSynthesis.EffectEvidenceSynthesisResultsByExposureComponent.equalsDeep(Base other_) booleanEffectEvidenceSynthesis.EffectEvidenceSynthesisSampleSizeComponent.equalsDeep(Base other_) booleanEffectEvidenceSynthesis.equalsDeep(Base other_) booleanElement.equalsDeep(Base other_) booleanElementDefinition.ElementDefinitionBaseComponent.equalsDeep(Base other_) booleanElementDefinition.ElementDefinitionBindingComponent.equalsDeep(Base other_) booleanElementDefinition.ElementDefinitionConstraintComponent.equalsDeep(Base other_) booleanElementDefinition.ElementDefinitionExampleComponent.equalsDeep(Base other_) booleanElementDefinition.ElementDefinitionMappingComponent.equalsDeep(Base other_) booleanElementDefinition.ElementDefinitionSlicingComponent.equalsDeep(Base other_) booleanElementDefinition.ElementDefinitionSlicingDiscriminatorComponent.equalsDeep(Base other_) booleanElementDefinition.equalsDeep(Base other_) booleanElementDefinition.TypeRefComponent.equalsDeep(Base other_) booleanEncounter.ClassHistoryComponent.equalsDeep(Base other_) booleanEncounter.DiagnosisComponent.equalsDeep(Base other_) booleanEncounter.EncounterHospitalizationComponent.equalsDeep(Base other_) booleanEncounter.EncounterLocationComponent.equalsDeep(Base other_) booleanEncounter.EncounterParticipantComponent.equalsDeep(Base other_) booleanEncounter.equalsDeep(Base other_) booleanEncounter.StatusHistoryComponent.equalsDeep(Base other_) booleanEndpoint.equalsDeep(Base other_) booleanEnrollmentRequest.equalsDeep(Base other_) booleanEnrollmentResponse.equalsDeep(Base other_) booleanEpisodeOfCare.DiagnosisComponent.equalsDeep(Base other_) booleanEpisodeOfCare.EpisodeOfCareStatusHistoryComponent.equalsDeep(Base other_) booleanEpisodeOfCare.equalsDeep(Base other_) booleanEventDefinition.equalsDeep(Base other_) booleanEvidence.equalsDeep(Base other_) booleanEvidenceVariable.equalsDeep(Base other_) booleanEvidenceVariable.EvidenceVariableCharacteristicComponent.equalsDeep(Base other_) booleanExampleScenario.equalsDeep(Base other_) booleanExampleScenario.ExampleScenarioActorComponent.equalsDeep(Base other_) booleanExampleScenario.ExampleScenarioInstanceComponent.equalsDeep(Base other_) booleanExampleScenario.ExampleScenarioInstanceContainedInstanceComponent.equalsDeep(Base other_) booleanExampleScenario.ExampleScenarioInstanceVersionComponent.equalsDeep(Base other_) booleanExampleScenario.ExampleScenarioProcessComponent.equalsDeep(Base other_) booleanExampleScenario.ExampleScenarioProcessStepAlternativeComponent.equalsDeep(Base other_) booleanExampleScenario.ExampleScenarioProcessStepComponent.equalsDeep(Base other_) booleanExampleScenario.ExampleScenarioProcessStepOperationComponent.equalsDeep(Base other_) booleanExplanationOfBenefit.AccidentComponent.equalsDeep(Base other_) booleanExplanationOfBenefit.AddedItemComponent.equalsDeep(Base other_) booleanExplanationOfBenefit.AddedItemDetailComponent.equalsDeep(Base other_) booleanExplanationOfBenefit.AddedItemDetailSubDetailComponent.equalsDeep(Base other_) booleanExplanationOfBenefit.AdjudicationComponent.equalsDeep(Base other_) booleanExplanationOfBenefit.BenefitBalanceComponent.equalsDeep(Base other_) booleanExplanationOfBenefit.BenefitComponent.equalsDeep(Base other_) booleanExplanationOfBenefit.CareTeamComponent.equalsDeep(Base other_) booleanExplanationOfBenefit.DetailComponent.equalsDeep(Base other_) booleanExplanationOfBenefit.DiagnosisComponent.equalsDeep(Base other_) booleanExplanationOfBenefit.equalsDeep(Base other_) booleanExplanationOfBenefit.InsuranceComponent.equalsDeep(Base other_) booleanExplanationOfBenefit.ItemComponent.equalsDeep(Base other_) booleanExplanationOfBenefit.NoteComponent.equalsDeep(Base other_) booleanExplanationOfBenefit.PayeeComponent.equalsDeep(Base other_) booleanExplanationOfBenefit.PaymentComponent.equalsDeep(Base other_) booleanExplanationOfBenefit.ProcedureComponent.equalsDeep(Base other_) booleanExplanationOfBenefit.RelatedClaimComponent.equalsDeep(Base other_) booleanExplanationOfBenefit.SubDetailComponent.equalsDeep(Base other_) booleanExplanationOfBenefit.SupportingInformationComponent.equalsDeep(Base other_) booleanExplanationOfBenefit.TotalComponent.equalsDeep(Base other_) booleanExpression.equalsDeep(Base other_) booleanExtension.equalsDeep(Base other_) booleanFamilyMemberHistory.equalsDeep(Base other_) booleanFamilyMemberHistory.FamilyMemberHistoryConditionComponent.equalsDeep(Base other_) booleanFlag.equalsDeep(Base other_) booleanGoal.equalsDeep(Base other_) booleanGoal.GoalTargetComponent.equalsDeep(Base other_) booleanGraphDefinition.equalsDeep(Base other_) booleanGraphDefinition.GraphDefinitionLinkComponent.equalsDeep(Base other_) booleanGraphDefinition.GraphDefinitionLinkTargetCompartmentComponent.equalsDeep(Base other_) booleanGraphDefinition.GraphDefinitionLinkTargetComponent.equalsDeep(Base other_) booleanGroup.equalsDeep(Base other_) booleanGroup.GroupCharacteristicComponent.equalsDeep(Base other_) booleanGroup.GroupMemberComponent.equalsDeep(Base other_) booleanGuidanceResponse.equalsDeep(Base other_) booleanHealthcareService.equalsDeep(Base other_) booleanHealthcareService.HealthcareServiceAvailableTimeComponent.equalsDeep(Base other_) booleanHealthcareService.HealthcareServiceEligibilityComponent.equalsDeep(Base other_) booleanHealthcareService.HealthcareServiceNotAvailableComponent.equalsDeep(Base other_) booleanHumanName.equalsDeep(Base other_) booleanIdentifier.equalsDeep(Base other_) booleanImagingStudy.equalsDeep(Base other_) booleanImagingStudy.ImagingStudySeriesComponent.equalsDeep(Base other_) booleanImagingStudy.ImagingStudySeriesInstanceComponent.equalsDeep(Base other_) booleanImagingStudy.ImagingStudySeriesPerformerComponent.equalsDeep(Base other_) booleanImmunization.equalsDeep(Base other_) booleanImmunization.ImmunizationEducationComponent.equalsDeep(Base other_) booleanImmunization.ImmunizationPerformerComponent.equalsDeep(Base other_) booleanImmunization.ImmunizationProtocolAppliedComponent.equalsDeep(Base other_) booleanImmunization.ImmunizationReactionComponent.equalsDeep(Base other_) booleanImmunizationEvaluation.equalsDeep(Base other_) booleanImmunizationRecommendation.equalsDeep(Base other_) booleanImmunizationRecommendation.ImmunizationRecommendationRecommendationComponent.equalsDeep(Base other_) booleanImmunizationRecommendation.ImmunizationRecommendationRecommendationDateCriterionComponent.equalsDeep(Base other_) booleanImplementationGuide.equalsDeep(Base other_) booleanImplementationGuide.ImplementationGuideDefinitionComponent.equalsDeep(Base other_) booleanImplementationGuide.ImplementationGuideDefinitionGroupingComponent.equalsDeep(Base other_) booleanImplementationGuide.ImplementationGuideDefinitionPageComponent.equalsDeep(Base other_) booleanImplementationGuide.ImplementationGuideDefinitionParameterComponent.equalsDeep(Base other_) booleanImplementationGuide.ImplementationGuideDefinitionResourceComponent.equalsDeep(Base other_) booleanImplementationGuide.ImplementationGuideDefinitionTemplateComponent.equalsDeep(Base other_) booleanImplementationGuide.ImplementationGuideDependsOnComponent.equalsDeep(Base other_) booleanImplementationGuide.ImplementationGuideGlobalComponent.equalsDeep(Base other_) booleanImplementationGuide.ImplementationGuideManifestComponent.equalsDeep(Base other_) booleanImplementationGuide.ManifestPageComponent.equalsDeep(Base other_) booleanImplementationGuide.ManifestResourceComponent.equalsDeep(Base other_) booleanInsurancePlan.CoverageBenefitComponent.equalsDeep(Base other_) booleanInsurancePlan.CoverageBenefitLimitComponent.equalsDeep(Base other_) booleanInsurancePlan.equalsDeep(Base other_) booleanInsurancePlan.InsurancePlanContactComponent.equalsDeep(Base other_) booleanInsurancePlan.InsurancePlanCoverageComponent.equalsDeep(Base other_) booleanInsurancePlan.InsurancePlanPlanComponent.equalsDeep(Base other_) booleanInsurancePlan.InsurancePlanPlanGeneralCostComponent.equalsDeep(Base other_) booleanInsurancePlan.InsurancePlanPlanSpecificCostComponent.equalsDeep(Base other_) booleanInsurancePlan.PlanBenefitComponent.equalsDeep(Base other_) booleanInsurancePlan.PlanBenefitCostComponent.equalsDeep(Base other_) booleanInvoice.equalsDeep(Base other_) booleanInvoice.InvoiceLineItemComponent.equalsDeep(Base other_) booleanInvoice.InvoiceLineItemPriceComponentComponent.equalsDeep(Base other_) booleanInvoice.InvoiceParticipantComponent.equalsDeep(Base other_) booleanLibrary.equalsDeep(Base other_) booleanLinkage.equalsDeep(Base other_) booleanLinkage.LinkageItemComponent.equalsDeep(Base other_) booleanListResource.equalsDeep(Base other_) booleanListResource.ListEntryComponent.equalsDeep(Base other_) booleanLocation.equalsDeep(Base other_) booleanLocation.LocationHoursOfOperationComponent.equalsDeep(Base other_) booleanLocation.LocationPositionComponent.equalsDeep(Base other_) booleanMarketingStatus.equalsDeep(Base other_) booleanMeasure.equalsDeep(Base other_) booleanMeasure.MeasureGroupComponent.equalsDeep(Base other_) booleanMeasure.MeasureGroupPopulationComponent.equalsDeep(Base other_) booleanMeasure.MeasureGroupStratifierComponent.equalsDeep(Base other_) booleanMeasure.MeasureGroupStratifierComponentComponent.equalsDeep(Base other_) booleanMeasure.MeasureSupplementalDataComponent.equalsDeep(Base other_) booleanMeasureReport.equalsDeep(Base other_) booleanMeasureReport.MeasureReportGroupComponent.equalsDeep(Base other_) booleanMeasureReport.MeasureReportGroupPopulationComponent.equalsDeep(Base other_) booleanMeasureReport.MeasureReportGroupStratifierComponent.equalsDeep(Base other_) booleanMeasureReport.StratifierGroupComponent.equalsDeep(Base other_) booleanMeasureReport.StratifierGroupComponentComponent.equalsDeep(Base other_) booleanMeasureReport.StratifierGroupPopulationComponent.equalsDeep(Base other_) booleanMedia.equalsDeep(Base other_) booleanMedication.equalsDeep(Base other_) booleanMedication.MedicationBatchComponent.equalsDeep(Base other_) booleanMedication.MedicationIngredientComponent.equalsDeep(Base other_) booleanMedicationAdministration.equalsDeep(Base other_) booleanMedicationAdministration.MedicationAdministrationDosageComponent.equalsDeep(Base other_) booleanMedicationAdministration.MedicationAdministrationPerformerComponent.equalsDeep(Base other_) booleanMedicationDispense.equalsDeep(Base other_) booleanMedicationDispense.MedicationDispensePerformerComponent.equalsDeep(Base other_) booleanMedicationDispense.MedicationDispenseSubstitutionComponent.equalsDeep(Base other_) booleanMedicationKnowledge.equalsDeep(Base other_) booleanMedicationKnowledge.MedicationKnowledgeAdministrationGuidelinesComponent.equalsDeep(Base other_) booleanMedicationKnowledge.MedicationKnowledgeAdministrationGuidelinesDosageComponent.equalsDeep(Base other_) booleanMedicationKnowledge.MedicationKnowledgeAdministrationGuidelinesPatientCharacteristicsComponent.equalsDeep(Base other_) booleanMedicationKnowledge.MedicationKnowledgeCostComponent.equalsDeep(Base other_) booleanMedicationKnowledge.MedicationKnowledgeDrugCharacteristicComponent.equalsDeep(Base other_) booleanMedicationKnowledge.MedicationKnowledgeIngredientComponent.equalsDeep(Base other_) booleanMedicationKnowledge.MedicationKnowledgeKineticsComponent.equalsDeep(Base other_) booleanMedicationKnowledge.MedicationKnowledgeMedicineClassificationComponent.equalsDeep(Base other_) booleanMedicationKnowledge.MedicationKnowledgeMonitoringProgramComponent.equalsDeep(Base other_) booleanMedicationKnowledge.MedicationKnowledgeMonographComponent.equalsDeep(Base other_) booleanMedicationKnowledge.MedicationKnowledgePackagingComponent.equalsDeep(Base other_) booleanMedicationKnowledge.MedicationKnowledgeRegulatoryComponent.equalsDeep(Base other_) booleanMedicationKnowledge.MedicationKnowledgeRegulatoryMaxDispenseComponent.equalsDeep(Base other_) booleanMedicationKnowledge.MedicationKnowledgeRegulatoryScheduleComponent.equalsDeep(Base other_) booleanMedicationKnowledge.MedicationKnowledgeRegulatorySubstitutionComponent.equalsDeep(Base other_) booleanMedicationKnowledge.MedicationKnowledgeRelatedMedicationKnowledgeComponent.equalsDeep(Base other_) booleanMedicationRequest.equalsDeep(Base other_) booleanMedicationRequest.MedicationRequestDispenseRequestComponent.equalsDeep(Base other_) booleanMedicationRequest.MedicationRequestDispenseRequestInitialFillComponent.equalsDeep(Base other_) booleanMedicationRequest.MedicationRequestSubstitutionComponent.equalsDeep(Base other_) booleanMedicationStatement.equalsDeep(Base other_) booleanMedicinalProduct.equalsDeep(Base other_) booleanMedicinalProduct.MedicinalProductManufacturingBusinessOperationComponent.equalsDeep(Base other_) booleanMedicinalProduct.MedicinalProductNameComponent.equalsDeep(Base other_) booleanMedicinalProduct.MedicinalProductNameCountryLanguageComponent.equalsDeep(Base other_) booleanMedicinalProduct.MedicinalProductNameNamePartComponent.equalsDeep(Base other_) booleanMedicinalProduct.MedicinalProductSpecialDesignationComponent.equalsDeep(Base other_) booleanMedicinalProductAuthorization.equalsDeep(Base other_) booleanMedicinalProductAuthorization.MedicinalProductAuthorizationJurisdictionalAuthorizationComponent.equalsDeep(Base other_) booleanMedicinalProductAuthorization.MedicinalProductAuthorizationProcedureComponent.equalsDeep(Base other_) booleanMedicinalProductContraindication.equalsDeep(Base other_) booleanMedicinalProductContraindication.MedicinalProductContraindicationOtherTherapyComponent.equalsDeep(Base other_) booleanMedicinalProductIndication.equalsDeep(Base other_) booleanMedicinalProductIndication.MedicinalProductIndicationOtherTherapyComponent.equalsDeep(Base other_) booleanMedicinalProductIngredient.equalsDeep(Base other_) booleanMedicinalProductIngredient.MedicinalProductIngredientSpecifiedSubstanceComponent.equalsDeep(Base other_) booleanMedicinalProductIngredient.MedicinalProductIngredientSpecifiedSubstanceStrengthComponent.equalsDeep(Base other_) booleanMedicinalProductIngredient.MedicinalProductIngredientSpecifiedSubstanceStrengthReferenceStrengthComponent.equalsDeep(Base other_) booleanMedicinalProductIngredient.MedicinalProductIngredientSubstanceComponent.equalsDeep(Base other_) booleanMedicinalProductInteraction.equalsDeep(Base other_) booleanMedicinalProductInteraction.MedicinalProductInteractionInteractantComponent.equalsDeep(Base other_) booleanMedicinalProductManufactured.equalsDeep(Base other_) booleanMedicinalProductPackaged.equalsDeep(Base other_) booleanMedicinalProductPackaged.MedicinalProductPackagedBatchIdentifierComponent.equalsDeep(Base other_) booleanMedicinalProductPackaged.MedicinalProductPackagedPackageItemComponent.equalsDeep(Base other_) booleanMedicinalProductPharmaceutical.equalsDeep(Base other_) booleanMedicinalProductPharmaceutical.MedicinalProductPharmaceuticalCharacteristicsComponent.equalsDeep(Base other_) booleanMedicinalProductPharmaceutical.MedicinalProductPharmaceuticalRouteOfAdministrationComponent.equalsDeep(Base other_) booleanMedicinalProductPharmaceutical.MedicinalProductPharmaceuticalRouteOfAdministrationTargetSpeciesComponent.equalsDeep(Base other_) booleanMedicinalProductPharmaceutical.MedicinalProductPharmaceuticalRouteOfAdministrationTargetSpeciesWithdrawalPeriodComponent.equalsDeep(Base other_) booleanMedicinalProductUndesirableEffect.equalsDeep(Base other_) booleanMessageDefinition.equalsDeep(Base other_) booleanMessageDefinition.MessageDefinitionAllowedResponseComponent.equalsDeep(Base other_) booleanMessageDefinition.MessageDefinitionFocusComponent.equalsDeep(Base other_) booleanMessageHeader.equalsDeep(Base other_) booleanMessageHeader.MessageDestinationComponent.equalsDeep(Base other_) booleanMessageHeader.MessageHeaderResponseComponent.equalsDeep(Base other_) booleanMessageHeader.MessageSourceComponent.equalsDeep(Base other_) booleanMeta.equalsDeep(Base other_) booleanMetadataResource.equalsDeep(Base other_) booleanMolecularSequence.equalsDeep(Base other_) booleanMolecularSequence.MolecularSequenceQualityComponent.equalsDeep(Base other_) booleanMolecularSequence.MolecularSequenceQualityRocComponent.equalsDeep(Base other_) booleanMolecularSequence.MolecularSequenceReferenceSeqComponent.equalsDeep(Base other_) booleanMolecularSequence.MolecularSequenceRepositoryComponent.equalsDeep(Base other_) booleanMolecularSequence.MolecularSequenceStructureVariantComponent.equalsDeep(Base other_) booleanMolecularSequence.MolecularSequenceStructureVariantInnerComponent.equalsDeep(Base other_) booleanMolecularSequence.MolecularSequenceStructureVariantOuterComponent.equalsDeep(Base other_) booleanMolecularSequence.MolecularSequenceVariantComponent.equalsDeep(Base other_) booleanMoney.equalsDeep(Base other_) booleanMoneyQuantity.equalsDeep(Base other_) booleanNamingSystem.equalsDeep(Base other_) booleanNamingSystem.NamingSystemUniqueIdComponent.equalsDeep(Base other_) booleanNarrative.equalsDeep(Base other_) booleanNutritionOrder.equalsDeep(Base other_) booleanNutritionOrder.NutritionOrderEnteralFormulaAdministrationComponent.equalsDeep(Base other_) booleanNutritionOrder.NutritionOrderEnteralFormulaComponent.equalsDeep(Base other_) booleanNutritionOrder.NutritionOrderOralDietComponent.equalsDeep(Base other_) booleanNutritionOrder.NutritionOrderOralDietNutrientComponent.equalsDeep(Base other_) booleanNutritionOrder.NutritionOrderOralDietTextureComponent.equalsDeep(Base other_) booleanNutritionOrder.NutritionOrderSupplementComponent.equalsDeep(Base other_) booleanObservation.equalsDeep(Base other_) booleanObservation.ObservationComponentComponent.equalsDeep(Base other_) booleanObservation.ObservationReferenceRangeComponent.equalsDeep(Base other_) booleanObservationDefinition.equalsDeep(Base other_) booleanObservationDefinition.ObservationDefinitionQualifiedIntervalComponent.equalsDeep(Base other_) booleanObservationDefinition.ObservationDefinitionQuantitativeDetailsComponent.equalsDeep(Base other_) booleanOperationDefinition.equalsDeep(Base other_) booleanOperationDefinition.OperationDefinitionOverloadComponent.equalsDeep(Base other_) booleanOperationDefinition.OperationDefinitionParameterBindingComponent.equalsDeep(Base other_) booleanOperationDefinition.OperationDefinitionParameterComponent.equalsDeep(Base other_) booleanOperationDefinition.OperationDefinitionParameterReferencedFromComponent.equalsDeep(Base other_) booleanOperationOutcome.equalsDeep(Base other_) booleanOperationOutcome.OperationOutcomeIssueComponent.equalsDeep(Base other_) booleanOrganization.equalsDeep(Base other_) booleanOrganization.OrganizationContactComponent.equalsDeep(Base other_) booleanOrganizationAffiliation.equalsDeep(Base other_) booleanParameterDefinition.equalsDeep(Base other_) booleanParameters.equalsDeep(Base other_) booleanParameters.ParametersParameterComponent.equalsDeep(Base other_) booleanPatient.ContactComponent.equalsDeep(Base other_) booleanPatient.equalsDeep(Base other_) booleanPatient.PatientCommunicationComponent.equalsDeep(Base other_) booleanPatient.PatientLinkComponent.equalsDeep(Base other_) booleanPaymentNotice.equalsDeep(Base other_) booleanPaymentReconciliation.DetailsComponent.equalsDeep(Base other_) booleanPaymentReconciliation.equalsDeep(Base other_) booleanPaymentReconciliation.NotesComponent.equalsDeep(Base other_) booleanPeriod.equalsDeep(Base other_) booleanPerson.equalsDeep(Base other_) booleanPerson.PersonLinkComponent.equalsDeep(Base other_) booleanPlanDefinition.equalsDeep(Base other_) booleanPlanDefinition.PlanDefinitionActionComponent.equalsDeep(Base other_) booleanPlanDefinition.PlanDefinitionActionConditionComponent.equalsDeep(Base other_) booleanPlanDefinition.PlanDefinitionActionDynamicValueComponent.equalsDeep(Base other_) booleanPlanDefinition.PlanDefinitionActionParticipantComponent.equalsDeep(Base other_) booleanPlanDefinition.PlanDefinitionActionRelatedActionComponent.equalsDeep(Base other_) booleanPlanDefinition.PlanDefinitionGoalComponent.equalsDeep(Base other_) booleanPlanDefinition.PlanDefinitionGoalTargetComponent.equalsDeep(Base other_) booleanPopulation.equalsDeep(Base other_) booleanPractitioner.equalsDeep(Base other_) booleanPractitioner.PractitionerQualificationComponent.equalsDeep(Base other_) booleanPractitionerRole.equalsDeep(Base other_) booleanPractitionerRole.PractitionerRoleAvailableTimeComponent.equalsDeep(Base other_) booleanPractitionerRole.PractitionerRoleNotAvailableComponent.equalsDeep(Base other_) booleanPrimitiveType.equalsDeep(Base obj) booleanProcedure.equalsDeep(Base other_) booleanProcedure.ProcedureFocalDeviceComponent.equalsDeep(Base other_) booleanProcedure.ProcedurePerformerComponent.equalsDeep(Base other_) booleanProdCharacteristic.equalsDeep(Base other_) booleanProductShelfLife.equalsDeep(Base other_) booleanProvenance.equalsDeep(Base other_) booleanProvenance.ProvenanceAgentComponent.equalsDeep(Base other_) booleanProvenance.ProvenanceEntityComponent.equalsDeep(Base other_) booleanQuantity.equalsDeep(Base other_) booleanQuestionnaire.equalsDeep(Base other_) booleanQuestionnaire.QuestionnaireItemAnswerOptionComponent.equalsDeep(Base other_) booleanQuestionnaire.QuestionnaireItemComponent.equalsDeep(Base other_) booleanQuestionnaire.QuestionnaireItemEnableWhenComponent.equalsDeep(Base other_) booleanQuestionnaire.QuestionnaireItemInitialComponent.equalsDeep(Base other_) booleanQuestionnaireResponse.equalsDeep(Base other_) booleanQuestionnaireResponse.QuestionnaireResponseItemAnswerComponent.equalsDeep(Base other_) booleanQuestionnaireResponse.QuestionnaireResponseItemComponent.equalsDeep(Base other_) booleanRange.equalsDeep(Base other_) booleanRatio.equalsDeep(Base other_) booleanReference.equalsDeep(Base other_) booleanRelatedArtifact.equalsDeep(Base other_) booleanRelatedPerson.equalsDeep(Base other_) booleanRelatedPerson.RelatedPersonCommunicationComponent.equalsDeep(Base other_) booleanRequestGroup.equalsDeep(Base other_) booleanRequestGroup.RequestGroupActionComponent.equalsDeep(Base other_) booleanRequestGroup.RequestGroupActionConditionComponent.equalsDeep(Base other_) booleanRequestGroup.RequestGroupActionRelatedActionComponent.equalsDeep(Base other_) booleanResearchDefinition.equalsDeep(Base other_) booleanResearchElementDefinition.equalsDeep(Base other_) booleanResearchElementDefinition.ResearchElementDefinitionCharacteristicComponent.equalsDeep(Base other_) booleanResearchStudy.equalsDeep(Base other_) booleanResearchStudy.ResearchStudyArmComponent.equalsDeep(Base other_) booleanResearchStudy.ResearchStudyObjectiveComponent.equalsDeep(Base other_) booleanResearchSubject.equalsDeep(Base other_) booleanResource.equalsDeep(Base other_) booleanRiskAssessment.equalsDeep(Base other_) booleanRiskAssessment.RiskAssessmentPredictionComponent.equalsDeep(Base other_) booleanRiskEvidenceSynthesis.equalsDeep(Base other_) booleanRiskEvidenceSynthesis.RiskEvidenceSynthesisCertaintyCertaintySubcomponentComponent.equalsDeep(Base other_) booleanRiskEvidenceSynthesis.RiskEvidenceSynthesisCertaintyComponent.equalsDeep(Base other_) booleanRiskEvidenceSynthesis.RiskEvidenceSynthesisRiskEstimateComponent.equalsDeep(Base other_) booleanRiskEvidenceSynthesis.RiskEvidenceSynthesisRiskEstimatePrecisionEstimateComponent.equalsDeep(Base other_) booleanRiskEvidenceSynthesis.RiskEvidenceSynthesisSampleSizeComponent.equalsDeep(Base other_) booleanSampledData.equalsDeep(Base other_) booleanSchedule.equalsDeep(Base other_) booleanSearchParameter.equalsDeep(Base other_) booleanSearchParameter.SearchParameterComponentComponent.equalsDeep(Base other_) booleanServiceRequest.equalsDeep(Base other_) booleanSignature.equalsDeep(Base other_) booleanSimpleQuantity.equalsDeep(Base other_) booleanSlot.equalsDeep(Base other_) booleanSpecimen.equalsDeep(Base other_) booleanSpecimen.SpecimenCollectionComponent.equalsDeep(Base other_) booleanSpecimen.SpecimenContainerComponent.equalsDeep(Base other_) booleanSpecimen.SpecimenProcessingComponent.equalsDeep(Base other_) booleanSpecimenDefinition.equalsDeep(Base other_) booleanSpecimenDefinition.SpecimenDefinitionTypeTestedComponent.equalsDeep(Base other_) booleanSpecimenDefinition.SpecimenDefinitionTypeTestedContainerAdditiveComponent.equalsDeep(Base other_) booleanSpecimenDefinition.SpecimenDefinitionTypeTestedContainerComponent.equalsDeep(Base other_) booleanSpecimenDefinition.SpecimenDefinitionTypeTestedHandlingComponent.equalsDeep(Base other_) booleanStructureDefinition.equalsDeep(Base other_) booleanStructureDefinition.StructureDefinitionContextComponent.equalsDeep(Base other_) booleanStructureDefinition.StructureDefinitionDifferentialComponent.equalsDeep(Base other_) booleanStructureDefinition.StructureDefinitionMappingComponent.equalsDeep(Base other_) booleanStructureDefinition.StructureDefinitionSnapshotComponent.equalsDeep(Base other_) booleanStructureMap.equalsDeep(Base other_) booleanStructureMap.StructureMapGroupComponent.equalsDeep(Base other_) booleanStructureMap.StructureMapGroupInputComponent.equalsDeep(Base other_) booleanStructureMap.StructureMapGroupRuleComponent.equalsDeep(Base other_) booleanStructureMap.StructureMapGroupRuleDependentComponent.equalsDeep(Base other_) booleanStructureMap.StructureMapGroupRuleSourceComponent.equalsDeep(Base other_) booleanStructureMap.StructureMapGroupRuleTargetComponent.equalsDeep(Base other_) booleanStructureMap.StructureMapGroupRuleTargetParameterComponent.equalsDeep(Base other_) booleanStructureMap.StructureMapStructureComponent.equalsDeep(Base other_) booleanSubscription.equalsDeep(Base other_) booleanSubscription.SubscriptionChannelComponent.equalsDeep(Base other_) booleanSubstance.equalsDeep(Base other_) booleanSubstance.SubstanceIngredientComponent.equalsDeep(Base other_) booleanSubstance.SubstanceInstanceComponent.equalsDeep(Base other_) booleanSubstanceAmount.equalsDeep(Base other_) booleanSubstanceAmount.SubstanceAmountReferenceRangeComponent.equalsDeep(Base other_) booleanSubstanceNucleicAcid.equalsDeep(Base other_) booleanSubstanceNucleicAcid.SubstanceNucleicAcidSubunitComponent.equalsDeep(Base other_) booleanSubstanceNucleicAcid.SubstanceNucleicAcidSubunitLinkageComponent.equalsDeep(Base other_) booleanSubstanceNucleicAcid.SubstanceNucleicAcidSubunitSugarComponent.equalsDeep(Base other_) booleanSubstancePolymer.equalsDeep(Base other_) booleanSubstancePolymer.SubstancePolymerMonomerSetComponent.equalsDeep(Base other_) booleanSubstancePolymer.SubstancePolymerMonomerSetStartingMaterialComponent.equalsDeep(Base other_) booleanSubstancePolymer.SubstancePolymerRepeatComponent.equalsDeep(Base other_) booleanSubstancePolymer.SubstancePolymerRepeatRepeatUnitComponent.equalsDeep(Base other_) booleanSubstancePolymer.SubstancePolymerRepeatRepeatUnitDegreeOfPolymerisationComponent.equalsDeep(Base other_) booleanSubstancePolymer.SubstancePolymerRepeatRepeatUnitStructuralRepresentationComponent.equalsDeep(Base other_) booleanSubstanceProtein.equalsDeep(Base other_) booleanSubstanceProtein.SubstanceProteinSubunitComponent.equalsDeep(Base other_) booleanSubstanceReferenceInformation.equalsDeep(Base other_) booleanSubstanceReferenceInformation.SubstanceReferenceInformationClassificationComponent.equalsDeep(Base other_) booleanSubstanceReferenceInformation.SubstanceReferenceInformationGeneComponent.equalsDeep(Base other_) booleanSubstanceReferenceInformation.SubstanceReferenceInformationGeneElementComponent.equalsDeep(Base other_) booleanSubstanceReferenceInformation.SubstanceReferenceInformationTargetComponent.equalsDeep(Base other_) booleanSubstanceSourceMaterial.equalsDeep(Base other_) booleanSubstanceSourceMaterial.SubstanceSourceMaterialFractionDescriptionComponent.equalsDeep(Base other_) booleanSubstanceSourceMaterial.SubstanceSourceMaterialOrganismAuthorComponent.equalsDeep(Base other_) booleanSubstanceSourceMaterial.SubstanceSourceMaterialOrganismComponent.equalsDeep(Base other_) booleanSubstanceSourceMaterial.SubstanceSourceMaterialOrganismHybridComponent.equalsDeep(Base other_) booleanSubstanceSourceMaterial.SubstanceSourceMaterialOrganismOrganismGeneralComponent.equalsDeep(Base other_) booleanSubstanceSourceMaterial.SubstanceSourceMaterialPartDescriptionComponent.equalsDeep(Base other_) booleanSubstanceSpecification.equalsDeep(Base other_) booleanSubstanceSpecification.SubstanceSpecificationCodeComponent.equalsDeep(Base other_) booleanSubstanceSpecification.SubstanceSpecificationMoietyComponent.equalsDeep(Base other_) booleanSubstanceSpecification.SubstanceSpecificationNameComponent.equalsDeep(Base other_) booleanSubstanceSpecification.SubstanceSpecificationNameOfficialComponent.equalsDeep(Base other_) booleanSubstanceSpecification.SubstanceSpecificationPropertyComponent.equalsDeep(Base other_) booleanSubstanceSpecification.SubstanceSpecificationRelationshipComponent.equalsDeep(Base other_) booleanSubstanceSpecification.SubstanceSpecificationStructureComponent.equalsDeep(Base other_) booleanSubstanceSpecification.SubstanceSpecificationStructureIsotopeComponent.equalsDeep(Base other_) booleanSubstanceSpecification.SubstanceSpecificationStructureIsotopeMolecularWeightComponent.equalsDeep(Base other_) booleanSubstanceSpecification.SubstanceSpecificationStructureRepresentationComponent.equalsDeep(Base other_) booleanSupplyDelivery.equalsDeep(Base other_) booleanSupplyDelivery.SupplyDeliverySuppliedItemComponent.equalsDeep(Base other_) booleanSupplyRequest.equalsDeep(Base other_) booleanSupplyRequest.SupplyRequestParameterComponent.equalsDeep(Base other_) booleanTask.equalsDeep(Base other_) booleanTask.ParameterComponent.equalsDeep(Base other_) booleanTask.TaskOutputComponent.equalsDeep(Base other_) booleanTask.TaskRestrictionComponent.equalsDeep(Base other_) booleanTerminologyCapabilities.equalsDeep(Base other_) booleanTerminologyCapabilities.TerminologyCapabilitiesClosureComponent.equalsDeep(Base other_) booleanTerminologyCapabilities.TerminologyCapabilitiesCodeSystemComponent.equalsDeep(Base other_) booleanTerminologyCapabilities.TerminologyCapabilitiesCodeSystemVersionComponent.equalsDeep(Base other_) booleanTerminologyCapabilities.TerminologyCapabilitiesCodeSystemVersionFilterComponent.equalsDeep(Base other_) booleanTerminologyCapabilities.TerminologyCapabilitiesExpansionComponent.equalsDeep(Base other_) booleanTerminologyCapabilities.TerminologyCapabilitiesExpansionParameterComponent.equalsDeep(Base other_) booleanTerminologyCapabilities.TerminologyCapabilitiesImplementationComponent.equalsDeep(Base other_) booleanTerminologyCapabilities.TerminologyCapabilitiesSoftwareComponent.equalsDeep(Base other_) booleanTerminologyCapabilities.TerminologyCapabilitiesTranslationComponent.equalsDeep(Base other_) booleanTerminologyCapabilities.TerminologyCapabilitiesValidateCodeComponent.equalsDeep(Base other_) booleanTestReport.equalsDeep(Base other_) booleanTestReport.SetupActionAssertComponent.equalsDeep(Base other_) booleanTestReport.SetupActionComponent.equalsDeep(Base other_) booleanTestReport.SetupActionOperationComponent.equalsDeep(Base other_) booleanTestReport.TeardownActionComponent.equalsDeep(Base other_) booleanTestReport.TestActionComponent.equalsDeep(Base other_) booleanTestReport.TestReportParticipantComponent.equalsDeep(Base other_) booleanTestReport.TestReportSetupComponent.equalsDeep(Base other_) booleanTestReport.TestReportTeardownComponent.equalsDeep(Base other_) booleanTestReport.TestReportTestComponent.equalsDeep(Base other_) booleanTestScript.equalsDeep(Base other_) booleanTestScript.SetupActionAssertComponent.equalsDeep(Base other_) booleanTestScript.SetupActionComponent.equalsDeep(Base other_) booleanTestScript.SetupActionOperationComponent.equalsDeep(Base other_) booleanTestScript.SetupActionOperationRequestHeaderComponent.equalsDeep(Base other_) booleanTestScript.TeardownActionComponent.equalsDeep(Base other_) booleanTestScript.TestActionComponent.equalsDeep(Base other_) booleanTestScript.TestScriptDestinationComponent.equalsDeep(Base other_) booleanTestScript.TestScriptFixtureComponent.equalsDeep(Base other_) booleanTestScript.TestScriptMetadataCapabilityComponent.equalsDeep(Base other_) booleanTestScript.TestScriptMetadataComponent.equalsDeep(Base other_) booleanTestScript.TestScriptMetadataLinkComponent.equalsDeep(Base other_) booleanTestScript.TestScriptOriginComponent.equalsDeep(Base other_) booleanTestScript.TestScriptSetupComponent.equalsDeep(Base other_) booleanTestScript.TestScriptTeardownComponent.equalsDeep(Base other_) booleanTestScript.TestScriptTestComponent.equalsDeep(Base other_) booleanTestScript.TestScriptVariableComponent.equalsDeep(Base other_) booleanTiming.equalsDeep(Base other_) booleanTiming.TimingRepeatComponent.equalsDeep(Base other_) booleanTriggerDefinition.equalsDeep(Base other_) booleanUriType.equalsDeep(Base obj) booleanUsageContext.equalsDeep(Base other_) booleanValueSet.ConceptReferenceComponent.equalsDeep(Base other_) booleanValueSet.ConceptReferenceDesignationComponent.equalsDeep(Base other_) booleanValueSet.ConceptSetComponent.equalsDeep(Base other_) booleanValueSet.ConceptSetFilterComponent.equalsDeep(Base other_) booleanValueSet.equalsDeep(Base other_) booleanValueSet.ValueSetComposeComponent.equalsDeep(Base other_) booleanValueSet.ValueSetExpansionComponent.equalsDeep(Base other_) booleanValueSet.ValueSetExpansionContainsComponent.equalsDeep(Base other_) booleanValueSet.ValueSetExpansionParameterComponent.equalsDeep(Base other_) booleanVerificationResult.equalsDeep(Base other_) booleanVerificationResult.VerificationResultAttestationComponent.equalsDeep(Base other_) booleanVerificationResult.VerificationResultPrimarySourceComponent.equalsDeep(Base other_) booleanVerificationResult.VerificationResultValidatorComponent.equalsDeep(Base other_) booleanVisionPrescription.equalsDeep(Base other_) booleanVisionPrescription.PrismComponent.equalsDeep(Base other_) booleanVisionPrescription.VisionPrescriptionLensSpecificationComponent.equalsDeep(Base other_) booleanAccount.CoverageComponent.equalsShallow(Base other_) booleanAccount.equalsShallow(Base other_) booleanAccount.GuarantorComponent.equalsShallow(Base other_) booleanActivityDefinition.ActivityDefinitionDynamicValueComponent.equalsShallow(Base other_) booleanActivityDefinition.ActivityDefinitionParticipantComponent.equalsShallow(Base other_) booleanActivityDefinition.equalsShallow(Base other_) booleanAddress.equalsShallow(Base other_) booleanAdverseEvent.AdverseEventSuspectEntityCausalityComponent.equalsShallow(Base other_) booleanAdverseEvent.AdverseEventSuspectEntityComponent.equalsShallow(Base other_) booleanAdverseEvent.equalsShallow(Base other_) booleanAge.equalsShallow(Base other_) booleanAllergyIntolerance.AllergyIntoleranceReactionComponent.equalsShallow(Base other_) booleanAllergyIntolerance.equalsShallow(Base other_) booleanAnnotation.equalsShallow(Base other_) booleanAppointment.AppointmentParticipantComponent.equalsShallow(Base other_) booleanAppointment.equalsShallow(Base other_) booleanAppointmentResponse.equalsShallow(Base other_) booleanAttachment.equalsShallow(Base other_) booleanAuditEvent.AuditEventAgentComponent.equalsShallow(Base other_) booleanAuditEvent.AuditEventAgentNetworkComponent.equalsShallow(Base other_) booleanAuditEvent.AuditEventEntityComponent.equalsShallow(Base other_) booleanAuditEvent.AuditEventEntityDetailComponent.equalsShallow(Base other_) booleanAuditEvent.AuditEventSourceComponent.equalsShallow(Base other_) booleanAuditEvent.equalsShallow(Base other_) booleanBackboneElement.equalsShallow(Base other_) booleanBackboneType.equalsShallow(Base other_) booleanBase.equalsShallow(Base other) booleanBasic.equalsShallow(Base other_) booleanBinary.equalsShallow(Base other_) booleanBiologicallyDerivedProduct.BiologicallyDerivedProductCollectionComponent.equalsShallow(Base other_) booleanBiologicallyDerivedProduct.BiologicallyDerivedProductManipulationComponent.equalsShallow(Base other_) booleanBiologicallyDerivedProduct.BiologicallyDerivedProductProcessingComponent.equalsShallow(Base other_) booleanBiologicallyDerivedProduct.BiologicallyDerivedProductStorageComponent.equalsShallow(Base other_) booleanBiologicallyDerivedProduct.equalsShallow(Base other_) booleanBodyStructure.equalsShallow(Base other_) booleanBundle.BundleEntryComponent.equalsShallow(Base other_) booleanBundle.BundleEntryRequestComponent.equalsShallow(Base other_) booleanBundle.BundleEntryResponseComponent.equalsShallow(Base other_) booleanBundle.BundleEntrySearchComponent.equalsShallow(Base other_) booleanBundle.BundleLinkComponent.equalsShallow(Base other_) booleanBundle.equalsShallow(Base other_) booleanCapabilityStatement.CapabilityStatementDocumentComponent.equalsShallow(Base other_) booleanCapabilityStatement.CapabilityStatementImplementationComponent.equalsShallow(Base other_) booleanCapabilityStatement.CapabilityStatementMessagingComponent.equalsShallow(Base other_) booleanCapabilityStatement.CapabilityStatementMessagingEndpointComponent.equalsShallow(Base other_) booleanCapabilityStatement.CapabilityStatementMessagingSupportedMessageComponent.equalsShallow(Base other_) booleanCapabilityStatement.CapabilityStatementRestComponent.equalsShallow(Base other_) booleanCapabilityStatement.CapabilityStatementRestResourceComponent.equalsShallow(Base other_) booleanCapabilityStatement.CapabilityStatementRestResourceOperationComponent.equalsShallow(Base other_) booleanCapabilityStatement.CapabilityStatementRestResourceSearchParamComponent.equalsShallow(Base other_) booleanCapabilityStatement.CapabilityStatementRestSecurityComponent.equalsShallow(Base other_) booleanCapabilityStatement.CapabilityStatementSoftwareComponent.equalsShallow(Base other_) booleanCapabilityStatement.equalsShallow(Base other_) booleanCapabilityStatement.ResourceInteractionComponent.equalsShallow(Base other_) booleanCapabilityStatement.SystemInteractionComponent.equalsShallow(Base other_) booleanCarePlan.CarePlanActivityComponent.equalsShallow(Base other_) booleanCarePlan.CarePlanActivityDetailComponent.equalsShallow(Base other_) booleanCarePlan.equalsShallow(Base other_) booleanCareTeam.CareTeamParticipantComponent.equalsShallow(Base other_) booleanCareTeam.equalsShallow(Base other_) booleanCatalogEntry.CatalogEntryRelatedEntryComponent.equalsShallow(Base other_) booleanCatalogEntry.equalsShallow(Base other_) booleanChargeItem.ChargeItemPerformerComponent.equalsShallow(Base other_) booleanChargeItem.equalsShallow(Base other_) booleanChargeItemDefinition.ChargeItemDefinitionApplicabilityComponent.equalsShallow(Base other_) booleanChargeItemDefinition.ChargeItemDefinitionPropertyGroupComponent.equalsShallow(Base other_) booleanChargeItemDefinition.ChargeItemDefinitionPropertyGroupPriceComponentComponent.equalsShallow(Base other_) booleanChargeItemDefinition.equalsShallow(Base other_) booleanClaim.AccidentComponent.equalsShallow(Base other_) booleanClaim.CareTeamComponent.equalsShallow(Base other_) booleanClaim.DetailComponent.equalsShallow(Base other_) booleanClaim.DiagnosisComponent.equalsShallow(Base other_) booleanClaim.equalsShallow(Base other_) booleanClaim.InsuranceComponent.equalsShallow(Base other_) booleanClaim.ItemComponent.equalsShallow(Base other_) booleanClaim.PayeeComponent.equalsShallow(Base other_) booleanClaim.ProcedureComponent.equalsShallow(Base other_) booleanClaim.RelatedClaimComponent.equalsShallow(Base other_) booleanClaim.SubDetailComponent.equalsShallow(Base other_) booleanClaim.SupportingInformationComponent.equalsShallow(Base other_) booleanClaimResponse.AddedItemComponent.equalsShallow(Base other_) booleanClaimResponse.AddedItemDetailComponent.equalsShallow(Base other_) booleanClaimResponse.AddedItemSubDetailComponent.equalsShallow(Base other_) booleanClaimResponse.AdjudicationComponent.equalsShallow(Base other_) booleanClaimResponse.equalsShallow(Base other_) booleanClaimResponse.ErrorComponent.equalsShallow(Base other_) booleanClaimResponse.InsuranceComponent.equalsShallow(Base other_) booleanClaimResponse.ItemComponent.equalsShallow(Base other_) booleanClaimResponse.ItemDetailComponent.equalsShallow(Base other_) booleanClaimResponse.NoteComponent.equalsShallow(Base other_) booleanClaimResponse.PaymentComponent.equalsShallow(Base other_) booleanClaimResponse.SubDetailComponent.equalsShallow(Base other_) booleanClaimResponse.TotalComponent.equalsShallow(Base other_) booleanClinicalImpression.ClinicalImpressionFindingComponent.equalsShallow(Base other_) booleanClinicalImpression.ClinicalImpressionInvestigationComponent.equalsShallow(Base other_) booleanClinicalImpression.equalsShallow(Base other_) booleanCodeableConcept.equalsShallow(Base other_) booleanCodeSystem.CodeSystemFilterComponent.equalsShallow(Base other_) booleanCodeSystem.ConceptDefinitionComponent.equalsShallow(Base other_) booleanCodeSystem.ConceptDefinitionDesignationComponent.equalsShallow(Base other_) booleanCodeSystem.ConceptPropertyComponent.equalsShallow(Base other_) booleanCodeSystem.equalsShallow(Base other_) booleanCodeSystem.PropertyComponent.equalsShallow(Base other_) booleanCoding.equalsShallow(Base other_) booleanCommunication.CommunicationPayloadComponent.equalsShallow(Base other_) booleanCommunication.equalsShallow(Base other_) booleanCommunicationRequest.CommunicationRequestPayloadComponent.equalsShallow(Base other_) booleanCommunicationRequest.equalsShallow(Base other_) booleanCompartmentDefinition.CompartmentDefinitionResourceComponent.equalsShallow(Base other_) booleanCompartmentDefinition.equalsShallow(Base other_) booleanComposition.CompositionAttesterComponent.equalsShallow(Base other_) booleanComposition.CompositionEventComponent.equalsShallow(Base other_) booleanComposition.CompositionRelatesToComponent.equalsShallow(Base other_) booleanComposition.equalsShallow(Base other_) booleanComposition.SectionComponent.equalsShallow(Base other_) booleanConceptMap.ConceptMapGroupComponent.equalsShallow(Base other_) booleanConceptMap.ConceptMapGroupUnmappedComponent.equalsShallow(Base other_) booleanConceptMap.equalsShallow(Base other_) booleanConceptMap.OtherElementComponent.equalsShallow(Base other_) booleanConceptMap.SourceElementComponent.equalsShallow(Base other_) booleanConceptMap.TargetElementComponent.equalsShallow(Base other_) booleanCondition.ConditionEvidenceComponent.equalsShallow(Base other_) booleanCondition.ConditionStageComponent.equalsShallow(Base other_) booleanCondition.equalsShallow(Base other_) booleanConsent.ConsentPolicyComponent.equalsShallow(Base other_) booleanConsent.ConsentVerificationComponent.equalsShallow(Base other_) booleanConsent.equalsShallow(Base other_) booleanConsent.provisionActorComponent.equalsShallow(Base other_) booleanConsent.ProvisionComponent.equalsShallow(Base other_) booleanConsent.provisionDataComponent.equalsShallow(Base other_) booleanContactDetail.equalsShallow(Base other_) booleanContactPoint.equalsShallow(Base other_) booleanContract.ActionComponent.equalsShallow(Base other_) booleanContract.ActionSubjectComponent.equalsShallow(Base other_) booleanContract.AnswerComponent.equalsShallow(Base other_) booleanContract.AssetContextComponent.equalsShallow(Base other_) booleanContract.ComputableLanguageComponent.equalsShallow(Base other_) booleanContract.ContentDefinitionComponent.equalsShallow(Base other_) booleanContract.ContractAssetComponent.equalsShallow(Base other_) booleanContract.ContractOfferComponent.equalsShallow(Base other_) booleanContract.ContractPartyComponent.equalsShallow(Base other_) booleanContract.equalsShallow(Base other_) booleanContract.FriendlyLanguageComponent.equalsShallow(Base other_) booleanContract.LegalLanguageComponent.equalsShallow(Base other_) booleanContract.SecurityLabelComponent.equalsShallow(Base other_) booleanContract.SignatoryComponent.equalsShallow(Base other_) booleanContract.TermComponent.equalsShallow(Base other_) booleanContract.ValuedItemComponent.equalsShallow(Base other_) booleanContributor.equalsShallow(Base other_) booleanCount.equalsShallow(Base other_) booleanCoverage.ClassComponent.equalsShallow(Base other_) booleanCoverage.CostToBeneficiaryComponent.equalsShallow(Base other_) booleanCoverage.equalsShallow(Base other_) booleanCoverage.ExemptionComponent.equalsShallow(Base other_) booleanCoverageEligibilityRequest.DetailsComponent.equalsShallow(Base other_) booleanCoverageEligibilityRequest.DiagnosisComponent.equalsShallow(Base other_) booleanCoverageEligibilityRequest.equalsShallow(Base other_) booleanCoverageEligibilityRequest.InsuranceComponent.equalsShallow(Base other_) booleanCoverageEligibilityRequest.SupportingInformationComponent.equalsShallow(Base other_) booleanCoverageEligibilityResponse.BenefitComponent.equalsShallow(Base other_) booleanCoverageEligibilityResponse.equalsShallow(Base other_) booleanCoverageEligibilityResponse.ErrorsComponent.equalsShallow(Base other_) booleanCoverageEligibilityResponse.InsuranceComponent.equalsShallow(Base other_) booleanCoverageEligibilityResponse.ItemsComponent.equalsShallow(Base other_) booleanDataRequirement.DataRequirementCodeFilterComponent.equalsShallow(Base other_) booleanDataRequirement.DataRequirementDateFilterComponent.equalsShallow(Base other_) booleanDataRequirement.DataRequirementSortComponent.equalsShallow(Base other_) booleanDataRequirement.equalsShallow(Base other_) booleanDetectedIssue.DetectedIssueEvidenceComponent.equalsShallow(Base other_) booleanDetectedIssue.DetectedIssueMitigationComponent.equalsShallow(Base other_) booleanDetectedIssue.equalsShallow(Base other_) booleanDevice.DeviceDeviceNameComponent.equalsShallow(Base other_) booleanDevice.DevicePropertyComponent.equalsShallow(Base other_) booleanDevice.DeviceSpecializationComponent.equalsShallow(Base other_) booleanDevice.DeviceUdiCarrierComponent.equalsShallow(Base other_) booleanDevice.DeviceVersionComponent.equalsShallow(Base other_) booleanDevice.equalsShallow(Base other_) booleanDeviceDefinition.DeviceDefinitionCapabilityComponent.equalsShallow(Base other_) booleanDeviceDefinition.DeviceDefinitionDeviceNameComponent.equalsShallow(Base other_) booleanDeviceDefinition.DeviceDefinitionMaterialComponent.equalsShallow(Base other_) booleanDeviceDefinition.DeviceDefinitionPropertyComponent.equalsShallow(Base other_) booleanDeviceDefinition.DeviceDefinitionSpecializationComponent.equalsShallow(Base other_) booleanDeviceDefinition.DeviceDefinitionUdiDeviceIdentifierComponent.equalsShallow(Base other_) booleanDeviceDefinition.equalsShallow(Base other_) booleanDeviceMetric.DeviceMetricCalibrationComponent.equalsShallow(Base other_) booleanDeviceMetric.equalsShallow(Base other_) booleanDeviceRequest.DeviceRequestParameterComponent.equalsShallow(Base other_) booleanDeviceRequest.equalsShallow(Base other_) booleanDeviceUseStatement.equalsShallow(Base other_) booleanDiagnosticReport.DiagnosticReportMediaComponent.equalsShallow(Base other_) booleanDiagnosticReport.equalsShallow(Base other_) booleanDistance.equalsShallow(Base other_) booleanDocumentManifest.DocumentManifestRelatedComponent.equalsShallow(Base other_) booleanDocumentManifest.equalsShallow(Base other_) booleanDocumentReference.DocumentReferenceContentComponent.equalsShallow(Base other_) booleanDocumentReference.DocumentReferenceContextComponent.equalsShallow(Base other_) booleanDocumentReference.DocumentReferenceRelatesToComponent.equalsShallow(Base other_) booleanDocumentReference.equalsShallow(Base other_) booleanDomainResource.equalsShallow(Base other_) booleanDosage.DosageDoseAndRateComponent.equalsShallow(Base other_) booleanDosage.equalsShallow(Base other_) booleanDuration.equalsShallow(Base other_) booleanEffectEvidenceSynthesis.EffectEvidenceSynthesisCertaintyCertaintySubcomponentComponent.equalsShallow(Base other_) booleanEffectEvidenceSynthesis.EffectEvidenceSynthesisCertaintyComponent.equalsShallow(Base other_) booleanEffectEvidenceSynthesis.EffectEvidenceSynthesisEffectEstimateComponent.equalsShallow(Base other_) booleanEffectEvidenceSynthesis.EffectEvidenceSynthesisEffectEstimatePrecisionEstimateComponent.equalsShallow(Base other_) booleanEffectEvidenceSynthesis.EffectEvidenceSynthesisResultsByExposureComponent.equalsShallow(Base other_) booleanEffectEvidenceSynthesis.EffectEvidenceSynthesisSampleSizeComponent.equalsShallow(Base other_) booleanEffectEvidenceSynthesis.equalsShallow(Base other_) booleanElement.equalsShallow(Base other_) booleanElementDefinition.ElementDefinitionBaseComponent.equalsShallow(Base other_) booleanElementDefinition.ElementDefinitionBindingComponent.equalsShallow(Base other_) booleanElementDefinition.ElementDefinitionConstraintComponent.equalsShallow(Base other_) booleanElementDefinition.ElementDefinitionExampleComponent.equalsShallow(Base other_) booleanElementDefinition.ElementDefinitionMappingComponent.equalsShallow(Base other_) booleanElementDefinition.ElementDefinitionSlicingComponent.equalsShallow(Base other_) booleanElementDefinition.ElementDefinitionSlicingDiscriminatorComponent.equalsShallow(Base other_) booleanElementDefinition.equalsShallow(Base other_) booleanElementDefinition.TypeRefComponent.equalsShallow(Base other_) booleanEncounter.ClassHistoryComponent.equalsShallow(Base other_) booleanEncounter.DiagnosisComponent.equalsShallow(Base other_) booleanEncounter.EncounterHospitalizationComponent.equalsShallow(Base other_) booleanEncounter.EncounterLocationComponent.equalsShallow(Base other_) booleanEncounter.EncounterParticipantComponent.equalsShallow(Base other_) booleanEncounter.equalsShallow(Base other_) booleanEncounter.StatusHistoryComponent.equalsShallow(Base other_) booleanEndpoint.equalsShallow(Base other_) booleanEnrollmentRequest.equalsShallow(Base other_) booleanEnrollmentResponse.equalsShallow(Base other_) booleanEpisodeOfCare.DiagnosisComponent.equalsShallow(Base other_) booleanEpisodeOfCare.EpisodeOfCareStatusHistoryComponent.equalsShallow(Base other_) booleanEpisodeOfCare.equalsShallow(Base other_) booleanEventDefinition.equalsShallow(Base other_) booleanEvidence.equalsShallow(Base other_) booleanEvidenceVariable.equalsShallow(Base other_) booleanEvidenceVariable.EvidenceVariableCharacteristicComponent.equalsShallow(Base other_) booleanExampleScenario.equalsShallow(Base other_) booleanExampleScenario.ExampleScenarioActorComponent.equalsShallow(Base other_) booleanExampleScenario.ExampleScenarioInstanceComponent.equalsShallow(Base other_) booleanExampleScenario.ExampleScenarioInstanceContainedInstanceComponent.equalsShallow(Base other_) booleanExampleScenario.ExampleScenarioInstanceVersionComponent.equalsShallow(Base other_) booleanExampleScenario.ExampleScenarioProcessComponent.equalsShallow(Base other_) booleanExampleScenario.ExampleScenarioProcessStepAlternativeComponent.equalsShallow(Base other_) booleanExampleScenario.ExampleScenarioProcessStepComponent.equalsShallow(Base other_) booleanExampleScenario.ExampleScenarioProcessStepOperationComponent.equalsShallow(Base other_) booleanExplanationOfBenefit.AccidentComponent.equalsShallow(Base other_) booleanExplanationOfBenefit.AddedItemComponent.equalsShallow(Base other_) booleanExplanationOfBenefit.AddedItemDetailComponent.equalsShallow(Base other_) booleanExplanationOfBenefit.AddedItemDetailSubDetailComponent.equalsShallow(Base other_) booleanExplanationOfBenefit.AdjudicationComponent.equalsShallow(Base other_) booleanExplanationOfBenefit.BenefitBalanceComponent.equalsShallow(Base other_) booleanExplanationOfBenefit.BenefitComponent.equalsShallow(Base other_) booleanExplanationOfBenefit.CareTeamComponent.equalsShallow(Base other_) booleanExplanationOfBenefit.DetailComponent.equalsShallow(Base other_) booleanExplanationOfBenefit.DiagnosisComponent.equalsShallow(Base other_) booleanExplanationOfBenefit.equalsShallow(Base other_) booleanExplanationOfBenefit.InsuranceComponent.equalsShallow(Base other_) booleanExplanationOfBenefit.ItemComponent.equalsShallow(Base other_) booleanExplanationOfBenefit.NoteComponent.equalsShallow(Base other_) booleanExplanationOfBenefit.PayeeComponent.equalsShallow(Base other_) booleanExplanationOfBenefit.PaymentComponent.equalsShallow(Base other_) booleanExplanationOfBenefit.ProcedureComponent.equalsShallow(Base other_) booleanExplanationOfBenefit.RelatedClaimComponent.equalsShallow(Base other_) booleanExplanationOfBenefit.SubDetailComponent.equalsShallow(Base other_) booleanExplanationOfBenefit.SupportingInformationComponent.equalsShallow(Base other_) booleanExplanationOfBenefit.TotalComponent.equalsShallow(Base other_) booleanExpression.equalsShallow(Base other_) booleanExtension.equalsShallow(Base other_) booleanFamilyMemberHistory.equalsShallow(Base other_) booleanFamilyMemberHistory.FamilyMemberHistoryConditionComponent.equalsShallow(Base other_) booleanFlag.equalsShallow(Base other_) booleanGoal.equalsShallow(Base other_) booleanGoal.GoalTargetComponent.equalsShallow(Base other_) booleanGraphDefinition.equalsShallow(Base other_) booleanGraphDefinition.GraphDefinitionLinkComponent.equalsShallow(Base other_) booleanGraphDefinition.GraphDefinitionLinkTargetCompartmentComponent.equalsShallow(Base other_) booleanGraphDefinition.GraphDefinitionLinkTargetComponent.equalsShallow(Base other_) booleanGroup.equalsShallow(Base other_) booleanGroup.GroupCharacteristicComponent.equalsShallow(Base other_) booleanGroup.GroupMemberComponent.equalsShallow(Base other_) booleanGuidanceResponse.equalsShallow(Base other_) booleanHealthcareService.equalsShallow(Base other_) booleanHealthcareService.HealthcareServiceAvailableTimeComponent.equalsShallow(Base other_) booleanHealthcareService.HealthcareServiceEligibilityComponent.equalsShallow(Base other_) booleanHealthcareService.HealthcareServiceNotAvailableComponent.equalsShallow(Base other_) booleanHumanName.equalsShallow(Base other_) booleanIdentifier.equalsShallow(Base other_) booleanImagingStudy.equalsShallow(Base other_) booleanImagingStudy.ImagingStudySeriesComponent.equalsShallow(Base other_) booleanImagingStudy.ImagingStudySeriesInstanceComponent.equalsShallow(Base other_) booleanImagingStudy.ImagingStudySeriesPerformerComponent.equalsShallow(Base other_) booleanImmunization.equalsShallow(Base other_) booleanImmunization.ImmunizationEducationComponent.equalsShallow(Base other_) booleanImmunization.ImmunizationPerformerComponent.equalsShallow(Base other_) booleanImmunization.ImmunizationProtocolAppliedComponent.equalsShallow(Base other_) booleanImmunization.ImmunizationReactionComponent.equalsShallow(Base other_) booleanImmunizationEvaluation.equalsShallow(Base other_) booleanImmunizationRecommendation.equalsShallow(Base other_) booleanImmunizationRecommendation.ImmunizationRecommendationRecommendationComponent.equalsShallow(Base other_) booleanImmunizationRecommendation.ImmunizationRecommendationRecommendationDateCriterionComponent.equalsShallow(Base other_) booleanImplementationGuide.equalsShallow(Base other_) booleanImplementationGuide.ImplementationGuideDefinitionComponent.equalsShallow(Base other_) booleanImplementationGuide.ImplementationGuideDefinitionGroupingComponent.equalsShallow(Base other_) booleanImplementationGuide.ImplementationGuideDefinitionPageComponent.equalsShallow(Base other_) booleanImplementationGuide.ImplementationGuideDefinitionParameterComponent.equalsShallow(Base other_) booleanImplementationGuide.ImplementationGuideDefinitionResourceComponent.equalsShallow(Base other_) booleanImplementationGuide.ImplementationGuideDefinitionTemplateComponent.equalsShallow(Base other_) booleanImplementationGuide.ImplementationGuideDependsOnComponent.equalsShallow(Base other_) booleanImplementationGuide.ImplementationGuideGlobalComponent.equalsShallow(Base other_) booleanImplementationGuide.ImplementationGuideManifestComponent.equalsShallow(Base other_) booleanImplementationGuide.ManifestPageComponent.equalsShallow(Base other_) booleanImplementationGuide.ManifestResourceComponent.equalsShallow(Base other_) booleanInsurancePlan.CoverageBenefitComponent.equalsShallow(Base other_) booleanInsurancePlan.CoverageBenefitLimitComponent.equalsShallow(Base other_) booleanInsurancePlan.equalsShallow(Base other_) booleanInsurancePlan.InsurancePlanContactComponent.equalsShallow(Base other_) booleanInsurancePlan.InsurancePlanCoverageComponent.equalsShallow(Base other_) booleanInsurancePlan.InsurancePlanPlanComponent.equalsShallow(Base other_) booleanInsurancePlan.InsurancePlanPlanGeneralCostComponent.equalsShallow(Base other_) booleanInsurancePlan.InsurancePlanPlanSpecificCostComponent.equalsShallow(Base other_) booleanInsurancePlan.PlanBenefitComponent.equalsShallow(Base other_) booleanInsurancePlan.PlanBenefitCostComponent.equalsShallow(Base other_) booleanInvoice.equalsShallow(Base other_) booleanInvoice.InvoiceLineItemComponent.equalsShallow(Base other_) booleanInvoice.InvoiceLineItemPriceComponentComponent.equalsShallow(Base other_) booleanInvoice.InvoiceParticipantComponent.equalsShallow(Base other_) booleanLibrary.equalsShallow(Base other_) booleanLinkage.equalsShallow(Base other_) booleanLinkage.LinkageItemComponent.equalsShallow(Base other_) booleanListResource.equalsShallow(Base other_) booleanListResource.ListEntryComponent.equalsShallow(Base other_) booleanLocation.equalsShallow(Base other_) booleanLocation.LocationHoursOfOperationComponent.equalsShallow(Base other_) booleanLocation.LocationPositionComponent.equalsShallow(Base other_) booleanMarketingStatus.equalsShallow(Base other_) booleanMeasure.equalsShallow(Base other_) booleanMeasure.MeasureGroupComponent.equalsShallow(Base other_) booleanMeasure.MeasureGroupPopulationComponent.equalsShallow(Base other_) booleanMeasure.MeasureGroupStratifierComponent.equalsShallow(Base other_) booleanMeasure.MeasureGroupStratifierComponentComponent.equalsShallow(Base other_) booleanMeasure.MeasureSupplementalDataComponent.equalsShallow(Base other_) booleanMeasureReport.equalsShallow(Base other_) booleanMeasureReport.MeasureReportGroupComponent.equalsShallow(Base other_) booleanMeasureReport.MeasureReportGroupPopulationComponent.equalsShallow(Base other_) booleanMeasureReport.MeasureReportGroupStratifierComponent.equalsShallow(Base other_) booleanMeasureReport.StratifierGroupComponent.equalsShallow(Base other_) booleanMeasureReport.StratifierGroupComponentComponent.equalsShallow(Base other_) booleanMeasureReport.StratifierGroupPopulationComponent.equalsShallow(Base other_) booleanMedia.equalsShallow(Base other_) booleanMedication.equalsShallow(Base other_) booleanMedication.MedicationBatchComponent.equalsShallow(Base other_) booleanMedication.MedicationIngredientComponent.equalsShallow(Base other_) booleanMedicationAdministration.equalsShallow(Base other_) booleanMedicationAdministration.MedicationAdministrationDosageComponent.equalsShallow(Base other_) booleanMedicationAdministration.MedicationAdministrationPerformerComponent.equalsShallow(Base other_) booleanMedicationDispense.equalsShallow(Base other_) booleanMedicationDispense.MedicationDispensePerformerComponent.equalsShallow(Base other_) booleanMedicationDispense.MedicationDispenseSubstitutionComponent.equalsShallow(Base other_) booleanMedicationKnowledge.equalsShallow(Base other_) booleanMedicationKnowledge.MedicationKnowledgeAdministrationGuidelinesComponent.equalsShallow(Base other_) booleanMedicationKnowledge.MedicationKnowledgeAdministrationGuidelinesDosageComponent.equalsShallow(Base other_) booleanMedicationKnowledge.MedicationKnowledgeAdministrationGuidelinesPatientCharacteristicsComponent.equalsShallow(Base other_) booleanMedicationKnowledge.MedicationKnowledgeCostComponent.equalsShallow(Base other_) booleanMedicationKnowledge.MedicationKnowledgeDrugCharacteristicComponent.equalsShallow(Base other_) booleanMedicationKnowledge.MedicationKnowledgeIngredientComponent.equalsShallow(Base other_) booleanMedicationKnowledge.MedicationKnowledgeKineticsComponent.equalsShallow(Base other_) booleanMedicationKnowledge.MedicationKnowledgeMedicineClassificationComponent.equalsShallow(Base other_) booleanMedicationKnowledge.MedicationKnowledgeMonitoringProgramComponent.equalsShallow(Base other_) booleanMedicationKnowledge.MedicationKnowledgeMonographComponent.equalsShallow(Base other_) booleanMedicationKnowledge.MedicationKnowledgePackagingComponent.equalsShallow(Base other_) booleanMedicationKnowledge.MedicationKnowledgeRegulatoryComponent.equalsShallow(Base other_) booleanMedicationKnowledge.MedicationKnowledgeRegulatoryMaxDispenseComponent.equalsShallow(Base other_) booleanMedicationKnowledge.MedicationKnowledgeRegulatoryScheduleComponent.equalsShallow(Base other_) booleanMedicationKnowledge.MedicationKnowledgeRegulatorySubstitutionComponent.equalsShallow(Base other_) booleanMedicationKnowledge.MedicationKnowledgeRelatedMedicationKnowledgeComponent.equalsShallow(Base other_) booleanMedicationRequest.equalsShallow(Base other_) booleanMedicationRequest.MedicationRequestDispenseRequestComponent.equalsShallow(Base other_) booleanMedicationRequest.MedicationRequestDispenseRequestInitialFillComponent.equalsShallow(Base other_) booleanMedicationRequest.MedicationRequestSubstitutionComponent.equalsShallow(Base other_) booleanMedicationStatement.equalsShallow(Base other_) booleanMedicinalProduct.equalsShallow(Base other_) booleanMedicinalProduct.MedicinalProductManufacturingBusinessOperationComponent.equalsShallow(Base other_) booleanMedicinalProduct.MedicinalProductNameComponent.equalsShallow(Base other_) booleanMedicinalProduct.MedicinalProductNameCountryLanguageComponent.equalsShallow(Base other_) booleanMedicinalProduct.MedicinalProductNameNamePartComponent.equalsShallow(Base other_) booleanMedicinalProduct.MedicinalProductSpecialDesignationComponent.equalsShallow(Base other_) booleanMedicinalProductAuthorization.equalsShallow(Base other_) booleanMedicinalProductAuthorization.MedicinalProductAuthorizationJurisdictionalAuthorizationComponent.equalsShallow(Base other_) booleanMedicinalProductAuthorization.MedicinalProductAuthorizationProcedureComponent.equalsShallow(Base other_) booleanMedicinalProductContraindication.equalsShallow(Base other_) booleanMedicinalProductContraindication.MedicinalProductContraindicationOtherTherapyComponent.equalsShallow(Base other_) booleanMedicinalProductIndication.equalsShallow(Base other_) booleanMedicinalProductIndication.MedicinalProductIndicationOtherTherapyComponent.equalsShallow(Base other_) booleanMedicinalProductIngredient.equalsShallow(Base other_) booleanMedicinalProductIngredient.MedicinalProductIngredientSpecifiedSubstanceComponent.equalsShallow(Base other_) booleanMedicinalProductIngredient.MedicinalProductIngredientSpecifiedSubstanceStrengthComponent.equalsShallow(Base other_) booleanMedicinalProductIngredient.MedicinalProductIngredientSpecifiedSubstanceStrengthReferenceStrengthComponent.equalsShallow(Base other_) booleanMedicinalProductIngredient.MedicinalProductIngredientSubstanceComponent.equalsShallow(Base other_) booleanMedicinalProductInteraction.equalsShallow(Base other_) booleanMedicinalProductInteraction.MedicinalProductInteractionInteractantComponent.equalsShallow(Base other_) booleanMedicinalProductManufactured.equalsShallow(Base other_) booleanMedicinalProductPackaged.equalsShallow(Base other_) booleanMedicinalProductPackaged.MedicinalProductPackagedBatchIdentifierComponent.equalsShallow(Base other_) booleanMedicinalProductPackaged.MedicinalProductPackagedPackageItemComponent.equalsShallow(Base other_) booleanMedicinalProductPharmaceutical.equalsShallow(Base other_) booleanMedicinalProductPharmaceutical.MedicinalProductPharmaceuticalCharacteristicsComponent.equalsShallow(Base other_) booleanMedicinalProductPharmaceutical.MedicinalProductPharmaceuticalRouteOfAdministrationComponent.equalsShallow(Base other_) booleanMedicinalProductPharmaceutical.MedicinalProductPharmaceuticalRouteOfAdministrationTargetSpeciesComponent.equalsShallow(Base other_) booleanMedicinalProductPharmaceutical.MedicinalProductPharmaceuticalRouteOfAdministrationTargetSpeciesWithdrawalPeriodComponent.equalsShallow(Base other_) booleanMedicinalProductUndesirableEffect.equalsShallow(Base other_) booleanMessageDefinition.equalsShallow(Base other_) booleanMessageDefinition.MessageDefinitionAllowedResponseComponent.equalsShallow(Base other_) booleanMessageDefinition.MessageDefinitionFocusComponent.equalsShallow(Base other_) booleanMessageHeader.equalsShallow(Base other_) booleanMessageHeader.MessageDestinationComponent.equalsShallow(Base other_) booleanMessageHeader.MessageHeaderResponseComponent.equalsShallow(Base other_) booleanMessageHeader.MessageSourceComponent.equalsShallow(Base other_) booleanMeta.equalsShallow(Base other_) booleanMetadataResource.equalsShallow(Base other_) booleanMolecularSequence.equalsShallow(Base other_) booleanMolecularSequence.MolecularSequenceQualityComponent.equalsShallow(Base other_) booleanMolecularSequence.MolecularSequenceQualityRocComponent.equalsShallow(Base other_) booleanMolecularSequence.MolecularSequenceReferenceSeqComponent.equalsShallow(Base other_) booleanMolecularSequence.MolecularSequenceRepositoryComponent.equalsShallow(Base other_) booleanMolecularSequence.MolecularSequenceStructureVariantComponent.equalsShallow(Base other_) booleanMolecularSequence.MolecularSequenceStructureVariantInnerComponent.equalsShallow(Base other_) booleanMolecularSequence.MolecularSequenceStructureVariantOuterComponent.equalsShallow(Base other_) booleanMolecularSequence.MolecularSequenceVariantComponent.equalsShallow(Base other_) booleanMoney.equalsShallow(Base other_) booleanMoneyQuantity.equalsShallow(Base other_) booleanNamingSystem.equalsShallow(Base other_) booleanNamingSystem.NamingSystemUniqueIdComponent.equalsShallow(Base other_) booleanNarrative.equalsShallow(Base other_) booleanNutritionOrder.equalsShallow(Base other_) booleanNutritionOrder.NutritionOrderEnteralFormulaAdministrationComponent.equalsShallow(Base other_) booleanNutritionOrder.NutritionOrderEnteralFormulaComponent.equalsShallow(Base other_) booleanNutritionOrder.NutritionOrderOralDietComponent.equalsShallow(Base other_) booleanNutritionOrder.NutritionOrderOralDietNutrientComponent.equalsShallow(Base other_) booleanNutritionOrder.NutritionOrderOralDietTextureComponent.equalsShallow(Base other_) booleanNutritionOrder.NutritionOrderSupplementComponent.equalsShallow(Base other_) booleanObservation.equalsShallow(Base other_) booleanObservation.ObservationComponentComponent.equalsShallow(Base other_) booleanObservation.ObservationReferenceRangeComponent.equalsShallow(Base other_) booleanObservationDefinition.equalsShallow(Base other_) booleanObservationDefinition.ObservationDefinitionQualifiedIntervalComponent.equalsShallow(Base other_) booleanObservationDefinition.ObservationDefinitionQuantitativeDetailsComponent.equalsShallow(Base other_) booleanOperationDefinition.equalsShallow(Base other_) booleanOperationDefinition.OperationDefinitionOverloadComponent.equalsShallow(Base other_) booleanOperationDefinition.OperationDefinitionParameterBindingComponent.equalsShallow(Base other_) booleanOperationDefinition.OperationDefinitionParameterComponent.equalsShallow(Base other_) booleanOperationDefinition.OperationDefinitionParameterReferencedFromComponent.equalsShallow(Base other_) booleanOperationOutcome.equalsShallow(Base other_) booleanOperationOutcome.OperationOutcomeIssueComponent.equalsShallow(Base other_) booleanOrganization.equalsShallow(Base other_) booleanOrganization.OrganizationContactComponent.equalsShallow(Base other_) booleanOrganizationAffiliation.equalsShallow(Base other_) booleanParameterDefinition.equalsShallow(Base other_) booleanParameters.equalsShallow(Base other_) booleanParameters.ParametersParameterComponent.equalsShallow(Base other_) booleanPatient.ContactComponent.equalsShallow(Base other_) booleanPatient.equalsShallow(Base other_) booleanPatient.PatientCommunicationComponent.equalsShallow(Base other_) booleanPatient.PatientLinkComponent.equalsShallow(Base other_) booleanPaymentNotice.equalsShallow(Base other_) booleanPaymentReconciliation.DetailsComponent.equalsShallow(Base other_) booleanPaymentReconciliation.equalsShallow(Base other_) booleanPaymentReconciliation.NotesComponent.equalsShallow(Base other_) booleanPeriod.equalsShallow(Base other_) booleanPerson.equalsShallow(Base other_) booleanPerson.PersonLinkComponent.equalsShallow(Base other_) booleanPlanDefinition.equalsShallow(Base other_) booleanPlanDefinition.PlanDefinitionActionComponent.equalsShallow(Base other_) booleanPlanDefinition.PlanDefinitionActionConditionComponent.equalsShallow(Base other_) booleanPlanDefinition.PlanDefinitionActionDynamicValueComponent.equalsShallow(Base other_) booleanPlanDefinition.PlanDefinitionActionParticipantComponent.equalsShallow(Base other_) booleanPlanDefinition.PlanDefinitionActionRelatedActionComponent.equalsShallow(Base other_) booleanPlanDefinition.PlanDefinitionGoalComponent.equalsShallow(Base other_) booleanPlanDefinition.PlanDefinitionGoalTargetComponent.equalsShallow(Base other_) booleanPopulation.equalsShallow(Base other_) booleanPractitioner.equalsShallow(Base other_) booleanPractitioner.PractitionerQualificationComponent.equalsShallow(Base other_) booleanPractitionerRole.equalsShallow(Base other_) booleanPractitionerRole.PractitionerRoleAvailableTimeComponent.equalsShallow(Base other_) booleanPractitionerRole.PractitionerRoleNotAvailableComponent.equalsShallow(Base other_) booleanPrimitiveType.equalsShallow(Base obj) booleanProcedure.equalsShallow(Base other_) booleanProcedure.ProcedureFocalDeviceComponent.equalsShallow(Base other_) booleanProcedure.ProcedurePerformerComponent.equalsShallow(Base other_) booleanProdCharacteristic.equalsShallow(Base other_) booleanProductShelfLife.equalsShallow(Base other_) booleanProvenance.equalsShallow(Base other_) booleanProvenance.ProvenanceAgentComponent.equalsShallow(Base other_) booleanProvenance.ProvenanceEntityComponent.equalsShallow(Base other_) booleanQuantity.equalsShallow(Base other_) booleanQuestionnaire.equalsShallow(Base other_) booleanQuestionnaire.QuestionnaireItemAnswerOptionComponent.equalsShallow(Base other_) booleanQuestionnaire.QuestionnaireItemComponent.equalsShallow(Base other_) booleanQuestionnaire.QuestionnaireItemEnableWhenComponent.equalsShallow(Base other_) booleanQuestionnaire.QuestionnaireItemInitialComponent.equalsShallow(Base other_) booleanQuestionnaireResponse.equalsShallow(Base other_) booleanQuestionnaireResponse.QuestionnaireResponseItemAnswerComponent.equalsShallow(Base other_) booleanQuestionnaireResponse.QuestionnaireResponseItemComponent.equalsShallow(Base other_) booleanRange.equalsShallow(Base other_) booleanRatio.equalsShallow(Base other_) booleanReference.equalsShallow(Base other_) booleanRelatedArtifact.equalsShallow(Base other_) booleanRelatedPerson.equalsShallow(Base other_) booleanRelatedPerson.RelatedPersonCommunicationComponent.equalsShallow(Base other_) booleanRequestGroup.equalsShallow(Base other_) booleanRequestGroup.RequestGroupActionComponent.equalsShallow(Base other_) booleanRequestGroup.RequestGroupActionConditionComponent.equalsShallow(Base other_) booleanRequestGroup.RequestGroupActionRelatedActionComponent.equalsShallow(Base other_) booleanResearchDefinition.equalsShallow(Base other_) booleanResearchElementDefinition.equalsShallow(Base other_) booleanResearchElementDefinition.ResearchElementDefinitionCharacteristicComponent.equalsShallow(Base other_) booleanResearchStudy.equalsShallow(Base other_) booleanResearchStudy.ResearchStudyArmComponent.equalsShallow(Base other_) booleanResearchStudy.ResearchStudyObjectiveComponent.equalsShallow(Base other_) booleanResearchSubject.equalsShallow(Base other_) booleanResource.equalsShallow(Base other_) booleanRiskAssessment.equalsShallow(Base other_) booleanRiskAssessment.RiskAssessmentPredictionComponent.equalsShallow(Base other_) booleanRiskEvidenceSynthesis.equalsShallow(Base other_) booleanRiskEvidenceSynthesis.RiskEvidenceSynthesisCertaintyCertaintySubcomponentComponent.equalsShallow(Base other_) booleanRiskEvidenceSynthesis.RiskEvidenceSynthesisCertaintyComponent.equalsShallow(Base other_) booleanRiskEvidenceSynthesis.RiskEvidenceSynthesisRiskEstimateComponent.equalsShallow(Base other_) booleanRiskEvidenceSynthesis.RiskEvidenceSynthesisRiskEstimatePrecisionEstimateComponent.equalsShallow(Base other_) booleanRiskEvidenceSynthesis.RiskEvidenceSynthesisSampleSizeComponent.equalsShallow(Base other_) booleanSampledData.equalsShallow(Base other_) booleanSchedule.equalsShallow(Base other_) booleanSearchParameter.equalsShallow(Base other_) booleanSearchParameter.SearchParameterComponentComponent.equalsShallow(Base other_) booleanServiceRequest.equalsShallow(Base other_) booleanSignature.equalsShallow(Base other_) booleanSimpleQuantity.equalsShallow(Base other_) booleanSlot.equalsShallow(Base other_) booleanSpecimen.equalsShallow(Base other_) booleanSpecimen.SpecimenCollectionComponent.equalsShallow(Base other_) booleanSpecimen.SpecimenContainerComponent.equalsShallow(Base other_) booleanSpecimen.SpecimenProcessingComponent.equalsShallow(Base other_) booleanSpecimenDefinition.equalsShallow(Base other_) booleanSpecimenDefinition.SpecimenDefinitionTypeTestedComponent.equalsShallow(Base other_) booleanSpecimenDefinition.SpecimenDefinitionTypeTestedContainerAdditiveComponent.equalsShallow(Base other_) booleanSpecimenDefinition.SpecimenDefinitionTypeTestedContainerComponent.equalsShallow(Base other_) booleanSpecimenDefinition.SpecimenDefinitionTypeTestedHandlingComponent.equalsShallow(Base other_) booleanStructureDefinition.equalsShallow(Base other_) booleanStructureDefinition.StructureDefinitionContextComponent.equalsShallow(Base other_) booleanStructureDefinition.StructureDefinitionDifferentialComponent.equalsShallow(Base other_) booleanStructureDefinition.StructureDefinitionMappingComponent.equalsShallow(Base other_) booleanStructureDefinition.StructureDefinitionSnapshotComponent.equalsShallow(Base other_) booleanStructureMap.equalsShallow(Base other_) booleanStructureMap.StructureMapGroupComponent.equalsShallow(Base other_) booleanStructureMap.StructureMapGroupInputComponent.equalsShallow(Base other_) booleanStructureMap.StructureMapGroupRuleComponent.equalsShallow(Base other_) booleanStructureMap.StructureMapGroupRuleDependentComponent.equalsShallow(Base other_) booleanStructureMap.StructureMapGroupRuleSourceComponent.equalsShallow(Base other_) booleanStructureMap.StructureMapGroupRuleTargetComponent.equalsShallow(Base other_) booleanStructureMap.StructureMapGroupRuleTargetParameterComponent.equalsShallow(Base other_) booleanStructureMap.StructureMapStructureComponent.equalsShallow(Base other_) booleanSubscription.equalsShallow(Base other_) booleanSubscription.SubscriptionChannelComponent.equalsShallow(Base other_) booleanSubstance.equalsShallow(Base other_) booleanSubstance.SubstanceIngredientComponent.equalsShallow(Base other_) booleanSubstance.SubstanceInstanceComponent.equalsShallow(Base other_) booleanSubstanceAmount.equalsShallow(Base other_) booleanSubstanceAmount.SubstanceAmountReferenceRangeComponent.equalsShallow(Base other_) booleanSubstanceNucleicAcid.equalsShallow(Base other_) booleanSubstanceNucleicAcid.SubstanceNucleicAcidSubunitComponent.equalsShallow(Base other_) booleanSubstanceNucleicAcid.SubstanceNucleicAcidSubunitLinkageComponent.equalsShallow(Base other_) booleanSubstanceNucleicAcid.SubstanceNucleicAcidSubunitSugarComponent.equalsShallow(Base other_) booleanSubstancePolymer.equalsShallow(Base other_) booleanSubstancePolymer.SubstancePolymerMonomerSetComponent.equalsShallow(Base other_) booleanSubstancePolymer.SubstancePolymerMonomerSetStartingMaterialComponent.equalsShallow(Base other_) booleanSubstancePolymer.SubstancePolymerRepeatComponent.equalsShallow(Base other_) booleanSubstancePolymer.SubstancePolymerRepeatRepeatUnitComponent.equalsShallow(Base other_) booleanSubstancePolymer.SubstancePolymerRepeatRepeatUnitDegreeOfPolymerisationComponent.equalsShallow(Base other_) booleanSubstancePolymer.SubstancePolymerRepeatRepeatUnitStructuralRepresentationComponent.equalsShallow(Base other_) booleanSubstanceProtein.equalsShallow(Base other_) booleanSubstanceProtein.SubstanceProteinSubunitComponent.equalsShallow(Base other_) booleanSubstanceReferenceInformation.equalsShallow(Base other_) booleanSubstanceReferenceInformation.SubstanceReferenceInformationClassificationComponent.equalsShallow(Base other_) booleanSubstanceReferenceInformation.SubstanceReferenceInformationGeneComponent.equalsShallow(Base other_) booleanSubstanceReferenceInformation.SubstanceReferenceInformationGeneElementComponent.equalsShallow(Base other_) booleanSubstanceReferenceInformation.SubstanceReferenceInformationTargetComponent.equalsShallow(Base other_) booleanSubstanceSourceMaterial.equalsShallow(Base other_) booleanSubstanceSourceMaterial.SubstanceSourceMaterialFractionDescriptionComponent.equalsShallow(Base other_) booleanSubstanceSourceMaterial.SubstanceSourceMaterialOrganismAuthorComponent.equalsShallow(Base other_) booleanSubstanceSourceMaterial.SubstanceSourceMaterialOrganismComponent.equalsShallow(Base other_) booleanSubstanceSourceMaterial.SubstanceSourceMaterialOrganismHybridComponent.equalsShallow(Base other_) booleanSubstanceSourceMaterial.SubstanceSourceMaterialOrganismOrganismGeneralComponent.equalsShallow(Base other_) booleanSubstanceSourceMaterial.SubstanceSourceMaterialPartDescriptionComponent.equalsShallow(Base other_) booleanSubstanceSpecification.equalsShallow(Base other_) booleanSubstanceSpecification.SubstanceSpecificationCodeComponent.equalsShallow(Base other_) booleanSubstanceSpecification.SubstanceSpecificationMoietyComponent.equalsShallow(Base other_) booleanSubstanceSpecification.SubstanceSpecificationNameComponent.equalsShallow(Base other_) booleanSubstanceSpecification.SubstanceSpecificationNameOfficialComponent.equalsShallow(Base other_) booleanSubstanceSpecification.SubstanceSpecificationPropertyComponent.equalsShallow(Base other_) booleanSubstanceSpecification.SubstanceSpecificationRelationshipComponent.equalsShallow(Base other_) booleanSubstanceSpecification.SubstanceSpecificationStructureComponent.equalsShallow(Base other_) booleanSubstanceSpecification.SubstanceSpecificationStructureIsotopeComponent.equalsShallow(Base other_) booleanSubstanceSpecification.SubstanceSpecificationStructureIsotopeMolecularWeightComponent.equalsShallow(Base other_) booleanSubstanceSpecification.SubstanceSpecificationStructureRepresentationComponent.equalsShallow(Base other_) booleanSupplyDelivery.equalsShallow(Base other_) booleanSupplyDelivery.SupplyDeliverySuppliedItemComponent.equalsShallow(Base other_) booleanSupplyRequest.equalsShallow(Base other_) booleanSupplyRequest.SupplyRequestParameterComponent.equalsShallow(Base other_) booleanTask.equalsShallow(Base other_) booleanTask.ParameterComponent.equalsShallow(Base other_) booleanTask.TaskOutputComponent.equalsShallow(Base other_) booleanTask.TaskRestrictionComponent.equalsShallow(Base other_) booleanTerminologyCapabilities.equalsShallow(Base other_) booleanTerminologyCapabilities.TerminologyCapabilitiesClosureComponent.equalsShallow(Base other_) booleanTerminologyCapabilities.TerminologyCapabilitiesCodeSystemComponent.equalsShallow(Base other_) booleanTerminologyCapabilities.TerminologyCapabilitiesCodeSystemVersionComponent.equalsShallow(Base other_) booleanTerminologyCapabilities.TerminologyCapabilitiesCodeSystemVersionFilterComponent.equalsShallow(Base other_) booleanTerminologyCapabilities.TerminologyCapabilitiesExpansionComponent.equalsShallow(Base other_) booleanTerminologyCapabilities.TerminologyCapabilitiesExpansionParameterComponent.equalsShallow(Base other_) booleanTerminologyCapabilities.TerminologyCapabilitiesImplementationComponent.equalsShallow(Base other_) booleanTerminologyCapabilities.TerminologyCapabilitiesSoftwareComponent.equalsShallow(Base other_) booleanTerminologyCapabilities.TerminologyCapabilitiesTranslationComponent.equalsShallow(Base other_) booleanTerminologyCapabilities.TerminologyCapabilitiesValidateCodeComponent.equalsShallow(Base other_) booleanTestReport.equalsShallow(Base other_) booleanTestReport.SetupActionAssertComponent.equalsShallow(Base other_) booleanTestReport.SetupActionComponent.equalsShallow(Base other_) booleanTestReport.SetupActionOperationComponent.equalsShallow(Base other_) booleanTestReport.TeardownActionComponent.equalsShallow(Base other_) booleanTestReport.TestActionComponent.equalsShallow(Base other_) booleanTestReport.TestReportParticipantComponent.equalsShallow(Base other_) booleanTestReport.TestReportSetupComponent.equalsShallow(Base other_) booleanTestReport.TestReportTeardownComponent.equalsShallow(Base other_) booleanTestReport.TestReportTestComponent.equalsShallow(Base other_) booleanTestScript.equalsShallow(Base other_) booleanTestScript.SetupActionAssertComponent.equalsShallow(Base other_) booleanTestScript.SetupActionComponent.equalsShallow(Base other_) booleanTestScript.SetupActionOperationComponent.equalsShallow(Base other_) booleanTestScript.SetupActionOperationRequestHeaderComponent.equalsShallow(Base other_) booleanTestScript.TeardownActionComponent.equalsShallow(Base other_) booleanTestScript.TestActionComponent.equalsShallow(Base other_) booleanTestScript.TestScriptDestinationComponent.equalsShallow(Base other_) booleanTestScript.TestScriptFixtureComponent.equalsShallow(Base other_) booleanTestScript.TestScriptMetadataCapabilityComponent.equalsShallow(Base other_) booleanTestScript.TestScriptMetadataComponent.equalsShallow(Base other_) booleanTestScript.TestScriptMetadataLinkComponent.equalsShallow(Base other_) booleanTestScript.TestScriptOriginComponent.equalsShallow(Base other_) booleanTestScript.TestScriptSetupComponent.equalsShallow(Base other_) booleanTestScript.TestScriptTeardownComponent.equalsShallow(Base other_) booleanTestScript.TestScriptTestComponent.equalsShallow(Base other_) booleanTestScript.TestScriptVariableComponent.equalsShallow(Base other_) booleanTiming.equalsShallow(Base other_) booleanTiming.TimingRepeatComponent.equalsShallow(Base other_) booleanTriggerDefinition.equalsShallow(Base other_) booleanUsageContext.equalsShallow(Base other_) booleanValueSet.ConceptReferenceComponent.equalsShallow(Base other_) booleanValueSet.ConceptReferenceDesignationComponent.equalsShallow(Base other_) booleanValueSet.ConceptSetComponent.equalsShallow(Base other_) booleanValueSet.ConceptSetFilterComponent.equalsShallow(Base other_) booleanValueSet.equalsShallow(Base other_) booleanValueSet.ValueSetComposeComponent.equalsShallow(Base other_) booleanValueSet.ValueSetExpansionComponent.equalsShallow(Base other_) booleanValueSet.ValueSetExpansionContainsComponent.equalsShallow(Base other_) booleanValueSet.ValueSetExpansionParameterComponent.equalsShallow(Base other_) booleanVerificationResult.equalsShallow(Base other_) booleanVerificationResult.VerificationResultAttestationComponent.equalsShallow(Base other_) booleanVerificationResult.VerificationResultPrimarySourceComponent.equalsShallow(Base other_) booleanVerificationResult.VerificationResultValidatorComponent.equalsShallow(Base other_) booleanVisionPrescription.equalsShallow(Base other_) booleanVisionPrescription.PrismComponent.equalsShallow(Base other_) booleanVisionPrescription.VisionPrescriptionLensSpecificationComponent.equalsShallow(Base other_) voidAccount.CoverageComponent.removeChild(String name, Base value) voidAccount.GuarantorComponent.removeChild(String name, Base value) voidAccount.removeChild(String name, Base value) voidActivityDefinition.ActivityDefinitionDynamicValueComponent.removeChild(String name, Base value) voidActivityDefinition.ActivityDefinitionParticipantComponent.removeChild(String name, Base value) voidActivityDefinition.removeChild(String name, Base value) voidAddress.removeChild(String name, Base value) voidAdverseEvent.AdverseEventSuspectEntityCausalityComponent.removeChild(String name, Base value) voidAdverseEvent.AdverseEventSuspectEntityComponent.removeChild(String name, Base value) voidAdverseEvent.removeChild(String name, Base value) voidAge.removeChild(String name, Base value) voidAllergyIntolerance.AllergyIntoleranceReactionComponent.removeChild(String name, Base value) voidAllergyIntolerance.removeChild(String name, Base value) voidAnnotation.removeChild(String name, Base value) voidAppointment.AppointmentParticipantComponent.removeChild(String name, Base value) voidAppointment.removeChild(String name, Base value) voidAppointmentResponse.removeChild(String name, Base value) voidAttachment.removeChild(String name, Base value) voidAuditEvent.AuditEventAgentComponent.removeChild(String name, Base value) voidAuditEvent.AuditEventAgentNetworkComponent.removeChild(String name, Base value) voidAuditEvent.AuditEventEntityComponent.removeChild(String name, Base value) voidAuditEvent.AuditEventEntityDetailComponent.removeChild(String name, Base value) voidAuditEvent.AuditEventSourceComponent.removeChild(String name, Base value) voidAuditEvent.removeChild(String name, Base value) voidBackboneElement.removeChild(String name, Base value) voidBackboneType.removeChild(String name, Base value) voidBase.removeChild(String name, Base value) voidBasic.removeChild(String name, Base value) voidBinary.removeChild(String name, Base value) voidBiologicallyDerivedProduct.BiologicallyDerivedProductCollectionComponent.removeChild(String name, Base value) voidBiologicallyDerivedProduct.BiologicallyDerivedProductManipulationComponent.removeChild(String name, Base value) voidBiologicallyDerivedProduct.BiologicallyDerivedProductProcessingComponent.removeChild(String name, Base value) voidBiologicallyDerivedProduct.BiologicallyDerivedProductStorageComponent.removeChild(String name, Base value) voidBiologicallyDerivedProduct.removeChild(String name, Base value) voidBodyStructure.removeChild(String name, Base value) voidBundle.BundleEntryComponent.removeChild(String name, Base value) voidBundle.BundleEntryRequestComponent.removeChild(String name, Base value) voidBundle.BundleEntryResponseComponent.removeChild(String name, Base value) voidBundle.BundleEntrySearchComponent.removeChild(String name, Base value) voidBundle.BundleLinkComponent.removeChild(String name, Base value) voidBundle.removeChild(String name, Base value) voidCapabilityStatement.CapabilityStatementDocumentComponent.removeChild(String name, Base value) voidCapabilityStatement.CapabilityStatementImplementationComponent.removeChild(String name, Base value) voidCapabilityStatement.CapabilityStatementMessagingComponent.removeChild(String name, Base value) voidCapabilityStatement.CapabilityStatementMessagingEndpointComponent.removeChild(String name, Base value) voidCapabilityStatement.CapabilityStatementMessagingSupportedMessageComponent.removeChild(String name, Base value) voidCapabilityStatement.CapabilityStatementRestComponent.removeChild(String name, Base value) voidCapabilityStatement.CapabilityStatementRestResourceComponent.removeChild(String name, Base value) voidCapabilityStatement.CapabilityStatementRestResourceOperationComponent.removeChild(String name, Base value) voidCapabilityStatement.CapabilityStatementRestResourceSearchParamComponent.removeChild(String name, Base value) voidCapabilityStatement.CapabilityStatementRestSecurityComponent.removeChild(String name, Base value) voidCapabilityStatement.CapabilityStatementSoftwareComponent.removeChild(String name, Base value) voidCapabilityStatement.removeChild(String name, Base value) voidCapabilityStatement.ResourceInteractionComponent.removeChild(String name, Base value) voidCapabilityStatement.SystemInteractionComponent.removeChild(String name, Base value) voidCarePlan.CarePlanActivityComponent.removeChild(String name, Base value) voidCarePlan.CarePlanActivityDetailComponent.removeChild(String name, Base value) voidCarePlan.removeChild(String name, Base value) voidCareTeam.CareTeamParticipantComponent.removeChild(String name, Base value) voidCareTeam.removeChild(String name, Base value) voidCatalogEntry.CatalogEntryRelatedEntryComponent.removeChild(String name, Base value) voidCatalogEntry.removeChild(String name, Base value) voidChargeItem.ChargeItemPerformerComponent.removeChild(String name, Base value) voidChargeItem.removeChild(String name, Base value) voidChargeItemDefinition.ChargeItemDefinitionApplicabilityComponent.removeChild(String name, Base value) voidChargeItemDefinition.ChargeItemDefinitionPropertyGroupComponent.removeChild(String name, Base value) voidChargeItemDefinition.ChargeItemDefinitionPropertyGroupPriceComponentComponent.removeChild(String name, Base value) voidChargeItemDefinition.removeChild(String name, Base value) voidClaim.AccidentComponent.removeChild(String name, Base value) voidClaim.CareTeamComponent.removeChild(String name, Base value) voidClaim.DetailComponent.removeChild(String name, Base value) voidClaim.DiagnosisComponent.removeChild(String name, Base value) voidClaim.InsuranceComponent.removeChild(String name, Base value) voidClaim.ItemComponent.removeChild(String name, Base value) voidClaim.PayeeComponent.removeChild(String name, Base value) voidClaim.ProcedureComponent.removeChild(String name, Base value) voidClaim.RelatedClaimComponent.removeChild(String name, Base value) voidClaim.removeChild(String name, Base value) voidClaim.SubDetailComponent.removeChild(String name, Base value) voidClaim.SupportingInformationComponent.removeChild(String name, Base value) voidClaimResponse.AddedItemComponent.removeChild(String name, Base value) voidClaimResponse.AddedItemDetailComponent.removeChild(String name, Base value) voidClaimResponse.AddedItemSubDetailComponent.removeChild(String name, Base value) voidClaimResponse.AdjudicationComponent.removeChild(String name, Base value) voidClaimResponse.ErrorComponent.removeChild(String name, Base value) voidClaimResponse.InsuranceComponent.removeChild(String name, Base value) voidClaimResponse.ItemComponent.removeChild(String name, Base value) voidClaimResponse.ItemDetailComponent.removeChild(String name, Base value) voidClaimResponse.NoteComponent.removeChild(String name, Base value) voidClaimResponse.PaymentComponent.removeChild(String name, Base value) voidClaimResponse.removeChild(String name, Base value) voidClaimResponse.SubDetailComponent.removeChild(String name, Base value) voidClaimResponse.TotalComponent.removeChild(String name, Base value) voidClinicalImpression.ClinicalImpressionFindingComponent.removeChild(String name, Base value) voidClinicalImpression.ClinicalImpressionInvestigationComponent.removeChild(String name, Base value) voidClinicalImpression.removeChild(String name, Base value) voidCodeableConcept.removeChild(String name, Base value) voidCodeSystem.CodeSystemFilterComponent.removeChild(String name, Base value) voidCodeSystem.ConceptDefinitionComponent.removeChild(String name, Base value) voidCodeSystem.ConceptDefinitionDesignationComponent.removeChild(String name, Base value) voidCodeSystem.ConceptPropertyComponent.removeChild(String name, Base value) voidCodeSystem.PropertyComponent.removeChild(String name, Base value) voidCodeSystem.removeChild(String name, Base value) voidCoding.removeChild(String name, Base value) voidCommunication.CommunicationPayloadComponent.removeChild(String name, Base value) voidCommunication.removeChild(String name, Base value) voidCommunicationRequest.CommunicationRequestPayloadComponent.removeChild(String name, Base value) voidCommunicationRequest.removeChild(String name, Base value) voidCompartmentDefinition.CompartmentDefinitionResourceComponent.removeChild(String name, Base value) voidCompartmentDefinition.removeChild(String name, Base value) voidComposition.CompositionAttesterComponent.removeChild(String name, Base value) voidComposition.CompositionEventComponent.removeChild(String name, Base value) voidComposition.CompositionRelatesToComponent.removeChild(String name, Base value) voidComposition.removeChild(String name, Base value) voidComposition.SectionComponent.removeChild(String name, Base value) voidConceptMap.ConceptMapGroupComponent.removeChild(String name, Base value) voidConceptMap.ConceptMapGroupUnmappedComponent.removeChild(String name, Base value) voidConceptMap.OtherElementComponent.removeChild(String name, Base value) voidConceptMap.removeChild(String name, Base value) voidConceptMap.SourceElementComponent.removeChild(String name, Base value) voidConceptMap.TargetElementComponent.removeChild(String name, Base value) voidCondition.ConditionEvidenceComponent.removeChild(String name, Base value) voidCondition.ConditionStageComponent.removeChild(String name, Base value) voidCondition.removeChild(String name, Base value) voidConsent.ConsentPolicyComponent.removeChild(String name, Base value) voidConsent.ConsentVerificationComponent.removeChild(String name, Base value) voidConsent.provisionActorComponent.removeChild(String name, Base value) voidConsent.ProvisionComponent.removeChild(String name, Base value) voidConsent.provisionDataComponent.removeChild(String name, Base value) voidConsent.removeChild(String name, Base value) voidContactDetail.removeChild(String name, Base value) voidContactPoint.removeChild(String name, Base value) voidContract.ActionComponent.removeChild(String name, Base value) voidContract.ActionSubjectComponent.removeChild(String name, Base value) voidContract.AnswerComponent.removeChild(String name, Base value) voidContract.AssetContextComponent.removeChild(String name, Base value) voidContract.ComputableLanguageComponent.removeChild(String name, Base value) voidContract.ContentDefinitionComponent.removeChild(String name, Base value) voidContract.ContractAssetComponent.removeChild(String name, Base value) voidContract.ContractOfferComponent.removeChild(String name, Base value) voidContract.ContractPartyComponent.removeChild(String name, Base value) voidContract.FriendlyLanguageComponent.removeChild(String name, Base value) voidContract.LegalLanguageComponent.removeChild(String name, Base value) voidContract.removeChild(String name, Base value) voidContract.SecurityLabelComponent.removeChild(String name, Base value) voidContract.SignatoryComponent.removeChild(String name, Base value) voidContract.TermComponent.removeChild(String name, Base value) voidContract.ValuedItemComponent.removeChild(String name, Base value) voidContributor.removeChild(String name, Base value) voidCount.removeChild(String name, Base value) voidCoverage.ClassComponent.removeChild(String name, Base value) voidCoverage.CostToBeneficiaryComponent.removeChild(String name, Base value) voidCoverage.ExemptionComponent.removeChild(String name, Base value) voidCoverage.removeChild(String name, Base value) voidCoverageEligibilityRequest.DetailsComponent.removeChild(String name, Base value) voidCoverageEligibilityRequest.DiagnosisComponent.removeChild(String name, Base value) voidCoverageEligibilityRequest.InsuranceComponent.removeChild(String name, Base value) voidCoverageEligibilityRequest.removeChild(String name, Base value) voidCoverageEligibilityRequest.SupportingInformationComponent.removeChild(String name, Base value) voidCoverageEligibilityResponse.BenefitComponent.removeChild(String name, Base value) voidCoverageEligibilityResponse.ErrorsComponent.removeChild(String name, Base value) voidCoverageEligibilityResponse.InsuranceComponent.removeChild(String name, Base value) voidCoverageEligibilityResponse.ItemsComponent.removeChild(String name, Base value) voidCoverageEligibilityResponse.removeChild(String name, Base value) voidDataRequirement.DataRequirementCodeFilterComponent.removeChild(String name, Base value) voidDataRequirement.DataRequirementDateFilterComponent.removeChild(String name, Base value) voidDataRequirement.DataRequirementSortComponent.removeChild(String name, Base value) voidDataRequirement.removeChild(String name, Base value) voidDetectedIssue.DetectedIssueEvidenceComponent.removeChild(String name, Base value) voidDetectedIssue.DetectedIssueMitigationComponent.removeChild(String name, Base value) voidDetectedIssue.removeChild(String name, Base value) voidDevice.DeviceDeviceNameComponent.removeChild(String name, Base value) voidDevice.DevicePropertyComponent.removeChild(String name, Base value) voidDevice.DeviceSpecializationComponent.removeChild(String name, Base value) voidDevice.DeviceUdiCarrierComponent.removeChild(String name, Base value) voidDevice.DeviceVersionComponent.removeChild(String name, Base value) voidDevice.removeChild(String name, Base value) voidDeviceDefinition.DeviceDefinitionCapabilityComponent.removeChild(String name, Base value) voidDeviceDefinition.DeviceDefinitionDeviceNameComponent.removeChild(String name, Base value) voidDeviceDefinition.DeviceDefinitionMaterialComponent.removeChild(String name, Base value) voidDeviceDefinition.DeviceDefinitionPropertyComponent.removeChild(String name, Base value) voidDeviceDefinition.DeviceDefinitionSpecializationComponent.removeChild(String name, Base value) voidDeviceDefinition.DeviceDefinitionUdiDeviceIdentifierComponent.removeChild(String name, Base value) voidDeviceDefinition.removeChild(String name, Base value) voidDeviceMetric.DeviceMetricCalibrationComponent.removeChild(String name, Base value) voidDeviceMetric.removeChild(String name, Base value) voidDeviceRequest.DeviceRequestParameterComponent.removeChild(String name, Base value) voidDeviceRequest.removeChild(String name, Base value) voidDeviceUseStatement.removeChild(String name, Base value) voidDiagnosticReport.DiagnosticReportMediaComponent.removeChild(String name, Base value) voidDiagnosticReport.removeChild(String name, Base value) voidDistance.removeChild(String name, Base value) voidDocumentManifest.DocumentManifestRelatedComponent.removeChild(String name, Base value) voidDocumentManifest.removeChild(String name, Base value) voidDocumentReference.DocumentReferenceContentComponent.removeChild(String name, Base value) voidDocumentReference.DocumentReferenceContextComponent.removeChild(String name, Base value) voidDocumentReference.DocumentReferenceRelatesToComponent.removeChild(String name, Base value) voidDocumentReference.removeChild(String name, Base value) voidDomainResource.removeChild(String name, Base value) voidDosage.DosageDoseAndRateComponent.removeChild(String name, Base value) voidDosage.removeChild(String name, Base value) voidDuration.removeChild(String name, Base value) voidEffectEvidenceSynthesis.EffectEvidenceSynthesisCertaintyCertaintySubcomponentComponent.removeChild(String name, Base value) voidEffectEvidenceSynthesis.EffectEvidenceSynthesisCertaintyComponent.removeChild(String name, Base value) voidEffectEvidenceSynthesis.EffectEvidenceSynthesisEffectEstimateComponent.removeChild(String name, Base value) voidEffectEvidenceSynthesis.EffectEvidenceSynthesisEffectEstimatePrecisionEstimateComponent.removeChild(String name, Base value) voidEffectEvidenceSynthesis.EffectEvidenceSynthesisResultsByExposureComponent.removeChild(String name, Base value) voidEffectEvidenceSynthesis.EffectEvidenceSynthesisSampleSizeComponent.removeChild(String name, Base value) voidEffectEvidenceSynthesis.removeChild(String name, Base value) voidElement.removeChild(String name, Base value) voidElementDefinition.ElementDefinitionBaseComponent.removeChild(String name, Base value) voidElementDefinition.ElementDefinitionBindingComponent.removeChild(String name, Base value) voidElementDefinition.ElementDefinitionConstraintComponent.removeChild(String name, Base value) voidElementDefinition.ElementDefinitionExampleComponent.removeChild(String name, Base value) voidElementDefinition.ElementDefinitionMappingComponent.removeChild(String name, Base value) voidElementDefinition.ElementDefinitionSlicingComponent.removeChild(String name, Base value) voidElementDefinition.ElementDefinitionSlicingDiscriminatorComponent.removeChild(String name, Base value) voidElementDefinition.removeChild(String name, Base value) voidElementDefinition.TypeRefComponent.removeChild(String name, Base value) voidEncounter.ClassHistoryComponent.removeChild(String name, Base value) voidEncounter.DiagnosisComponent.removeChild(String name, Base value) voidEncounter.EncounterHospitalizationComponent.removeChild(String name, Base value) voidEncounter.EncounterLocationComponent.removeChild(String name, Base value) voidEncounter.EncounterParticipantComponent.removeChild(String name, Base value) voidEncounter.removeChild(String name, Base value) voidEncounter.StatusHistoryComponent.removeChild(String name, Base value) voidEndpoint.removeChild(String name, Base value) voidEnrollmentRequest.removeChild(String name, Base value) voidEnrollmentResponse.removeChild(String name, Base value) voidEpisodeOfCare.DiagnosisComponent.removeChild(String name, Base value) voidEpisodeOfCare.EpisodeOfCareStatusHistoryComponent.removeChild(String name, Base value) voidEpisodeOfCare.removeChild(String name, Base value) voidEventDefinition.removeChild(String name, Base value) voidEvidence.removeChild(String name, Base value) voidEvidenceVariable.EvidenceVariableCharacteristicComponent.removeChild(String name, Base value) voidEvidenceVariable.removeChild(String name, Base value) voidExampleScenario.ExampleScenarioActorComponent.removeChild(String name, Base value) voidExampleScenario.ExampleScenarioInstanceComponent.removeChild(String name, Base value) voidExampleScenario.ExampleScenarioInstanceContainedInstanceComponent.removeChild(String name, Base value) voidExampleScenario.ExampleScenarioInstanceVersionComponent.removeChild(String name, Base value) voidExampleScenario.ExampleScenarioProcessComponent.removeChild(String name, Base value) voidExampleScenario.ExampleScenarioProcessStepAlternativeComponent.removeChild(String name, Base value) voidExampleScenario.ExampleScenarioProcessStepComponent.removeChild(String name, Base value) voidExampleScenario.ExampleScenarioProcessStepOperationComponent.removeChild(String name, Base value) voidExampleScenario.removeChild(String name, Base value) voidExplanationOfBenefit.AccidentComponent.removeChild(String name, Base value) voidExplanationOfBenefit.AddedItemComponent.removeChild(String name, Base value) voidExplanationOfBenefit.AddedItemDetailComponent.removeChild(String name, Base value) voidExplanationOfBenefit.AddedItemDetailSubDetailComponent.removeChild(String name, Base value) voidExplanationOfBenefit.AdjudicationComponent.removeChild(String name, Base value) voidExplanationOfBenefit.BenefitBalanceComponent.removeChild(String name, Base value) voidExplanationOfBenefit.BenefitComponent.removeChild(String name, Base value) voidExplanationOfBenefit.CareTeamComponent.removeChild(String name, Base value) voidExplanationOfBenefit.DetailComponent.removeChild(String name, Base value) voidExplanationOfBenefit.DiagnosisComponent.removeChild(String name, Base value) voidExplanationOfBenefit.InsuranceComponent.removeChild(String name, Base value) voidExplanationOfBenefit.ItemComponent.removeChild(String name, Base value) voidExplanationOfBenefit.NoteComponent.removeChild(String name, Base value) voidExplanationOfBenefit.PayeeComponent.removeChild(String name, Base value) voidExplanationOfBenefit.PaymentComponent.removeChild(String name, Base value) voidExplanationOfBenefit.ProcedureComponent.removeChild(String name, Base value) voidExplanationOfBenefit.RelatedClaimComponent.removeChild(String name, Base value) voidExplanationOfBenefit.removeChild(String name, Base value) voidExplanationOfBenefit.SubDetailComponent.removeChild(String name, Base value) voidExplanationOfBenefit.SupportingInformationComponent.removeChild(String name, Base value) voidExplanationOfBenefit.TotalComponent.removeChild(String name, Base value) voidExpression.removeChild(String name, Base value) voidExtension.removeChild(String name, Base value) voidFamilyMemberHistory.FamilyMemberHistoryConditionComponent.removeChild(String name, Base value) voidFamilyMemberHistory.removeChild(String name, Base value) voidFlag.removeChild(String name, Base value) voidGoal.GoalTargetComponent.removeChild(String name, Base value) voidGoal.removeChild(String name, Base value) voidGraphDefinition.GraphDefinitionLinkComponent.removeChild(String name, Base value) voidGraphDefinition.GraphDefinitionLinkTargetCompartmentComponent.removeChild(String name, Base value) voidGraphDefinition.GraphDefinitionLinkTargetComponent.removeChild(String name, Base value) voidGraphDefinition.removeChild(String name, Base value) voidGroup.GroupCharacteristicComponent.removeChild(String name, Base value) voidGroup.GroupMemberComponent.removeChild(String name, Base value) voidGroup.removeChild(String name, Base value) voidGuidanceResponse.removeChild(String name, Base value) voidHealthcareService.HealthcareServiceAvailableTimeComponent.removeChild(String name, Base value) voidHealthcareService.HealthcareServiceEligibilityComponent.removeChild(String name, Base value) voidHealthcareService.HealthcareServiceNotAvailableComponent.removeChild(String name, Base value) voidHealthcareService.removeChild(String name, Base value) voidHumanName.removeChild(String name, Base value) voidIdentifier.removeChild(String name, Base value) voidImagingStudy.ImagingStudySeriesComponent.removeChild(String name, Base value) voidImagingStudy.ImagingStudySeriesInstanceComponent.removeChild(String name, Base value) voidImagingStudy.ImagingStudySeriesPerformerComponent.removeChild(String name, Base value) voidImagingStudy.removeChild(String name, Base value) voidImmunization.ImmunizationEducationComponent.removeChild(String name, Base value) voidImmunization.ImmunizationPerformerComponent.removeChild(String name, Base value) voidImmunization.ImmunizationProtocolAppliedComponent.removeChild(String name, Base value) voidImmunization.ImmunizationReactionComponent.removeChild(String name, Base value) voidImmunization.removeChild(String name, Base value) voidImmunizationEvaluation.removeChild(String name, Base value) voidImmunizationRecommendation.ImmunizationRecommendationRecommendationComponent.removeChild(String name, Base value) voidImmunizationRecommendation.ImmunizationRecommendationRecommendationDateCriterionComponent.removeChild(String name, Base value) voidImmunizationRecommendation.removeChild(String name, Base value) voidImplementationGuide.ImplementationGuideDefinitionComponent.removeChild(String name, Base value) voidImplementationGuide.ImplementationGuideDefinitionGroupingComponent.removeChild(String name, Base value) voidImplementationGuide.ImplementationGuideDefinitionPageComponent.removeChild(String name, Base value) voidImplementationGuide.ImplementationGuideDefinitionParameterComponent.removeChild(String name, Base value) voidImplementationGuide.ImplementationGuideDefinitionResourceComponent.removeChild(String name, Base value) voidImplementationGuide.ImplementationGuideDefinitionTemplateComponent.removeChild(String name, Base value) voidImplementationGuide.ImplementationGuideDependsOnComponent.removeChild(String name, Base value) voidImplementationGuide.ImplementationGuideGlobalComponent.removeChild(String name, Base value) voidImplementationGuide.ImplementationGuideManifestComponent.removeChild(String name, Base value) voidImplementationGuide.ManifestPageComponent.removeChild(String name, Base value) voidImplementationGuide.ManifestResourceComponent.removeChild(String name, Base value) voidImplementationGuide.removeChild(String name, Base value) voidInsurancePlan.CoverageBenefitComponent.removeChild(String name, Base value) voidInsurancePlan.CoverageBenefitLimitComponent.removeChild(String name, Base value) voidInsurancePlan.InsurancePlanContactComponent.removeChild(String name, Base value) voidInsurancePlan.InsurancePlanCoverageComponent.removeChild(String name, Base value) voidInsurancePlan.InsurancePlanPlanComponent.removeChild(String name, Base value) voidInsurancePlan.InsurancePlanPlanGeneralCostComponent.removeChild(String name, Base value) voidInsurancePlan.InsurancePlanPlanSpecificCostComponent.removeChild(String name, Base value) voidInsurancePlan.PlanBenefitComponent.removeChild(String name, Base value) voidInsurancePlan.PlanBenefitCostComponent.removeChild(String name, Base value) voidInsurancePlan.removeChild(String name, Base value) voidInvoice.InvoiceLineItemComponent.removeChild(String name, Base value) voidInvoice.InvoiceLineItemPriceComponentComponent.removeChild(String name, Base value) voidInvoice.InvoiceParticipantComponent.removeChild(String name, Base value) voidInvoice.removeChild(String name, Base value) voidLibrary.removeChild(String name, Base value) voidLinkage.LinkageItemComponent.removeChild(String name, Base value) voidLinkage.removeChild(String name, Base value) voidListResource.ListEntryComponent.removeChild(String name, Base value) voidListResource.removeChild(String name, Base value) voidLocation.LocationHoursOfOperationComponent.removeChild(String name, Base value) voidLocation.LocationPositionComponent.removeChild(String name, Base value) voidLocation.removeChild(String name, Base value) voidMarketingStatus.removeChild(String name, Base value) voidMeasure.MeasureGroupComponent.removeChild(String name, Base value) voidMeasure.MeasureGroupPopulationComponent.removeChild(String name, Base value) voidMeasure.MeasureGroupStratifierComponent.removeChild(String name, Base value) voidMeasure.MeasureGroupStratifierComponentComponent.removeChild(String name, Base value) voidMeasure.MeasureSupplementalDataComponent.removeChild(String name, Base value) voidMeasure.removeChild(String name, Base value) voidMeasureReport.MeasureReportGroupComponent.removeChild(String name, Base value) voidMeasureReport.MeasureReportGroupPopulationComponent.removeChild(String name, Base value) voidMeasureReport.MeasureReportGroupStratifierComponent.removeChild(String name, Base value) voidMeasureReport.removeChild(String name, Base value) voidMeasureReport.StratifierGroupComponent.removeChild(String name, Base value) voidMeasureReport.StratifierGroupComponentComponent.removeChild(String name, Base value) voidMeasureReport.StratifierGroupPopulationComponent.removeChild(String name, Base value) voidMedia.removeChild(String name, Base value) voidMedication.MedicationBatchComponent.removeChild(String name, Base value) voidMedication.MedicationIngredientComponent.removeChild(String name, Base value) voidMedication.removeChild(String name, Base value) voidMedicationAdministration.MedicationAdministrationDosageComponent.removeChild(String name, Base value) voidMedicationAdministration.MedicationAdministrationPerformerComponent.removeChild(String name, Base value) voidMedicationAdministration.removeChild(String name, Base value) voidMedicationDispense.MedicationDispensePerformerComponent.removeChild(String name, Base value) voidMedicationDispense.MedicationDispenseSubstitutionComponent.removeChild(String name, Base value) voidMedicationDispense.removeChild(String name, Base value) voidMedicationKnowledge.MedicationKnowledgeAdministrationGuidelinesComponent.removeChild(String name, Base value) voidMedicationKnowledge.MedicationKnowledgeAdministrationGuidelinesDosageComponent.removeChild(String name, Base value) voidMedicationKnowledge.MedicationKnowledgeAdministrationGuidelinesPatientCharacteristicsComponent.removeChild(String name, Base value) voidMedicationKnowledge.MedicationKnowledgeCostComponent.removeChild(String name, Base value) voidMedicationKnowledge.MedicationKnowledgeDrugCharacteristicComponent.removeChild(String name, Base value) voidMedicationKnowledge.MedicationKnowledgeIngredientComponent.removeChild(String name, Base value) voidMedicationKnowledge.MedicationKnowledgeKineticsComponent.removeChild(String name, Base value) voidMedicationKnowledge.MedicationKnowledgeMedicineClassificationComponent.removeChild(String name, Base value) voidMedicationKnowledge.MedicationKnowledgeMonitoringProgramComponent.removeChild(String name, Base value) voidMedicationKnowledge.MedicationKnowledgeMonographComponent.removeChild(String name, Base value) voidMedicationKnowledge.MedicationKnowledgePackagingComponent.removeChild(String name, Base value) voidMedicationKnowledge.MedicationKnowledgeRegulatoryComponent.removeChild(String name, Base value) voidMedicationKnowledge.MedicationKnowledgeRegulatoryMaxDispenseComponent.removeChild(String name, Base value) voidMedicationKnowledge.MedicationKnowledgeRegulatoryScheduleComponent.removeChild(String name, Base value) voidMedicationKnowledge.MedicationKnowledgeRegulatorySubstitutionComponent.removeChild(String name, Base value) voidMedicationKnowledge.MedicationKnowledgeRelatedMedicationKnowledgeComponent.removeChild(String name, Base value) voidMedicationKnowledge.removeChild(String name, Base value) voidMedicationRequest.MedicationRequestDispenseRequestComponent.removeChild(String name, Base value) voidMedicationRequest.MedicationRequestDispenseRequestInitialFillComponent.removeChild(String name, Base value) voidMedicationRequest.MedicationRequestSubstitutionComponent.removeChild(String name, Base value) voidMedicationRequest.removeChild(String name, Base value) voidMedicationStatement.removeChild(String name, Base value) voidMedicinalProduct.MedicinalProductManufacturingBusinessOperationComponent.removeChild(String name, Base value) voidMedicinalProduct.MedicinalProductNameComponent.removeChild(String name, Base value) voidMedicinalProduct.MedicinalProductNameCountryLanguageComponent.removeChild(String name, Base value) voidMedicinalProduct.MedicinalProductNameNamePartComponent.removeChild(String name, Base value) voidMedicinalProduct.MedicinalProductSpecialDesignationComponent.removeChild(String name, Base value) voidMedicinalProduct.removeChild(String name, Base value) voidMedicinalProductAuthorization.MedicinalProductAuthorizationJurisdictionalAuthorizationComponent.removeChild(String name, Base value) voidMedicinalProductAuthorization.MedicinalProductAuthorizationProcedureComponent.removeChild(String name, Base value) voidMedicinalProductAuthorization.removeChild(String name, Base value) voidMedicinalProductContraindication.MedicinalProductContraindicationOtherTherapyComponent.removeChild(String name, Base value) voidMedicinalProductContraindication.removeChild(String name, Base value) voidMedicinalProductIndication.MedicinalProductIndicationOtherTherapyComponent.removeChild(String name, Base value) voidMedicinalProductIndication.removeChild(String name, Base value) voidMedicinalProductIngredient.MedicinalProductIngredientSpecifiedSubstanceComponent.removeChild(String name, Base value) voidMedicinalProductIngredient.MedicinalProductIngredientSpecifiedSubstanceStrengthComponent.removeChild(String name, Base value) voidMedicinalProductIngredient.MedicinalProductIngredientSpecifiedSubstanceStrengthReferenceStrengthComponent.removeChild(String name, Base value) voidMedicinalProductIngredient.MedicinalProductIngredientSubstanceComponent.removeChild(String name, Base value) voidMedicinalProductIngredient.removeChild(String name, Base value) voidMedicinalProductInteraction.MedicinalProductInteractionInteractantComponent.removeChild(String name, Base value) voidMedicinalProductInteraction.removeChild(String name, Base value) voidMedicinalProductManufactured.removeChild(String name, Base value) voidMedicinalProductPackaged.MedicinalProductPackagedBatchIdentifierComponent.removeChild(String name, Base value) voidMedicinalProductPackaged.MedicinalProductPackagedPackageItemComponent.removeChild(String name, Base value) voidMedicinalProductPackaged.removeChild(String name, Base value) voidMedicinalProductPharmaceutical.MedicinalProductPharmaceuticalCharacteristicsComponent.removeChild(String name, Base value) voidMedicinalProductPharmaceutical.MedicinalProductPharmaceuticalRouteOfAdministrationComponent.removeChild(String name, Base value) voidMedicinalProductPharmaceutical.MedicinalProductPharmaceuticalRouteOfAdministrationTargetSpeciesComponent.removeChild(String name, Base value) voidMedicinalProductPharmaceutical.MedicinalProductPharmaceuticalRouteOfAdministrationTargetSpeciesWithdrawalPeriodComponent.removeChild(String name, Base value) voidMedicinalProductPharmaceutical.removeChild(String name, Base value) voidMedicinalProductUndesirableEffect.removeChild(String name, Base value) voidMessageDefinition.MessageDefinitionAllowedResponseComponent.removeChild(String name, Base value) voidMessageDefinition.MessageDefinitionFocusComponent.removeChild(String name, Base value) voidMessageDefinition.removeChild(String name, Base value) voidMessageHeader.MessageDestinationComponent.removeChild(String name, Base value) voidMessageHeader.MessageHeaderResponseComponent.removeChild(String name, Base value) voidMessageHeader.MessageSourceComponent.removeChild(String name, Base value) voidMessageHeader.removeChild(String name, Base value) voidMeta.removeChild(String name, Base value) voidMetadataResource.removeChild(String name, Base value) voidMolecularSequence.MolecularSequenceQualityComponent.removeChild(String name, Base value) voidMolecularSequence.MolecularSequenceQualityRocComponent.removeChild(String name, Base value) voidMolecularSequence.MolecularSequenceReferenceSeqComponent.removeChild(String name, Base value) voidMolecularSequence.MolecularSequenceRepositoryComponent.removeChild(String name, Base value) voidMolecularSequence.MolecularSequenceStructureVariantComponent.removeChild(String name, Base value) voidMolecularSequence.MolecularSequenceStructureVariantInnerComponent.removeChild(String name, Base value) voidMolecularSequence.MolecularSequenceStructureVariantOuterComponent.removeChild(String name, Base value) voidMolecularSequence.MolecularSequenceVariantComponent.removeChild(String name, Base value) voidMolecularSequence.removeChild(String name, Base value) voidMoney.removeChild(String name, Base value) voidNamingSystem.NamingSystemUniqueIdComponent.removeChild(String name, Base value) voidNamingSystem.removeChild(String name, Base value) voidNarrative.removeChild(String name, Base value) voidNutritionOrder.NutritionOrderEnteralFormulaAdministrationComponent.removeChild(String name, Base value) voidNutritionOrder.NutritionOrderEnteralFormulaComponent.removeChild(String name, Base value) voidNutritionOrder.NutritionOrderOralDietComponent.removeChild(String name, Base value) voidNutritionOrder.NutritionOrderOralDietNutrientComponent.removeChild(String name, Base value) voidNutritionOrder.NutritionOrderOralDietTextureComponent.removeChild(String name, Base value) voidNutritionOrder.NutritionOrderSupplementComponent.removeChild(String name, Base value) voidNutritionOrder.removeChild(String name, Base value) voidObservation.ObservationComponentComponent.removeChild(String name, Base value) voidObservation.ObservationReferenceRangeComponent.removeChild(String name, Base value) voidObservation.removeChild(String name, Base value) voidObservationDefinition.ObservationDefinitionQualifiedIntervalComponent.removeChild(String name, Base value) voidObservationDefinition.ObservationDefinitionQuantitativeDetailsComponent.removeChild(String name, Base value) voidObservationDefinition.removeChild(String name, Base value) voidOperationDefinition.OperationDefinitionOverloadComponent.removeChild(String name, Base value) voidOperationDefinition.OperationDefinitionParameterBindingComponent.removeChild(String name, Base value) voidOperationDefinition.OperationDefinitionParameterComponent.removeChild(String name, Base value) voidOperationDefinition.OperationDefinitionParameterReferencedFromComponent.removeChild(String name, Base value) voidOperationDefinition.removeChild(String name, Base value) voidOperationOutcome.OperationOutcomeIssueComponent.removeChild(String name, Base value) voidOperationOutcome.removeChild(String name, Base value) voidOrganization.OrganizationContactComponent.removeChild(String name, Base value) voidOrganization.removeChild(String name, Base value) voidOrganizationAffiliation.removeChild(String name, Base value) voidParameterDefinition.removeChild(String name, Base value) voidParameters.ParametersParameterComponent.removeChild(String name, Base value) voidParameters.removeChild(String name, Base value) voidPatient.ContactComponent.removeChild(String name, Base value) voidPatient.PatientCommunicationComponent.removeChild(String name, Base value) voidPatient.PatientLinkComponent.removeChild(String name, Base value) voidPatient.removeChild(String name, Base value) voidPaymentNotice.removeChild(String name, Base value) voidPaymentReconciliation.DetailsComponent.removeChild(String name, Base value) voidPaymentReconciliation.NotesComponent.removeChild(String name, Base value) voidPaymentReconciliation.removeChild(String name, Base value) voidPeriod.removeChild(String name, Base value) voidPerson.PersonLinkComponent.removeChild(String name, Base value) voidPerson.removeChild(String name, Base value) voidPlanDefinition.PlanDefinitionActionComponent.removeChild(String name, Base value) voidPlanDefinition.PlanDefinitionActionConditionComponent.removeChild(String name, Base value) voidPlanDefinition.PlanDefinitionActionDynamicValueComponent.removeChild(String name, Base value) voidPlanDefinition.PlanDefinitionActionParticipantComponent.removeChild(String name, Base value) voidPlanDefinition.PlanDefinitionActionRelatedActionComponent.removeChild(String name, Base value) voidPlanDefinition.PlanDefinitionGoalComponent.removeChild(String name, Base value) voidPlanDefinition.PlanDefinitionGoalTargetComponent.removeChild(String name, Base value) voidPlanDefinition.removeChild(String name, Base value) voidPopulation.removeChild(String name, Base value) voidPractitioner.PractitionerQualificationComponent.removeChild(String name, Base value) voidPractitioner.removeChild(String name, Base value) voidPractitionerRole.PractitionerRoleAvailableTimeComponent.removeChild(String name, Base value) voidPractitionerRole.PractitionerRoleNotAvailableComponent.removeChild(String name, Base value) voidPractitionerRole.removeChild(String name, Base value) voidPrimitiveType.removeChild(String name, Base value) voidProcedure.ProcedureFocalDeviceComponent.removeChild(String name, Base value) voidProcedure.ProcedurePerformerComponent.removeChild(String name, Base value) voidProcedure.removeChild(String name, Base value) voidProdCharacteristic.removeChild(String name, Base value) voidProductShelfLife.removeChild(String name, Base value) voidProvenance.ProvenanceAgentComponent.removeChild(String name, Base value) voidProvenance.ProvenanceEntityComponent.removeChild(String name, Base value) voidProvenance.removeChild(String name, Base value) voidQuantity.removeChild(String name, Base value) voidQuestionnaire.QuestionnaireItemAnswerOptionComponent.removeChild(String name, Base value) voidQuestionnaire.QuestionnaireItemComponent.removeChild(String name, Base value) voidQuestionnaire.QuestionnaireItemEnableWhenComponent.removeChild(String name, Base value) voidQuestionnaire.QuestionnaireItemInitialComponent.removeChild(String name, Base value) voidQuestionnaire.removeChild(String name, Base value) voidQuestionnaireResponse.QuestionnaireResponseItemAnswerComponent.removeChild(String name, Base value) voidQuestionnaireResponse.QuestionnaireResponseItemComponent.removeChild(String name, Base value) voidQuestionnaireResponse.removeChild(String name, Base value) voidRange.removeChild(String name, Base value) voidRatio.removeChild(String name, Base value) voidReference.removeChild(String name, Base value) voidRelatedArtifact.removeChild(String name, Base value) voidRelatedPerson.RelatedPersonCommunicationComponent.removeChild(String name, Base value) voidRelatedPerson.removeChild(String name, Base value) voidRequestGroup.removeChild(String name, Base value) voidRequestGroup.RequestGroupActionComponent.removeChild(String name, Base value) voidRequestGroup.RequestGroupActionConditionComponent.removeChild(String name, Base value) voidRequestGroup.RequestGroupActionRelatedActionComponent.removeChild(String name, Base value) voidResearchDefinition.removeChild(String name, Base value) voidResearchElementDefinition.removeChild(String name, Base value) voidResearchElementDefinition.ResearchElementDefinitionCharacteristicComponent.removeChild(String name, Base value) voidResearchStudy.removeChild(String name, Base value) voidResearchStudy.ResearchStudyArmComponent.removeChild(String name, Base value) voidResearchStudy.ResearchStudyObjectiveComponent.removeChild(String name, Base value) voidResearchSubject.removeChild(String name, Base value) voidResource.removeChild(String name, Base value) voidRiskAssessment.removeChild(String name, Base value) voidRiskAssessment.RiskAssessmentPredictionComponent.removeChild(String name, Base value) voidRiskEvidenceSynthesis.removeChild(String name, Base value) voidRiskEvidenceSynthesis.RiskEvidenceSynthesisCertaintyCertaintySubcomponentComponent.removeChild(String name, Base value) voidRiskEvidenceSynthesis.RiskEvidenceSynthesisCertaintyComponent.removeChild(String name, Base value) voidRiskEvidenceSynthesis.RiskEvidenceSynthesisRiskEstimateComponent.removeChild(String name, Base value) voidRiskEvidenceSynthesis.RiskEvidenceSynthesisRiskEstimatePrecisionEstimateComponent.removeChild(String name, Base value) voidRiskEvidenceSynthesis.RiskEvidenceSynthesisSampleSizeComponent.removeChild(String name, Base value) voidSampledData.removeChild(String name, Base value) voidSchedule.removeChild(String name, Base value) voidSearchParameter.removeChild(String name, Base value) voidSearchParameter.SearchParameterComponentComponent.removeChild(String name, Base value) voidServiceRequest.removeChild(String name, Base value) voidSignature.removeChild(String name, Base value) voidSlot.removeChild(String name, Base value) voidSpecimen.removeChild(String name, Base value) voidSpecimen.SpecimenCollectionComponent.removeChild(String name, Base value) voidSpecimen.SpecimenContainerComponent.removeChild(String name, Base value) voidSpecimen.SpecimenProcessingComponent.removeChild(String name, Base value) voidSpecimenDefinition.removeChild(String name, Base value) voidSpecimenDefinition.SpecimenDefinitionTypeTestedComponent.removeChild(String name, Base value) voidSpecimenDefinition.SpecimenDefinitionTypeTestedContainerAdditiveComponent.removeChild(String name, Base value) voidSpecimenDefinition.SpecimenDefinitionTypeTestedContainerComponent.removeChild(String name, Base value) voidSpecimenDefinition.SpecimenDefinitionTypeTestedHandlingComponent.removeChild(String name, Base value) voidStructureDefinition.removeChild(String name, Base value) voidStructureDefinition.StructureDefinitionContextComponent.removeChild(String name, Base value) voidStructureDefinition.StructureDefinitionDifferentialComponent.removeChild(String name, Base value) voidStructureDefinition.StructureDefinitionMappingComponent.removeChild(String name, Base value) voidStructureDefinition.StructureDefinitionSnapshotComponent.removeChild(String name, Base value) voidStructureMap.removeChild(String name, Base value) voidStructureMap.StructureMapGroupComponent.removeChild(String name, Base value) voidStructureMap.StructureMapGroupInputComponent.removeChild(String name, Base value) voidStructureMap.StructureMapGroupRuleComponent.removeChild(String name, Base value) voidStructureMap.StructureMapGroupRuleDependentComponent.removeChild(String name, Base value) voidStructureMap.StructureMapGroupRuleSourceComponent.removeChild(String name, Base value) voidStructureMap.StructureMapGroupRuleTargetComponent.removeChild(String name, Base value) voidStructureMap.StructureMapGroupRuleTargetParameterComponent.removeChild(String name, Base value) voidStructureMap.StructureMapStructureComponent.removeChild(String name, Base value) voidSubscription.removeChild(String name, Base value) voidSubscription.SubscriptionChannelComponent.removeChild(String name, Base value) voidSubstance.removeChild(String name, Base value) voidSubstance.SubstanceIngredientComponent.removeChild(String name, Base value) voidSubstance.SubstanceInstanceComponent.removeChild(String name, Base value) voidSubstanceAmount.removeChild(String name, Base value) voidSubstanceAmount.SubstanceAmountReferenceRangeComponent.removeChild(String name, Base value) voidSubstanceNucleicAcid.removeChild(String name, Base value) voidSubstanceNucleicAcid.SubstanceNucleicAcidSubunitComponent.removeChild(String name, Base value) voidSubstanceNucleicAcid.SubstanceNucleicAcidSubunitLinkageComponent.removeChild(String name, Base value) voidSubstanceNucleicAcid.SubstanceNucleicAcidSubunitSugarComponent.removeChild(String name, Base value) voidSubstancePolymer.removeChild(String name, Base value) voidSubstancePolymer.SubstancePolymerMonomerSetComponent.removeChild(String name, Base value) voidSubstancePolymer.SubstancePolymerMonomerSetStartingMaterialComponent.removeChild(String name, Base value) voidSubstancePolymer.SubstancePolymerRepeatComponent.removeChild(String name, Base value) voidSubstancePolymer.SubstancePolymerRepeatRepeatUnitComponent.removeChild(String name, Base value) voidSubstancePolymer.SubstancePolymerRepeatRepeatUnitDegreeOfPolymerisationComponent.removeChild(String name, Base value) voidSubstancePolymer.SubstancePolymerRepeatRepeatUnitStructuralRepresentationComponent.removeChild(String name, Base value) voidSubstanceProtein.removeChild(String name, Base value) voidSubstanceProtein.SubstanceProteinSubunitComponent.removeChild(String name, Base value) voidSubstanceReferenceInformation.removeChild(String name, Base value) voidSubstanceReferenceInformation.SubstanceReferenceInformationClassificationComponent.removeChild(String name, Base value) voidSubstanceReferenceInformation.SubstanceReferenceInformationGeneComponent.removeChild(String name, Base value) voidSubstanceReferenceInformation.SubstanceReferenceInformationGeneElementComponent.removeChild(String name, Base value) voidSubstanceReferenceInformation.SubstanceReferenceInformationTargetComponent.removeChild(String name, Base value) voidSubstanceSourceMaterial.removeChild(String name, Base value) voidSubstanceSourceMaterial.SubstanceSourceMaterialFractionDescriptionComponent.removeChild(String name, Base value) voidSubstanceSourceMaterial.SubstanceSourceMaterialOrganismAuthorComponent.removeChild(String name, Base value) voidSubstanceSourceMaterial.SubstanceSourceMaterialOrganismComponent.removeChild(String name, Base value) voidSubstanceSourceMaterial.SubstanceSourceMaterialOrganismHybridComponent.removeChild(String name, Base value) voidSubstanceSourceMaterial.SubstanceSourceMaterialOrganismOrganismGeneralComponent.removeChild(String name, Base value) voidSubstanceSourceMaterial.SubstanceSourceMaterialPartDescriptionComponent.removeChild(String name, Base value) voidSubstanceSpecification.removeChild(String name, Base value) voidSubstanceSpecification.SubstanceSpecificationCodeComponent.removeChild(String name, Base value) voidSubstanceSpecification.SubstanceSpecificationMoietyComponent.removeChild(String name, Base value) voidSubstanceSpecification.SubstanceSpecificationNameComponent.removeChild(String name, Base value) voidSubstanceSpecification.SubstanceSpecificationNameOfficialComponent.removeChild(String name, Base value) voidSubstanceSpecification.SubstanceSpecificationPropertyComponent.removeChild(String name, Base value) voidSubstanceSpecification.SubstanceSpecificationRelationshipComponent.removeChild(String name, Base value) voidSubstanceSpecification.SubstanceSpecificationStructureComponent.removeChild(String name, Base value) voidSubstanceSpecification.SubstanceSpecificationStructureIsotopeComponent.removeChild(String name, Base value) voidSubstanceSpecification.SubstanceSpecificationStructureIsotopeMolecularWeightComponent.removeChild(String name, Base value) voidSubstanceSpecification.SubstanceSpecificationStructureRepresentationComponent.removeChild(String name, Base value) voidSupplyDelivery.removeChild(String name, Base value) voidSupplyDelivery.SupplyDeliverySuppliedItemComponent.removeChild(String name, Base value) voidSupplyRequest.removeChild(String name, Base value) voidSupplyRequest.SupplyRequestParameterComponent.removeChild(String name, Base value) voidTask.ParameterComponent.removeChild(String name, Base value) voidTask.removeChild(String name, Base value) voidTask.TaskOutputComponent.removeChild(String name, Base value) voidTask.TaskRestrictionComponent.removeChild(String name, Base value) voidTerminologyCapabilities.removeChild(String name, Base value) voidTerminologyCapabilities.TerminologyCapabilitiesClosureComponent.removeChild(String name, Base value) voidTerminologyCapabilities.TerminologyCapabilitiesCodeSystemComponent.removeChild(String name, Base value) voidTerminologyCapabilities.TerminologyCapabilitiesCodeSystemVersionComponent.removeChild(String name, Base value) voidTerminologyCapabilities.TerminologyCapabilitiesCodeSystemVersionFilterComponent.removeChild(String name, Base value) voidTerminologyCapabilities.TerminologyCapabilitiesExpansionComponent.removeChild(String name, Base value) voidTerminologyCapabilities.TerminologyCapabilitiesExpansionParameterComponent.removeChild(String name, Base value) voidTerminologyCapabilities.TerminologyCapabilitiesImplementationComponent.removeChild(String name, Base value) voidTerminologyCapabilities.TerminologyCapabilitiesSoftwareComponent.removeChild(String name, Base value) voidTerminologyCapabilities.TerminologyCapabilitiesTranslationComponent.removeChild(String name, Base value) voidTerminologyCapabilities.TerminologyCapabilitiesValidateCodeComponent.removeChild(String name, Base value) voidTestReport.removeChild(String name, Base value) voidTestReport.SetupActionAssertComponent.removeChild(String name, Base value) voidTestReport.SetupActionComponent.removeChild(String name, Base value) voidTestReport.SetupActionOperationComponent.removeChild(String name, Base value) voidTestReport.TeardownActionComponent.removeChild(String name, Base value) voidTestReport.TestActionComponent.removeChild(String name, Base value) voidTestReport.TestReportParticipantComponent.removeChild(String name, Base value) voidTestReport.TestReportSetupComponent.removeChild(String name, Base value) voidTestReport.TestReportTeardownComponent.removeChild(String name, Base value) voidTestReport.TestReportTestComponent.removeChild(String name, Base value) voidTestScript.removeChild(String name, Base value) voidTestScript.SetupActionAssertComponent.removeChild(String name, Base value) voidTestScript.SetupActionComponent.removeChild(String name, Base value) voidTestScript.SetupActionOperationComponent.removeChild(String name, Base value) voidTestScript.SetupActionOperationRequestHeaderComponent.removeChild(String name, Base value) voidTestScript.TeardownActionComponent.removeChild(String name, Base value) voidTestScript.TestActionComponent.removeChild(String name, Base value) voidTestScript.TestScriptDestinationComponent.removeChild(String name, Base value) voidTestScript.TestScriptFixtureComponent.removeChild(String name, Base value) voidTestScript.TestScriptMetadataCapabilityComponent.removeChild(String name, Base value) voidTestScript.TestScriptMetadataComponent.removeChild(String name, Base value) voidTestScript.TestScriptMetadataLinkComponent.removeChild(String name, Base value) voidTestScript.TestScriptOriginComponent.removeChild(String name, Base value) voidTestScript.TestScriptSetupComponent.removeChild(String name, Base value) voidTestScript.TestScriptTeardownComponent.removeChild(String name, Base value) voidTestScript.TestScriptTestComponent.removeChild(String name, Base value) voidTestScript.TestScriptVariableComponent.removeChild(String name, Base value) voidTiming.removeChild(String name, Base value) voidTiming.TimingRepeatComponent.removeChild(String name, Base value) voidTriggerDefinition.removeChild(String name, Base value) voidUsageContext.removeChild(String name, Base value) voidValueSet.ConceptReferenceComponent.removeChild(String name, Base value) voidValueSet.ConceptReferenceDesignationComponent.removeChild(String name, Base value) voidValueSet.ConceptSetComponent.removeChild(String name, Base value) voidValueSet.ConceptSetFilterComponent.removeChild(String name, Base value) voidValueSet.removeChild(String name, Base value) voidValueSet.ValueSetComposeComponent.removeChild(String name, Base value) voidValueSet.ValueSetExpansionComponent.removeChild(String name, Base value) voidValueSet.ValueSetExpansionContainsComponent.removeChild(String name, Base value) voidValueSet.ValueSetExpansionParameterComponent.removeChild(String name, Base value) voidVerificationResult.removeChild(String name, Base value) voidVerificationResult.VerificationResultAttestationComponent.removeChild(String name, Base value) voidVerificationResult.VerificationResultPrimarySourceComponent.removeChild(String name, Base value) voidVerificationResult.VerificationResultValidatorComponent.removeChild(String name, Base value) voidVisionPrescription.PrismComponent.removeChild(String name, Base value) voidVisionPrescription.removeChild(String name, Base value) voidVisionPrescription.VisionPrescriptionLensSpecificationComponent.removeChild(String name, Base value) Account.CoverageComponent.setProperty(int hash, String name, Base value) Account.CoverageComponent.setProperty(String name, Base value) Account.GuarantorComponent.setProperty(int hash, String name, Base value) Account.GuarantorComponent.setProperty(String name, Base value) Account.setProperty(int hash, String name, Base value) Account.setProperty(String name, Base value) ActivityDefinition.ActivityDefinitionDynamicValueComponent.setProperty(int hash, String name, Base value) ActivityDefinition.ActivityDefinitionDynamicValueComponent.setProperty(String name, Base value) ActivityDefinition.ActivityDefinitionParticipantComponent.setProperty(int hash, String name, Base value) ActivityDefinition.ActivityDefinitionParticipantComponent.setProperty(String name, Base value) ActivityDefinition.setProperty(int hash, String name, Base value) ActivityDefinition.setProperty(String name, Base value) Address.setProperty(int hash, String name, Base value) Address.setProperty(String name, Base value) AdverseEvent.AdverseEventSuspectEntityCausalityComponent.setProperty(int hash, String name, Base value) AdverseEvent.AdverseEventSuspectEntityCausalityComponent.setProperty(String name, Base value) AdverseEvent.AdverseEventSuspectEntityComponent.setProperty(int hash, String name, Base value) AdverseEvent.AdverseEventSuspectEntityComponent.setProperty(String name, Base value) AdverseEvent.setProperty(int hash, String name, Base value) AdverseEvent.setProperty(String name, Base value) Age.setProperty(int hash, String name, Base value) Age.setProperty(String name, Base value) AllergyIntolerance.AllergyIntoleranceReactionComponent.setProperty(int hash, String name, Base value) AllergyIntolerance.AllergyIntoleranceReactionComponent.setProperty(String name, Base value) AllergyIntolerance.setProperty(int hash, String name, Base value) AllergyIntolerance.setProperty(String name, Base value) Annotation.setProperty(int hash, String name, Base value) Annotation.setProperty(String name, Base value) Appointment.AppointmentParticipantComponent.setProperty(int hash, String name, Base value) Appointment.AppointmentParticipantComponent.setProperty(String name, Base value) Appointment.setProperty(int hash, String name, Base value) Appointment.setProperty(String name, Base value) AppointmentResponse.setProperty(int hash, String name, Base value) AppointmentResponse.setProperty(String name, Base value) Attachment.setProperty(int hash, String name, Base value) Attachment.setProperty(String name, Base value) AuditEvent.AuditEventAgentComponent.setProperty(int hash, String name, Base value) AuditEvent.AuditEventAgentComponent.setProperty(String name, Base value) AuditEvent.AuditEventAgentNetworkComponent.setProperty(int hash, String name, Base value) AuditEvent.AuditEventAgentNetworkComponent.setProperty(String name, Base value) AuditEvent.AuditEventEntityComponent.setProperty(int hash, String name, Base value) AuditEvent.AuditEventEntityComponent.setProperty(String name, Base value) AuditEvent.AuditEventEntityDetailComponent.setProperty(int hash, String name, Base value) AuditEvent.AuditEventEntityDetailComponent.setProperty(String name, Base value) AuditEvent.AuditEventSourceComponent.setProperty(int hash, String name, Base value) AuditEvent.AuditEventSourceComponent.setProperty(String name, Base value) AuditEvent.setProperty(int hash, String name, Base value) AuditEvent.setProperty(String name, Base value) BackboneElement.setProperty(int hash, String name, Base value) BackboneElement.setProperty(String name, Base value) BackboneType.setProperty(int hash, String name, Base value) BackboneType.setProperty(String name, Base value) Base.setProperty(int hash, String name, Base value) Base.setProperty(String name, Base value) Basic.setProperty(int hash, String name, Base value) Basic.setProperty(String name, Base value) Binary.setProperty(int hash, String name, Base value) Binary.setProperty(String name, Base value) BiologicallyDerivedProduct.BiologicallyDerivedProductCollectionComponent.setProperty(int hash, String name, Base value) BiologicallyDerivedProduct.BiologicallyDerivedProductCollectionComponent.setProperty(String name, Base value) BiologicallyDerivedProduct.BiologicallyDerivedProductManipulationComponent.setProperty(int hash, String name, Base value) BiologicallyDerivedProduct.BiologicallyDerivedProductManipulationComponent.setProperty(String name, Base value) BiologicallyDerivedProduct.BiologicallyDerivedProductProcessingComponent.setProperty(int hash, String name, Base value) BiologicallyDerivedProduct.BiologicallyDerivedProductProcessingComponent.setProperty(String name, Base value) BiologicallyDerivedProduct.BiologicallyDerivedProductStorageComponent.setProperty(int hash, String name, Base value) BiologicallyDerivedProduct.BiologicallyDerivedProductStorageComponent.setProperty(String name, Base value) BiologicallyDerivedProduct.setProperty(int hash, String name, Base value) BiologicallyDerivedProduct.setProperty(String name, Base value) BodyStructure.setProperty(int hash, String name, Base value) BodyStructure.setProperty(String name, Base value) Bundle.BundleEntryComponent.setProperty(int hash, String name, Base value) Bundle.BundleEntryComponent.setProperty(String name, Base value) Bundle.BundleEntryRequestComponent.setProperty(int hash, String name, Base value) Bundle.BundleEntryRequestComponent.setProperty(String name, Base value) Bundle.BundleEntryResponseComponent.setProperty(int hash, String name, Base value) Bundle.BundleEntryResponseComponent.setProperty(String name, Base value) Bundle.BundleEntrySearchComponent.setProperty(int hash, String name, Base value) Bundle.BundleEntrySearchComponent.setProperty(String name, Base value) Bundle.BundleLinkComponent.setProperty(int hash, String name, Base value) Bundle.BundleLinkComponent.setProperty(String name, Base value) Bundle.setProperty(int hash, String name, Base value) Bundle.setProperty(String name, Base value) CapabilityStatement.CapabilityStatementDocumentComponent.setProperty(int hash, String name, Base value) CapabilityStatement.CapabilityStatementDocumentComponent.setProperty(String name, Base value) CapabilityStatement.CapabilityStatementImplementationComponent.setProperty(int hash, String name, Base value) CapabilityStatement.CapabilityStatementImplementationComponent.setProperty(String name, Base value) CapabilityStatement.CapabilityStatementMessagingComponent.setProperty(int hash, String name, Base value) CapabilityStatement.CapabilityStatementMessagingComponent.setProperty(String name, Base value) CapabilityStatement.CapabilityStatementMessagingEndpointComponent.setProperty(int hash, String name, Base value) CapabilityStatement.CapabilityStatementMessagingEndpointComponent.setProperty(String name, Base value) CapabilityStatement.CapabilityStatementMessagingSupportedMessageComponent.setProperty(int hash, String name, Base value) CapabilityStatement.CapabilityStatementMessagingSupportedMessageComponent.setProperty(String name, Base value) CapabilityStatement.CapabilityStatementRestComponent.setProperty(int hash, String name, Base value) CapabilityStatement.CapabilityStatementRestComponent.setProperty(String name, Base value) CapabilityStatement.CapabilityStatementRestResourceComponent.setProperty(int hash, String name, Base value) CapabilityStatement.CapabilityStatementRestResourceComponent.setProperty(String name, Base value) CapabilityStatement.CapabilityStatementRestResourceOperationComponent.setProperty(int hash, String name, Base value) CapabilityStatement.CapabilityStatementRestResourceOperationComponent.setProperty(String name, Base value) CapabilityStatement.CapabilityStatementRestResourceSearchParamComponent.setProperty(int hash, String name, Base value) CapabilityStatement.CapabilityStatementRestResourceSearchParamComponent.setProperty(String name, Base value) CapabilityStatement.CapabilityStatementRestSecurityComponent.setProperty(int hash, String name, Base value) CapabilityStatement.CapabilityStatementRestSecurityComponent.setProperty(String name, Base value) CapabilityStatement.CapabilityStatementSoftwareComponent.setProperty(int hash, String name, Base value) CapabilityStatement.CapabilityStatementSoftwareComponent.setProperty(String name, Base value) CapabilityStatement.ResourceInteractionComponent.setProperty(int hash, String name, Base value) CapabilityStatement.ResourceInteractionComponent.setProperty(String name, Base value) CapabilityStatement.setProperty(int hash, String name, Base value) CapabilityStatement.setProperty(String name, Base value) CapabilityStatement.SystemInteractionComponent.setProperty(int hash, String name, Base value) CapabilityStatement.SystemInteractionComponent.setProperty(String name, Base value) CarePlan.CarePlanActivityComponent.setProperty(int hash, String name, Base value) CarePlan.CarePlanActivityComponent.setProperty(String name, Base value) CarePlan.CarePlanActivityDetailComponent.setProperty(int hash, String name, Base value) CarePlan.CarePlanActivityDetailComponent.setProperty(String name, Base value) CarePlan.setProperty(int hash, String name, Base value) CarePlan.setProperty(String name, Base value) CareTeam.CareTeamParticipantComponent.setProperty(int hash, String name, Base value) CareTeam.CareTeamParticipantComponent.setProperty(String name, Base value) CareTeam.setProperty(int hash, String name, Base value) CareTeam.setProperty(String name, Base value) CatalogEntry.CatalogEntryRelatedEntryComponent.setProperty(int hash, String name, Base value) CatalogEntry.CatalogEntryRelatedEntryComponent.setProperty(String name, Base value) CatalogEntry.setProperty(int hash, String name, Base value) CatalogEntry.setProperty(String name, Base value) ChargeItem.ChargeItemPerformerComponent.setProperty(int hash, String name, Base value) ChargeItem.ChargeItemPerformerComponent.setProperty(String name, Base value) ChargeItem.setProperty(int hash, String name, Base value) ChargeItem.setProperty(String name, Base value) ChargeItemDefinition.ChargeItemDefinitionApplicabilityComponent.setProperty(int hash, String name, Base value) ChargeItemDefinition.ChargeItemDefinitionApplicabilityComponent.setProperty(String name, Base value) ChargeItemDefinition.ChargeItemDefinitionPropertyGroupComponent.setProperty(int hash, String name, Base value) ChargeItemDefinition.ChargeItemDefinitionPropertyGroupComponent.setProperty(String name, Base value) ChargeItemDefinition.ChargeItemDefinitionPropertyGroupPriceComponentComponent.setProperty(int hash, String name, Base value) ChargeItemDefinition.ChargeItemDefinitionPropertyGroupPriceComponentComponent.setProperty(String name, Base value) ChargeItemDefinition.setProperty(int hash, String name, Base value) ChargeItemDefinition.setProperty(String name, Base value) Claim.AccidentComponent.setProperty(int hash, String name, Base value) Claim.AccidentComponent.setProperty(String name, Base value) Claim.CareTeamComponent.setProperty(int hash, String name, Base value) Claim.CareTeamComponent.setProperty(String name, Base value) Claim.DetailComponent.setProperty(int hash, String name, Base value) Claim.DetailComponent.setProperty(String name, Base value) Claim.DiagnosisComponent.setProperty(int hash, String name, Base value) Claim.DiagnosisComponent.setProperty(String name, Base value) Claim.InsuranceComponent.setProperty(int hash, String name, Base value) Claim.InsuranceComponent.setProperty(String name, Base value) Claim.ItemComponent.setProperty(int hash, String name, Base value) Claim.ItemComponent.setProperty(String name, Base value) Claim.PayeeComponent.setProperty(int hash, String name, Base value) Claim.PayeeComponent.setProperty(String name, Base value) Claim.ProcedureComponent.setProperty(int hash, String name, Base value) Claim.ProcedureComponent.setProperty(String name, Base value) Claim.RelatedClaimComponent.setProperty(int hash, String name, Base value) Claim.RelatedClaimComponent.setProperty(String name, Base value) Claim.setProperty(int hash, String name, Base value) Claim.setProperty(String name, Base value) Claim.SubDetailComponent.setProperty(int hash, String name, Base value) Claim.SubDetailComponent.setProperty(String name, Base value) Claim.SupportingInformationComponent.setProperty(int hash, String name, Base value) Claim.SupportingInformationComponent.setProperty(String name, Base value) ClaimResponse.AddedItemComponent.setProperty(int hash, String name, Base value) ClaimResponse.AddedItemComponent.setProperty(String name, Base value) ClaimResponse.AddedItemDetailComponent.setProperty(int hash, String name, Base value) ClaimResponse.AddedItemDetailComponent.setProperty(String name, Base value) ClaimResponse.AddedItemSubDetailComponent.setProperty(int hash, String name, Base value) ClaimResponse.AddedItemSubDetailComponent.setProperty(String name, Base value) ClaimResponse.AdjudicationComponent.setProperty(int hash, String name, Base value) ClaimResponse.AdjudicationComponent.setProperty(String name, Base value) ClaimResponse.ErrorComponent.setProperty(int hash, String name, Base value) ClaimResponse.ErrorComponent.setProperty(String name, Base value) ClaimResponse.InsuranceComponent.setProperty(int hash, String name, Base value) ClaimResponse.InsuranceComponent.setProperty(String name, Base value) ClaimResponse.ItemComponent.setProperty(int hash, String name, Base value) ClaimResponse.ItemComponent.setProperty(String name, Base value) ClaimResponse.ItemDetailComponent.setProperty(int hash, String name, Base value) ClaimResponse.ItemDetailComponent.setProperty(String name, Base value) ClaimResponse.NoteComponent.setProperty(int hash, String name, Base value) ClaimResponse.NoteComponent.setProperty(String name, Base value) ClaimResponse.PaymentComponent.setProperty(int hash, String name, Base value) ClaimResponse.PaymentComponent.setProperty(String name, Base value) ClaimResponse.setProperty(int hash, String name, Base value) ClaimResponse.setProperty(String name, Base value) ClaimResponse.SubDetailComponent.setProperty(int hash, String name, Base value) ClaimResponse.SubDetailComponent.setProperty(String name, Base value) ClaimResponse.TotalComponent.setProperty(int hash, String name, Base value) ClaimResponse.TotalComponent.setProperty(String name, Base value) ClinicalImpression.ClinicalImpressionFindingComponent.setProperty(int hash, String name, Base value) ClinicalImpression.ClinicalImpressionFindingComponent.setProperty(String name, Base value) ClinicalImpression.ClinicalImpressionInvestigationComponent.setProperty(int hash, String name, Base value) ClinicalImpression.ClinicalImpressionInvestigationComponent.setProperty(String name, Base value) ClinicalImpression.setProperty(int hash, String name, Base value) ClinicalImpression.setProperty(String name, Base value) CodeableConcept.setProperty(int hash, String name, Base value) CodeableConcept.setProperty(String name, Base value) CodeSystem.CodeSystemFilterComponent.setProperty(int hash, String name, Base value) CodeSystem.CodeSystemFilterComponent.setProperty(String name, Base value) CodeSystem.ConceptDefinitionComponent.setProperty(int hash, String name, Base value) CodeSystem.ConceptDefinitionComponent.setProperty(String name, Base value) CodeSystem.ConceptDefinitionDesignationComponent.setProperty(int hash, String name, Base value) CodeSystem.ConceptDefinitionDesignationComponent.setProperty(String name, Base value) CodeSystem.ConceptPropertyComponent.setProperty(int hash, String name, Base value) CodeSystem.ConceptPropertyComponent.setProperty(String name, Base value) CodeSystem.PropertyComponent.setProperty(int hash, String name, Base value) CodeSystem.PropertyComponent.setProperty(String name, Base value) CodeSystem.setProperty(int hash, String name, Base value) CodeSystem.setProperty(String name, Base value) Coding.setProperty(int hash, String name, Base value) Coding.setProperty(String name, Base value) Communication.CommunicationPayloadComponent.setProperty(int hash, String name, Base value) Communication.CommunicationPayloadComponent.setProperty(String name, Base value) Communication.setProperty(int hash, String name, Base value) Communication.setProperty(String name, Base value) CommunicationRequest.CommunicationRequestPayloadComponent.setProperty(int hash, String name, Base value) CommunicationRequest.CommunicationRequestPayloadComponent.setProperty(String name, Base value) CommunicationRequest.setProperty(int hash, String name, Base value) CommunicationRequest.setProperty(String name, Base value) CompartmentDefinition.CompartmentDefinitionResourceComponent.setProperty(int hash, String name, Base value) CompartmentDefinition.CompartmentDefinitionResourceComponent.setProperty(String name, Base value) CompartmentDefinition.setProperty(int hash, String name, Base value) CompartmentDefinition.setProperty(String name, Base value) Composition.CompositionAttesterComponent.setProperty(int hash, String name, Base value) Composition.CompositionAttesterComponent.setProperty(String name, Base value) Composition.CompositionEventComponent.setProperty(int hash, String name, Base value) Composition.CompositionEventComponent.setProperty(String name, Base value) Composition.CompositionRelatesToComponent.setProperty(int hash, String name, Base value) Composition.CompositionRelatesToComponent.setProperty(String name, Base value) Composition.SectionComponent.setProperty(int hash, String name, Base value) Composition.SectionComponent.setProperty(String name, Base value) Composition.setProperty(int hash, String name, Base value) Composition.setProperty(String name, Base value) ConceptMap.ConceptMapGroupComponent.setProperty(int hash, String name, Base value) ConceptMap.ConceptMapGroupComponent.setProperty(String name, Base value) ConceptMap.ConceptMapGroupUnmappedComponent.setProperty(int hash, String name, Base value) ConceptMap.ConceptMapGroupUnmappedComponent.setProperty(String name, Base value) ConceptMap.OtherElementComponent.setProperty(int hash, String name, Base value) ConceptMap.OtherElementComponent.setProperty(String name, Base value) ConceptMap.setProperty(int hash, String name, Base value) ConceptMap.setProperty(String name, Base value) ConceptMap.SourceElementComponent.setProperty(int hash, String name, Base value) ConceptMap.SourceElementComponent.setProperty(String name, Base value) ConceptMap.TargetElementComponent.setProperty(int hash, String name, Base value) ConceptMap.TargetElementComponent.setProperty(String name, Base value) Condition.ConditionEvidenceComponent.setProperty(int hash, String name, Base value) Condition.ConditionEvidenceComponent.setProperty(String name, Base value) Condition.ConditionStageComponent.setProperty(int hash, String name, Base value) Condition.ConditionStageComponent.setProperty(String name, Base value) Condition.setProperty(int hash, String name, Base value) Condition.setProperty(String name, Base value) Consent.ConsentPolicyComponent.setProperty(int hash, String name, Base value) Consent.ConsentPolicyComponent.setProperty(String name, Base value) Consent.ConsentVerificationComponent.setProperty(int hash, String name, Base value) Consent.ConsentVerificationComponent.setProperty(String name, Base value) Consent.provisionActorComponent.setProperty(int hash, String name, Base value) Consent.provisionActorComponent.setProperty(String name, Base value) Consent.ProvisionComponent.setProperty(int hash, String name, Base value) Consent.ProvisionComponent.setProperty(String name, Base value) Consent.provisionDataComponent.setProperty(int hash, String name, Base value) Consent.provisionDataComponent.setProperty(String name, Base value) Consent.setProperty(int hash, String name, Base value) Consent.setProperty(String name, Base value) ContactDetail.setProperty(int hash, String name, Base value) ContactDetail.setProperty(String name, Base value) ContactPoint.setProperty(int hash, String name, Base value) ContactPoint.setProperty(String name, Base value) Contract.ActionComponent.setProperty(int hash, String name, Base value) Contract.ActionComponent.setProperty(String name, Base value) Contract.ActionSubjectComponent.setProperty(int hash, String name, Base value) Contract.ActionSubjectComponent.setProperty(String name, Base value) Contract.AnswerComponent.setProperty(int hash, String name, Base value) Contract.AnswerComponent.setProperty(String name, Base value) Contract.AssetContextComponent.setProperty(int hash, String name, Base value) Contract.AssetContextComponent.setProperty(String name, Base value) Contract.ComputableLanguageComponent.setProperty(int hash, String name, Base value) Contract.ComputableLanguageComponent.setProperty(String name, Base value) Contract.ContentDefinitionComponent.setProperty(int hash, String name, Base value) Contract.ContentDefinitionComponent.setProperty(String name, Base value) Contract.ContractAssetComponent.setProperty(int hash, String name, Base value) Contract.ContractAssetComponent.setProperty(String name, Base value) Contract.ContractOfferComponent.setProperty(int hash, String name, Base value) Contract.ContractOfferComponent.setProperty(String name, Base value) Contract.ContractPartyComponent.setProperty(int hash, String name, Base value) Contract.ContractPartyComponent.setProperty(String name, Base value) Contract.FriendlyLanguageComponent.setProperty(int hash, String name, Base value) Contract.FriendlyLanguageComponent.setProperty(String name, Base value) Contract.LegalLanguageComponent.setProperty(int hash, String name, Base value) Contract.LegalLanguageComponent.setProperty(String name, Base value) Contract.SecurityLabelComponent.setProperty(int hash, String name, Base value) Contract.SecurityLabelComponent.setProperty(String name, Base value) Contract.setProperty(int hash, String name, Base value) Contract.setProperty(String name, Base value) Contract.SignatoryComponent.setProperty(int hash, String name, Base value) Contract.SignatoryComponent.setProperty(String name, Base value) Contract.TermComponent.setProperty(int hash, String name, Base value) Contract.TermComponent.setProperty(String name, Base value) Contract.ValuedItemComponent.setProperty(int hash, String name, Base value) Contract.ValuedItemComponent.setProperty(String name, Base value) Contributor.setProperty(int hash, String name, Base value) Contributor.setProperty(String name, Base value) Count.setProperty(int hash, String name, Base value) Count.setProperty(String name, Base value) Coverage.ClassComponent.setProperty(int hash, String name, Base value) Coverage.ClassComponent.setProperty(String name, Base value) Coverage.CostToBeneficiaryComponent.setProperty(int hash, String name, Base value) Coverage.CostToBeneficiaryComponent.setProperty(String name, Base value) Coverage.ExemptionComponent.setProperty(int hash, String name, Base value) Coverage.ExemptionComponent.setProperty(String name, Base value) Coverage.setProperty(int hash, String name, Base value) Coverage.setProperty(String name, Base value) CoverageEligibilityRequest.DetailsComponent.setProperty(int hash, String name, Base value) CoverageEligibilityRequest.DetailsComponent.setProperty(String name, Base value) CoverageEligibilityRequest.DiagnosisComponent.setProperty(int hash, String name, Base value) CoverageEligibilityRequest.DiagnosisComponent.setProperty(String name, Base value) CoverageEligibilityRequest.InsuranceComponent.setProperty(int hash, String name, Base value) CoverageEligibilityRequest.InsuranceComponent.setProperty(String name, Base value) CoverageEligibilityRequest.setProperty(int hash, String name, Base value) CoverageEligibilityRequest.setProperty(String name, Base value) CoverageEligibilityRequest.SupportingInformationComponent.setProperty(int hash, String name, Base value) CoverageEligibilityRequest.SupportingInformationComponent.setProperty(String name, Base value) CoverageEligibilityResponse.BenefitComponent.setProperty(int hash, String name, Base value) CoverageEligibilityResponse.BenefitComponent.setProperty(String name, Base value) CoverageEligibilityResponse.ErrorsComponent.setProperty(int hash, String name, Base value) CoverageEligibilityResponse.ErrorsComponent.setProperty(String name, Base value) CoverageEligibilityResponse.InsuranceComponent.setProperty(int hash, String name, Base value) CoverageEligibilityResponse.InsuranceComponent.setProperty(String name, Base value) CoverageEligibilityResponse.ItemsComponent.setProperty(int hash, String name, Base value) CoverageEligibilityResponse.ItemsComponent.setProperty(String name, Base value) CoverageEligibilityResponse.setProperty(int hash, String name, Base value) CoverageEligibilityResponse.setProperty(String name, Base value) DataRequirement.DataRequirementCodeFilterComponent.setProperty(int hash, String name, Base value) DataRequirement.DataRequirementCodeFilterComponent.setProperty(String name, Base value) DataRequirement.DataRequirementDateFilterComponent.setProperty(int hash, String name, Base value) DataRequirement.DataRequirementDateFilterComponent.setProperty(String name, Base value) DataRequirement.DataRequirementSortComponent.setProperty(int hash, String name, Base value) DataRequirement.DataRequirementSortComponent.setProperty(String name, Base value) DataRequirement.setProperty(int hash, String name, Base value) DataRequirement.setProperty(String name, Base value) DetectedIssue.DetectedIssueEvidenceComponent.setProperty(int hash, String name, Base value) DetectedIssue.DetectedIssueEvidenceComponent.setProperty(String name, Base value) DetectedIssue.DetectedIssueMitigationComponent.setProperty(int hash, String name, Base value) DetectedIssue.DetectedIssueMitigationComponent.setProperty(String name, Base value) DetectedIssue.setProperty(int hash, String name, Base value) DetectedIssue.setProperty(String name, Base value) Device.DeviceDeviceNameComponent.setProperty(int hash, String name, Base value) Device.DeviceDeviceNameComponent.setProperty(String name, Base value) Device.DevicePropertyComponent.setProperty(int hash, String name, Base value) Device.DevicePropertyComponent.setProperty(String name, Base value) Device.DeviceSpecializationComponent.setProperty(int hash, String name, Base value) Device.DeviceSpecializationComponent.setProperty(String name, Base value) Device.DeviceUdiCarrierComponent.setProperty(int hash, String name, Base value) Device.DeviceUdiCarrierComponent.setProperty(String name, Base value) Device.DeviceVersionComponent.setProperty(int hash, String name, Base value) Device.DeviceVersionComponent.setProperty(String name, Base value) Device.setProperty(int hash, String name, Base value) Device.setProperty(String name, Base value) DeviceDefinition.DeviceDefinitionCapabilityComponent.setProperty(int hash, String name, Base value) DeviceDefinition.DeviceDefinitionCapabilityComponent.setProperty(String name, Base value) DeviceDefinition.DeviceDefinitionDeviceNameComponent.setProperty(int hash, String name, Base value) DeviceDefinition.DeviceDefinitionDeviceNameComponent.setProperty(String name, Base value) DeviceDefinition.DeviceDefinitionMaterialComponent.setProperty(int hash, String name, Base value) DeviceDefinition.DeviceDefinitionMaterialComponent.setProperty(String name, Base value) DeviceDefinition.DeviceDefinitionPropertyComponent.setProperty(int hash, String name, Base value) DeviceDefinition.DeviceDefinitionPropertyComponent.setProperty(String name, Base value) DeviceDefinition.DeviceDefinitionSpecializationComponent.setProperty(int hash, String name, Base value) DeviceDefinition.DeviceDefinitionSpecializationComponent.setProperty(String name, Base value) DeviceDefinition.DeviceDefinitionUdiDeviceIdentifierComponent.setProperty(int hash, String name, Base value) DeviceDefinition.DeviceDefinitionUdiDeviceIdentifierComponent.setProperty(String name, Base value) DeviceDefinition.setProperty(int hash, String name, Base value) DeviceDefinition.setProperty(String name, Base value) DeviceMetric.DeviceMetricCalibrationComponent.setProperty(int hash, String name, Base value) DeviceMetric.DeviceMetricCalibrationComponent.setProperty(String name, Base value) DeviceMetric.setProperty(int hash, String name, Base value) DeviceMetric.setProperty(String name, Base value) DeviceRequest.DeviceRequestParameterComponent.setProperty(int hash, String name, Base value) DeviceRequest.DeviceRequestParameterComponent.setProperty(String name, Base value) DeviceRequest.setProperty(int hash, String name, Base value) DeviceRequest.setProperty(String name, Base value) DeviceUseStatement.setProperty(int hash, String name, Base value) DeviceUseStatement.setProperty(String name, Base value) DiagnosticReport.DiagnosticReportMediaComponent.setProperty(int hash, String name, Base value) DiagnosticReport.DiagnosticReportMediaComponent.setProperty(String name, Base value) DiagnosticReport.setProperty(int hash, String name, Base value) DiagnosticReport.setProperty(String name, Base value) Distance.setProperty(int hash, String name, Base value) Distance.setProperty(String name, Base value) DocumentManifest.DocumentManifestRelatedComponent.setProperty(int hash, String name, Base value) DocumentManifest.DocumentManifestRelatedComponent.setProperty(String name, Base value) DocumentManifest.setProperty(int hash, String name, Base value) DocumentManifest.setProperty(String name, Base value) DocumentReference.DocumentReferenceContentComponent.setProperty(int hash, String name, Base value) DocumentReference.DocumentReferenceContentComponent.setProperty(String name, Base value) DocumentReference.DocumentReferenceContextComponent.setProperty(int hash, String name, Base value) DocumentReference.DocumentReferenceContextComponent.setProperty(String name, Base value) DocumentReference.DocumentReferenceRelatesToComponent.setProperty(int hash, String name, Base value) DocumentReference.DocumentReferenceRelatesToComponent.setProperty(String name, Base value) DocumentReference.setProperty(int hash, String name, Base value) DocumentReference.setProperty(String name, Base value) DomainResource.setProperty(int hash, String name, Base value) DomainResource.setProperty(String name, Base value) Dosage.DosageDoseAndRateComponent.setProperty(int hash, String name, Base value) Dosage.DosageDoseAndRateComponent.setProperty(String name, Base value) Dosage.setProperty(int hash, String name, Base value) Dosage.setProperty(String name, Base value) Duration.setProperty(int hash, String name, Base value) Duration.setProperty(String name, Base value) EffectEvidenceSynthesis.EffectEvidenceSynthesisCertaintyCertaintySubcomponentComponent.setProperty(int hash, String name, Base value) EffectEvidenceSynthesis.EffectEvidenceSynthesisCertaintyCertaintySubcomponentComponent.setProperty(String name, Base value) EffectEvidenceSynthesis.EffectEvidenceSynthesisCertaintyComponent.setProperty(int hash, String name, Base value) EffectEvidenceSynthesis.EffectEvidenceSynthesisCertaintyComponent.setProperty(String name, Base value) EffectEvidenceSynthesis.EffectEvidenceSynthesisEffectEstimateComponent.setProperty(int hash, String name, Base value) EffectEvidenceSynthesis.EffectEvidenceSynthesisEffectEstimateComponent.setProperty(String name, Base value) EffectEvidenceSynthesis.EffectEvidenceSynthesisEffectEstimatePrecisionEstimateComponent.setProperty(int hash, String name, Base value) EffectEvidenceSynthesis.EffectEvidenceSynthesisEffectEstimatePrecisionEstimateComponent.setProperty(String name, Base value) EffectEvidenceSynthesis.EffectEvidenceSynthesisResultsByExposureComponent.setProperty(int hash, String name, Base value) EffectEvidenceSynthesis.EffectEvidenceSynthesisResultsByExposureComponent.setProperty(String name, Base value) EffectEvidenceSynthesis.EffectEvidenceSynthesisSampleSizeComponent.setProperty(int hash, String name, Base value) EffectEvidenceSynthesis.EffectEvidenceSynthesisSampleSizeComponent.setProperty(String name, Base value) EffectEvidenceSynthesis.setProperty(int hash, String name, Base value) EffectEvidenceSynthesis.setProperty(String name, Base value) Element.setProperty(int hash, String name, Base value) Element.setProperty(String name, Base value) ElementDefinition.ElementDefinitionBaseComponent.setProperty(int hash, String name, Base value) ElementDefinition.ElementDefinitionBaseComponent.setProperty(String name, Base value) ElementDefinition.ElementDefinitionBindingComponent.setProperty(int hash, String name, Base value) ElementDefinition.ElementDefinitionBindingComponent.setProperty(String name, Base value) ElementDefinition.ElementDefinitionConstraintComponent.setProperty(int hash, String name, Base value) ElementDefinition.ElementDefinitionConstraintComponent.setProperty(String name, Base value) ElementDefinition.ElementDefinitionExampleComponent.setProperty(int hash, String name, Base value) ElementDefinition.ElementDefinitionExampleComponent.setProperty(String name, Base value) ElementDefinition.ElementDefinitionMappingComponent.setProperty(int hash, String name, Base value) ElementDefinition.ElementDefinitionMappingComponent.setProperty(String name, Base value) ElementDefinition.ElementDefinitionSlicingComponent.setProperty(int hash, String name, Base value) ElementDefinition.ElementDefinitionSlicingComponent.setProperty(String name, Base value) ElementDefinition.ElementDefinitionSlicingDiscriminatorComponent.setProperty(int hash, String name, Base value) ElementDefinition.ElementDefinitionSlicingDiscriminatorComponent.setProperty(String name, Base value) ElementDefinition.setProperty(int hash, String name, Base value) ElementDefinition.setProperty(String name, Base value) ElementDefinition.TypeRefComponent.setProperty(int hash, String name, Base value) ElementDefinition.TypeRefComponent.setProperty(String name, Base value) Encounter.ClassHistoryComponent.setProperty(int hash, String name, Base value) Encounter.ClassHistoryComponent.setProperty(String name, Base value) Encounter.DiagnosisComponent.setProperty(int hash, String name, Base value) Encounter.DiagnosisComponent.setProperty(String name, Base value) Encounter.EncounterHospitalizationComponent.setProperty(int hash, String name, Base value) Encounter.EncounterHospitalizationComponent.setProperty(String name, Base value) Encounter.EncounterLocationComponent.setProperty(int hash, String name, Base value) Encounter.EncounterLocationComponent.setProperty(String name, Base value) Encounter.EncounterParticipantComponent.setProperty(int hash, String name, Base value) Encounter.EncounterParticipantComponent.setProperty(String name, Base value) Encounter.setProperty(int hash, String name, Base value) Encounter.setProperty(String name, Base value) Encounter.StatusHistoryComponent.setProperty(int hash, String name, Base value) Encounter.StatusHistoryComponent.setProperty(String name, Base value) Endpoint.setProperty(int hash, String name, Base value) Endpoint.setProperty(String name, Base value) EnrollmentRequest.setProperty(int hash, String name, Base value) EnrollmentRequest.setProperty(String name, Base value) EnrollmentResponse.setProperty(int hash, String name, Base value) EnrollmentResponse.setProperty(String name, Base value) EpisodeOfCare.DiagnosisComponent.setProperty(int hash, String name, Base value) EpisodeOfCare.DiagnosisComponent.setProperty(String name, Base value) EpisodeOfCare.EpisodeOfCareStatusHistoryComponent.setProperty(int hash, String name, Base value) EpisodeOfCare.EpisodeOfCareStatusHistoryComponent.setProperty(String name, Base value) EpisodeOfCare.setProperty(int hash, String name, Base value) EpisodeOfCare.setProperty(String name, Base value) EventDefinition.setProperty(int hash, String name, Base value) EventDefinition.setProperty(String name, Base value) Evidence.setProperty(int hash, String name, Base value) Evidence.setProperty(String name, Base value) EvidenceVariable.EvidenceVariableCharacteristicComponent.setProperty(int hash, String name, Base value) EvidenceVariable.EvidenceVariableCharacteristicComponent.setProperty(String name, Base value) EvidenceVariable.setProperty(int hash, String name, Base value) EvidenceVariable.setProperty(String name, Base value) ExampleScenario.ExampleScenarioActorComponent.setProperty(int hash, String name, Base value) ExampleScenario.ExampleScenarioActorComponent.setProperty(String name, Base value) ExampleScenario.ExampleScenarioInstanceComponent.setProperty(int hash, String name, Base value) ExampleScenario.ExampleScenarioInstanceComponent.setProperty(String name, Base value) ExampleScenario.ExampleScenarioInstanceContainedInstanceComponent.setProperty(int hash, String name, Base value) ExampleScenario.ExampleScenarioInstanceContainedInstanceComponent.setProperty(String name, Base value) ExampleScenario.ExampleScenarioInstanceVersionComponent.setProperty(int hash, String name, Base value) ExampleScenario.ExampleScenarioInstanceVersionComponent.setProperty(String name, Base value) ExampleScenario.ExampleScenarioProcessComponent.setProperty(int hash, String name, Base value) ExampleScenario.ExampleScenarioProcessComponent.setProperty(String name, Base value) ExampleScenario.ExampleScenarioProcessStepAlternativeComponent.setProperty(int hash, String name, Base value) ExampleScenario.ExampleScenarioProcessStepAlternativeComponent.setProperty(String name, Base value) ExampleScenario.ExampleScenarioProcessStepComponent.setProperty(int hash, String name, Base value) ExampleScenario.ExampleScenarioProcessStepComponent.setProperty(String name, Base value) ExampleScenario.ExampleScenarioProcessStepOperationComponent.setProperty(int hash, String name, Base value) ExampleScenario.ExampleScenarioProcessStepOperationComponent.setProperty(String name, Base value) ExampleScenario.setProperty(int hash, String name, Base value) ExampleScenario.setProperty(String name, Base value) ExplanationOfBenefit.AccidentComponent.setProperty(int hash, String name, Base value) ExplanationOfBenefit.AccidentComponent.setProperty(String name, Base value) ExplanationOfBenefit.AddedItemComponent.setProperty(int hash, String name, Base value) ExplanationOfBenefit.AddedItemComponent.setProperty(String name, Base value) ExplanationOfBenefit.AddedItemDetailComponent.setProperty(int hash, String name, Base value) ExplanationOfBenefit.AddedItemDetailComponent.setProperty(String name, Base value) ExplanationOfBenefit.AddedItemDetailSubDetailComponent.setProperty(int hash, String name, Base value) ExplanationOfBenefit.AddedItemDetailSubDetailComponent.setProperty(String name, Base value) ExplanationOfBenefit.AdjudicationComponent.setProperty(int hash, String name, Base value) ExplanationOfBenefit.AdjudicationComponent.setProperty(String name, Base value) ExplanationOfBenefit.BenefitBalanceComponent.setProperty(int hash, String name, Base value) ExplanationOfBenefit.BenefitBalanceComponent.setProperty(String name, Base value) ExplanationOfBenefit.BenefitComponent.setProperty(int hash, String name, Base value) ExplanationOfBenefit.BenefitComponent.setProperty(String name, Base value) ExplanationOfBenefit.CareTeamComponent.setProperty(int hash, String name, Base value) ExplanationOfBenefit.CareTeamComponent.setProperty(String name, Base value) ExplanationOfBenefit.DetailComponent.setProperty(int hash, String name, Base value) ExplanationOfBenefit.DetailComponent.setProperty(String name, Base value) ExplanationOfBenefit.DiagnosisComponent.setProperty(int hash, String name, Base value) ExplanationOfBenefit.DiagnosisComponent.setProperty(String name, Base value) ExplanationOfBenefit.InsuranceComponent.setProperty(int hash, String name, Base value) ExplanationOfBenefit.InsuranceComponent.setProperty(String name, Base value) ExplanationOfBenefit.ItemComponent.setProperty(int hash, String name, Base value) ExplanationOfBenefit.ItemComponent.setProperty(String name, Base value) ExplanationOfBenefit.NoteComponent.setProperty(int hash, String name, Base value) ExplanationOfBenefit.NoteComponent.setProperty(String name, Base value) ExplanationOfBenefit.PayeeComponent.setProperty(int hash, String name, Base value) ExplanationOfBenefit.PayeeComponent.setProperty(String name, Base value) ExplanationOfBenefit.PaymentComponent.setProperty(int hash, String name, Base value) ExplanationOfBenefit.PaymentComponent.setProperty(String name, Base value) ExplanationOfBenefit.ProcedureComponent.setProperty(int hash, String name, Base value) ExplanationOfBenefit.ProcedureComponent.setProperty(String name, Base value) ExplanationOfBenefit.RelatedClaimComponent.setProperty(int hash, String name, Base value) ExplanationOfBenefit.RelatedClaimComponent.setProperty(String name, Base value) ExplanationOfBenefit.setProperty(int hash, String name, Base value) ExplanationOfBenefit.setProperty(String name, Base value) ExplanationOfBenefit.SubDetailComponent.setProperty(int hash, String name, Base value) ExplanationOfBenefit.SubDetailComponent.setProperty(String name, Base value) ExplanationOfBenefit.SupportingInformationComponent.setProperty(int hash, String name, Base value) ExplanationOfBenefit.SupportingInformationComponent.setProperty(String name, Base value) ExplanationOfBenefit.TotalComponent.setProperty(int hash, String name, Base value) ExplanationOfBenefit.TotalComponent.setProperty(String name, Base value) Expression.setProperty(int hash, String name, Base value) Expression.setProperty(String name, Base value) Extension.setProperty(int hash, String name, Base value) Extension.setProperty(String name, Base value) FamilyMemberHistory.FamilyMemberHistoryConditionComponent.setProperty(int hash, String name, Base value) FamilyMemberHistory.FamilyMemberHistoryConditionComponent.setProperty(String name, Base value) FamilyMemberHistory.setProperty(int hash, String name, Base value) FamilyMemberHistory.setProperty(String name, Base value) Flag.setProperty(int hash, String name, Base value) Flag.setProperty(String name, Base value) Goal.GoalTargetComponent.setProperty(int hash, String name, Base value) Goal.GoalTargetComponent.setProperty(String name, Base value) Goal.setProperty(int hash, String name, Base value) Goal.setProperty(String name, Base value) GraphDefinition.GraphDefinitionLinkComponent.setProperty(int hash, String name, Base value) GraphDefinition.GraphDefinitionLinkComponent.setProperty(String name, Base value) GraphDefinition.GraphDefinitionLinkTargetCompartmentComponent.setProperty(int hash, String name, Base value) GraphDefinition.GraphDefinitionLinkTargetCompartmentComponent.setProperty(String name, Base value) GraphDefinition.GraphDefinitionLinkTargetComponent.setProperty(int hash, String name, Base value) GraphDefinition.GraphDefinitionLinkTargetComponent.setProperty(String name, Base value) GraphDefinition.setProperty(int hash, String name, Base value) GraphDefinition.setProperty(String name, Base value) Group.GroupCharacteristicComponent.setProperty(int hash, String name, Base value) Group.GroupCharacteristicComponent.setProperty(String name, Base value) Group.GroupMemberComponent.setProperty(int hash, String name, Base value) Group.GroupMemberComponent.setProperty(String name, Base value) Group.setProperty(int hash, String name, Base value) Group.setProperty(String name, Base value) GuidanceResponse.setProperty(int hash, String name, Base value) GuidanceResponse.setProperty(String name, Base value) HealthcareService.HealthcareServiceAvailableTimeComponent.setProperty(int hash, String name, Base value) HealthcareService.HealthcareServiceAvailableTimeComponent.setProperty(String name, Base value) HealthcareService.HealthcareServiceEligibilityComponent.setProperty(int hash, String name, Base value) HealthcareService.HealthcareServiceEligibilityComponent.setProperty(String name, Base value) HealthcareService.HealthcareServiceNotAvailableComponent.setProperty(int hash, String name, Base value) HealthcareService.HealthcareServiceNotAvailableComponent.setProperty(String name, Base value) HealthcareService.setProperty(int hash, String name, Base value) HealthcareService.setProperty(String name, Base value) HumanName.setProperty(int hash, String name, Base value) HumanName.setProperty(String name, Base value) Identifier.setProperty(int hash, String name, Base value) Identifier.setProperty(String name, Base value) ImagingStudy.ImagingStudySeriesComponent.setProperty(int hash, String name, Base value) ImagingStudy.ImagingStudySeriesComponent.setProperty(String name, Base value) ImagingStudy.ImagingStudySeriesInstanceComponent.setProperty(int hash, String name, Base value) ImagingStudy.ImagingStudySeriesInstanceComponent.setProperty(String name, Base value) ImagingStudy.ImagingStudySeriesPerformerComponent.setProperty(int hash, String name, Base value) ImagingStudy.ImagingStudySeriesPerformerComponent.setProperty(String name, Base value) ImagingStudy.setProperty(int hash, String name, Base value) ImagingStudy.setProperty(String name, Base value) Immunization.ImmunizationEducationComponent.setProperty(int hash, String name, Base value) Immunization.ImmunizationEducationComponent.setProperty(String name, Base value) Immunization.ImmunizationPerformerComponent.setProperty(int hash, String name, Base value) Immunization.ImmunizationPerformerComponent.setProperty(String name, Base value) Immunization.ImmunizationProtocolAppliedComponent.setProperty(int hash, String name, Base value) Immunization.ImmunizationProtocolAppliedComponent.setProperty(String name, Base value) Immunization.ImmunizationReactionComponent.setProperty(int hash, String name, Base value) Immunization.ImmunizationReactionComponent.setProperty(String name, Base value) Immunization.setProperty(int hash, String name, Base value) Immunization.setProperty(String name, Base value) ImmunizationEvaluation.setProperty(int hash, String name, Base value) ImmunizationEvaluation.setProperty(String name, Base value) ImmunizationRecommendation.ImmunizationRecommendationRecommendationComponent.setProperty(int hash, String name, Base value) ImmunizationRecommendation.ImmunizationRecommendationRecommendationComponent.setProperty(String name, Base value) ImmunizationRecommendation.ImmunizationRecommendationRecommendationDateCriterionComponent.setProperty(int hash, String name, Base value) ImmunizationRecommendation.ImmunizationRecommendationRecommendationDateCriterionComponent.setProperty(String name, Base value) ImmunizationRecommendation.setProperty(int hash, String name, Base value) ImmunizationRecommendation.setProperty(String name, Base value) ImplementationGuide.ImplementationGuideDefinitionComponent.setProperty(int hash, String name, Base value) ImplementationGuide.ImplementationGuideDefinitionComponent.setProperty(String name, Base value) ImplementationGuide.ImplementationGuideDefinitionGroupingComponent.setProperty(int hash, String name, Base value) ImplementationGuide.ImplementationGuideDefinitionGroupingComponent.setProperty(String name, Base value) ImplementationGuide.ImplementationGuideDefinitionPageComponent.setProperty(int hash, String name, Base value) ImplementationGuide.ImplementationGuideDefinitionPageComponent.setProperty(String name, Base value) ImplementationGuide.ImplementationGuideDefinitionParameterComponent.setProperty(int hash, String name, Base value) ImplementationGuide.ImplementationGuideDefinitionParameterComponent.setProperty(String name, Base value) ImplementationGuide.ImplementationGuideDefinitionResourceComponent.setProperty(int hash, String name, Base value) ImplementationGuide.ImplementationGuideDefinitionResourceComponent.setProperty(String name, Base value) ImplementationGuide.ImplementationGuideDefinitionTemplateComponent.setProperty(int hash, String name, Base value) ImplementationGuide.ImplementationGuideDefinitionTemplateComponent.setProperty(String name, Base value) ImplementationGuide.ImplementationGuideDependsOnComponent.setProperty(int hash, String name, Base value) ImplementationGuide.ImplementationGuideDependsOnComponent.setProperty(String name, Base value) ImplementationGuide.ImplementationGuideGlobalComponent.setProperty(int hash, String name, Base value) ImplementationGuide.ImplementationGuideGlobalComponent.setProperty(String name, Base value) ImplementationGuide.ImplementationGuideManifestComponent.setProperty(int hash, String name, Base value) ImplementationGuide.ImplementationGuideManifestComponent.setProperty(String name, Base value) ImplementationGuide.ManifestPageComponent.setProperty(int hash, String name, Base value) ImplementationGuide.ManifestPageComponent.setProperty(String name, Base value) ImplementationGuide.ManifestResourceComponent.setProperty(int hash, String name, Base value) ImplementationGuide.ManifestResourceComponent.setProperty(String name, Base value) ImplementationGuide.setProperty(int hash, String name, Base value) ImplementationGuide.setProperty(String name, Base value) InsurancePlan.CoverageBenefitComponent.setProperty(int hash, String name, Base value) InsurancePlan.CoverageBenefitComponent.setProperty(String name, Base value) InsurancePlan.CoverageBenefitLimitComponent.setProperty(int hash, String name, Base value) InsurancePlan.CoverageBenefitLimitComponent.setProperty(String name, Base value) InsurancePlan.InsurancePlanContactComponent.setProperty(int hash, String name, Base value) InsurancePlan.InsurancePlanContactComponent.setProperty(String name, Base value) InsurancePlan.InsurancePlanCoverageComponent.setProperty(int hash, String name, Base value) InsurancePlan.InsurancePlanCoverageComponent.setProperty(String name, Base value) InsurancePlan.InsurancePlanPlanComponent.setProperty(int hash, String name, Base value) InsurancePlan.InsurancePlanPlanComponent.setProperty(String name, Base value) InsurancePlan.InsurancePlanPlanGeneralCostComponent.setProperty(int hash, String name, Base value) InsurancePlan.InsurancePlanPlanGeneralCostComponent.setProperty(String name, Base value) InsurancePlan.InsurancePlanPlanSpecificCostComponent.setProperty(int hash, String name, Base value) InsurancePlan.InsurancePlanPlanSpecificCostComponent.setProperty(String name, Base value) InsurancePlan.PlanBenefitComponent.setProperty(int hash, String name, Base value) InsurancePlan.PlanBenefitComponent.setProperty(String name, Base value) InsurancePlan.PlanBenefitCostComponent.setProperty(int hash, String name, Base value) InsurancePlan.PlanBenefitCostComponent.setProperty(String name, Base value) InsurancePlan.setProperty(int hash, String name, Base value) InsurancePlan.setProperty(String name, Base value) Invoice.InvoiceLineItemComponent.setProperty(int hash, String name, Base value) Invoice.InvoiceLineItemComponent.setProperty(String name, Base value) Invoice.InvoiceLineItemPriceComponentComponent.setProperty(int hash, String name, Base value) Invoice.InvoiceLineItemPriceComponentComponent.setProperty(String name, Base value) Invoice.InvoiceParticipantComponent.setProperty(int hash, String name, Base value) Invoice.InvoiceParticipantComponent.setProperty(String name, Base value) Invoice.setProperty(int hash, String name, Base value) Invoice.setProperty(String name, Base value) Library.setProperty(int hash, String name, Base value) Library.setProperty(String name, Base value) Linkage.LinkageItemComponent.setProperty(int hash, String name, Base value) Linkage.LinkageItemComponent.setProperty(String name, Base value) Linkage.setProperty(int hash, String name, Base value) Linkage.setProperty(String name, Base value) ListResource.ListEntryComponent.setProperty(int hash, String name, Base value) ListResource.ListEntryComponent.setProperty(String name, Base value) ListResource.setProperty(int hash, String name, Base value) ListResource.setProperty(String name, Base value) Location.LocationHoursOfOperationComponent.setProperty(int hash, String name, Base value) Location.LocationHoursOfOperationComponent.setProperty(String name, Base value) Location.LocationPositionComponent.setProperty(int hash, String name, Base value) Location.LocationPositionComponent.setProperty(String name, Base value) Location.setProperty(int hash, String name, Base value) Location.setProperty(String name, Base value) MarketingStatus.setProperty(int hash, String name, Base value) MarketingStatus.setProperty(String name, Base value) Measure.MeasureGroupComponent.setProperty(int hash, String name, Base value) Measure.MeasureGroupComponent.setProperty(String name, Base value) Measure.MeasureGroupPopulationComponent.setProperty(int hash, String name, Base value) Measure.MeasureGroupPopulationComponent.setProperty(String name, Base value) Measure.MeasureGroupStratifierComponent.setProperty(int hash, String name, Base value) Measure.MeasureGroupStratifierComponent.setProperty(String name, Base value) Measure.MeasureGroupStratifierComponentComponent.setProperty(int hash, String name, Base value) Measure.MeasureGroupStratifierComponentComponent.setProperty(String name, Base value) Measure.MeasureSupplementalDataComponent.setProperty(int hash, String name, Base value) Measure.MeasureSupplementalDataComponent.setProperty(String name, Base value) Measure.setProperty(int hash, String name, Base value) Measure.setProperty(String name, Base value) MeasureReport.MeasureReportGroupComponent.setProperty(int hash, String name, Base value) MeasureReport.MeasureReportGroupComponent.setProperty(String name, Base value) MeasureReport.MeasureReportGroupPopulationComponent.setProperty(int hash, String name, Base value) MeasureReport.MeasureReportGroupPopulationComponent.setProperty(String name, Base value) MeasureReport.MeasureReportGroupStratifierComponent.setProperty(int hash, String name, Base value) MeasureReport.MeasureReportGroupStratifierComponent.setProperty(String name, Base value) MeasureReport.setProperty(int hash, String name, Base value) MeasureReport.setProperty(String name, Base value) MeasureReport.StratifierGroupComponent.setProperty(int hash, String name, Base value) MeasureReport.StratifierGroupComponent.setProperty(String name, Base value) MeasureReport.StratifierGroupComponentComponent.setProperty(int hash, String name, Base value) MeasureReport.StratifierGroupComponentComponent.setProperty(String name, Base value) MeasureReport.StratifierGroupPopulationComponent.setProperty(int hash, String name, Base value) MeasureReport.StratifierGroupPopulationComponent.setProperty(String name, Base value) Media.setProperty(int hash, String name, Base value) Media.setProperty(String name, Base value) Medication.MedicationBatchComponent.setProperty(int hash, String name, Base value) Medication.MedicationBatchComponent.setProperty(String name, Base value) Medication.MedicationIngredientComponent.setProperty(int hash, String name, Base value) Medication.MedicationIngredientComponent.setProperty(String name, Base value) Medication.setProperty(int hash, String name, Base value) Medication.setProperty(String name, Base value) MedicationAdministration.MedicationAdministrationDosageComponent.setProperty(int hash, String name, Base value) MedicationAdministration.MedicationAdministrationDosageComponent.setProperty(String name, Base value) MedicationAdministration.MedicationAdministrationPerformerComponent.setProperty(int hash, String name, Base value) MedicationAdministration.MedicationAdministrationPerformerComponent.setProperty(String name, Base value) MedicationAdministration.setProperty(int hash, String name, Base value) MedicationAdministration.setProperty(String name, Base value) MedicationDispense.MedicationDispensePerformerComponent.setProperty(int hash, String name, Base value) MedicationDispense.MedicationDispensePerformerComponent.setProperty(String name, Base value) MedicationDispense.MedicationDispenseSubstitutionComponent.setProperty(int hash, String name, Base value) MedicationDispense.MedicationDispenseSubstitutionComponent.setProperty(String name, Base value) MedicationDispense.setProperty(int hash, String name, Base value) MedicationDispense.setProperty(String name, Base value) MedicationKnowledge.MedicationKnowledgeAdministrationGuidelinesComponent.setProperty(int hash, String name, Base value) MedicationKnowledge.MedicationKnowledgeAdministrationGuidelinesComponent.setProperty(String name, Base value) MedicationKnowledge.MedicationKnowledgeAdministrationGuidelinesDosageComponent.setProperty(int hash, String name, Base value) MedicationKnowledge.MedicationKnowledgeAdministrationGuidelinesDosageComponent.setProperty(String name, Base value) MedicationKnowledge.MedicationKnowledgeAdministrationGuidelinesPatientCharacteristicsComponent.setProperty(int hash, String name, Base value) MedicationKnowledge.MedicationKnowledgeAdministrationGuidelinesPatientCharacteristicsComponent.setProperty(String name, Base value) MedicationKnowledge.MedicationKnowledgeCostComponent.setProperty(int hash, String name, Base value) MedicationKnowledge.MedicationKnowledgeCostComponent.setProperty(String name, Base value) MedicationKnowledge.MedicationKnowledgeDrugCharacteristicComponent.setProperty(int hash, String name, Base value) MedicationKnowledge.MedicationKnowledgeDrugCharacteristicComponent.setProperty(String name, Base value) MedicationKnowledge.MedicationKnowledgeIngredientComponent.setProperty(int hash, String name, Base value) MedicationKnowledge.MedicationKnowledgeIngredientComponent.setProperty(String name, Base value) MedicationKnowledge.MedicationKnowledgeKineticsComponent.setProperty(int hash, String name, Base value) MedicationKnowledge.MedicationKnowledgeKineticsComponent.setProperty(String name, Base value) MedicationKnowledge.MedicationKnowledgeMedicineClassificationComponent.setProperty(int hash, String name, Base value) MedicationKnowledge.MedicationKnowledgeMedicineClassificationComponent.setProperty(String name, Base value) MedicationKnowledge.MedicationKnowledgeMonitoringProgramComponent.setProperty(int hash, String name, Base value) MedicationKnowledge.MedicationKnowledgeMonitoringProgramComponent.setProperty(String name, Base value) MedicationKnowledge.MedicationKnowledgeMonographComponent.setProperty(int hash, String name, Base value) MedicationKnowledge.MedicationKnowledgeMonographComponent.setProperty(String name, Base value) MedicationKnowledge.MedicationKnowledgePackagingComponent.setProperty(int hash, String name, Base value) MedicationKnowledge.MedicationKnowledgePackagingComponent.setProperty(String name, Base value) MedicationKnowledge.MedicationKnowledgeRegulatoryComponent.setProperty(int hash, String name, Base value) MedicationKnowledge.MedicationKnowledgeRegulatoryComponent.setProperty(String name, Base value) MedicationKnowledge.MedicationKnowledgeRegulatoryMaxDispenseComponent.setProperty(int hash, String name, Base value) MedicationKnowledge.MedicationKnowledgeRegulatoryMaxDispenseComponent.setProperty(String name, Base value) MedicationKnowledge.MedicationKnowledgeRegulatoryScheduleComponent.setProperty(int hash, String name, Base value) MedicationKnowledge.MedicationKnowledgeRegulatoryScheduleComponent.setProperty(String name, Base value) MedicationKnowledge.MedicationKnowledgeRegulatorySubstitutionComponent.setProperty(int hash, String name, Base value) MedicationKnowledge.MedicationKnowledgeRegulatorySubstitutionComponent.setProperty(String name, Base value) MedicationKnowledge.MedicationKnowledgeRelatedMedicationKnowledgeComponent.setProperty(int hash, String name, Base value) MedicationKnowledge.MedicationKnowledgeRelatedMedicationKnowledgeComponent.setProperty(String name, Base value) MedicationKnowledge.setProperty(int hash, String name, Base value) MedicationKnowledge.setProperty(String name, Base value) MedicationRequest.MedicationRequestDispenseRequestComponent.setProperty(int hash, String name, Base value) MedicationRequest.MedicationRequestDispenseRequestComponent.setProperty(String name, Base value) MedicationRequest.MedicationRequestDispenseRequestInitialFillComponent.setProperty(int hash, String name, Base value) MedicationRequest.MedicationRequestDispenseRequestInitialFillComponent.setProperty(String name, Base value) MedicationRequest.MedicationRequestSubstitutionComponent.setProperty(int hash, String name, Base value) MedicationRequest.MedicationRequestSubstitutionComponent.setProperty(String name, Base value) MedicationRequest.setProperty(int hash, String name, Base value) MedicationRequest.setProperty(String name, Base value) MedicationStatement.setProperty(int hash, String name, Base value) MedicationStatement.setProperty(String name, Base value) MedicinalProduct.MedicinalProductManufacturingBusinessOperationComponent.setProperty(int hash, String name, Base value) MedicinalProduct.MedicinalProductManufacturingBusinessOperationComponent.setProperty(String name, Base value) MedicinalProduct.MedicinalProductNameComponent.setProperty(int hash, String name, Base value) MedicinalProduct.MedicinalProductNameComponent.setProperty(String name, Base value) MedicinalProduct.MedicinalProductNameCountryLanguageComponent.setProperty(int hash, String name, Base value) MedicinalProduct.MedicinalProductNameCountryLanguageComponent.setProperty(String name, Base value) MedicinalProduct.MedicinalProductNameNamePartComponent.setProperty(int hash, String name, Base value) MedicinalProduct.MedicinalProductNameNamePartComponent.setProperty(String name, Base value) MedicinalProduct.MedicinalProductSpecialDesignationComponent.setProperty(int hash, String name, Base value) MedicinalProduct.MedicinalProductSpecialDesignationComponent.setProperty(String name, Base value) MedicinalProduct.setProperty(int hash, String name, Base value) MedicinalProduct.setProperty(String name, Base value) MedicinalProductAuthorization.MedicinalProductAuthorizationJurisdictionalAuthorizationComponent.setProperty(int hash, String name, Base value) MedicinalProductAuthorization.MedicinalProductAuthorizationJurisdictionalAuthorizationComponent.setProperty(String name, Base value) MedicinalProductAuthorization.MedicinalProductAuthorizationProcedureComponent.setProperty(int hash, String name, Base value) MedicinalProductAuthorization.MedicinalProductAuthorizationProcedureComponent.setProperty(String name, Base value) MedicinalProductAuthorization.setProperty(int hash, String name, Base value) MedicinalProductAuthorization.setProperty(String name, Base value) MedicinalProductContraindication.MedicinalProductContraindicationOtherTherapyComponent.setProperty(int hash, String name, Base value) MedicinalProductContraindication.MedicinalProductContraindicationOtherTherapyComponent.setProperty(String name, Base value) MedicinalProductContraindication.setProperty(int hash, String name, Base value) MedicinalProductContraindication.setProperty(String name, Base value) MedicinalProductIndication.MedicinalProductIndicationOtherTherapyComponent.setProperty(int hash, String name, Base value) MedicinalProductIndication.MedicinalProductIndicationOtherTherapyComponent.setProperty(String name, Base value) MedicinalProductIndication.setProperty(int hash, String name, Base value) MedicinalProductIndication.setProperty(String name, Base value) MedicinalProductIngredient.MedicinalProductIngredientSpecifiedSubstanceComponent.setProperty(int hash, String name, Base value) MedicinalProductIngredient.MedicinalProductIngredientSpecifiedSubstanceComponent.setProperty(String name, Base value) MedicinalProductIngredient.MedicinalProductIngredientSpecifiedSubstanceStrengthComponent.setProperty(int hash, String name, Base value) MedicinalProductIngredient.MedicinalProductIngredientSpecifiedSubstanceStrengthComponent.setProperty(String name, Base value) MedicinalProductIngredient.MedicinalProductIngredientSpecifiedSubstanceStrengthReferenceStrengthComponent.setProperty(int hash, String name, Base value) MedicinalProductIngredient.MedicinalProductIngredientSpecifiedSubstanceStrengthReferenceStrengthComponent.setProperty(String name, Base value) MedicinalProductIngredient.MedicinalProductIngredientSubstanceComponent.setProperty(int hash, String name, Base value) MedicinalProductIngredient.MedicinalProductIngredientSubstanceComponent.setProperty(String name, Base value) MedicinalProductIngredient.setProperty(int hash, String name, Base value) MedicinalProductIngredient.setProperty(String name, Base value) MedicinalProductInteraction.MedicinalProductInteractionInteractantComponent.setProperty(int hash, String name, Base value) MedicinalProductInteraction.MedicinalProductInteractionInteractantComponent.setProperty(String name, Base value) MedicinalProductInteraction.setProperty(int hash, String name, Base value) MedicinalProductInteraction.setProperty(String name, Base value) MedicinalProductManufactured.setProperty(int hash, String name, Base value) MedicinalProductManufactured.setProperty(String name, Base value) MedicinalProductPackaged.MedicinalProductPackagedBatchIdentifierComponent.setProperty(int hash, String name, Base value) MedicinalProductPackaged.MedicinalProductPackagedBatchIdentifierComponent.setProperty(String name, Base value) MedicinalProductPackaged.MedicinalProductPackagedPackageItemComponent.setProperty(int hash, String name, Base value) MedicinalProductPackaged.MedicinalProductPackagedPackageItemComponent.setProperty(String name, Base value) MedicinalProductPackaged.setProperty(int hash, String name, Base value) MedicinalProductPackaged.setProperty(String name, Base value) MedicinalProductPharmaceutical.MedicinalProductPharmaceuticalCharacteristicsComponent.setProperty(int hash, String name, Base value) MedicinalProductPharmaceutical.MedicinalProductPharmaceuticalCharacteristicsComponent.setProperty(String name, Base value) MedicinalProductPharmaceutical.MedicinalProductPharmaceuticalRouteOfAdministrationComponent.setProperty(int hash, String name, Base value) MedicinalProductPharmaceutical.MedicinalProductPharmaceuticalRouteOfAdministrationComponent.setProperty(String name, Base value) MedicinalProductPharmaceutical.MedicinalProductPharmaceuticalRouteOfAdministrationTargetSpeciesComponent.setProperty(int hash, String name, Base value) MedicinalProductPharmaceutical.MedicinalProductPharmaceuticalRouteOfAdministrationTargetSpeciesComponent.setProperty(String name, Base value) MedicinalProductPharmaceutical.MedicinalProductPharmaceuticalRouteOfAdministrationTargetSpeciesWithdrawalPeriodComponent.setProperty(int hash, String name, Base value) MedicinalProductPharmaceutical.MedicinalProductPharmaceuticalRouteOfAdministrationTargetSpeciesWithdrawalPeriodComponent.setProperty(String name, Base value) MedicinalProductPharmaceutical.setProperty(int hash, String name, Base value) MedicinalProductPharmaceutical.setProperty(String name, Base value) MedicinalProductUndesirableEffect.setProperty(int hash, String name, Base value) MedicinalProductUndesirableEffect.setProperty(String name, Base value) MessageDefinition.MessageDefinitionAllowedResponseComponent.setProperty(int hash, String name, Base value) MessageDefinition.MessageDefinitionAllowedResponseComponent.setProperty(String name, Base value) MessageDefinition.MessageDefinitionFocusComponent.setProperty(int hash, String name, Base value) MessageDefinition.MessageDefinitionFocusComponent.setProperty(String name, Base value) MessageDefinition.setProperty(int hash, String name, Base value) MessageDefinition.setProperty(String name, Base value) MessageHeader.MessageDestinationComponent.setProperty(int hash, String name, Base value) MessageHeader.MessageDestinationComponent.setProperty(String name, Base value) MessageHeader.MessageHeaderResponseComponent.setProperty(int hash, String name, Base value) MessageHeader.MessageHeaderResponseComponent.setProperty(String name, Base value) MessageHeader.MessageSourceComponent.setProperty(int hash, String name, Base value) MessageHeader.MessageSourceComponent.setProperty(String name, Base value) MessageHeader.setProperty(int hash, String name, Base value) MessageHeader.setProperty(String name, Base value) Meta.setProperty(int hash, String name, Base value) Meta.setProperty(String name, Base value) MetadataResource.setProperty(int hash, String name, Base value) MetadataResource.setProperty(String name, Base value) MolecularSequence.MolecularSequenceQualityComponent.setProperty(int hash, String name, Base value) MolecularSequence.MolecularSequenceQualityComponent.setProperty(String name, Base value) MolecularSequence.MolecularSequenceQualityRocComponent.setProperty(int hash, String name, Base value) MolecularSequence.MolecularSequenceQualityRocComponent.setProperty(String name, Base value) MolecularSequence.MolecularSequenceReferenceSeqComponent.setProperty(int hash, String name, Base value) MolecularSequence.MolecularSequenceReferenceSeqComponent.setProperty(String name, Base value) MolecularSequence.MolecularSequenceRepositoryComponent.setProperty(int hash, String name, Base value) MolecularSequence.MolecularSequenceRepositoryComponent.setProperty(String name, Base value) MolecularSequence.MolecularSequenceStructureVariantComponent.setProperty(int hash, String name, Base value) MolecularSequence.MolecularSequenceStructureVariantComponent.setProperty(String name, Base value) MolecularSequence.MolecularSequenceStructureVariantInnerComponent.setProperty(int hash, String name, Base value) MolecularSequence.MolecularSequenceStructureVariantInnerComponent.setProperty(String name, Base value) MolecularSequence.MolecularSequenceStructureVariantOuterComponent.setProperty(int hash, String name, Base value) MolecularSequence.MolecularSequenceStructureVariantOuterComponent.setProperty(String name, Base value) MolecularSequence.MolecularSequenceVariantComponent.setProperty(int hash, String name, Base value) MolecularSequence.MolecularSequenceVariantComponent.setProperty(String name, Base value) MolecularSequence.setProperty(int hash, String name, Base value) MolecularSequence.setProperty(String name, Base value) Money.setProperty(int hash, String name, Base value) Money.setProperty(String name, Base value) NamingSystem.NamingSystemUniqueIdComponent.setProperty(int hash, String name, Base value) NamingSystem.NamingSystemUniqueIdComponent.setProperty(String name, Base value) NamingSystem.setProperty(int hash, String name, Base value) NamingSystem.setProperty(String name, Base value) Narrative.setProperty(int hash, String name, Base value) Narrative.setProperty(String name, Base value) NutritionOrder.NutritionOrderEnteralFormulaAdministrationComponent.setProperty(int hash, String name, Base value) NutritionOrder.NutritionOrderEnteralFormulaAdministrationComponent.setProperty(String name, Base value) NutritionOrder.NutritionOrderEnteralFormulaComponent.setProperty(int hash, String name, Base value) NutritionOrder.NutritionOrderEnteralFormulaComponent.setProperty(String name, Base value) NutritionOrder.NutritionOrderOralDietComponent.setProperty(int hash, String name, Base value) NutritionOrder.NutritionOrderOralDietComponent.setProperty(String name, Base value) NutritionOrder.NutritionOrderOralDietNutrientComponent.setProperty(int hash, String name, Base value) NutritionOrder.NutritionOrderOralDietNutrientComponent.setProperty(String name, Base value) NutritionOrder.NutritionOrderOralDietTextureComponent.setProperty(int hash, String name, Base value) NutritionOrder.NutritionOrderOralDietTextureComponent.setProperty(String name, Base value) NutritionOrder.NutritionOrderSupplementComponent.setProperty(int hash, String name, Base value) NutritionOrder.NutritionOrderSupplementComponent.setProperty(String name, Base value) NutritionOrder.setProperty(int hash, String name, Base value) NutritionOrder.setProperty(String name, Base value) Observation.ObservationComponentComponent.setProperty(int hash, String name, Base value) Observation.ObservationComponentComponent.setProperty(String name, Base value) Observation.ObservationReferenceRangeComponent.setProperty(int hash, String name, Base value) Observation.ObservationReferenceRangeComponent.setProperty(String name, Base value) Observation.setProperty(int hash, String name, Base value) Observation.setProperty(String name, Base value) ObservationDefinition.ObservationDefinitionQualifiedIntervalComponent.setProperty(int hash, String name, Base value) ObservationDefinition.ObservationDefinitionQualifiedIntervalComponent.setProperty(String name, Base value) ObservationDefinition.ObservationDefinitionQuantitativeDetailsComponent.setProperty(int hash, String name, Base value) ObservationDefinition.ObservationDefinitionQuantitativeDetailsComponent.setProperty(String name, Base value) ObservationDefinition.setProperty(int hash, String name, Base value) ObservationDefinition.setProperty(String name, Base value) OperationDefinition.OperationDefinitionOverloadComponent.setProperty(int hash, String name, Base value) OperationDefinition.OperationDefinitionOverloadComponent.setProperty(String name, Base value) OperationDefinition.OperationDefinitionParameterBindingComponent.setProperty(int hash, String name, Base value) OperationDefinition.OperationDefinitionParameterBindingComponent.setProperty(String name, Base value) OperationDefinition.OperationDefinitionParameterComponent.setProperty(int hash, String name, Base value) OperationDefinition.OperationDefinitionParameterComponent.setProperty(String name, Base value) OperationDefinition.OperationDefinitionParameterReferencedFromComponent.setProperty(int hash, String name, Base value) OperationDefinition.OperationDefinitionParameterReferencedFromComponent.setProperty(String name, Base value) OperationDefinition.setProperty(int hash, String name, Base value) OperationDefinition.setProperty(String name, Base value) OperationOutcome.OperationOutcomeIssueComponent.setProperty(int hash, String name, Base value) OperationOutcome.OperationOutcomeIssueComponent.setProperty(String name, Base value) OperationOutcome.setProperty(int hash, String name, Base value) OperationOutcome.setProperty(String name, Base value) Organization.OrganizationContactComponent.setProperty(int hash, String name, Base value) Organization.OrganizationContactComponent.setProperty(String name, Base value) Organization.setProperty(int hash, String name, Base value) Organization.setProperty(String name, Base value) OrganizationAffiliation.setProperty(int hash, String name, Base value) OrganizationAffiliation.setProperty(String name, Base value) ParameterDefinition.setProperty(int hash, String name, Base value) ParameterDefinition.setProperty(String name, Base value) Parameters.ParametersParameterComponent.setProperty(int hash, String name, Base value) Parameters.ParametersParameterComponent.setProperty(String name, Base value) Parameters.setProperty(int hash, String name, Base value) Parameters.setProperty(String name, Base value) Patient.ContactComponent.setProperty(int hash, String name, Base value) Patient.ContactComponent.setProperty(String name, Base value) Patient.PatientCommunicationComponent.setProperty(int hash, String name, Base value) Patient.PatientCommunicationComponent.setProperty(String name, Base value) Patient.PatientLinkComponent.setProperty(int hash, String name, Base value) Patient.PatientLinkComponent.setProperty(String name, Base value) Patient.setProperty(int hash, String name, Base value) Patient.setProperty(String name, Base value) PaymentNotice.setProperty(int hash, String name, Base value) PaymentNotice.setProperty(String name, Base value) PaymentReconciliation.DetailsComponent.setProperty(int hash, String name, Base value) PaymentReconciliation.DetailsComponent.setProperty(String name, Base value) PaymentReconciliation.NotesComponent.setProperty(int hash, String name, Base value) PaymentReconciliation.NotesComponent.setProperty(String name, Base value) PaymentReconciliation.setProperty(int hash, String name, Base value) PaymentReconciliation.setProperty(String name, Base value) Period.setProperty(int hash, String name, Base value) Period.setProperty(String name, Base value) Person.PersonLinkComponent.setProperty(int hash, String name, Base value) Person.PersonLinkComponent.setProperty(String name, Base value) Person.setProperty(int hash, String name, Base value) Person.setProperty(String name, Base value) PlanDefinition.PlanDefinitionActionComponent.setProperty(int hash, String name, Base value) PlanDefinition.PlanDefinitionActionComponent.setProperty(String name, Base value) PlanDefinition.PlanDefinitionActionConditionComponent.setProperty(int hash, String name, Base value) PlanDefinition.PlanDefinitionActionConditionComponent.setProperty(String name, Base value) PlanDefinition.PlanDefinitionActionDynamicValueComponent.setProperty(int hash, String name, Base value) PlanDefinition.PlanDefinitionActionDynamicValueComponent.setProperty(String name, Base value) PlanDefinition.PlanDefinitionActionParticipantComponent.setProperty(int hash, String name, Base value) PlanDefinition.PlanDefinitionActionParticipantComponent.setProperty(String name, Base value) PlanDefinition.PlanDefinitionActionRelatedActionComponent.setProperty(int hash, String name, Base value) PlanDefinition.PlanDefinitionActionRelatedActionComponent.setProperty(String name, Base value) PlanDefinition.PlanDefinitionGoalComponent.setProperty(int hash, String name, Base value) PlanDefinition.PlanDefinitionGoalComponent.setProperty(String name, Base value) PlanDefinition.PlanDefinitionGoalTargetComponent.setProperty(int hash, String name, Base value) PlanDefinition.PlanDefinitionGoalTargetComponent.setProperty(String name, Base value) PlanDefinition.setProperty(int hash, String name, Base value) PlanDefinition.setProperty(String name, Base value) Population.setProperty(int hash, String name, Base value) Population.setProperty(String name, Base value) Practitioner.PractitionerQualificationComponent.setProperty(int hash, String name, Base value) Practitioner.PractitionerQualificationComponent.setProperty(String name, Base value) Practitioner.setProperty(int hash, String name, Base value) Practitioner.setProperty(String name, Base value) PractitionerRole.PractitionerRoleAvailableTimeComponent.setProperty(int hash, String name, Base value) PractitionerRole.PractitionerRoleAvailableTimeComponent.setProperty(String name, Base value) PractitionerRole.PractitionerRoleNotAvailableComponent.setProperty(int hash, String name, Base value) PractitionerRole.PractitionerRoleNotAvailableComponent.setProperty(String name, Base value) PractitionerRole.setProperty(int hash, String name, Base value) PractitionerRole.setProperty(String name, Base value) PrimitiveType.setProperty(int hash, String name, Base value) PrimitiveType.setProperty(String name, Base value) Procedure.ProcedureFocalDeviceComponent.setProperty(int hash, String name, Base value) Procedure.ProcedureFocalDeviceComponent.setProperty(String name, Base value) Procedure.ProcedurePerformerComponent.setProperty(int hash, String name, Base value) Procedure.ProcedurePerformerComponent.setProperty(String name, Base value) Procedure.setProperty(int hash, String name, Base value) Procedure.setProperty(String name, Base value) ProdCharacteristic.setProperty(int hash, String name, Base value) ProdCharacteristic.setProperty(String name, Base value) ProductShelfLife.setProperty(int hash, String name, Base value) ProductShelfLife.setProperty(String name, Base value) Provenance.ProvenanceAgentComponent.setProperty(int hash, String name, Base value) Provenance.ProvenanceAgentComponent.setProperty(String name, Base value) Provenance.ProvenanceEntityComponent.setProperty(int hash, String name, Base value) Provenance.ProvenanceEntityComponent.setProperty(String name, Base value) Provenance.setProperty(int hash, String name, Base value) Provenance.setProperty(String name, Base value) Quantity.setProperty(int hash, String name, Base value) Quantity.setProperty(String name, Base value) Questionnaire.QuestionnaireItemAnswerOptionComponent.setProperty(int hash, String name, Base value) Questionnaire.QuestionnaireItemAnswerOptionComponent.setProperty(String name, Base value) Questionnaire.QuestionnaireItemComponent.setProperty(int hash, String name, Base value) Questionnaire.QuestionnaireItemComponent.setProperty(String name, Base value) Questionnaire.QuestionnaireItemEnableWhenComponent.setProperty(int hash, String name, Base value) Questionnaire.QuestionnaireItemEnableWhenComponent.setProperty(String name, Base value) Questionnaire.QuestionnaireItemInitialComponent.setProperty(int hash, String name, Base value) Questionnaire.QuestionnaireItemInitialComponent.setProperty(String name, Base value) Questionnaire.setProperty(int hash, String name, Base value) Questionnaire.setProperty(String name, Base value) QuestionnaireResponse.QuestionnaireResponseItemAnswerComponent.setProperty(int hash, String name, Base value) QuestionnaireResponse.QuestionnaireResponseItemAnswerComponent.setProperty(String name, Base value) QuestionnaireResponse.QuestionnaireResponseItemComponent.setProperty(int hash, String name, Base value) QuestionnaireResponse.QuestionnaireResponseItemComponent.setProperty(String name, Base value) QuestionnaireResponse.setProperty(int hash, String name, Base value) QuestionnaireResponse.setProperty(String name, Base value) Range.setProperty(int hash, String name, Base value) Range.setProperty(String name, Base value) Ratio.setProperty(int hash, String name, Base value) Ratio.setProperty(String name, Base value) Reference.setProperty(int hash, String name, Base value) Reference.setProperty(String name, Base value) RelatedArtifact.setProperty(int hash, String name, Base value) RelatedArtifact.setProperty(String name, Base value) RelatedPerson.RelatedPersonCommunicationComponent.setProperty(int hash, String name, Base value) RelatedPerson.RelatedPersonCommunicationComponent.setProperty(String name, Base value) RelatedPerson.setProperty(int hash, String name, Base value) RelatedPerson.setProperty(String name, Base value) RequestGroup.RequestGroupActionComponent.setProperty(int hash, String name, Base value) RequestGroup.RequestGroupActionComponent.setProperty(String name, Base value) RequestGroup.RequestGroupActionConditionComponent.setProperty(int hash, String name, Base value) RequestGroup.RequestGroupActionConditionComponent.setProperty(String name, Base value) RequestGroup.RequestGroupActionRelatedActionComponent.setProperty(int hash, String name, Base value) RequestGroup.RequestGroupActionRelatedActionComponent.setProperty(String name, Base value) RequestGroup.setProperty(int hash, String name, Base value) RequestGroup.setProperty(String name, Base value) ResearchDefinition.setProperty(int hash, String name, Base value) ResearchDefinition.setProperty(String name, Base value) ResearchElementDefinition.ResearchElementDefinitionCharacteristicComponent.setProperty(int hash, String name, Base value) ResearchElementDefinition.ResearchElementDefinitionCharacteristicComponent.setProperty(String name, Base value) ResearchElementDefinition.setProperty(int hash, String name, Base value) ResearchElementDefinition.setProperty(String name, Base value) ResearchStudy.ResearchStudyArmComponent.setProperty(int hash, String name, Base value) ResearchStudy.ResearchStudyArmComponent.setProperty(String name, Base value) ResearchStudy.ResearchStudyObjectiveComponent.setProperty(int hash, String name, Base value) ResearchStudy.ResearchStudyObjectiveComponent.setProperty(String name, Base value) ResearchStudy.setProperty(int hash, String name, Base value) ResearchStudy.setProperty(String name, Base value) ResearchSubject.setProperty(int hash, String name, Base value) ResearchSubject.setProperty(String name, Base value) Resource.setProperty(int hash, String name, Base value) Resource.setProperty(String name, Base value) RiskAssessment.RiskAssessmentPredictionComponent.setProperty(int hash, String name, Base value) RiskAssessment.RiskAssessmentPredictionComponent.setProperty(String name, Base value) RiskAssessment.setProperty(int hash, String name, Base value) RiskAssessment.setProperty(String name, Base value) RiskEvidenceSynthesis.RiskEvidenceSynthesisCertaintyCertaintySubcomponentComponent.setProperty(int hash, String name, Base value) RiskEvidenceSynthesis.RiskEvidenceSynthesisCertaintyCertaintySubcomponentComponent.setProperty(String name, Base value) RiskEvidenceSynthesis.RiskEvidenceSynthesisCertaintyComponent.setProperty(int hash, String name, Base value) RiskEvidenceSynthesis.RiskEvidenceSynthesisCertaintyComponent.setProperty(String name, Base value) RiskEvidenceSynthesis.RiskEvidenceSynthesisRiskEstimateComponent.setProperty(int hash, String name, Base value) RiskEvidenceSynthesis.RiskEvidenceSynthesisRiskEstimateComponent.setProperty(String name, Base value) RiskEvidenceSynthesis.RiskEvidenceSynthesisRiskEstimatePrecisionEstimateComponent.setProperty(int hash, String name, Base value) RiskEvidenceSynthesis.RiskEvidenceSynthesisRiskEstimatePrecisionEstimateComponent.setProperty(String name, Base value) RiskEvidenceSynthesis.RiskEvidenceSynthesisSampleSizeComponent.setProperty(int hash, String name, Base value) RiskEvidenceSynthesis.RiskEvidenceSynthesisSampleSizeComponent.setProperty(String name, Base value) RiskEvidenceSynthesis.setProperty(int hash, String name, Base value) RiskEvidenceSynthesis.setProperty(String name, Base value) SampledData.setProperty(int hash, String name, Base value) SampledData.setProperty(String name, Base value) Schedule.setProperty(int hash, String name, Base value) Schedule.setProperty(String name, Base value) SearchParameter.SearchParameterComponentComponent.setProperty(int hash, String name, Base value) SearchParameter.SearchParameterComponentComponent.setProperty(String name, Base value) SearchParameter.setProperty(int hash, String name, Base value) SearchParameter.setProperty(String name, Base value) ServiceRequest.setProperty(int hash, String name, Base value) ServiceRequest.setProperty(String name, Base value) Signature.setProperty(int hash, String name, Base value) Signature.setProperty(String name, Base value) Slot.setProperty(int hash, String name, Base value) Slot.setProperty(String name, Base value) Specimen.setProperty(int hash, String name, Base value) Specimen.setProperty(String name, Base value) Specimen.SpecimenCollectionComponent.setProperty(int hash, String name, Base value) Specimen.SpecimenCollectionComponent.setProperty(String name, Base value) Specimen.SpecimenContainerComponent.setProperty(int hash, String name, Base value) Specimen.SpecimenContainerComponent.setProperty(String name, Base value) Specimen.SpecimenProcessingComponent.setProperty(int hash, String name, Base value) Specimen.SpecimenProcessingComponent.setProperty(String name, Base value) SpecimenDefinition.setProperty(int hash, String name, Base value) SpecimenDefinition.setProperty(String name, Base value) SpecimenDefinition.SpecimenDefinitionTypeTestedComponent.setProperty(int hash, String name, Base value) SpecimenDefinition.SpecimenDefinitionTypeTestedComponent.setProperty(String name, Base value) SpecimenDefinition.SpecimenDefinitionTypeTestedContainerAdditiveComponent.setProperty(int hash, String name, Base value) SpecimenDefinition.SpecimenDefinitionTypeTestedContainerAdditiveComponent.setProperty(String name, Base value) SpecimenDefinition.SpecimenDefinitionTypeTestedContainerComponent.setProperty(int hash, String name, Base value) SpecimenDefinition.SpecimenDefinitionTypeTestedContainerComponent.setProperty(String name, Base value) SpecimenDefinition.SpecimenDefinitionTypeTestedHandlingComponent.setProperty(int hash, String name, Base value) SpecimenDefinition.SpecimenDefinitionTypeTestedHandlingComponent.setProperty(String name, Base value) StructureDefinition.setProperty(int hash, String name, Base value) StructureDefinition.setProperty(String name, Base value) StructureDefinition.StructureDefinitionContextComponent.setProperty(int hash, String name, Base value) StructureDefinition.StructureDefinitionContextComponent.setProperty(String name, Base value) StructureDefinition.StructureDefinitionDifferentialComponent.setProperty(int hash, String name, Base value) StructureDefinition.StructureDefinitionDifferentialComponent.setProperty(String name, Base value) StructureDefinition.StructureDefinitionMappingComponent.setProperty(int hash, String name, Base value) StructureDefinition.StructureDefinitionMappingComponent.setProperty(String name, Base value) StructureDefinition.StructureDefinitionSnapshotComponent.setProperty(int hash, String name, Base value) StructureDefinition.StructureDefinitionSnapshotComponent.setProperty(String name, Base value) StructureMap.setProperty(int hash, String name, Base value) StructureMap.setProperty(String name, Base value) StructureMap.StructureMapGroupComponent.setProperty(int hash, String name, Base value) StructureMap.StructureMapGroupComponent.setProperty(String name, Base value) StructureMap.StructureMapGroupInputComponent.setProperty(int hash, String name, Base value) StructureMap.StructureMapGroupInputComponent.setProperty(String name, Base value) StructureMap.StructureMapGroupRuleComponent.setProperty(int hash, String name, Base value) StructureMap.StructureMapGroupRuleComponent.setProperty(String name, Base value) StructureMap.StructureMapGroupRuleDependentComponent.setProperty(int hash, String name, Base value) StructureMap.StructureMapGroupRuleDependentComponent.setProperty(String name, Base value) StructureMap.StructureMapGroupRuleSourceComponent.setProperty(int hash, String name, Base value) StructureMap.StructureMapGroupRuleSourceComponent.setProperty(String name, Base value) StructureMap.StructureMapGroupRuleTargetComponent.setProperty(int hash, String name, Base value) StructureMap.StructureMapGroupRuleTargetComponent.setProperty(String name, Base value) StructureMap.StructureMapGroupRuleTargetParameterComponent.setProperty(int hash, String name, Base value) StructureMap.StructureMapGroupRuleTargetParameterComponent.setProperty(String name, Base value) StructureMap.StructureMapStructureComponent.setProperty(int hash, String name, Base value) StructureMap.StructureMapStructureComponent.setProperty(String name, Base value) Subscription.setProperty(int hash, String name, Base value) Subscription.setProperty(String name, Base value) Subscription.SubscriptionChannelComponent.setProperty(int hash, String name, Base value) Subscription.SubscriptionChannelComponent.setProperty(String name, Base value) Substance.setProperty(int hash, String name, Base value) Substance.setProperty(String name, Base value) Substance.SubstanceIngredientComponent.setProperty(int hash, String name, Base value) Substance.SubstanceIngredientComponent.setProperty(String name, Base value) Substance.SubstanceInstanceComponent.setProperty(int hash, String name, Base value) Substance.SubstanceInstanceComponent.setProperty(String name, Base value) SubstanceAmount.setProperty(int hash, String name, Base value) SubstanceAmount.setProperty(String name, Base value) SubstanceAmount.SubstanceAmountReferenceRangeComponent.setProperty(int hash, String name, Base value) SubstanceAmount.SubstanceAmountReferenceRangeComponent.setProperty(String name, Base value) SubstanceNucleicAcid.setProperty(int hash, String name, Base value) SubstanceNucleicAcid.setProperty(String name, Base value) SubstanceNucleicAcid.SubstanceNucleicAcidSubunitComponent.setProperty(int hash, String name, Base value) SubstanceNucleicAcid.SubstanceNucleicAcidSubunitComponent.setProperty(String name, Base value) SubstanceNucleicAcid.SubstanceNucleicAcidSubunitLinkageComponent.setProperty(int hash, String name, Base value) SubstanceNucleicAcid.SubstanceNucleicAcidSubunitLinkageComponent.setProperty(String name, Base value) SubstanceNucleicAcid.SubstanceNucleicAcidSubunitSugarComponent.setProperty(int hash, String name, Base value) SubstanceNucleicAcid.SubstanceNucleicAcidSubunitSugarComponent.setProperty(String name, Base value) SubstancePolymer.setProperty(int hash, String name, Base value) SubstancePolymer.setProperty(String name, Base value) SubstancePolymer.SubstancePolymerMonomerSetComponent.setProperty(int hash, String name, Base value) SubstancePolymer.SubstancePolymerMonomerSetComponent.setProperty(String name, Base value) SubstancePolymer.SubstancePolymerMonomerSetStartingMaterialComponent.setProperty(int hash, String name, Base value) SubstancePolymer.SubstancePolymerMonomerSetStartingMaterialComponent.setProperty(String name, Base value) SubstancePolymer.SubstancePolymerRepeatComponent.setProperty(int hash, String name, Base value) SubstancePolymer.SubstancePolymerRepeatComponent.setProperty(String name, Base value) SubstancePolymer.SubstancePolymerRepeatRepeatUnitComponent.setProperty(int hash, String name, Base value) SubstancePolymer.SubstancePolymerRepeatRepeatUnitComponent.setProperty(String name, Base value) SubstancePolymer.SubstancePolymerRepeatRepeatUnitDegreeOfPolymerisationComponent.setProperty(int hash, String name, Base value) SubstancePolymer.SubstancePolymerRepeatRepeatUnitDegreeOfPolymerisationComponent.setProperty(String name, Base value) SubstancePolymer.SubstancePolymerRepeatRepeatUnitStructuralRepresentationComponent.setProperty(int hash, String name, Base value) SubstancePolymer.SubstancePolymerRepeatRepeatUnitStructuralRepresentationComponent.setProperty(String name, Base value) SubstanceProtein.setProperty(int hash, String name, Base value) SubstanceProtein.setProperty(String name, Base value) SubstanceProtein.SubstanceProteinSubunitComponent.setProperty(int hash, String name, Base value) SubstanceProtein.SubstanceProteinSubunitComponent.setProperty(String name, Base value) SubstanceReferenceInformation.setProperty(int hash, String name, Base value) SubstanceReferenceInformation.setProperty(String name, Base value) SubstanceReferenceInformation.SubstanceReferenceInformationClassificationComponent.setProperty(int hash, String name, Base value) SubstanceReferenceInformation.SubstanceReferenceInformationClassificationComponent.setProperty(String name, Base value) SubstanceReferenceInformation.SubstanceReferenceInformationGeneComponent.setProperty(int hash, String name, Base value) SubstanceReferenceInformation.SubstanceReferenceInformationGeneComponent.setProperty(String name, Base value) SubstanceReferenceInformation.SubstanceReferenceInformationGeneElementComponent.setProperty(int hash, String name, Base value) SubstanceReferenceInformation.SubstanceReferenceInformationGeneElementComponent.setProperty(String name, Base value) SubstanceReferenceInformation.SubstanceReferenceInformationTargetComponent.setProperty(int hash, String name, Base value) SubstanceReferenceInformation.SubstanceReferenceInformationTargetComponent.setProperty(String name, Base value) SubstanceSourceMaterial.setProperty(int hash, String name, Base value) SubstanceSourceMaterial.setProperty(String name, Base value) SubstanceSourceMaterial.SubstanceSourceMaterialFractionDescriptionComponent.setProperty(int hash, String name, Base value) SubstanceSourceMaterial.SubstanceSourceMaterialFractionDescriptionComponent.setProperty(String name, Base value) SubstanceSourceMaterial.SubstanceSourceMaterialOrganismAuthorComponent.setProperty(int hash, String name, Base value) SubstanceSourceMaterial.SubstanceSourceMaterialOrganismAuthorComponent.setProperty(String name, Base value) SubstanceSourceMaterial.SubstanceSourceMaterialOrganismComponent.setProperty(int hash, String name, Base value) SubstanceSourceMaterial.SubstanceSourceMaterialOrganismComponent.setProperty(String name, Base value) SubstanceSourceMaterial.SubstanceSourceMaterialOrganismHybridComponent.setProperty(int hash, String name, Base value) SubstanceSourceMaterial.SubstanceSourceMaterialOrganismHybridComponent.setProperty(String name, Base value) SubstanceSourceMaterial.SubstanceSourceMaterialOrganismOrganismGeneralComponent.setProperty(int hash, String name, Base value) SubstanceSourceMaterial.SubstanceSourceMaterialOrganismOrganismGeneralComponent.setProperty(String name, Base value) SubstanceSourceMaterial.SubstanceSourceMaterialPartDescriptionComponent.setProperty(int hash, String name, Base value) SubstanceSourceMaterial.SubstanceSourceMaterialPartDescriptionComponent.setProperty(String name, Base value) SubstanceSpecification.setProperty(int hash, String name, Base value) SubstanceSpecification.setProperty(String name, Base value) SubstanceSpecification.SubstanceSpecificationCodeComponent.setProperty(int hash, String name, Base value) SubstanceSpecification.SubstanceSpecificationCodeComponent.setProperty(String name, Base value) SubstanceSpecification.SubstanceSpecificationMoietyComponent.setProperty(int hash, String name, Base value) SubstanceSpecification.SubstanceSpecificationMoietyComponent.setProperty(String name, Base value) SubstanceSpecification.SubstanceSpecificationNameComponent.setProperty(int hash, String name, Base value) SubstanceSpecification.SubstanceSpecificationNameComponent.setProperty(String name, Base value) SubstanceSpecification.SubstanceSpecificationNameOfficialComponent.setProperty(int hash, String name, Base value) SubstanceSpecification.SubstanceSpecificationNameOfficialComponent.setProperty(String name, Base value) SubstanceSpecification.SubstanceSpecificationPropertyComponent.setProperty(int hash, String name, Base value) SubstanceSpecification.SubstanceSpecificationPropertyComponent.setProperty(String name, Base value) SubstanceSpecification.SubstanceSpecificationRelationshipComponent.setProperty(int hash, String name, Base value) SubstanceSpecification.SubstanceSpecificationRelationshipComponent.setProperty(String name, Base value) SubstanceSpecification.SubstanceSpecificationStructureComponent.setProperty(int hash, String name, Base value) SubstanceSpecification.SubstanceSpecificationStructureComponent.setProperty(String name, Base value) SubstanceSpecification.SubstanceSpecificationStructureIsotopeComponent.setProperty(int hash, String name, Base value) SubstanceSpecification.SubstanceSpecificationStructureIsotopeComponent.setProperty(String name, Base value) SubstanceSpecification.SubstanceSpecificationStructureIsotopeMolecularWeightComponent.setProperty(int hash, String name, Base value) SubstanceSpecification.SubstanceSpecificationStructureIsotopeMolecularWeightComponent.setProperty(String name, Base value) SubstanceSpecification.SubstanceSpecificationStructureRepresentationComponent.setProperty(int hash, String name, Base value) SubstanceSpecification.SubstanceSpecificationStructureRepresentationComponent.setProperty(String name, Base value) SupplyDelivery.setProperty(int hash, String name, Base value) SupplyDelivery.setProperty(String name, Base value) SupplyDelivery.SupplyDeliverySuppliedItemComponent.setProperty(int hash, String name, Base value) SupplyDelivery.SupplyDeliverySuppliedItemComponent.setProperty(String name, Base value) SupplyRequest.setProperty(int hash, String name, Base value) SupplyRequest.setProperty(String name, Base value) SupplyRequest.SupplyRequestParameterComponent.setProperty(int hash, String name, Base value) SupplyRequest.SupplyRequestParameterComponent.setProperty(String name, Base value) Task.ParameterComponent.setProperty(int hash, String name, Base value) Task.ParameterComponent.setProperty(String name, Base value) Task.setProperty(int hash, String name, Base value) Task.setProperty(String name, Base value) Task.TaskOutputComponent.setProperty(int hash, String name, Base value) Task.TaskOutputComponent.setProperty(String name, Base value) Task.TaskRestrictionComponent.setProperty(int hash, String name, Base value) Task.TaskRestrictionComponent.setProperty(String name, Base value) TerminologyCapabilities.setProperty(int hash, String name, Base value) TerminologyCapabilities.setProperty(String name, Base value) TerminologyCapabilities.TerminologyCapabilitiesClosureComponent.setProperty(int hash, String name, Base value) TerminologyCapabilities.TerminologyCapabilitiesClosureComponent.setProperty(String name, Base value) TerminologyCapabilities.TerminologyCapabilitiesCodeSystemComponent.setProperty(int hash, String name, Base value) TerminologyCapabilities.TerminologyCapabilitiesCodeSystemComponent.setProperty(String name, Base value) TerminologyCapabilities.TerminologyCapabilitiesCodeSystemVersionComponent.setProperty(int hash, String name, Base value) TerminologyCapabilities.TerminologyCapabilitiesCodeSystemVersionComponent.setProperty(String name, Base value) TerminologyCapabilities.TerminologyCapabilitiesCodeSystemVersionFilterComponent.setProperty(int hash, String name, Base value) TerminologyCapabilities.TerminologyCapabilitiesCodeSystemVersionFilterComponent.setProperty(String name, Base value) TerminologyCapabilities.TerminologyCapabilitiesExpansionComponent.setProperty(int hash, String name, Base value) TerminologyCapabilities.TerminologyCapabilitiesExpansionComponent.setProperty(String name, Base value) TerminologyCapabilities.TerminologyCapabilitiesExpansionParameterComponent.setProperty(int hash, String name, Base value) TerminologyCapabilities.TerminologyCapabilitiesExpansionParameterComponent.setProperty(String name, Base value) TerminologyCapabilities.TerminologyCapabilitiesImplementationComponent.setProperty(int hash, String name, Base value) TerminologyCapabilities.TerminologyCapabilitiesImplementationComponent.setProperty(String name, Base value) TerminologyCapabilities.TerminologyCapabilitiesSoftwareComponent.setProperty(int hash, String name, Base value) TerminologyCapabilities.TerminologyCapabilitiesSoftwareComponent.setProperty(String name, Base value) TerminologyCapabilities.TerminologyCapabilitiesTranslationComponent.setProperty(int hash, String name, Base value) TerminologyCapabilities.TerminologyCapabilitiesTranslationComponent.setProperty(String name, Base value) TerminologyCapabilities.TerminologyCapabilitiesValidateCodeComponent.setProperty(int hash, String name, Base value) TerminologyCapabilities.TerminologyCapabilitiesValidateCodeComponent.setProperty(String name, Base value) TestReport.setProperty(int hash, String name, Base value) TestReport.setProperty(String name, Base value) TestReport.SetupActionAssertComponent.setProperty(int hash, String name, Base value) TestReport.SetupActionAssertComponent.setProperty(String name, Base value) TestReport.SetupActionComponent.setProperty(int hash, String name, Base value) TestReport.SetupActionComponent.setProperty(String name, Base value) TestReport.SetupActionOperationComponent.setProperty(int hash, String name, Base value) TestReport.SetupActionOperationComponent.setProperty(String name, Base value) TestReport.TeardownActionComponent.setProperty(int hash, String name, Base value) TestReport.TeardownActionComponent.setProperty(String name, Base value) TestReport.TestActionComponent.setProperty(int hash, String name, Base value) TestReport.TestActionComponent.setProperty(String name, Base value) TestReport.TestReportParticipantComponent.setProperty(int hash, String name, Base value) TestReport.TestReportParticipantComponent.setProperty(String name, Base value) TestReport.TestReportSetupComponent.setProperty(int hash, String name, Base value) TestReport.TestReportSetupComponent.setProperty(String name, Base value) TestReport.TestReportTeardownComponent.setProperty(int hash, String name, Base value) TestReport.TestReportTeardownComponent.setProperty(String name, Base value) TestReport.TestReportTestComponent.setProperty(int hash, String name, Base value) TestReport.TestReportTestComponent.setProperty(String name, Base value) TestScript.setProperty(int hash, String name, Base value) TestScript.setProperty(String name, Base value) TestScript.SetupActionAssertComponent.setProperty(int hash, String name, Base value) TestScript.SetupActionAssertComponent.setProperty(String name, Base value) TestScript.SetupActionComponent.setProperty(int hash, String name, Base value) TestScript.SetupActionComponent.setProperty(String name, Base value) TestScript.SetupActionOperationComponent.setProperty(int hash, String name, Base value) TestScript.SetupActionOperationComponent.setProperty(String name, Base value) TestScript.SetupActionOperationRequestHeaderComponent.setProperty(int hash, String name, Base value) TestScript.SetupActionOperationRequestHeaderComponent.setProperty(String name, Base value) TestScript.TeardownActionComponent.setProperty(int hash, String name, Base value) TestScript.TeardownActionComponent.setProperty(String name, Base value) TestScript.TestActionComponent.setProperty(int hash, String name, Base value) TestScript.TestActionComponent.setProperty(String name, Base value) TestScript.TestScriptDestinationComponent.setProperty(int hash, String name, Base value) TestScript.TestScriptDestinationComponent.setProperty(String name, Base value) TestScript.TestScriptFixtureComponent.setProperty(int hash, String name, Base value) TestScript.TestScriptFixtureComponent.setProperty(String name, Base value) TestScript.TestScriptMetadataCapabilityComponent.setProperty(int hash, String name, Base value) TestScript.TestScriptMetadataCapabilityComponent.setProperty(String name, Base value) TestScript.TestScriptMetadataComponent.setProperty(int hash, String name, Base value) TestScript.TestScriptMetadataComponent.setProperty(String name, Base value) TestScript.TestScriptMetadataLinkComponent.setProperty(int hash, String name, Base value) TestScript.TestScriptMetadataLinkComponent.setProperty(String name, Base value) TestScript.TestScriptOriginComponent.setProperty(int hash, String name, Base value) TestScript.TestScriptOriginComponent.setProperty(String name, Base value) TestScript.TestScriptSetupComponent.setProperty(int hash, String name, Base value) TestScript.TestScriptSetupComponent.setProperty(String name, Base value) TestScript.TestScriptTeardownComponent.setProperty(int hash, String name, Base value) TestScript.TestScriptTeardownComponent.setProperty(String name, Base value) TestScript.TestScriptTestComponent.setProperty(int hash, String name, Base value) TestScript.TestScriptTestComponent.setProperty(String name, Base value) TestScript.TestScriptVariableComponent.setProperty(int hash, String name, Base value) TestScript.TestScriptVariableComponent.setProperty(String name, Base value) Timing.setProperty(int hash, String name, Base value) Timing.setProperty(String name, Base value) Timing.TimingRepeatComponent.setProperty(int hash, String name, Base value) Timing.TimingRepeatComponent.setProperty(String name, Base value) TriggerDefinition.setProperty(int hash, String name, Base value) TriggerDefinition.setProperty(String name, Base value) UsageContext.setProperty(int hash, String name, Base value) UsageContext.setProperty(String name, Base value) ValueSet.ConceptReferenceComponent.setProperty(int hash, String name, Base value) ValueSet.ConceptReferenceComponent.setProperty(String name, Base value) ValueSet.ConceptReferenceDesignationComponent.setProperty(int hash, String name, Base value) ValueSet.ConceptReferenceDesignationComponent.setProperty(String name, Base value) ValueSet.ConceptSetComponent.setProperty(int hash, String name, Base value) ValueSet.ConceptSetComponent.setProperty(String name, Base value) ValueSet.ConceptSetFilterComponent.setProperty(int hash, String name, Base value) ValueSet.ConceptSetFilterComponent.setProperty(String name, Base value) ValueSet.setProperty(int hash, String name, Base value) ValueSet.setProperty(String name, Base value) ValueSet.ValueSetComposeComponent.setProperty(int hash, String name, Base value) ValueSet.ValueSetComposeComponent.setProperty(String name, Base value) ValueSet.ValueSetExpansionComponent.setProperty(int hash, String name, Base value) ValueSet.ValueSetExpansionComponent.setProperty(String name, Base value) ValueSet.ValueSetExpansionContainsComponent.setProperty(int hash, String name, Base value) ValueSet.ValueSetExpansionContainsComponent.setProperty(String name, Base value) ValueSet.ValueSetExpansionParameterComponent.setProperty(int hash, String name, Base value) ValueSet.ValueSetExpansionParameterComponent.setProperty(String name, Base value) VerificationResult.setProperty(int hash, String name, Base value) VerificationResult.setProperty(String name, Base value) VerificationResult.VerificationResultAttestationComponent.setProperty(int hash, String name, Base value) VerificationResult.VerificationResultAttestationComponent.setProperty(String name, Base value) VerificationResult.VerificationResultPrimarySourceComponent.setProperty(int hash, String name, Base value) VerificationResult.VerificationResultPrimarySourceComponent.setProperty(String name, Base value) VerificationResult.VerificationResultValidatorComponent.setProperty(int hash, String name, Base value) VerificationResult.VerificationResultValidatorComponent.setProperty(String name, Base value) VisionPrescription.PrismComponent.setProperty(int hash, String name, Base value) VisionPrescription.PrismComponent.setProperty(String name, Base value) VisionPrescription.setProperty(int hash, String name, Base value) VisionPrescription.setProperty(String name, Base value) VisionPrescription.VisionPrescriptionLensSpecificationComponent.setProperty(int hash, String name, Base value) VisionPrescription.VisionPrescriptionLensSpecificationComponent.setProperty(String name, Base value) XhtmlType.setProperty(int hash, String name, Base value) Method parameters in org.hl7.fhir.r4.model with type arguments of type BaseModifier and TypeMethodDescriptionvoidTuple.addProperty(String s, List<Base> list) static booleanBase.compareDeep(List<? extends Base> e1, List<? extends Base> e2, boolean allowNull) Constructors in org.hl7.fhir.r4.model with parameters of type BaseModifierConstructorDescriptionProfilingWrapper(Base context, Base resource) ProfilingWrapper(Base context, Base resource, Base wrapped) Property(String name, String typeCode, String definition, int minCardinality, int maxCardinality, Base value) Internal constructorConstructor parameters in org.hl7.fhir.r4.model with type arguments of type Base -
Uses of Base in org.hl7.fhir.r4.profilemodel
Methods in org.hl7.fhir.r4.profilemodel that return BaseModifier and TypeMethodDescriptionPEInstance.addChild(String name, BackboneElement value) PEInstance.data()PEInstance.getBase()Methods in org.hl7.fhir.r4.profilemodel that return types with arguments of type BaseModifier and TypeMethodDescriptionMethods in org.hl7.fhir.r4.profilemodel with parameters of type BaseModifier and TypeMethodDescriptionprotected voidPEBuilder.populateByProfile(Base base, PEDefinition definition) Constructors in org.hl7.fhir.r4.profilemodel with parameters of type BaseModifierConstructorDescriptionprotectedPEInstance(PEBuilder builder, PEDefinition definition, Resource resource, Base data, String path) -
Uses of Base in org.hl7.fhir.r4.profilemodel.gen
Methods in org.hl7.fhir.r4.profilemodel.gen that return Base -
Uses of Base in org.hl7.fhir.r4.terminologies
Subclasses of Base in org.hl7.fhir.r4.terminologiesMethods in org.hl7.fhir.r4.terminologies that return BaseMethods in org.hl7.fhir.r4.terminologies that return types with arguments of type BaseModifier and TypeMethodDescriptionTerminologyFunctions.ExpandFunction.execute(FHIRPathEngine engine, Object appContext, List<Base> focus, List<List<Base>> parameters) TerminologyFunctions.TranslateFunction.execute(FHIRPathEngine engine, Object appContext, List<Base> focus, List<List<Base>> parameters) TerminologyFunctions.ValidateVSFunction.execute(FHIRPathEngine engine, Object appContext, List<Base> focus, List<List<Base>> parameters) Method parameters in org.hl7.fhir.r4.terminologies with type arguments of type BaseModifier and TypeMethodDescriptionTerminologyFunctions.ExpandFunction.execute(FHIRPathEngine engine, Object appContext, List<Base> focus, List<List<Base>> parameters) TerminologyFunctions.TranslateFunction.execute(FHIRPathEngine engine, Object appContext, List<Base> focus, List<List<Base>> parameters) TerminologyFunctions.ValidateVSFunction.execute(FHIRPathEngine engine, Object appContext, List<Base> focus, List<List<Base>> parameters) -
Uses of Base in org.hl7.fhir.r4.utils
Subclasses of Base in org.hl7.fhir.r4.utilsModifier and TypeClassDescriptionstatic classstatic classMethods in org.hl7.fhir.r4.utils that return BaseModifier and TypeMethodDescriptionGraphQLEngine.SearchEdge.copy()GraphQLEngine.SearchWrapper.copy()StructureMapUtilities.ITransformerServices.createResource(Object appInfo, Base res, boolean atRootofTransform) StructureMapUtilities.ITransformerServices.createType(Object appInfo, String name) StructureMapUtilities.Variables.get(StructureMapUtilities.VariableMode mode, String name) StructureMapUtilities.Variable.getObject()LiquidEngine.resolveReference(FHIRPathEngine engine, Object appContext, String url, Base base) StructureMapUtilities.ITransformerServices.resolveReference(Object appContext, String url) StructureMapUtilities.translate(StructureMapUtilities.TransformContext context, StructureMap map, Base source, String conceptMapUrl, String fieldToReturn) Methods in org.hl7.fhir.r4.utils that return types with arguments of type BaseModifier and TypeMethodDescriptionLiquidEngine.executeFunction(FHIRPathEngine engine, Object appContext, List<Base> focus, String functionName, List<List<Base>> parameters) StructureMapUtilities.ITransformerServices.performSearch(Object appContext, String url) LiquidEngine.resolveConstant(FHIRPathEngine engine, Object appContext, String name, org.hl7.fhir.utilities.fhirpath.FHIRPathConstantEvaluationMode mode) Methods in org.hl7.fhir.r4.utils with parameters of type BaseModifier and TypeMethodDescriptionvoidStructureMapUtilities.Variables.add(StructureMapUtilities.VariableMode mode, String name, Base object) booleanLiquidEngine.conformsToProfile(FHIRPathEngine engine, Object appContext, Base item, String url) StructureMapUtilities.ITransformerServices.createResource(Object appInfo, Base res, boolean atRootofTransform) protected voidStructureMapUtilities.getChildrenByName(Base item, String name, List<Base> result) Given an item, return all the children that conform to the pattern described in name Possible patterns: - a simple name (which may be the base of a name with [] e.g. value[x]) - a name with a type replacement e.g. valueCodeableConcept - * which means all children - ** which means all descendentsLiquidEngine.resolveReference(FHIRPathEngine engine, Object appContext, String url, Base base) voidStructureMapUtilities.transform(Object appInfo, Base source, StructureMap map, Base target) StructureMapUtilities.translate(StructureMapUtilities.TransformContext context, StructureMap map, Base source, String conceptMapUrl, String fieldToReturn) Method parameters in org.hl7.fhir.r4.utils with type arguments of type BaseModifier and TypeMethodDescriptionLiquidEngine.executeFunction(FHIRPathEngine engine, Object appContext, List<Base> focus, String functionName, List<List<Base>> parameters) protected voidStructureMapUtilities.getChildrenByName(Base item, String name, List<Base> result) Given an item, return all the children that conform to the pattern described in name Possible patterns: - a simple name (which may be the base of a name with [] e.g. value[x]) - a name with a type replacement e.g. valueCodeableConcept - * which means all children - ** which means all descendentsbooleanConstructors in org.hl7.fhir.r4.utils with parameters of type BaseModifierConstructorDescriptionVariable(StructureMapUtilities.VariableMode mode, String name, Base object) -
Uses of Base in org.hl7.fhir.r4.utils.sql
Methods in org.hl7.fhir.r4.utils.sql that return BaseModifier and TypeMethodDescriptionValue.getValueComplex()Provider.resolveReference(Base rootResource, String ref, String specifiedResourceType) Runner.resolveReference(FHIRPathEngine engine, Object appContext, String url, Base refContext) Methods in org.hl7.fhir.r4.utils.sql that return types with arguments of type BaseModifier and TypeMethodDescriptionRunner.executeFunction(FHIRPathEngine engine, Object appContext, List<Base> focus, String functionName, List<List<Base>> parameters) Runner.resolveConstant(FHIRPathEngine engine, Object appContext, String name, org.hl7.fhir.utilities.fhirpath.FHIRPathConstantEvaluationMode mode) Methods in org.hl7.fhir.r4.utils.sql with parameters of type BaseModifier and TypeMethodDescriptionbooleanRunner.conformsToProfile(FHIRPathEngine engine, Object appContext, Base item, String url) Storage.getKeyForSourceResource(Base res) StorageJson.getKeyForSourceResource(Base res) StorageSqlite3.getKeyForSourceResource(Base res) Storage.getKeyForTargetResource(Base res) StorageJson.getKeyForTargetResource(Base res) StorageSqlite3.getKeyForTargetResource(Base res) voidstatic ValueValue.makeComplex(Base b) voidRunner.processResource(Runner.WorkContext wc, Base b) Provider.resolveReference(Base rootResource, String ref, String specifiedResourceType) Runner.resolveReference(FHIRPathEngine engine, Object appContext, String url, Base refContext) Method parameters in org.hl7.fhir.r4.utils.sql with type arguments of type Base