
Uses of Class
org.hl7.fhir.r5.model.Base
Packages that use Base
Package
Description
-
Uses of Base in org.hl7.fhir.r5.comparison
Methods in org.hl7.fhir.r5.comparison that return BaseModifier and TypeMethodDescriptionstatic BaseVersionComparisonAnnotation.getDeletedItem(Base base, String name) ComparisonRenderer.resolveReference(FHIRPathEngine engine, Object appContext, String url, Base refContext) Methods in org.hl7.fhir.r5.comparison that return types with arguments of type BaseModifier and TypeMethodDescriptionComparisonRenderer.executeFunction(FHIRPathEngine engine, Object appContext, List<Base> focus, String functionName, List<List<Base>> parameters) VersionComparisonAnnotation.getDeleted(Base base, String... names) VersionComparisonAnnotation.getDeletedChildren()ComparisonRenderer.resolveConstant(FHIRPathEngine engine, Object appContext, String name, org.hl7.fhir.utilities.fhirpath.FHIRPathConstantEvaluationMode mode) Methods in org.hl7.fhir.r5.comparison with parameters of type BaseModifier and TypeMethodDescriptionvoidComparisonSession.annotate(Base base, CanonicalResourceComparer.CanonicalResourceComparison<? extends CanonicalResource> comp) static CanonicalResourceComparer.CanonicalResourceComparison<? extends CanonicalResource> VersionComparisonAnnotation.artifactComparison(Base base) voidprotected booleanCanonicalResourceComparer.compareDataTypesWithTracking(String name, List<? extends DataType> ll, List<? extends DataType> rl, Map<String, StructuralMatch<String>> comp, org.hl7.fhir.utilities.validation.ValidationMessage.IssueSeverity level, CanonicalResourceComparer.CanonicalResourceComparison<? extends CanonicalResource> res, Base parent) protected booleanCanonicalResourceComparer.compareDataTypesWithTracking(String name, DataType l, DataType r, Map<String, StructuralMatch<String>> comp, org.hl7.fhir.utilities.validation.ValidationMessage.IssueSeverity level, CanonicalResourceComparer.CanonicalResourceComparison<? extends CanonicalResource> res, Base parent) protected booleanCanonicalResourceComparer.compareMetadata(CanonicalResource left, CanonicalResource right, Map<String, StructuralMatch<String>> comp, CanonicalResourceComparer.CanonicalResourceComparison<? extends CanonicalResource> res, List<String> changes, Base parent) protected booleanCanonicalResourceComparer.comparePrimitivesWithTracking(String name, List<? extends PrimitiveType> ll, List<? extends PrimitiveType> rl, Map<String, StructuralMatch<String>> comp, org.hl7.fhir.utilities.validation.ValidationMessage.IssueSeverity level, CanonicalResourceComparer.CanonicalResourceComparison<? extends CanonicalResource> res, Base parent) protected booleanCanonicalResourceComparer.comparePrimitivesWithTracking(String name, PrimitiveType l, PrimitiveType r, Map<String, StructuralMatch<String>> comp, org.hl7.fhir.utilities.validation.ValidationMessage.IssueSeverity level, CanonicalResourceComparer.CanonicalResourceComparison<? extends CanonicalResource> res, Base parent) booleanComparisonRenderer.conformsToProfile(FHIRPathEngine engine, Object appContext, Base item, String url) voidVersionComparisonAnnotation.getDeleted(Base base, String... names) static BaseVersionComparisonAnnotation.getDeletedItem(Base base, String name) static booleanVersionComparisonAnnotation.hasDeleted(Base base, String... names) voidvoidComparisonSession.markChanged(Base focus, Base original) voidComparisonSession.markDeleted(Base parent, String name, Base other) ComparisonRenderer.resolveReference(FHIRPathEngine engine, Object appContext, String url, Base refContext) Method parameters in org.hl7.fhir.r5.comparison with type arguments of type Base -
Uses of Base in org.hl7.fhir.r5.elementmodel
Subclasses of Base in org.hl7.fhir.r5.elementmodelModifier and TypeClassDescriptionclassThis class represents the underlying reference model of FHIR A resource is nothing but a set of elements, where every element has a name, maybe a stated type, maybe an id, and either a value or child elements (one or the other, but not both or neither)Methods in org.hl7.fhir.r5.elementmodel that return BaseModifier and TypeMethodDescriptionElement.copy()Element.getExtensionValue(String... url) Base[]Element.getProperty(int hash, String name, boolean checkValid) Element.getSource()Element.makeProperty(int hash, String name) Element.setProperty(int hash, String name, Base value) Element.setProperty(String name, Base value) Methods in org.hl7.fhir.r5.elementmodel with parameters of type BaseModifier and TypeMethodDescriptionvoidElement.copyValues(Base dst) booleanElement.equalsDeep(Base other) booleanElement.equalsShallow(Base other) voidElement.setChildValue(String name, Base value) Element.setProperty(int hash, String name, Base value) Element.setProperty(String name, Base value) voidbooleanLanguageUtils.switchLanguage(Base r, String lang, boolean markLanguage, boolean contained) -
Uses of Base in org.hl7.fhir.r5.extensions
Methods in org.hl7.fhir.r5.extensions with parameters of type BaseModifier and TypeMethodDescriptionstatic ExtensionExtensionUtilities.addExtension(Base context, String url, DataType value) static <T extends DataType>
TExtensionUtilities.getExtension(Class<T> class_, Base context, String url) static BooleanExtensionUtilities.getExtensionBoolean(Base context, String url) ExtensionUtilities.getExtensionBooleanList(Base context, String url) static BigDecimalExtensionUtilities.getExtensionFloat(Base context, String url) static IntegerExtensionUtilities.getExtensionInt(Base context, String url) ExtensionUtilities.getExtensionIntList(Base context, String url) ExtensionUtilities.getExtensionList(Class<T> class_, Base context, String url) static StringExtensionUtilities.getExtensionString(Base context, String url) ExtensionUtilities.getExtensionStringList(Base context, String url) static ExtensionExtensionUtilities.setExtension(Base context, String url, DataType value) static booleanExtensionUtilities.usesExtension(String url, Base base) -
Uses of Base in org.hl7.fhir.r5.fhirpath
Subclasses of Base in org.hl7.fhir.r5.fhirpathModifier and TypeClassDescriptionstatic classstatic classMethods in org.hl7.fhir.r5.fhirpath that return BaseModifier and TypeMethodDescriptionFHIRPathUtilityClasses.ClassTypeInfo.copy()FHIRPathUtilityClasses.FHIRConstant.copy()ExpressionNode.getConstant()FHIRPathEngine.ExecutionContext.getFocusResource()FHIRPathEngine.ExecutionContext.getIndex()Base[]FHIRPathUtilityClasses.ClassTypeInfo.getProperty(int hash, String name, boolean checkValid) FHIRPathEngine.ExecutionContext.getRootResource()FHIRPathEngine.ExecutionContext.getThisItem()IHostApplicationServices.resolveReference(FHIRPathEngine engine, Object appContext, String url, Base refContext) Implementation of resolve() function.Methods in org.hl7.fhir.r5.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) FHIRPathEngine.ExecutionContext.getDefinedVariable(String name) FHIRPathEngine.ExecutionContext.getTotal()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.r5.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 descendantsstatic QuantityFHIRPathEngine.makeQuantity(Base base) IHostApplicationServices.resolveReference(FHIRPathEngine engine, Object appContext, String url, Base refContext) Implementation of resolve() function.voidExpressionNode.setConstant(Base constant) Method parameters in org.hl7.fhir.r5.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 calledvoidFHIRPathEngine.ExecutionContext.setDefinedVariable(String name, List<Base> value) voidFHIRPathEngine.IDebugTracer.traceExpression(FHIRPathEngine.ExecutionContext context, List<Base> focus, List<Base> result, ExpressionNode exp) When an expression node is evaluated during executionvoidFHIRPathEngine.IDebugTracer.traceOperationExpression(FHIRPathEngine.ExecutionContext context, List<Base> focus, List<Base> result, ExpressionNode exp) When an Operation expression node is evaluated during executionConstructors in org.hl7.fhir.r5.fhirpath with parameters of type Base -
Uses of Base in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return BaseModifier and TypeMethodDescriptionprotected BaseJsonParserBase.parseBase(com.google.gson.JsonObject json) protected BaseXmlParserBase.parseBase(org.xmlpull.v1.XmlPullParser xpp) XmlParser.parseFragment(org.xmlpull.v1.XmlPullParser xpp, String type) Methods in org.hl7.fhir.r5.formats with parameters of type BaseModifier and TypeMethodDescriptionprotected voidJsonParserBase.composeBase(String prefix, Base type) protected voidRdfParserBase.composeBase(org.hl7.fhir.utilities.turtle.Turtle.Complex t, String parentType, String name, Base element, int index) protected voidXmlParserBase.composeBase(String string, Base base) protected voidXmlParserBase.composeBaseElements(Base element) protected voidJsonParser.composeBaseProperties(Base element) protected voidXmlParserBase.composeElementClose(Base base) protected booleanXmlParser.parseBaseContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Base res) protected voidJsonParser.parseBaseProperties(com.google.gson.JsonObject json, Base res) protected voidXmlParserBase.parseElementClose(Base e) -
Uses of Base in org.hl7.fhir.r5.liquid
Subclasses of Base in org.hl7.fhir.r5.liquidModifier and TypeClassDescriptionclassclassclassstatic classMethods in org.hl7.fhir.r5.liquid that return BaseModifier and TypeMethodDescriptionBaseJsonWrapper.copy()BaseTableWrapper.copy()GlobalObject.copy()LiquidEngine.LiquidForLoopObject.copy()Base[]BaseJsonWrapper.getProperty(int hash, String name, boolean checkValid) Base[]BaseTableWrapper.getProperty(int hash, String name, boolean checkValid) Base[]GlobalObject.getProperty(int hash, String name, boolean checkValid) Base[]LiquidEngine.LiquidForLoopObject.getProperty(int hash, String name, boolean checkValid) LiquidEngine.resolveReference(FHIRPathEngine engine, Object appContext, String url, Base refContext) Methods in org.hl7.fhir.r5.liquid that return types with arguments of type BaseModifier and TypeMethodDescriptionBaseTableWrapper.TableColumnFunction.execute(FHIRPathEngine engine, Object appContext, List<Base> focus, List<List<Base>> parameters) BaseTableWrapper.TableDateColumnFunction.execute(FHIRPathEngine engine, Object appContext, List<Base> focus, List<List<Base>> parameters) GlobalObject.GlobalObjectRandomFunction.execute(FHIRPathEngine engine, Object appContext, List<Base> focus, List<List<Base>> parameters) GlobalObject.executeFunction(FHIRPathEngine engine, Object appContext, List<Base> focus, String functionName, List<List<Base>> parameters) LiquidEngine.executeFunction(FHIRPathEngine engine, Object appContext, List<Base> focus, String functionName, List<List<Base>> parameters) LiquidEngine.getVars()LiquidEngine.resolveConstant(FHIRPathEngine engine, Object appContext, String name, org.hl7.fhir.utilities.fhirpath.FHIRPathConstantEvaluationMode mode) Methods in org.hl7.fhir.r5.liquid with parameters of type BaseModifier and TypeMethodDescriptionbooleanLiquidEngine.conformsToProfile(FHIRPathEngine engine, Object appContext, Base item, String url) LiquidEngine.evaluate(LiquidEngine.LiquidDocument document, Base resource, Object appContext) LiquidEngine.ILiquidRenderingSupport.renderForLiquid(Object appContext, Base i) LiquidEngine.resolveReference(FHIRPathEngine engine, Object appContext, String url, Base refContext) Method parameters in org.hl7.fhir.r5.liquid with type arguments of type BaseModifier and TypeMethodDescriptionBaseTableWrapper.TableColumnFunction.execute(FHIRPathEngine engine, Object appContext, List<Base> focus, List<List<Base>> parameters) BaseTableWrapper.TableDateColumnFunction.execute(FHIRPathEngine engine, Object appContext, List<Base> focus, List<List<Base>> parameters) GlobalObject.GlobalObjectRandomFunction.execute(FHIRPathEngine engine, Object appContext, List<Base> focus, List<List<Base>> parameters) GlobalObject.executeFunction(FHIRPathEngine engine, Object appContext, List<Base> focus, String functionName, List<List<Base>> parameters) LiquidEngine.executeFunction(FHIRPathEngine engine, Object appContext, List<Base> focus, String functionName, List<List<Base>> parameters) boolean -
Uses of Base in org.hl7.fhir.r5.model
Subclasses of Base in org.hl7.fhir.r5.modelModifier and TypeClassDescriptionclassA financial tool for tracking value accrued for a particular purpose.static classstatic classstatic classstatic classstatic 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 classclassThe ActorDefinition resource is used to describe an actor - a human or an application that plays a role in data exchange, and that may have obligations associated with the role the actor plays.classAddress Type: An address expressed using postal conventions (as opposed to GPS or other location definition formats).classA medicinal product in the final form which is suitable for administering to a patient (after any mixing of multiple components, dissolution etc. has been performed).static classstatic classstatic classstatic classclassAn event (i.e. any change to current patient status) that may be related to unintended effects on a patient or research participant.static classstatic classstatic classstatic classstatic classstatic classstatic classclassAge Type: A 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 classstatic classclassAnnotation Type: A 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 classstatic classstatic classstatic classstatic classclassA reply to an appointment request for a patient and/or practitioner(s), such as a confirmation or rejection.classThis Resource provides one or more comments, classifiers or ratings about a Resource and supports attribution and rights management metadata for the added content.static classclassAttachment Type: For referring to data content defined in other formats.classA record of an event relevant for purposes such as operations, privacy, security, maintenance, and performance analysis.static classstatic classstatic classstatic classstatic classclassAvailability Type: Availability data for an {item}.static classstatic classclassBackboneElement Type: Base definition for all elements that are defined inside a resource - but not those in a data type.classBackboneType Type: Base definition for the few data types that are allowed to carry modifier extensions.classPrimitive type "base64Binary" in FHIR: a sequence of bytes represented in 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 biological material originating from a biological entity intended to be transplanted or infused into another (possibly the same) biological entity.static classstatic classclassA record of dispensation of a biologically derived product.static classclassRecord details about an anatomical structure.static classstatic classstatic classclassPrimitive type "boolean" in FHIR "true" or "false"classA container for a collection of resources.static classstatic classstatic classstatic classstatic classclassCommon Interface declaration for conformance and knowledge artifact resources.classPrimitive 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 or Client 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 classclassThe Care Team includes all the people and organizations who plan to participate in the coordination and delivery of care.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 classclassThe Citation Resource enables reference to any knowledge artifact for purposes of identification and attribution.static classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic 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 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 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 classclassA single issue - either an indication, contraindication, interaction or an undesirable effect for a medicinal product, medication, device or procedure.static classstatic classstatic classstatic classstatic classstatic classstatic classclassCodeableConcept Type: A concept that may be defined by a formal reference to a terminology or ontology or may be provided by text.classCodeableReference Type: A reference to a resource (by instance), or instead, a reference to a concept defined in a terminology or ontology (by class).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 codesclassCoding Type: A reference to a code defined by a terminology system.classA clinical or business level record of information being transmitted or shared; e.g. an alert that was sent to a responsible provider, a public health agency communication to a provider/reporter in response to a case report for 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 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 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 definition of a condition and information relevant to managing it.static classstatic classstatic classstatic classstatic classclassA record of a healthcare consumer?s choices or choices made on their behalf by a third party, 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 classclassContactDetail Type: Specifies contact information for a person or organization.classContactPoint Type: Details for all kinds of technology mediated contact points for a person or organization, including telephone, email, etc.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 classclassContributor Type: A contributor to the content of a knowledge asset, including authors, editors, reviewers, and endorsers.classCount Type: A measured amount (or an amount that can potentially be measured).classFinancial instrument which may be used to reimburse or pay for health care products and services.static classstatic 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 classstatic classclassThis resource provides eligibility and plan details from the processing of an CoverageEligibilityRequest resource.static classstatic classstatic classstatic classstatic classclassDataRequirement Type: Describes a required data item for evaluation in terms of the type of data, and optional code or date-based filters of the data.static classstatic classstatic classstatic classclassDataType Type: The base class for all re-useable types defined as part of the FHIR Specification.classRepresents 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 classclassThis resource describes the properties (regulated, has real time clock, etc.), adminstrative (manufacturer name, model number, serial number, firmware, etc.), and type (knee replacement, blood pressure cuff, MRI, etc.) of a physical unit (these values do not change much within a given module, for example the serail number, manufacturer name, and model number).static classstatic classstatic classstatic classstatic classclassA record of association of a device.static classclassThis is a specialized resource that defines the characteristics and capabilities of a device.static classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classclassIndicates that a device is to be or has been dispensed for a named person/patient.static classclassDescribes a measurement, calculation or setting capability of a device.static classclassRepresents a request a device to be provided to a specific patient.static classclassA record of a device being used by a patient where the record is the result of a report from the patient or a clinician.static classclassThe findings and interpretation of diagnostic tests performed on patients, groups of patients, products, substances, devices, and locations, and/or specimens derived from these.static classstatic classclassDistance Type: A length - a value with a unit that is a physical distance.classA reference to a document of any kind for any purpose.static classstatic classstatic classstatic classclassA resource that includes narrative, extensions, and contained resources.classDosage Type: Indicates how the medication is/was taken or should be taken by the patient.static classclassDuration Type: A length of time.classElement Type: Base definition for all elements in a resource.classElementDefinition Type: Captures constraints on each element within the resource, profile, or extension.static classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classclassAn interaction between healthcare provider(s), and/or patient(s) for the purpose of providing healthcare service(s) or assessing the health status of patient(s).static classstatic classstatic classstatic classstatic classclassA record of significant events/milestones key data throughout the history of an Encounterstatic classclassThe technical details of an endpoint that can be used for electronic services, such as for web services providing XDS.b, a REST endpoint for another FHIR server, or a s/Mime email address.static classclassThis 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 classstatic classclassThe EventDefinition resource provides a reusable description of when a particular event can occur.classThe Evidence Resource provides a machine-interpretable expression of an evidence concept including the evidence variables (e.g., population, exposures/interventions, comparators, outcomes, measured variables, confounding variables), the statistics, and the certainty of this evidence.static classstatic classstatic classstatic classstatic classstatic classstatic classclassThe EvidenceReport Resource is a specialized container for a collection of resources and codeable concepts, adapted to support compositions of Evidence, EvidenceVariable, and Citation resources and related concepts.static classstatic classstatic classstatic classstatic classclassThe EvidenceVariable resource describes an element that knowledge (Evidence) is about.static classstatic classstatic classstatic classstatic classclassA walkthrough of a workflow showing the interaction between systems and the instances shared, possibly including the evolution of instances over time.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 classstatic classstatic classstatic classstatic classclassExpression Type: A expression that is evaluated in a specified context and returns a value.classExtendedContactDetail Type: Specifies contact information for a specific purpose over a period of time, might be handled/monitored by a specific named person or organization.classExtension Type: Optional Extension Element - found in all resources.classSignificant health conditions for a person related to the patient relevant in the context of care for the patient.static classstatic classstatic classclassProspective warnings of potential issues when providing care to the patient.classThis resource describes a product or service that is available through a program and includes the conditions and constraints of availability.classA set of analyses performed to analyze and generate genomic data.static classstatic classstatic classstatic classstatic classclassDescribes 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 or in a catalog.static classclassHumanName Type: A name, normally of a human, that can be used for other living entities (e.g. animals but not organizations) that have been assigned names by a human and may need the use of name parts or the need for usage information.classIdentifier Type: An identifier - identifies some entity uniquely and unambiguously.final classThis class represents the logical identity for a resource, or as much of that identity is known.classA selection of DICOM SOP instances and/or frames within a single Study and Series.static classstatic classstatic classstatic classclassRepresentation 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 classclassAn ingredient of a manufactured item or pharmaceutical product.static 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 classclassPrimitive type "integer64" in FHIR: A signed 64-bit integerclassPrimitive type "integer" in FHIR: A signed 32-bit integerclassfunctional description of an inventory item used in inventory and supply-related workflows.static classstatic classstatic classstatic classstatic classstatic classclassA report of inventory or stock items.static classstatic classclassInvoice containing collected ChargeItems from an Account with calculated individual and total price for Billing purpose.static 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, for things such as problem lists, allergy lists, facility list, organization list, etc.static classclassDetails and position information for a place where services are provided and resources and participants may be stored, found, contained, or accommodated.static classclassclassThe definition and characteristics of a medicinal manufactured item, such as a tablet or capsule, as contained in a packaged medicinal product.static classstatic classstatic classclassPrimitive type "code" in FHIR, when not bound to an enumerated list of codesclassMarketingStatus Type: The marketing status describes the date when a medicinal product is actually put on the market or the date as of which it is no longer available.classThe Measure resource provides the definition of a quality measure.static classstatic 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 classclassThis resource is primarily used for the identification and definition of a medication, including ingredients, 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 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.static classclassDetailed definition of a medicinal product, typically for uses other than direct patient care (e.g. regulatory use, drug catalogs, to support prescribing, adverse events management etc.).static classstatic classstatic classstatic classstatic classstatic classstatic classclassDefines 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 classclassMeta Type: The metadata about a resource.classCommon Interface declaration for conformance and knowledge artifact resources.classRepresentation of a molecular sequence.static classstatic classstatic classclassMonetaryComponent Type: Availability data for an {item}.classMoney Type: An amount of economic utility in some recognized currency.classA measured amount (or an amount that can potentially be measured).classUsed for extensions of type 'named-elements'classA curated namespace that issues unique symbols within that namespace for the identification of concepts, people, devices, etc.static classclassNarrative Type: A human-readable summary of the resource conveying the essential clinical and business information for the resource.classA record of food or fluid that is being consumed by a patient.static classstatic classstatic classclassA request to supply a diet, formula feeding (enteral) or oral nutritional supplement to a patient/resident.static classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classclassA food or supplement that is consumed by patients.static classstatic classstatic classstatic classclassMeasurements and simple assertions made about a patient, device or other subject.static classstatic 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 classclassBase StructureDefinition for OrderedDistribution Type: An ordered list (distribution) of statistics.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 organizations, that is not a part-of relationship/sub-division relationship.classA medically related item or items, in a container or package.static classstatic classstatic classstatic classclassParameterDefinition Type: The parameters to the module.classThis resource is used to pass information into and back from an operation (whether invoked directly from REST or within a messaging environment).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 classclassPeriod Type: A time period defined by a start and end date and optionally time.classPermission resource holds access rules for a given data and context.static classstatic classstatic classstatic classstatic classclassDemographics and administrative information about a person independent of a specific health-related context.static classstatic 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 classstatic classstatic classstatic classstatic classclassPrimitive type "integer" in FHIR: A signed 32-bit integerclassA person who is directly or indirectly involved in the provisioning of healthcare or related services.static classstatic classclassA specific set of Roles/Locations/specialties/services that a practitioner may perform, or has performed at an organization during a period of time.classclassAn action that is or was performed on or for a patient, practitioner, device, organization, or location.static classstatic classclassBase StructureDefinition for ProdCharacteristic Type: The marketing status describes the date when a medicinal product is actually put on the market or the date as of which it is no longer available.classProductShelfLife Type: The shelf-life and storage information for a medicinal product item or container can be described using this class.classProvenance of a resource is a record that describes entities and processes involved in producing and delivering or otherwise influencing that resource.static classstatic classclassQuantity Type: A 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 classclassRange Type: A set of ordered Quantities defined by a low and high limit.classRatio Type: A relationship of two Quantity values - expressed as a numerator and a denominator.classRatioRange Type: A range of ratios expressed as a low and high numerator and a denominator.classReference Type: A reference from one resource to another.classRegulatory approval, clearance or licencing related to a regulated product, treatment, facility or activity that is cited in a guidance, regulation, rule or legislative act.static classclassRelatedArtifact Type: Related artifacts such as additional documentation, justification, or bibliographic references.classInformation about a person that is involved in a patient's health or the care for a patient, but who is not the target of healthcare, nor has a formal responsibility in the care process.static classclassA set 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 classstatic classstatic classstatic classstatic classclassThe Requirements resource is used to describe an actor - a human or an application that plays a role in data exchange, and that may have obligations associated with the role the actor plays.static classclassA scientific study of nature that sometimes includes processes involved in health and disease.static classstatic classstatic classstatic classstatic classstatic classstatic classclassA ResearchSubject is a participant or object which is the recipient of investigative activities in a research study.static classclassThis 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 classclassSampledData Type: A 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.static classstatic classstatic classclassclassSignature Type: A 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 classstatic classclassA kind of specimen with associated set of requirements.static classstatic classstatic classstatic classclassBase StructureDefinition for Statistic Type: A fact or piece of data from a study of a large quantity of numerical data.static classstatic 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 classstatic classclassThe subscription resource describes a particular client's request to be notified about a SubscriptionTopic.static classstatic classclassThe SubscriptionStatus resource describes the state of a Subscription during notifications.static classclassDescribes a stream of resource state changes identified by trigger criteria and annotated with labels useful to filter projections from this topic.static classstatic classstatic classstatic classstatic classclassA homogeneous material with a definite composition.static classclassBase StructureDefinition for SubstanceAmount Type: Chemical substances are a single substance type whose primary defining element is the molecular structure.static 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 classstatic classclassNucleic acids are defined by three distinct elements: the base, sugar and linkage.static classstatic classstatic classclassProperties of a substance specific to it being a polymer.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 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 classclassRecord of delivery of what is supplied.static classclassA record of a non-patient specific request for a medication, substance, device, certain types of biologically derived product, and nutrition product used in the healthcare setting.static classclassA task to be performed.static classstatic 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 plan for executing testing on an artifact or specificationsstatic 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 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 classstatic classstatic classclassRepresents a Time datatype, per the FHIR specification.classTiming Type: Specifies an event that may occur multiple times.static classclassRecord of transport.static classstatic classstatic classclassTriggerDefinition Type: A description of a triggering event.classclassPrimitive type "integer" in FHIR: A signed 32-bit integerclassPrimitive type "uri" in FHIR: any valid URI.classPrimitive type "url" in FHIR: an OID represented as urn:oid:0.1.2.3.4...classUsageContext Type: Specifies clinical/business/etc. metadata that can be used to retrieve, index and/or categorize an artifact.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 classstatic classstatic classstatic classstatic classclassDescribes validation requirements, source(s), status and dates for one or more elements.static classstatic classstatic classclassVirtualServiceDetail Type: Virtual Service Contact Details.classAn authorization for the provision of glasses and/or contact lenses to a patient.static classstatic classclassFields in org.hl7.fhir.r5.model declared as BaseMethods in org.hl7.fhir.r5.model that return BaseModifier and TypeMethodDescriptionAdministrableProductDefinition.AdministrableProductDefinitionPropertyComponent.addChild(String name) AdministrableProductDefinition.AdministrableProductDefinitionRouteOfAdministrationComponent.addChild(String name) AdministrableProductDefinition.AdministrableProductDefinitionRouteOfAdministrationTargetSpeciesComponent.addChild(String name) AdministrableProductDefinition.AdministrableProductDefinitionRouteOfAdministrationTargetSpeciesWithdrawalPeriodComponent.addChild(String name) BiologicallyDerivedProductDispense.BiologicallyDerivedProductDispensePerformerComponent.addChild(String name) BodyStructure.BodyStructureIncludedStructureBodyLandmarkOrientationDistanceFromLandmarkComponent.addChild(String name) Citation.CitationCitedArtifactContributorshipEntryContributionInstanceComponent.addChild(String name) ClinicalUseDefinition.ClinicalUseDefinitionContraindicationOtherTherapyComponent.addChild(String name) EvidenceVariable.EvidenceVariableCharacteristicDefinitionByCombinationComponent.addChild(String name) EvidenceVariable.EvidenceVariableCharacteristicDefinitionByTypeAndValueComponent.addChild(String name) ImmunizationRecommendation.ImmunizationRecommendationRecommendationDateCriterionComponent.addChild(String name) ManufacturedItemDefinition.ManufacturedItemDefinitionComponentConstituentComponent.addChild(String name) MedicationKnowledge.MedicationKnowledgeDefinitionalDrugCharacteristicComponent.addChild(String name) MedicationKnowledge.MedicationKnowledgeIndicationGuidelineDosingGuidelineComponent.addChild(String name) MedicationKnowledge.MedicationKnowledgeIndicationGuidelineDosingGuidelineDosageComponent.addChild(String name) MedicationKnowledge.MedicationKnowledgeIndicationGuidelineDosingGuidelinePatientCharacteristicComponent.addChild(String name) MedicationKnowledge.MedicationKnowledgeStorageGuidelineEnvironmentalSettingComponent.addChild(String name) PackagedProductDefinition.PackagedProductDefinitionLegalStatusOfSupplyComponent.addChild(String name) PackagedProductDefinition.PackagedProductDefinitionPackagingContainedItemComponent.addChild(String name) SubstancePolymer.SubstancePolymerRepeatRepeatUnitDegreeOfPolymerisationComponent.addChild(String name) SubstancePolymer.SubstancePolymerRepeatRepeatUnitStructuralRepresentationComponent.addChild(String name) SubstanceReferenceInformation.SubstanceReferenceInformationGeneElementComponent.addChild(String name) SubstanceSourceMaterial.SubstanceSourceMaterialOrganismOrganismGeneralComponent.addChild(String name) TerminologyCapabilities.TerminologyCapabilitiesCodeSystemVersionFilterComponent.addChild(String name) Base.addValidationMessage(org.hl7.fhir.utilities.validation.ValidationMessage msg) abstract BaseBase.copy()Tuple.copy()static BaseResourceFactory.createResourceOrType(String name) Base.getChildValueByName(String name) BackboneElement.getExtensionValue(String... theUrls) Element.getExtensionValue(String... theUrls) Base[]Account.AccountBalanceComponent.getProperty(int hash, String name, boolean checkValid) Base[]Account.AccountDiagnosisComponent.getProperty(int hash, String name, boolean checkValid) Base[]Account.AccountProcedureComponent.getProperty(int hash, String name, boolean checkValid) Base[]Account.AccountRelatedAccountComponent.getProperty(int hash, String name, boolean checkValid) 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[]ActorDefinition.getProperty(int hash, String name, boolean checkValid) Base[]Address.getProperty(int hash, String name, boolean checkValid) Base[]AdministrableProductDefinition.AdministrableProductDefinitionPropertyComponent.getProperty(int hash, String name, boolean checkValid) Base[]AdministrableProductDefinition.AdministrableProductDefinitionRouteOfAdministrationComponent.getProperty(int hash, String name, boolean checkValid) Base[]AdministrableProductDefinition.AdministrableProductDefinitionRouteOfAdministrationTargetSpeciesComponent.getProperty(int hash, String name, boolean checkValid) Base[]AdministrableProductDefinition.AdministrableProductDefinitionRouteOfAdministrationTargetSpeciesWithdrawalPeriodComponent.getProperty(int hash, String name, boolean checkValid) Base[]AdministrableProductDefinition.getProperty(int hash, String name, boolean checkValid) Base[]AdverseEvent.AdverseEventContributingFactorComponent.getProperty(int hash, String name, boolean checkValid) Base[]AdverseEvent.AdverseEventMitigatingActionComponent.getProperty(int hash, String name, boolean checkValid) Base[]AdverseEvent.AdverseEventParticipantComponent.getProperty(int hash, String name, boolean checkValid) Base[]AdverseEvent.AdverseEventPreventiveActionComponent.getProperty(int hash, String name, boolean checkValid) Base[]AdverseEvent.AdverseEventSupportingInfoComponent.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[]AllergyIntolerance.AllergyIntoleranceParticipantComponent.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.AppointmentRecurrenceTemplateComponent.getProperty(int hash, String name, boolean checkValid) Base[]Appointment.AppointmentRecurrenceTemplateMonthlyTemplateComponent.getProperty(int hash, String name, boolean checkValid) Base[]Appointment.AppointmentRecurrenceTemplateWeeklyTemplateComponent.getProperty(int hash, String name, boolean checkValid) Base[]Appointment.AppointmentRecurrenceTemplateYearlyTemplateComponent.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[]ArtifactAssessment.ArtifactAssessmentContentComponent.getProperty(int hash, String name, boolean checkValid) Base[]ArtifactAssessment.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.AuditEventEntityComponent.getProperty(int hash, String name, boolean checkValid) Base[]AuditEvent.AuditEventEntityDetailComponent.getProperty(int hash, String name, boolean checkValid) Base[]AuditEvent.AuditEventOutcomeComponent.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[]Availability.AvailabilityAvailableTimeComponent.getProperty(int hash, String name, boolean checkValid) Base[]Availability.AvailabilityNotAvailableTimeComponent.getProperty(int hash, String name, boolean checkValid) Base[]Availability.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.BiologicallyDerivedProductPropertyComponent.getProperty(int hash, String name, boolean checkValid) Base[]BiologicallyDerivedProduct.getProperty(int hash, String name, boolean checkValid) Base[]BiologicallyDerivedProductDispense.BiologicallyDerivedProductDispensePerformerComponent.getProperty(int hash, String name, boolean checkValid) Base[]BiologicallyDerivedProductDispense.getProperty(int hash, String name, boolean checkValid) Base[]BodyStructure.BodyStructureIncludedStructureBodyLandmarkOrientationComponent.getProperty(int hash, String name, boolean checkValid) Base[]BodyStructure.BodyStructureIncludedStructureBodyLandmarkOrientationDistanceFromLandmarkComponent.getProperty(int hash, String name, boolean checkValid) Base[]BodyStructure.BodyStructureIncludedStructureComponent.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[]CanonicalResource.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.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[]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.getProperty(int hash, String name, boolean checkValid) Base[]Citation.CitationCitedArtifactAbstractComponent.getProperty(int hash, String name, boolean checkValid) Base[]Citation.CitationCitedArtifactClassificationComponent.getProperty(int hash, String name, boolean checkValid) Base[]Citation.CitationCitedArtifactComponent.getProperty(int hash, String name, boolean checkValid) Base[]Citation.CitationCitedArtifactContributorshipComponent.getProperty(int hash, String name, boolean checkValid) Base[]Citation.CitationCitedArtifactContributorshipEntryComponent.getProperty(int hash, String name, boolean checkValid) Base[]Citation.CitationCitedArtifactContributorshipEntryContributionInstanceComponent.getProperty(int hash, String name, boolean checkValid) Base[]Citation.CitationCitedArtifactPartComponent.getProperty(int hash, String name, boolean checkValid) Base[]Citation.CitationCitedArtifactPublicationFormComponent.getProperty(int hash, String name, boolean checkValid) Base[]Citation.CitationCitedArtifactPublicationFormPublishedInComponent.getProperty(int hash, String name, boolean checkValid) Base[]Citation.CitationCitedArtifactRelatesToComponent.getProperty(int hash, String name, boolean checkValid) Base[]Citation.CitationCitedArtifactStatusDateComponent.getProperty(int hash, String name, boolean checkValid) Base[]Citation.CitationCitedArtifactTitleComponent.getProperty(int hash, String name, boolean checkValid) Base[]Citation.CitationCitedArtifactVersionComponent.getProperty(int hash, String name, boolean checkValid) Base[]Citation.CitationCitedArtifactWebLocationComponent.getProperty(int hash, String name, boolean checkValid) Base[]Citation.CitationClassificationComponent.getProperty(int hash, String name, boolean checkValid) Base[]Citation.CitationStatusDateComponent.getProperty(int hash, String name, boolean checkValid) Base[]Citation.CitationSummaryComponent.getProperty(int hash, String name, boolean checkValid) Base[]Citation.ContributorshipSummaryComponent.getProperty(int hash, String name, boolean checkValid) Base[]Citation.getProperty(int hash, String name, boolean checkValid) Base[]Claim.AccidentComponent.getProperty(int hash, String name, boolean checkValid) Base[]Claim.BodySiteComponent.getProperty(int hash, String name, boolean checkValid) Base[]Claim.CareTeamComponent.getProperty(int hash, String name, boolean checkValid) Base[]Claim.ClaimEventComponent.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.BodySiteComponent.getProperty(int hash, String name, boolean checkValid) Base[]ClaimResponse.ClaimResponseEventComponent.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.ReviewOutcomeComponent.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.getProperty(int hash, String name, boolean checkValid) Base[]ClinicalUseDefinition.ClinicalUseDefinitionContraindicationComponent.getProperty(int hash, String name, boolean checkValid) Base[]ClinicalUseDefinition.ClinicalUseDefinitionContraindicationOtherTherapyComponent.getProperty(int hash, String name, boolean checkValid) Base[]ClinicalUseDefinition.ClinicalUseDefinitionIndicationComponent.getProperty(int hash, String name, boolean checkValid) Base[]ClinicalUseDefinition.ClinicalUseDefinitionInteractionComponent.getProperty(int hash, String name, boolean checkValid) Base[]ClinicalUseDefinition.ClinicalUseDefinitionInteractionInteractantComponent.getProperty(int hash, String name, boolean checkValid) Base[]ClinicalUseDefinition.ClinicalUseDefinitionUndesirableEffectComponent.getProperty(int hash, String name, boolean checkValid) Base[]ClinicalUseDefinition.ClinicalUseDefinitionWarningComponent.getProperty(int hash, String name, boolean checkValid) Base[]ClinicalUseDefinition.getProperty(int hash, String name, boolean checkValid) Base[]CodeableConcept.getProperty(int hash, String name, boolean checkValid) Base[]CodeableReference.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.getProperty(int hash, String name, boolean checkValid) Base[]Composition.SectionComponent.getProperty(int hash, String name, boolean checkValid) Base[]ConceptMap.AdditionalAttributeComponent.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.MappingPropertyComponent.getProperty(int hash, String name, boolean checkValid) Base[]ConceptMap.OtherElementComponent.getProperty(int hash, String name, boolean checkValid) Base[]ConceptMap.PropertyComponent.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.ConditionParticipantComponent.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[]ConditionDefinition.ConditionDefinitionMedicationComponent.getProperty(int hash, String name, boolean checkValid) Base[]ConditionDefinition.ConditionDefinitionObservationComponent.getProperty(int hash, String name, boolean checkValid) Base[]ConditionDefinition.ConditionDefinitionPlanComponent.getProperty(int hash, String name, boolean checkValid) Base[]ConditionDefinition.ConditionDefinitionPreconditionComponent.getProperty(int hash, String name, boolean checkValid) Base[]ConditionDefinition.ConditionDefinitionQuestionnaireComponent.getProperty(int hash, String name, boolean checkValid) Base[]ConditionDefinition.getProperty(int hash, String name, boolean checkValid) Base[]Consent.ConsentPolicyBasisComponent.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[]Coverage.ClassComponent.getProperty(int hash, String name, boolean checkValid) Base[]Coverage.CostToBeneficiaryComponent.getProperty(int hash, String name, boolean checkValid) Base[]Coverage.CoveragePaymentByComponent.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.CoverageEligibilityRequestEventComponent.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.CoverageEligibilityResponseEventComponent.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.DataRequirementValueFilterComponent.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.DeviceConformsToComponent.getProperty(int hash, String name, boolean checkValid) Base[]Device.DeviceNameComponent.getProperty(int hash, String name, boolean checkValid) Base[]Device.DevicePropertyComponent.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[]DeviceAssociation.DeviceAssociationOperationComponent.getProperty(int hash, String name, boolean checkValid) Base[]DeviceAssociation.getProperty(int hash, String name, boolean checkValid) Base[]DeviceDefinition.DeviceDefinitionChargeItemComponent.getProperty(int hash, String name, boolean checkValid) Base[]DeviceDefinition.DeviceDefinitionClassificationComponent.getProperty(int hash, String name, boolean checkValid) Base[]DeviceDefinition.DeviceDefinitionConformsToComponent.getProperty(int hash, String name, boolean checkValid) Base[]DeviceDefinition.DeviceDefinitionCorrectiveActionComponent.getProperty(int hash, String name, boolean checkValid) Base[]DeviceDefinition.DeviceDefinitionDeviceNameComponent.getProperty(int hash, String name, boolean checkValid) Base[]DeviceDefinition.DeviceDefinitionGuidelineComponent.getProperty(int hash, String name, boolean checkValid) Base[]DeviceDefinition.DeviceDefinitionHasPartComponent.getProperty(int hash, String name, boolean checkValid) Base[]DeviceDefinition.DeviceDefinitionLinkComponent.getProperty(int hash, String name, boolean checkValid) Base[]DeviceDefinition.DeviceDefinitionMaterialComponent.getProperty(int hash, String name, boolean checkValid) Base[]DeviceDefinition.DeviceDefinitionPackagingComponent.getProperty(int hash, String name, boolean checkValid) Base[]DeviceDefinition.DeviceDefinitionPropertyComponent.getProperty(int hash, String name, boolean checkValid) Base[]DeviceDefinition.DeviceDefinitionRegulatoryIdentifierComponent.getProperty(int hash, String name, boolean checkValid) Base[]DeviceDefinition.DeviceDefinitionUdiDeviceIdentifierComponent.getProperty(int hash, String name, boolean checkValid) Base[]DeviceDefinition.DeviceDefinitionVersionComponent.getProperty(int hash, String name, boolean checkValid) Base[]DeviceDefinition.getProperty(int hash, String name, boolean checkValid) Base[]DeviceDefinition.PackagingDistributorComponent.getProperty(int hash, String name, boolean checkValid) Base[]DeviceDefinition.UdiDeviceIdentifierMarketDistributionComponent.getProperty(int hash, String name, boolean checkValid) Base[]DeviceDispense.DeviceDispensePerformerComponent.getProperty(int hash, String name, boolean checkValid) Base[]DeviceDispense.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[]DeviceUsage.DeviceUsageAdherenceComponent.getProperty(int hash, String name, boolean checkValid) Base[]DeviceUsage.getProperty(int hash, String name, boolean checkValid) Base[]DiagnosticReport.DiagnosticReportMediaComponent.getProperty(int hash, String name, boolean checkValid) Base[]DiagnosticReport.DiagnosticReportSupportingInfoComponent.getProperty(int hash, String name, boolean checkValid) Base[]DiagnosticReport.getProperty(int hash, String name, boolean checkValid) Base[]DocumentReference.DocumentReferenceAttesterComponent.getProperty(int hash, String name, boolean checkValid) Base[]DocumentReference.DocumentReferenceContentComponent.getProperty(int hash, String name, boolean checkValid) Base[]DocumentReference.DocumentReferenceContentProfileComponent.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[]Element.getProperty(int hash, String name, boolean checkValid) Base[]ElementDefinition.ElementDefinitionBaseComponent.getProperty(int hash, String name, boolean checkValid) Base[]ElementDefinition.ElementDefinitionBindingAdditionalComponent.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.DiagnosisComponent.getProperty(int hash, String name, boolean checkValid) Base[]Encounter.EncounterAdmissionComponent.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.ReasonComponent.getProperty(int hash, String name, boolean checkValid) Base[]EncounterHistory.EncounterHistoryLocationComponent.getProperty(int hash, String name, boolean checkValid) Base[]EncounterHistory.getProperty(int hash, String name, boolean checkValid) Base[]Endpoint.EndpointPayloadComponent.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[]EpisodeOfCare.ReasonComponent.getProperty(int hash, String name, boolean checkValid) Base[]EventDefinition.getProperty(int hash, String name, boolean checkValid) Base[]Evidence.EvidenceCertaintyComponent.getProperty(int hash, String name, boolean checkValid) Base[]Evidence.EvidenceStatisticAttributeEstimateComponent.getProperty(int hash, String name, boolean checkValid) Base[]Evidence.EvidenceStatisticComponent.getProperty(int hash, String name, boolean checkValid) Base[]Evidence.EvidenceStatisticModelCharacteristicComponent.getProperty(int hash, String name, boolean checkValid) Base[]Evidence.EvidenceStatisticModelCharacteristicVariableComponent.getProperty(int hash, String name, boolean checkValid) Base[]Evidence.EvidenceStatisticSampleSizeComponent.getProperty(int hash, String name, boolean checkValid) Base[]Evidence.EvidenceVariableDefinitionComponent.getProperty(int hash, String name, boolean checkValid) Base[]Evidence.getProperty(int hash, String name, boolean checkValid) Base[]EvidenceReport.EvidenceReportRelatesToComponent.getProperty(int hash, String name, boolean checkValid) Base[]EvidenceReport.EvidenceReportRelatesToTargetComponent.getProperty(int hash, String name, boolean checkValid) Base[]EvidenceReport.EvidenceReportSubjectCharacteristicComponent.getProperty(int hash, String name, boolean checkValid) Base[]EvidenceReport.EvidenceReportSubjectComponent.getProperty(int hash, String name, boolean checkValid) Base[]EvidenceReport.getProperty(int hash, String name, boolean checkValid) Base[]EvidenceReport.SectionComponent.getProperty(int hash, String name, boolean checkValid) Base[]EvidenceVariable.EvidenceVariableCategoryComponent.getProperty(int hash, String name, boolean checkValid) Base[]EvidenceVariable.EvidenceVariableCharacteristicComponent.getProperty(int hash, String name, boolean checkValid) Base[]EvidenceVariable.EvidenceVariableCharacteristicDefinitionByCombinationComponent.getProperty(int hash, String name, boolean checkValid) Base[]EvidenceVariable.EvidenceVariableCharacteristicDefinitionByTypeAndValueComponent.getProperty(int hash, String name, boolean checkValid) Base[]EvidenceVariable.EvidenceVariableCharacteristicTimeFromEventComponent.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.AddedItemBodySiteComponent.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.ExplanationOfBenefitEventComponent.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.ItemBodySiteComponent.getProperty(int hash, String name, boolean checkValid) Base[]ExplanationOfBenefit.ItemComponent.getProperty(int hash, String name, boolean checkValid) Base[]ExplanationOfBenefit.ItemReviewOutcomeComponent.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[]ExtendedContactDetail.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.FamilyMemberHistoryParticipantComponent.getProperty(int hash, String name, boolean checkValid) Base[]FamilyMemberHistory.FamilyMemberHistoryProcedureComponent.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[]FormularyItem.getProperty(int hash, String name, boolean checkValid) Base[]GenomicStudy.GenomicStudyAnalysisComponent.getProperty(int hash, String name, boolean checkValid) Base[]GenomicStudy.GenomicStudyAnalysisDeviceComponent.getProperty(int hash, String name, boolean checkValid) Base[]GenomicStudy.GenomicStudyAnalysisInputComponent.getProperty(int hash, String name, boolean checkValid) Base[]GenomicStudy.GenomicStudyAnalysisOutputComponent.getProperty(int hash, String name, boolean checkValid) Base[]GenomicStudy.GenomicStudyAnalysisPerformerComponent.getProperty(int hash, String name, boolean checkValid) Base[]GenomicStudy.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.GraphDefinitionLinkCompartmentComponent.getProperty(int hash, String name, boolean checkValid) Base[]GraphDefinition.GraphDefinitionLinkComponent.getProperty(int hash, String name, boolean checkValid) Base[]GraphDefinition.GraphDefinitionNodeComponent.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.HealthcareServiceEligibilityComponent.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[]ImagingSelection.getProperty(int hash, String name, boolean checkValid) Base[]ImagingSelection.ImageRegion2DComponent.getProperty(int hash, String name, boolean checkValid) Base[]ImagingSelection.ImageRegion3DComponent.getProperty(int hash, String name, boolean checkValid) Base[]ImagingSelection.ImagingSelectionInstanceComponent.getProperty(int hash, String name, boolean checkValid) Base[]ImagingSelection.ImagingSelectionPerformerComponent.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.ImmunizationPerformerComponent.getProperty(int hash, String name, boolean checkValid) Base[]Immunization.ImmunizationProgramEligibilityComponent.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[]Ingredient.getProperty(int hash, String name, boolean checkValid) Base[]Ingredient.IngredientManufacturerComponent.getProperty(int hash, String name, boolean checkValid) Base[]Ingredient.IngredientSubstanceComponent.getProperty(int hash, String name, boolean checkValid) Base[]Ingredient.IngredientSubstanceStrengthComponent.getProperty(int hash, String name, boolean checkValid) Base[]Ingredient.IngredientSubstanceStrengthReferenceStrengthComponent.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.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[]InventoryItem.getProperty(int hash, String name, boolean checkValid) Base[]InventoryItem.InventoryItemAssociationComponent.getProperty(int hash, String name, boolean checkValid) Base[]InventoryItem.InventoryItemCharacteristicComponent.getProperty(int hash, String name, boolean checkValid) Base[]InventoryItem.InventoryItemDescriptionComponent.getProperty(int hash, String name, boolean checkValid) Base[]InventoryItem.InventoryItemInstanceComponent.getProperty(int hash, String name, boolean checkValid) Base[]InventoryItem.InventoryItemNameComponent.getProperty(int hash, String name, boolean checkValid) Base[]InventoryItem.InventoryItemResponsibleOrganizationComponent.getProperty(int hash, String name, boolean checkValid) Base[]InventoryReport.getProperty(int hash, String name, boolean checkValid) Base[]InventoryReport.InventoryReportInventoryListingComponent.getProperty(int hash, String name, boolean checkValid) Base[]InventoryReport.InventoryReportInventoryListingItemComponent.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.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.ListResourceEntryComponent.getProperty(int hash, String name, boolean checkValid) Base[]Location.getProperty(int hash, String name, boolean checkValid) Base[]Location.LocationPositionComponent.getProperty(int hash, String name, boolean checkValid) Base[]ManufacturedItemDefinition.getProperty(int hash, String name, boolean checkValid) Base[]ManufacturedItemDefinition.ManufacturedItemDefinitionComponentComponent.getProperty(int hash, String name, boolean checkValid) Base[]ManufacturedItemDefinition.ManufacturedItemDefinitionComponentConstituentComponent.getProperty(int hash, String name, boolean checkValid) Base[]ManufacturedItemDefinition.ManufacturedItemDefinitionPropertyComponent.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[]Measure.MeasureTermComponent.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[]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.MedicationKnowledgeCostComponent.getProperty(int hash, String name, boolean checkValid) Base[]MedicationKnowledge.MedicationKnowledgeDefinitionalComponent.getProperty(int hash, String name, boolean checkValid) Base[]MedicationKnowledge.MedicationKnowledgeDefinitionalDrugCharacteristicComponent.getProperty(int hash, String name, boolean checkValid) Base[]MedicationKnowledge.MedicationKnowledgeDefinitionalIngredientComponent.getProperty(int hash, String name, boolean checkValid) Base[]MedicationKnowledge.MedicationKnowledgeIndicationGuidelineComponent.getProperty(int hash, String name, boolean checkValid) Base[]MedicationKnowledge.MedicationKnowledgeIndicationGuidelineDosingGuidelineComponent.getProperty(int hash, String name, boolean checkValid) Base[]MedicationKnowledge.MedicationKnowledgeIndicationGuidelineDosingGuidelineDosageComponent.getProperty(int hash, String name, boolean checkValid) Base[]MedicationKnowledge.MedicationKnowledgeIndicationGuidelineDosingGuidelinePatientCharacteristicComponent.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.MedicationKnowledgeRegulatorySubstitutionComponent.getProperty(int hash, String name, boolean checkValid) Base[]MedicationKnowledge.MedicationKnowledgeRelatedMedicationKnowledgeComponent.getProperty(int hash, String name, boolean checkValid) Base[]MedicationKnowledge.MedicationKnowledgeStorageGuidelineComponent.getProperty(int hash, String name, boolean checkValid) Base[]MedicationKnowledge.MedicationKnowledgeStorageGuidelineEnvironmentalSettingComponent.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[]MedicationStatement.MedicationStatementAdherenceComponent.getProperty(int hash, String name, boolean checkValid) Base[]MedicinalProductDefinition.getProperty(int hash, String name, boolean checkValid) Base[]MedicinalProductDefinition.MedicinalProductDefinitionCharacteristicComponent.getProperty(int hash, String name, boolean checkValid) Base[]MedicinalProductDefinition.MedicinalProductDefinitionContactComponent.getProperty(int hash, String name, boolean checkValid) Base[]MedicinalProductDefinition.MedicinalProductDefinitionCrossReferenceComponent.getProperty(int hash, String name, boolean checkValid) Base[]MedicinalProductDefinition.MedicinalProductDefinitionNameComponent.getProperty(int hash, String name, boolean checkValid) Base[]MedicinalProductDefinition.MedicinalProductDefinitionNamePartComponent.getProperty(int hash, String name, boolean checkValid) Base[]MedicinalProductDefinition.MedicinalProductDefinitionNameUsageComponent.getProperty(int hash, String name, boolean checkValid) Base[]MedicinalProductDefinition.MedicinalProductDefinitionOperationComponent.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.MolecularSequenceRelativeComponent.getProperty(int hash, String name, boolean checkValid) Base[]MolecularSequence.MolecularSequenceRelativeEditComponent.getProperty(int hash, String name, boolean checkValid) Base[]MolecularSequence.MolecularSequenceRelativeStartingSequenceComponent.getProperty(int hash, String name, boolean checkValid) Base[]MonetaryComponent.getProperty(int hash, String name, boolean checkValid) Base[]Money.getProperty(int hash, String name, boolean checkValid) Base[]NamedElementExtension.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[]NutritionIntake.getProperty(int hash, String name, boolean checkValid) Base[]NutritionIntake.NutritionIntakeConsumedItemComponent.getProperty(int hash, String name, boolean checkValid) Base[]NutritionIntake.NutritionIntakeIngredientLabelComponent.getProperty(int hash, String name, boolean checkValid) Base[]NutritionIntake.NutritionIntakePerformerComponent.getProperty(int hash, String name, boolean checkValid) Base[]NutritionOrder.EnteralFormulaScheduleComponent.getProperty(int hash, String name, boolean checkValid) Base[]NutritionOrder.getProperty(int hash, String name, boolean checkValid) Base[]NutritionOrder.NutritionOrderEnteralFormulaAdditiveComponent.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[]NutritionOrder.OralDietScheduleComponent.getProperty(int hash, String name, boolean checkValid) Base[]NutritionOrder.SupplementScheduleComponent.getProperty(int hash, String name, boolean checkValid) Base[]NutritionProduct.getProperty(int hash, String name, boolean checkValid) Base[]NutritionProduct.NutritionProductCharacteristicComponent.getProperty(int hash, String name, boolean checkValid) Base[]NutritionProduct.NutritionProductIngredientComponent.getProperty(int hash, String name, boolean checkValid) Base[]NutritionProduct.NutritionProductInstanceComponent.getProperty(int hash, String name, boolean checkValid) Base[]NutritionProduct.NutritionProductNutrientComponent.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[]Observation.ObservationTriggeredByComponent.getProperty(int hash, String name, boolean checkValid) Base[]ObservationDefinition.getProperty(int hash, String name, boolean checkValid) Base[]ObservationDefinition.ObservationDefinitionComponentComponent.getProperty(int hash, String name, boolean checkValid) Base[]ObservationDefinition.ObservationDefinitionQualifiedValueComponent.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[]OrderedDistribution.getProperty(int hash, String name, boolean checkValid) Base[]OrderedDistribution.OrderedDistributionIntervalComponent.getProperty(int hash, String name, boolean checkValid) Base[]Organization.getProperty(int hash, String name, boolean checkValid) Base[]Organization.OrganizationQualificationComponent.getProperty(int hash, String name, boolean checkValid) Base[]OrganizationAffiliation.getProperty(int hash, String name, boolean checkValid) Base[]PackagedProductDefinition.getProperty(int hash, String name, boolean checkValid) Base[]PackagedProductDefinition.PackagedProductDefinitionLegalStatusOfSupplyComponent.getProperty(int hash, String name, boolean checkValid) Base[]PackagedProductDefinition.PackagedProductDefinitionPackagingComponent.getProperty(int hash, String name, boolean checkValid) Base[]PackagedProductDefinition.PackagedProductDefinitionPackagingContainedItemComponent.getProperty(int hash, String name, boolean checkValid) Base[]PackagedProductDefinition.PackagedProductDefinitionPackagingPropertyComponent.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.getProperty(int hash, String name, boolean checkValid) Base[]PaymentReconciliation.NotesComponent.getProperty(int hash, String name, boolean checkValid) Base[]PaymentReconciliation.PaymentReconciliationAllocationComponent.getProperty(int hash, String name, boolean checkValid) Base[]Period.getProperty(int hash, String name, boolean checkValid) Base[]Permission.getProperty(int hash, String name, boolean checkValid) Base[]Permission.PermissionJustificationComponent.getProperty(int hash, String name, boolean checkValid) Base[]Permission.RuleActivityComponent.getProperty(int hash, String name, boolean checkValid) Base[]Permission.RuleComponent.getProperty(int hash, String name, boolean checkValid) Base[]Permission.RuleDataComponent.getProperty(int hash, String name, boolean checkValid) Base[]Permission.RuleDataResourceComponent.getProperty(int hash, String name, boolean checkValid) Base[]Person.getProperty(int hash, String name, boolean checkValid) Base[]Person.PersonCommunicationComponent.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.PlanDefinitionActionInputComponent.getProperty(int hash, String name, boolean checkValid) Base[]PlanDefinition.PlanDefinitionActionOutputComponent.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.PlanDefinitionActorComponent.getProperty(int hash, String name, boolean checkValid) Base[]PlanDefinition.PlanDefinitionActorOptionComponent.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[]Practitioner.getProperty(int hash, String name, boolean checkValid) Base[]Practitioner.PractitionerCommunicationComponent.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[]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[]RatioRange.getProperty(int hash, String name, boolean checkValid) Base[]Reference.getProperty(int hash, String name, boolean checkValid) Base[]RegulatedAuthorization.getProperty(int hash, String name, boolean checkValid) Base[]RegulatedAuthorization.RegulatedAuthorizationCaseComponent.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[]RequestOrchestration.getProperty(int hash, String name, boolean checkValid) Base[]RequestOrchestration.RequestOrchestrationActionComponent.getProperty(int hash, String name, boolean checkValid) Base[]RequestOrchestration.RequestOrchestrationActionConditionComponent.getProperty(int hash, String name, boolean checkValid) Base[]RequestOrchestration.RequestOrchestrationActionDynamicValueComponent.getProperty(int hash, String name, boolean checkValid) Base[]RequestOrchestration.RequestOrchestrationActionInputComponent.getProperty(int hash, String name, boolean checkValid) Base[]RequestOrchestration.RequestOrchestrationActionOutputComponent.getProperty(int hash, String name, boolean checkValid) Base[]RequestOrchestration.RequestOrchestrationActionParticipantComponent.getProperty(int hash, String name, boolean checkValid) Base[]RequestOrchestration.RequestOrchestrationActionRelatedActionComponent.getProperty(int hash, String name, boolean checkValid) Base[]Requirements.getProperty(int hash, String name, boolean checkValid) Base[]Requirements.RequirementsStatementComponent.getProperty(int hash, String name, boolean checkValid) Base[]ResearchStudy.getProperty(int hash, String name, boolean checkValid) Base[]ResearchStudy.ResearchStudyAssociatedPartyComponent.getProperty(int hash, String name, boolean checkValid) Base[]ResearchStudy.ResearchStudyComparisonGroupComponent.getProperty(int hash, String name, boolean checkValid) Base[]ResearchStudy.ResearchStudyLabelComponent.getProperty(int hash, String name, boolean checkValid) Base[]ResearchStudy.ResearchStudyObjectiveComponent.getProperty(int hash, String name, boolean checkValid) Base[]ResearchStudy.ResearchStudyOutcomeMeasureComponent.getProperty(int hash, String name, boolean checkValid) Base[]ResearchStudy.ResearchStudyProgressStatusComponent.getProperty(int hash, String name, boolean checkValid) Base[]ResearchStudy.ResearchStudyRecruitmentComponent.getProperty(int hash, String name, boolean checkValid) Base[]ResearchSubject.getProperty(int hash, String name, boolean checkValid) Base[]ResearchSubject.ResearchSubjectProgressComponent.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[]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[]ServiceRequest.ServiceRequestOrderDetailComponent.getProperty(int hash, String name, boolean checkValid) Base[]ServiceRequest.ServiceRequestOrderDetailParameterComponent.getProperty(int hash, String name, boolean checkValid) Base[]ServiceRequest.ServiceRequestPatientInstructionComponent.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.SpecimenFeatureComponent.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[]Statistic.getProperty(int hash, String name, boolean checkValid) Base[]Statistic.StatisticAttributeEstimateAttributeEstimateComponent.getProperty(int hash, String name, boolean checkValid) Base[]Statistic.StatisticAttributeEstimateComponent.getProperty(int hash, String name, boolean checkValid) Base[]Statistic.StatisticModelCharacteristicComponent.getProperty(int hash, String name, boolean checkValid) Base[]Statistic.StatisticModelCharacteristicVariableComponent.getProperty(int hash, String name, boolean checkValid) Base[]Statistic.StatisticSampleSizeComponent.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.StructureMapConstComponent.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.SubscriptionFilterByComponent.getProperty(int hash, String name, boolean checkValid) Base[]Subscription.SubscriptionParameterComponent.getProperty(int hash, String name, boolean checkValid) Base[]SubscriptionStatus.getProperty(int hash, String name, boolean checkValid) Base[]SubscriptionStatus.SubscriptionStatusNotificationEventComponent.getProperty(int hash, String name, boolean checkValid) Base[]SubscriptionTopic.getProperty(int hash, String name, boolean checkValid) Base[]SubscriptionTopic.SubscriptionTopicCanFilterByComponent.getProperty(int hash, String name, boolean checkValid) Base[]SubscriptionTopic.SubscriptionTopicEventTriggerComponent.getProperty(int hash, String name, boolean checkValid) Base[]SubscriptionTopic.SubscriptionTopicNotificationShapeComponent.getProperty(int hash, String name, boolean checkValid) Base[]SubscriptionTopic.SubscriptionTopicResourceTriggerComponent.getProperty(int hash, String name, boolean checkValid) Base[]SubscriptionTopic.SubscriptionTopicResourceTriggerQueryCriteriaComponent.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[]SubstanceAmount.getProperty(int hash, String name, boolean checkValid) Base[]SubstanceAmount.SubstanceAmountReferenceRangeComponent.getProperty(int hash, String name, boolean checkValid) Base[]SubstanceDefinition.getProperty(int hash, String name, boolean checkValid) Base[]SubstanceDefinition.SubstanceDefinitionCharacterizationComponent.getProperty(int hash, String name, boolean checkValid) Base[]SubstanceDefinition.SubstanceDefinitionCodeComponent.getProperty(int hash, String name, boolean checkValid) Base[]SubstanceDefinition.SubstanceDefinitionMoietyComponent.getProperty(int hash, String name, boolean checkValid) Base[]SubstanceDefinition.SubstanceDefinitionMolecularWeightComponent.getProperty(int hash, String name, boolean checkValid) Base[]SubstanceDefinition.SubstanceDefinitionNameComponent.getProperty(int hash, String name, boolean checkValid) Base[]SubstanceDefinition.SubstanceDefinitionNameOfficialComponent.getProperty(int hash, String name, boolean checkValid) Base[]SubstanceDefinition.SubstanceDefinitionPropertyComponent.getProperty(int hash, String name, boolean checkValid) Base[]SubstanceDefinition.SubstanceDefinitionRelationshipComponent.getProperty(int hash, String name, boolean checkValid) Base[]SubstanceDefinition.SubstanceDefinitionSourceMaterialComponent.getProperty(int hash, String name, boolean checkValid) Base[]SubstanceDefinition.SubstanceDefinitionStructureComponent.getProperty(int hash, String name, boolean checkValid) Base[]SubstanceDefinition.SubstanceDefinitionStructureRepresentationComponent.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.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[]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.TaskInputComponent.getProperty(int hash, String name, boolean checkValid) Base[]Task.TaskOutputComponent.getProperty(int hash, String name, boolean checkValid) Base[]Task.TaskPerformerComponent.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[]TestPlan.getProperty(int hash, String name, boolean checkValid) Base[]TestPlan.TestCaseDependencyComponent.getProperty(int hash, String name, boolean checkValid) Base[]TestPlan.TestPlanDependencyComponent.getProperty(int hash, String name, boolean checkValid) Base[]TestPlan.TestPlanTestCaseAssertionComponent.getProperty(int hash, String name, boolean checkValid) Base[]TestPlan.TestPlanTestCaseComponent.getProperty(int hash, String name, boolean checkValid) Base[]TestPlan.TestPlanTestCaseTestDataComponent.getProperty(int hash, String name, boolean checkValid) Base[]TestPlan.TestPlanTestCaseTestRunComponent.getProperty(int hash, String name, boolean checkValid) Base[]TestPlan.TestPlanTestCaseTestRunScriptComponent.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.SetupActionAssertRequirementComponent.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.SetupActionAssertRequirementComponent.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.TestScriptScopeComponent.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[]Transport.getProperty(int hash, String name, boolean checkValid) Base[]Transport.ParameterComponent.getProperty(int hash, String name, boolean checkValid) Base[]Transport.TransportOutputComponent.getProperty(int hash, String name, boolean checkValid) Base[]Transport.TransportRestrictionComponent.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.ConceptPropertyComponent.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.ConceptSubPropertyComponent.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[]ValueSet.ValueSetExpansionPropertyComponent.getProperty(int hash, String name, boolean checkValid) Base[]ValueSet.ValueSetScopeComponent.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[]VirtualServiceDetail.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) NamedElementExtension.getValue()Base[]Base.listChildrenByName(String name, boolean checkValid) Base[]Tuple.listChildrenByName(String name, boolean checkValid) Account.AccountBalanceComponent.makeProperty(int hash, String name) Account.AccountDiagnosisComponent.makeProperty(int hash, String name) Account.AccountProcedureComponent.makeProperty(int hash, String name) Account.AccountRelatedAccountComponent.makeProperty(int hash, String name) 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) ActorDefinition.makeProperty(int hash, String name) Address.makeProperty(int hash, String name) AdministrableProductDefinition.AdministrableProductDefinitionPropertyComponent.makeProperty(int hash, String name) AdministrableProductDefinition.AdministrableProductDefinitionRouteOfAdministrationComponent.makeProperty(int hash, String name) AdministrableProductDefinition.AdministrableProductDefinitionRouteOfAdministrationTargetSpeciesComponent.makeProperty(int hash, String name) AdministrableProductDefinition.AdministrableProductDefinitionRouteOfAdministrationTargetSpeciesWithdrawalPeriodComponent.makeProperty(int hash, String name) AdministrableProductDefinition.makeProperty(int hash, String name) AdverseEvent.AdverseEventContributingFactorComponent.makeProperty(int hash, String name) AdverseEvent.AdverseEventMitigatingActionComponent.makeProperty(int hash, String name) AdverseEvent.AdverseEventParticipantComponent.makeProperty(int hash, String name) AdverseEvent.AdverseEventPreventiveActionComponent.makeProperty(int hash, String name) AdverseEvent.AdverseEventSupportingInfoComponent.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) AllergyIntolerance.AllergyIntoleranceParticipantComponent.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.AppointmentRecurrenceTemplateComponent.makeProperty(int hash, String name) Appointment.AppointmentRecurrenceTemplateMonthlyTemplateComponent.makeProperty(int hash, String name) Appointment.AppointmentRecurrenceTemplateWeeklyTemplateComponent.makeProperty(int hash, String name) Appointment.AppointmentRecurrenceTemplateYearlyTemplateComponent.makeProperty(int hash, String name) Appointment.makeProperty(int hash, String name) AppointmentResponse.makeProperty(int hash, String name) ArtifactAssessment.ArtifactAssessmentContentComponent.makeProperty(int hash, String name) ArtifactAssessment.makeProperty(int hash, String name) Attachment.makeProperty(int hash, String name) AuditEvent.AuditEventAgentComponent.makeProperty(int hash, String name) AuditEvent.AuditEventEntityComponent.makeProperty(int hash, String name) AuditEvent.AuditEventEntityDetailComponent.makeProperty(int hash, String name) AuditEvent.AuditEventOutcomeComponent.makeProperty(int hash, String name) AuditEvent.AuditEventSourceComponent.makeProperty(int hash, String name) AuditEvent.makeProperty(int hash, String name) Availability.AvailabilityAvailableTimeComponent.makeProperty(int hash, String name) Availability.AvailabilityNotAvailableTimeComponent.makeProperty(int hash, String name) Availability.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.BiologicallyDerivedProductPropertyComponent.makeProperty(int hash, String name) BiologicallyDerivedProduct.makeProperty(int hash, String name) BiologicallyDerivedProductDispense.BiologicallyDerivedProductDispensePerformerComponent.makeProperty(int hash, String name) BiologicallyDerivedProductDispense.makeProperty(int hash, String name) BodyStructure.BodyStructureIncludedStructureBodyLandmarkOrientationComponent.makeProperty(int hash, String name) BodyStructure.BodyStructureIncludedStructureBodyLandmarkOrientationDistanceFromLandmarkComponent.makeProperty(int hash, String name) BodyStructure.BodyStructureIncludedStructureComponent.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) CanonicalResource.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.makeProperty(int hash, String name) CareTeam.CareTeamParticipantComponent.makeProperty(int hash, String name) CareTeam.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.makeProperty(int hash, String name) Citation.CitationCitedArtifactAbstractComponent.makeProperty(int hash, String name) Citation.CitationCitedArtifactClassificationComponent.makeProperty(int hash, String name) Citation.CitationCitedArtifactComponent.makeProperty(int hash, String name) Citation.CitationCitedArtifactContributorshipComponent.makeProperty(int hash, String name) Citation.CitationCitedArtifactContributorshipEntryComponent.makeProperty(int hash, String name) Citation.CitationCitedArtifactContributorshipEntryContributionInstanceComponent.makeProperty(int hash, String name) Citation.CitationCitedArtifactPartComponent.makeProperty(int hash, String name) Citation.CitationCitedArtifactPublicationFormComponent.makeProperty(int hash, String name) Citation.CitationCitedArtifactPublicationFormPublishedInComponent.makeProperty(int hash, String name) Citation.CitationCitedArtifactRelatesToComponent.makeProperty(int hash, String name) Citation.CitationCitedArtifactStatusDateComponent.makeProperty(int hash, String name) Citation.CitationCitedArtifactTitleComponent.makeProperty(int hash, String name) Citation.CitationCitedArtifactVersionComponent.makeProperty(int hash, String name) Citation.CitationCitedArtifactWebLocationComponent.makeProperty(int hash, String name) Citation.CitationClassificationComponent.makeProperty(int hash, String name) Citation.CitationStatusDateComponent.makeProperty(int hash, String name) Citation.CitationSummaryComponent.makeProperty(int hash, String name) Citation.ContributorshipSummaryComponent.makeProperty(int hash, String name) Citation.makeProperty(int hash, String name) Claim.AccidentComponent.makeProperty(int hash, String name) Claim.BodySiteComponent.makeProperty(int hash, String name) Claim.CareTeamComponent.makeProperty(int hash, String name) Claim.ClaimEventComponent.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.BodySiteComponent.makeProperty(int hash, String name) ClaimResponse.ClaimResponseEventComponent.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.ReviewOutcomeComponent.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.makeProperty(int hash, String name) ClinicalUseDefinition.ClinicalUseDefinitionContraindicationComponent.makeProperty(int hash, String name) ClinicalUseDefinition.ClinicalUseDefinitionContraindicationOtherTherapyComponent.makeProperty(int hash, String name) ClinicalUseDefinition.ClinicalUseDefinitionIndicationComponent.makeProperty(int hash, String name) ClinicalUseDefinition.ClinicalUseDefinitionInteractionComponent.makeProperty(int hash, String name) ClinicalUseDefinition.ClinicalUseDefinitionInteractionInteractantComponent.makeProperty(int hash, String name) ClinicalUseDefinition.ClinicalUseDefinitionUndesirableEffectComponent.makeProperty(int hash, String name) ClinicalUseDefinition.ClinicalUseDefinitionWarningComponent.makeProperty(int hash, String name) ClinicalUseDefinition.makeProperty(int hash, String name) CodeableConcept.makeProperty(int hash, String name) CodeableReference.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.makeProperty(int hash, String name) Composition.SectionComponent.makeProperty(int hash, String name) ConceptMap.AdditionalAttributeComponent.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.MappingPropertyComponent.makeProperty(int hash, String name) ConceptMap.OtherElementComponent.makeProperty(int hash, String name) ConceptMap.PropertyComponent.makeProperty(int hash, String name) ConceptMap.SourceElementComponent.makeProperty(int hash, String name) ConceptMap.TargetElementComponent.makeProperty(int hash, String name) Condition.ConditionParticipantComponent.makeProperty(int hash, String name) Condition.ConditionStageComponent.makeProperty(int hash, String name) Condition.makeProperty(int hash, String name) ConditionDefinition.ConditionDefinitionMedicationComponent.makeProperty(int hash, String name) ConditionDefinition.ConditionDefinitionObservationComponent.makeProperty(int hash, String name) ConditionDefinition.ConditionDefinitionPlanComponent.makeProperty(int hash, String name) ConditionDefinition.ConditionDefinitionPreconditionComponent.makeProperty(int hash, String name) ConditionDefinition.ConditionDefinitionQuestionnaireComponent.makeProperty(int hash, String name) ConditionDefinition.makeProperty(int hash, String name) Consent.ConsentPolicyBasisComponent.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) Coverage.ClassComponent.makeProperty(int hash, String name) Coverage.CostToBeneficiaryComponent.makeProperty(int hash, String name) Coverage.CoveragePaymentByComponent.makeProperty(int hash, String name) Coverage.ExemptionComponent.makeProperty(int hash, String name) Coverage.makeProperty(int hash, String name) CoverageEligibilityRequest.CoverageEligibilityRequestEventComponent.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.CoverageEligibilityResponseEventComponent.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.DataRequirementValueFilterComponent.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.DeviceConformsToComponent.makeProperty(int hash, String name) Device.DeviceNameComponent.makeProperty(int hash, String name) Device.DevicePropertyComponent.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) DeviceAssociation.DeviceAssociationOperationComponent.makeProperty(int hash, String name) DeviceAssociation.makeProperty(int hash, String name) DeviceDefinition.DeviceDefinitionChargeItemComponent.makeProperty(int hash, String name) DeviceDefinition.DeviceDefinitionClassificationComponent.makeProperty(int hash, String name) DeviceDefinition.DeviceDefinitionConformsToComponent.makeProperty(int hash, String name) DeviceDefinition.DeviceDefinitionCorrectiveActionComponent.makeProperty(int hash, String name) DeviceDefinition.DeviceDefinitionDeviceNameComponent.makeProperty(int hash, String name) DeviceDefinition.DeviceDefinitionGuidelineComponent.makeProperty(int hash, String name) DeviceDefinition.DeviceDefinitionHasPartComponent.makeProperty(int hash, String name) DeviceDefinition.DeviceDefinitionLinkComponent.makeProperty(int hash, String name) DeviceDefinition.DeviceDefinitionMaterialComponent.makeProperty(int hash, String name) DeviceDefinition.DeviceDefinitionPackagingComponent.makeProperty(int hash, String name) DeviceDefinition.DeviceDefinitionPropertyComponent.makeProperty(int hash, String name) DeviceDefinition.DeviceDefinitionRegulatoryIdentifierComponent.makeProperty(int hash, String name) DeviceDefinition.DeviceDefinitionUdiDeviceIdentifierComponent.makeProperty(int hash, String name) DeviceDefinition.DeviceDefinitionVersionComponent.makeProperty(int hash, String name) DeviceDefinition.makeProperty(int hash, String name) DeviceDefinition.PackagingDistributorComponent.makeProperty(int hash, String name) DeviceDefinition.UdiDeviceIdentifierMarketDistributionComponent.makeProperty(int hash, String name) DeviceDispense.DeviceDispensePerformerComponent.makeProperty(int hash, String name) DeviceDispense.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) DeviceUsage.DeviceUsageAdherenceComponent.makeProperty(int hash, String name) DeviceUsage.makeProperty(int hash, String name) DiagnosticReport.DiagnosticReportMediaComponent.makeProperty(int hash, String name) DiagnosticReport.DiagnosticReportSupportingInfoComponent.makeProperty(int hash, String name) DiagnosticReport.makeProperty(int hash, String name) DocumentReference.DocumentReferenceAttesterComponent.makeProperty(int hash, String name) DocumentReference.DocumentReferenceContentComponent.makeProperty(int hash, String name) DocumentReference.DocumentReferenceContentProfileComponent.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) Element.makeProperty(int hash, String name) ElementDefinition.ElementDefinitionBaseComponent.makeProperty(int hash, String name) ElementDefinition.ElementDefinitionBindingAdditionalComponent.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.DiagnosisComponent.makeProperty(int hash, String name) Encounter.EncounterAdmissionComponent.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.ReasonComponent.makeProperty(int hash, String name) EncounterHistory.EncounterHistoryLocationComponent.makeProperty(int hash, String name) EncounterHistory.makeProperty(int hash, String name) Endpoint.EndpointPayloadComponent.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) EpisodeOfCare.ReasonComponent.makeProperty(int hash, String name) EventDefinition.makeProperty(int hash, String name) Evidence.EvidenceCertaintyComponent.makeProperty(int hash, String name) Evidence.EvidenceStatisticAttributeEstimateComponent.makeProperty(int hash, String name) Evidence.EvidenceStatisticComponent.makeProperty(int hash, String name) Evidence.EvidenceStatisticModelCharacteristicComponent.makeProperty(int hash, String name) Evidence.EvidenceStatisticModelCharacteristicVariableComponent.makeProperty(int hash, String name) Evidence.EvidenceStatisticSampleSizeComponent.makeProperty(int hash, String name) Evidence.EvidenceVariableDefinitionComponent.makeProperty(int hash, String name) Evidence.makeProperty(int hash, String name) EvidenceReport.EvidenceReportRelatesToComponent.makeProperty(int hash, String name) EvidenceReport.EvidenceReportRelatesToTargetComponent.makeProperty(int hash, String name) EvidenceReport.EvidenceReportSubjectCharacteristicComponent.makeProperty(int hash, String name) EvidenceReport.EvidenceReportSubjectComponent.makeProperty(int hash, String name) EvidenceReport.makeProperty(int hash, String name) EvidenceReport.SectionComponent.makeProperty(int hash, String name) EvidenceVariable.EvidenceVariableCategoryComponent.makeProperty(int hash, String name) EvidenceVariable.EvidenceVariableCharacteristicComponent.makeProperty(int hash, String name) EvidenceVariable.EvidenceVariableCharacteristicDefinitionByCombinationComponent.makeProperty(int hash, String name) EvidenceVariable.EvidenceVariableCharacteristicDefinitionByTypeAndValueComponent.makeProperty(int hash, String name) EvidenceVariable.EvidenceVariableCharacteristicTimeFromEventComponent.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.AddedItemBodySiteComponent.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.ExplanationOfBenefitEventComponent.makeProperty(int hash, String name) ExplanationOfBenefit.InsuranceComponent.makeProperty(int hash, String name) ExplanationOfBenefit.ItemBodySiteComponent.makeProperty(int hash, String name) ExplanationOfBenefit.ItemComponent.makeProperty(int hash, String name) ExplanationOfBenefit.ItemReviewOutcomeComponent.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) ExtendedContactDetail.makeProperty(int hash, String name) Extension.makeProperty(int hash, String name) FamilyMemberHistory.FamilyMemberHistoryConditionComponent.makeProperty(int hash, String name) FamilyMemberHistory.FamilyMemberHistoryParticipantComponent.makeProperty(int hash, String name) FamilyMemberHistory.FamilyMemberHistoryProcedureComponent.makeProperty(int hash, String name) FamilyMemberHistory.makeProperty(int hash, String name) Flag.makeProperty(int hash, String name) FormularyItem.makeProperty(int hash, String name) GenomicStudy.GenomicStudyAnalysisComponent.makeProperty(int hash, String name) GenomicStudy.GenomicStudyAnalysisDeviceComponent.makeProperty(int hash, String name) GenomicStudy.GenomicStudyAnalysisInputComponent.makeProperty(int hash, String name) GenomicStudy.GenomicStudyAnalysisOutputComponent.makeProperty(int hash, String name) GenomicStudy.GenomicStudyAnalysisPerformerComponent.makeProperty(int hash, String name) GenomicStudy.makeProperty(int hash, String name) Goal.GoalTargetComponent.makeProperty(int hash, String name) Goal.makeProperty(int hash, String name) GraphDefinition.GraphDefinitionLinkCompartmentComponent.makeProperty(int hash, String name) GraphDefinition.GraphDefinitionLinkComponent.makeProperty(int hash, String name) GraphDefinition.GraphDefinitionNodeComponent.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.HealthcareServiceEligibilityComponent.makeProperty(int hash, String name) HealthcareService.makeProperty(int hash, String name) HumanName.makeProperty(int hash, String name) Identifier.makeProperty(int hash, String name) ImagingSelection.ImageRegion2DComponent.makeProperty(int hash, String name) ImagingSelection.ImageRegion3DComponent.makeProperty(int hash, String name) ImagingSelection.ImagingSelectionInstanceComponent.makeProperty(int hash, String name) ImagingSelection.ImagingSelectionPerformerComponent.makeProperty(int hash, String name) ImagingSelection.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.ImmunizationPerformerComponent.makeProperty(int hash, String name) Immunization.ImmunizationProgramEligibilityComponent.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) Ingredient.IngredientManufacturerComponent.makeProperty(int hash, String name) Ingredient.IngredientSubstanceComponent.makeProperty(int hash, String name) Ingredient.IngredientSubstanceStrengthComponent.makeProperty(int hash, String name) Ingredient.IngredientSubstanceStrengthReferenceStrengthComponent.makeProperty(int hash, String name) Ingredient.makeProperty(int hash, String name) InsurancePlan.CoverageBenefitComponent.makeProperty(int hash, String name) InsurancePlan.CoverageBenefitLimitComponent.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) InventoryItem.InventoryItemAssociationComponent.makeProperty(int hash, String name) InventoryItem.InventoryItemCharacteristicComponent.makeProperty(int hash, String name) InventoryItem.InventoryItemDescriptionComponent.makeProperty(int hash, String name) InventoryItem.InventoryItemInstanceComponent.makeProperty(int hash, String name) InventoryItem.InventoryItemNameComponent.makeProperty(int hash, String name) InventoryItem.InventoryItemResponsibleOrganizationComponent.makeProperty(int hash, String name) InventoryItem.makeProperty(int hash, String name) InventoryReport.InventoryReportInventoryListingComponent.makeProperty(int hash, String name) InventoryReport.InventoryReportInventoryListingItemComponent.makeProperty(int hash, String name) InventoryReport.makeProperty(int hash, String name) Invoice.InvoiceLineItemComponent.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.ListResourceEntryComponent.makeProperty(int hash, String name) ListResource.makeProperty(int hash, String name) Location.LocationPositionComponent.makeProperty(int hash, String name) Location.makeProperty(int hash, String name) ManufacturedItemDefinition.makeProperty(int hash, String name) ManufacturedItemDefinition.ManufacturedItemDefinitionComponentComponent.makeProperty(int hash, String name) ManufacturedItemDefinition.ManufacturedItemDefinitionComponentConstituentComponent.makeProperty(int hash, String name) ManufacturedItemDefinition.ManufacturedItemDefinitionPropertyComponent.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) Measure.MeasureTermComponent.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) 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.MedicationKnowledgeCostComponent.makeProperty(int hash, String name) MedicationKnowledge.MedicationKnowledgeDefinitionalComponent.makeProperty(int hash, String name) MedicationKnowledge.MedicationKnowledgeDefinitionalDrugCharacteristicComponent.makeProperty(int hash, String name) MedicationKnowledge.MedicationKnowledgeDefinitionalIngredientComponent.makeProperty(int hash, String name) MedicationKnowledge.MedicationKnowledgeIndicationGuidelineComponent.makeProperty(int hash, String name) MedicationKnowledge.MedicationKnowledgeIndicationGuidelineDosingGuidelineComponent.makeProperty(int hash, String name) MedicationKnowledge.MedicationKnowledgeIndicationGuidelineDosingGuidelineDosageComponent.makeProperty(int hash, String name) MedicationKnowledge.MedicationKnowledgeIndicationGuidelineDosingGuidelinePatientCharacteristicComponent.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.MedicationKnowledgeRegulatorySubstitutionComponent.makeProperty(int hash, String name) MedicationKnowledge.MedicationKnowledgeRelatedMedicationKnowledgeComponent.makeProperty(int hash, String name) MedicationKnowledge.MedicationKnowledgeStorageGuidelineComponent.makeProperty(int hash, String name) MedicationKnowledge.MedicationKnowledgeStorageGuidelineEnvironmentalSettingComponent.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) MedicationStatement.MedicationStatementAdherenceComponent.makeProperty(int hash, String name) MedicinalProductDefinition.makeProperty(int hash, String name) MedicinalProductDefinition.MedicinalProductDefinitionCharacteristicComponent.makeProperty(int hash, String name) MedicinalProductDefinition.MedicinalProductDefinitionContactComponent.makeProperty(int hash, String name) MedicinalProductDefinition.MedicinalProductDefinitionCrossReferenceComponent.makeProperty(int hash, String name) MedicinalProductDefinition.MedicinalProductDefinitionNameComponent.makeProperty(int hash, String name) MedicinalProductDefinition.MedicinalProductDefinitionNamePartComponent.makeProperty(int hash, String name) MedicinalProductDefinition.MedicinalProductDefinitionNameUsageComponent.makeProperty(int hash, String name) MedicinalProductDefinition.MedicinalProductDefinitionOperationComponent.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.MolecularSequenceRelativeComponent.makeProperty(int hash, String name) MolecularSequence.MolecularSequenceRelativeEditComponent.makeProperty(int hash, String name) MolecularSequence.MolecularSequenceRelativeStartingSequenceComponent.makeProperty(int hash, String name) MonetaryComponent.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) NutritionIntake.makeProperty(int hash, String name) NutritionIntake.NutritionIntakeConsumedItemComponent.makeProperty(int hash, String name) NutritionIntake.NutritionIntakeIngredientLabelComponent.makeProperty(int hash, String name) NutritionIntake.NutritionIntakePerformerComponent.makeProperty(int hash, String name) NutritionOrder.EnteralFormulaScheduleComponent.makeProperty(int hash, String name) NutritionOrder.makeProperty(int hash, String name) NutritionOrder.NutritionOrderEnteralFormulaAdditiveComponent.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) NutritionOrder.OralDietScheduleComponent.makeProperty(int hash, String name) NutritionOrder.SupplementScheduleComponent.makeProperty(int hash, String name) NutritionProduct.makeProperty(int hash, String name) NutritionProduct.NutritionProductCharacteristicComponent.makeProperty(int hash, String name) NutritionProduct.NutritionProductIngredientComponent.makeProperty(int hash, String name) NutritionProduct.NutritionProductInstanceComponent.makeProperty(int hash, String name) NutritionProduct.NutritionProductNutrientComponent.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) Observation.ObservationTriggeredByComponent.makeProperty(int hash, String name) ObservationDefinition.makeProperty(int hash, String name) ObservationDefinition.ObservationDefinitionComponentComponent.makeProperty(int hash, String name) ObservationDefinition.ObservationDefinitionQualifiedValueComponent.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) OrderedDistribution.makeProperty(int hash, String name) OrderedDistribution.OrderedDistributionIntervalComponent.makeProperty(int hash, String name) Organization.makeProperty(int hash, String name) Organization.OrganizationQualificationComponent.makeProperty(int hash, String name) OrganizationAffiliation.makeProperty(int hash, String name) PackagedProductDefinition.makeProperty(int hash, String name) PackagedProductDefinition.PackagedProductDefinitionLegalStatusOfSupplyComponent.makeProperty(int hash, String name) PackagedProductDefinition.PackagedProductDefinitionPackagingComponent.makeProperty(int hash, String name) PackagedProductDefinition.PackagedProductDefinitionPackagingContainedItemComponent.makeProperty(int hash, String name) PackagedProductDefinition.PackagedProductDefinitionPackagingPropertyComponent.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.makeProperty(int hash, String name) PaymentReconciliation.NotesComponent.makeProperty(int hash, String name) PaymentReconciliation.PaymentReconciliationAllocationComponent.makeProperty(int hash, String name) Period.makeProperty(int hash, String name) Permission.makeProperty(int hash, String name) Permission.PermissionJustificationComponent.makeProperty(int hash, String name) Permission.RuleActivityComponent.makeProperty(int hash, String name) Permission.RuleComponent.makeProperty(int hash, String name) Permission.RuleDataComponent.makeProperty(int hash, String name) Permission.RuleDataResourceComponent.makeProperty(int hash, String name) Person.makeProperty(int hash, String name) Person.PersonCommunicationComponent.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.PlanDefinitionActionInputComponent.makeProperty(int hash, String name) PlanDefinition.PlanDefinitionActionOutputComponent.makeProperty(int hash, String name) PlanDefinition.PlanDefinitionActionParticipantComponent.makeProperty(int hash, String name) PlanDefinition.PlanDefinitionActionRelatedActionComponent.makeProperty(int hash, String name) PlanDefinition.PlanDefinitionActorComponent.makeProperty(int hash, String name) PlanDefinition.PlanDefinitionActorOptionComponent.makeProperty(int hash, String name) PlanDefinition.PlanDefinitionGoalComponent.makeProperty(int hash, String name) PlanDefinition.PlanDefinitionGoalTargetComponent.makeProperty(int hash, String name) Practitioner.makeProperty(int hash, String name) Practitioner.PractitionerCommunicationComponent.makeProperty(int hash, String name) Practitioner.PractitionerQualificationComponent.makeProperty(int hash, String name) PractitionerRole.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) RatioRange.makeProperty(int hash, String name) Reference.makeProperty(int hash, String name) RegulatedAuthorization.makeProperty(int hash, String name) RegulatedAuthorization.RegulatedAuthorizationCaseComponent.makeProperty(int hash, String name) RelatedArtifact.makeProperty(int hash, String name) RelatedPerson.makeProperty(int hash, String name) RelatedPerson.RelatedPersonCommunicationComponent.makeProperty(int hash, String name) RequestOrchestration.makeProperty(int hash, String name) RequestOrchestration.RequestOrchestrationActionComponent.makeProperty(int hash, String name) RequestOrchestration.RequestOrchestrationActionConditionComponent.makeProperty(int hash, String name) RequestOrchestration.RequestOrchestrationActionDynamicValueComponent.makeProperty(int hash, String name) RequestOrchestration.RequestOrchestrationActionInputComponent.makeProperty(int hash, String name) RequestOrchestration.RequestOrchestrationActionOutputComponent.makeProperty(int hash, String name) RequestOrchestration.RequestOrchestrationActionParticipantComponent.makeProperty(int hash, String name) RequestOrchestration.RequestOrchestrationActionRelatedActionComponent.makeProperty(int hash, String name) Requirements.makeProperty(int hash, String name) Requirements.RequirementsStatementComponent.makeProperty(int hash, String name) ResearchStudy.makeProperty(int hash, String name) ResearchStudy.ResearchStudyAssociatedPartyComponent.makeProperty(int hash, String name) ResearchStudy.ResearchStudyComparisonGroupComponent.makeProperty(int hash, String name) ResearchStudy.ResearchStudyLabelComponent.makeProperty(int hash, String name) ResearchStudy.ResearchStudyObjectiveComponent.makeProperty(int hash, String name) ResearchStudy.ResearchStudyOutcomeMeasureComponent.makeProperty(int hash, String name) ResearchStudy.ResearchStudyProgressStatusComponent.makeProperty(int hash, String name) ResearchStudy.ResearchStudyRecruitmentComponent.makeProperty(int hash, String name) ResearchSubject.makeProperty(int hash, String name) ResearchSubject.ResearchSubjectProgressComponent.makeProperty(int hash, String name) Resource.makeProperty(int hash, String name) RiskAssessment.makeProperty(int hash, String name) RiskAssessment.RiskAssessmentPredictionComponent.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) ServiceRequest.ServiceRequestOrderDetailComponent.makeProperty(int hash, String name) ServiceRequest.ServiceRequestOrderDetailParameterComponent.makeProperty(int hash, String name) ServiceRequest.ServiceRequestPatientInstructionComponent.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.SpecimenFeatureComponent.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) Statistic.makeProperty(int hash, String name) Statistic.StatisticAttributeEstimateAttributeEstimateComponent.makeProperty(int hash, String name) Statistic.StatisticAttributeEstimateComponent.makeProperty(int hash, String name) Statistic.StatisticModelCharacteristicComponent.makeProperty(int hash, String name) Statistic.StatisticModelCharacteristicVariableComponent.makeProperty(int hash, String name) Statistic.StatisticSampleSizeComponent.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.StructureMapConstComponent.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.SubscriptionFilterByComponent.makeProperty(int hash, String name) Subscription.SubscriptionParameterComponent.makeProperty(int hash, String name) SubscriptionStatus.makeProperty(int hash, String name) SubscriptionStatus.SubscriptionStatusNotificationEventComponent.makeProperty(int hash, String name) SubscriptionTopic.makeProperty(int hash, String name) SubscriptionTopic.SubscriptionTopicCanFilterByComponent.makeProperty(int hash, String name) SubscriptionTopic.SubscriptionTopicEventTriggerComponent.makeProperty(int hash, String name) SubscriptionTopic.SubscriptionTopicNotificationShapeComponent.makeProperty(int hash, String name) SubscriptionTopic.SubscriptionTopicResourceTriggerComponent.makeProperty(int hash, String name) SubscriptionTopic.SubscriptionTopicResourceTriggerQueryCriteriaComponent.makeProperty(int hash, String name) Substance.makeProperty(int hash, String name) Substance.SubstanceIngredientComponent.makeProperty(int hash, String name) SubstanceAmount.makeProperty(int hash, String name) SubstanceAmount.SubstanceAmountReferenceRangeComponent.makeProperty(int hash, String name) SubstanceDefinition.makeProperty(int hash, String name) SubstanceDefinition.SubstanceDefinitionCharacterizationComponent.makeProperty(int hash, String name) SubstanceDefinition.SubstanceDefinitionCodeComponent.makeProperty(int hash, String name) SubstanceDefinition.SubstanceDefinitionMoietyComponent.makeProperty(int hash, String name) SubstanceDefinition.SubstanceDefinitionMolecularWeightComponent.makeProperty(int hash, String name) SubstanceDefinition.SubstanceDefinitionNameComponent.makeProperty(int hash, String name) SubstanceDefinition.SubstanceDefinitionNameOfficialComponent.makeProperty(int hash, String name) SubstanceDefinition.SubstanceDefinitionPropertyComponent.makeProperty(int hash, String name) SubstanceDefinition.SubstanceDefinitionRelationshipComponent.makeProperty(int hash, String name) SubstanceDefinition.SubstanceDefinitionSourceMaterialComponent.makeProperty(int hash, String name) SubstanceDefinition.SubstanceDefinitionStructureComponent.makeProperty(int hash, String name) SubstanceDefinition.SubstanceDefinitionStructureRepresentationComponent.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.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) 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.TaskInputComponent.makeProperty(int hash, String name) Task.TaskOutputComponent.makeProperty(int hash, String name) Task.TaskPerformerComponent.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) TestPlan.makeProperty(int hash, String name) TestPlan.TestCaseDependencyComponent.makeProperty(int hash, String name) TestPlan.TestPlanDependencyComponent.makeProperty(int hash, String name) TestPlan.TestPlanTestCaseAssertionComponent.makeProperty(int hash, String name) TestPlan.TestPlanTestCaseComponent.makeProperty(int hash, String name) TestPlan.TestPlanTestCaseTestDataComponent.makeProperty(int hash, String name) TestPlan.TestPlanTestCaseTestRunComponent.makeProperty(int hash, String name) TestPlan.TestPlanTestCaseTestRunScriptComponent.makeProperty(int hash, String name) TestReport.makeProperty(int hash, String name) TestReport.SetupActionAssertComponent.makeProperty(int hash, String name) TestReport.SetupActionAssertRequirementComponent.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.SetupActionAssertRequirementComponent.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.TestScriptScopeComponent.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) Transport.makeProperty(int hash, String name) Transport.ParameterComponent.makeProperty(int hash, String name) Transport.TransportOutputComponent.makeProperty(int hash, String name) Transport.TransportRestrictionComponent.makeProperty(int hash, String name) TriggerDefinition.makeProperty(int hash, String name) UsageContext.makeProperty(int hash, String name) ValueSet.ConceptPropertyComponent.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.ConceptSubPropertyComponent.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) ValueSet.ValueSetExpansionPropertyComponent.makeProperty(int hash, String name) ValueSet.ValueSetScopeComponent.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) VirtualServiceDetail.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.AccountBalanceComponent.setProperty(int hash, String name, Base value) Account.AccountBalanceComponent.setProperty(String name, Base value) Account.AccountDiagnosisComponent.setProperty(int hash, String name, Base value) Account.AccountDiagnosisComponent.setProperty(String name, Base value) Account.AccountProcedureComponent.setProperty(int hash, String name, Base value) Account.AccountProcedureComponent.setProperty(String name, Base value) Account.AccountRelatedAccountComponent.setProperty(int hash, String name, Base value) Account.AccountRelatedAccountComponent.setProperty(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) ActorDefinition.setProperty(int hash, String name, Base value) ActorDefinition.setProperty(String name, Base value) Address.setProperty(int hash, String name, Base value) Address.setProperty(String name, Base value) AdministrableProductDefinition.AdministrableProductDefinitionPropertyComponent.setProperty(int hash, String name, Base value) AdministrableProductDefinition.AdministrableProductDefinitionPropertyComponent.setProperty(String name, Base value) AdministrableProductDefinition.AdministrableProductDefinitionRouteOfAdministrationComponent.setProperty(int hash, String name, Base value) AdministrableProductDefinition.AdministrableProductDefinitionRouteOfAdministrationComponent.setProperty(String name, Base value) AdministrableProductDefinition.AdministrableProductDefinitionRouteOfAdministrationTargetSpeciesComponent.setProperty(int hash, String name, Base value) AdministrableProductDefinition.AdministrableProductDefinitionRouteOfAdministrationTargetSpeciesComponent.setProperty(String name, Base value) AdministrableProductDefinition.AdministrableProductDefinitionRouteOfAdministrationTargetSpeciesWithdrawalPeriodComponent.setProperty(int hash, String name, Base value) AdministrableProductDefinition.AdministrableProductDefinitionRouteOfAdministrationTargetSpeciesWithdrawalPeriodComponent.setProperty(String name, Base value) AdministrableProductDefinition.setProperty(int hash, String name, Base value) AdministrableProductDefinition.setProperty(String name, Base value) AdverseEvent.AdverseEventContributingFactorComponent.setProperty(int hash, String name, Base value) AdverseEvent.AdverseEventContributingFactorComponent.setProperty(String name, Base value) AdverseEvent.AdverseEventMitigatingActionComponent.setProperty(int hash, String name, Base value) AdverseEvent.AdverseEventMitigatingActionComponent.setProperty(String name, Base value) AdverseEvent.AdverseEventParticipantComponent.setProperty(int hash, String name, Base value) AdverseEvent.AdverseEventParticipantComponent.setProperty(String name, Base value) AdverseEvent.AdverseEventPreventiveActionComponent.setProperty(int hash, String name, Base value) AdverseEvent.AdverseEventPreventiveActionComponent.setProperty(String name, Base value) AdverseEvent.AdverseEventSupportingInfoComponent.setProperty(int hash, String name, Base value) AdverseEvent.AdverseEventSupportingInfoComponent.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) AllergyIntolerance.AllergyIntoleranceParticipantComponent.setProperty(int hash, String name, Base value) AllergyIntolerance.AllergyIntoleranceParticipantComponent.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.AppointmentRecurrenceTemplateComponent.setProperty(int hash, String name, Base value) Appointment.AppointmentRecurrenceTemplateComponent.setProperty(String name, Base value) Appointment.AppointmentRecurrenceTemplateMonthlyTemplateComponent.setProperty(int hash, String name, Base value) Appointment.AppointmentRecurrenceTemplateMonthlyTemplateComponent.setProperty(String name, Base value) Appointment.AppointmentRecurrenceTemplateWeeklyTemplateComponent.setProperty(int hash, String name, Base value) Appointment.AppointmentRecurrenceTemplateWeeklyTemplateComponent.setProperty(String name, Base value) Appointment.AppointmentRecurrenceTemplateYearlyTemplateComponent.setProperty(int hash, String name, Base value) Appointment.AppointmentRecurrenceTemplateYearlyTemplateComponent.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) ArtifactAssessment.ArtifactAssessmentContentComponent.setProperty(int hash, String name, Base value) ArtifactAssessment.ArtifactAssessmentContentComponent.setProperty(String name, Base value) ArtifactAssessment.setProperty(int hash, String name, Base value) ArtifactAssessment.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.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.AuditEventOutcomeComponent.setProperty(int hash, String name, Base value) AuditEvent.AuditEventOutcomeComponent.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) Availability.AvailabilityAvailableTimeComponent.setProperty(int hash, String name, Base value) Availability.AvailabilityAvailableTimeComponent.setProperty(String name, Base value) Availability.AvailabilityNotAvailableTimeComponent.setProperty(int hash, String name, Base value) Availability.AvailabilityNotAvailableTimeComponent.setProperty(String name, Base value) Availability.setProperty(int hash, String name, Base value) Availability.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.BiologicallyDerivedProductPropertyComponent.setProperty(int hash, String name, Base value) BiologicallyDerivedProduct.BiologicallyDerivedProductPropertyComponent.setProperty(String name, Base value) BiologicallyDerivedProduct.setProperty(int hash, String name, Base value) BiologicallyDerivedProduct.setProperty(String name, Base value) BiologicallyDerivedProductDispense.BiologicallyDerivedProductDispensePerformerComponent.setProperty(int hash, String name, Base value) BiologicallyDerivedProductDispense.BiologicallyDerivedProductDispensePerformerComponent.setProperty(String name, Base value) BiologicallyDerivedProductDispense.setProperty(int hash, String name, Base value) BiologicallyDerivedProductDispense.setProperty(String name, Base value) BodyStructure.BodyStructureIncludedStructureBodyLandmarkOrientationComponent.setProperty(int hash, String name, Base value) BodyStructure.BodyStructureIncludedStructureBodyLandmarkOrientationComponent.setProperty(String name, Base value) BodyStructure.BodyStructureIncludedStructureBodyLandmarkOrientationDistanceFromLandmarkComponent.setProperty(int hash, String name, Base value) BodyStructure.BodyStructureIncludedStructureBodyLandmarkOrientationDistanceFromLandmarkComponent.setProperty(String name, Base value) BodyStructure.BodyStructureIncludedStructureComponent.setProperty(int hash, String name, Base value) BodyStructure.BodyStructureIncludedStructureComponent.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) CanonicalResource.setProperty(int hash, String name, Base value) CanonicalResource.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.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) 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.setProperty(int hash, String name, Base value) ChargeItemDefinition.setProperty(String name, Base value) Citation.CitationCitedArtifactAbstractComponent.setProperty(int hash, String name, Base value) Citation.CitationCitedArtifactAbstractComponent.setProperty(String name, Base value) Citation.CitationCitedArtifactClassificationComponent.setProperty(int hash, String name, Base value) Citation.CitationCitedArtifactClassificationComponent.setProperty(String name, Base value) Citation.CitationCitedArtifactComponent.setProperty(int hash, String name, Base value) Citation.CitationCitedArtifactComponent.setProperty(String name, Base value) Citation.CitationCitedArtifactContributorshipComponent.setProperty(int hash, String name, Base value) Citation.CitationCitedArtifactContributorshipComponent.setProperty(String name, Base value) Citation.CitationCitedArtifactContributorshipEntryComponent.setProperty(int hash, String name, Base value) Citation.CitationCitedArtifactContributorshipEntryComponent.setProperty(String name, Base value) Citation.CitationCitedArtifactContributorshipEntryContributionInstanceComponent.setProperty(int hash, String name, Base value) Citation.CitationCitedArtifactContributorshipEntryContributionInstanceComponent.setProperty(String name, Base value) Citation.CitationCitedArtifactPartComponent.setProperty(int hash, String name, Base value) Citation.CitationCitedArtifactPartComponent.setProperty(String name, Base value) Citation.CitationCitedArtifactPublicationFormComponent.setProperty(int hash, String name, Base value) Citation.CitationCitedArtifactPublicationFormComponent.setProperty(String name, Base value) Citation.CitationCitedArtifactPublicationFormPublishedInComponent.setProperty(int hash, String name, Base value) Citation.CitationCitedArtifactPublicationFormPublishedInComponent.setProperty(String name, Base value) Citation.CitationCitedArtifactRelatesToComponent.setProperty(int hash, String name, Base value) Citation.CitationCitedArtifactRelatesToComponent.setProperty(String name, Base value) Citation.CitationCitedArtifactStatusDateComponent.setProperty(int hash, String name, Base value) Citation.CitationCitedArtifactStatusDateComponent.setProperty(String name, Base value) Citation.CitationCitedArtifactTitleComponent.setProperty(int hash, String name, Base value) Citation.CitationCitedArtifactTitleComponent.setProperty(String name, Base value) Citation.CitationCitedArtifactVersionComponent.setProperty(int hash, String name, Base value) Citation.CitationCitedArtifactVersionComponent.setProperty(String name, Base value) Citation.CitationCitedArtifactWebLocationComponent.setProperty(int hash, String name, Base value) Citation.CitationCitedArtifactWebLocationComponent.setProperty(String name, Base value) Citation.CitationClassificationComponent.setProperty(int hash, String name, Base value) Citation.CitationClassificationComponent.setProperty(String name, Base value) Citation.CitationStatusDateComponent.setProperty(int hash, String name, Base value) Citation.CitationStatusDateComponent.setProperty(String name, Base value) Citation.CitationSummaryComponent.setProperty(int hash, String name, Base value) Citation.CitationSummaryComponent.setProperty(String name, Base value) Citation.ContributorshipSummaryComponent.setProperty(int hash, String name, Base value) Citation.ContributorshipSummaryComponent.setProperty(String name, Base value) Citation.setProperty(int hash, String name, Base value) Citation.setProperty(String name, Base value) Claim.AccidentComponent.setProperty(int hash, String name, Base value) Claim.AccidentComponent.setProperty(String name, Base value) Claim.BodySiteComponent.setProperty(int hash, String name, Base value) Claim.BodySiteComponent.setProperty(String name, Base value) Claim.CareTeamComponent.setProperty(int hash, String name, Base value) Claim.CareTeamComponent.setProperty(String name, Base value) Claim.ClaimEventComponent.setProperty(int hash, String name, Base value) Claim.ClaimEventComponent.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.BodySiteComponent.setProperty(int hash, String name, Base value) ClaimResponse.BodySiteComponent.setProperty(String name, Base value) ClaimResponse.ClaimResponseEventComponent.setProperty(int hash, String name, Base value) ClaimResponse.ClaimResponseEventComponent.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.ReviewOutcomeComponent.setProperty(int hash, String name, Base value) ClaimResponse.ReviewOutcomeComponent.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.setProperty(int hash, String name, Base value) ClinicalImpression.setProperty(String name, Base value) ClinicalUseDefinition.ClinicalUseDefinitionContraindicationComponent.setProperty(int hash, String name, Base value) ClinicalUseDefinition.ClinicalUseDefinitionContraindicationComponent.setProperty(String name, Base value) ClinicalUseDefinition.ClinicalUseDefinitionContraindicationOtherTherapyComponent.setProperty(int hash, String name, Base value) ClinicalUseDefinition.ClinicalUseDefinitionContraindicationOtherTherapyComponent.setProperty(String name, Base value) ClinicalUseDefinition.ClinicalUseDefinitionIndicationComponent.setProperty(int hash, String name, Base value) ClinicalUseDefinition.ClinicalUseDefinitionIndicationComponent.setProperty(String name, Base value) ClinicalUseDefinition.ClinicalUseDefinitionInteractionComponent.setProperty(int hash, String name, Base value) ClinicalUseDefinition.ClinicalUseDefinitionInteractionComponent.setProperty(String name, Base value) ClinicalUseDefinition.ClinicalUseDefinitionInteractionInteractantComponent.setProperty(int hash, String name, Base value) ClinicalUseDefinition.ClinicalUseDefinitionInteractionInteractantComponent.setProperty(String name, Base value) ClinicalUseDefinition.ClinicalUseDefinitionUndesirableEffectComponent.setProperty(int hash, String name, Base value) ClinicalUseDefinition.ClinicalUseDefinitionUndesirableEffectComponent.setProperty(String name, Base value) ClinicalUseDefinition.ClinicalUseDefinitionWarningComponent.setProperty(int hash, String name, Base value) ClinicalUseDefinition.ClinicalUseDefinitionWarningComponent.setProperty(String name, Base value) ClinicalUseDefinition.setProperty(int hash, String name, Base value) ClinicalUseDefinition.setProperty(String name, Base value) CodeableConcept.setProperty(int hash, String name, Base value) CodeableConcept.setProperty(String name, Base value) CodeableReference.setProperty(int hash, String name, Base value) CodeableReference.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.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.AdditionalAttributeComponent.setProperty(int hash, String name, Base value) ConceptMap.AdditionalAttributeComponent.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.MappingPropertyComponent.setProperty(int hash, String name, Base value) ConceptMap.MappingPropertyComponent.setProperty(String name, Base value) ConceptMap.OtherElementComponent.setProperty(int hash, String name, Base value) ConceptMap.OtherElementComponent.setProperty(String name, Base value) ConceptMap.PropertyComponent.setProperty(int hash, String name, Base value) ConceptMap.PropertyComponent.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.ConditionParticipantComponent.setProperty(int hash, String name, Base value) Condition.ConditionParticipantComponent.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) ConditionDefinition.ConditionDefinitionMedicationComponent.setProperty(int hash, String name, Base value) ConditionDefinition.ConditionDefinitionMedicationComponent.setProperty(String name, Base value) ConditionDefinition.ConditionDefinitionObservationComponent.setProperty(int hash, String name, Base value) ConditionDefinition.ConditionDefinitionObservationComponent.setProperty(String name, Base value) ConditionDefinition.ConditionDefinitionPlanComponent.setProperty(int hash, String name, Base value) ConditionDefinition.ConditionDefinitionPlanComponent.setProperty(String name, Base value) ConditionDefinition.ConditionDefinitionPreconditionComponent.setProperty(int hash, String name, Base value) ConditionDefinition.ConditionDefinitionPreconditionComponent.setProperty(String name, Base value) ConditionDefinition.ConditionDefinitionQuestionnaireComponent.setProperty(int hash, String name, Base value) ConditionDefinition.ConditionDefinitionQuestionnaireComponent.setProperty(String name, Base value) ConditionDefinition.setProperty(int hash, String name, Base value) ConditionDefinition.setProperty(String name, Base value) Consent.ConsentPolicyBasisComponent.setProperty(int hash, String name, Base value) Consent.ConsentPolicyBasisComponent.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) 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.CoveragePaymentByComponent.setProperty(int hash, String name, Base value) Coverage.CoveragePaymentByComponent.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.CoverageEligibilityRequestEventComponent.setProperty(int hash, String name, Base value) CoverageEligibilityRequest.CoverageEligibilityRequestEventComponent.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.CoverageEligibilityResponseEventComponent.setProperty(int hash, String name, Base value) CoverageEligibilityResponse.CoverageEligibilityResponseEventComponent.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.DataRequirementValueFilterComponent.setProperty(int hash, String name, Base value) DataRequirement.DataRequirementValueFilterComponent.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.DeviceConformsToComponent.setProperty(int hash, String name, Base value) Device.DeviceConformsToComponent.setProperty(String name, Base value) Device.DeviceNameComponent.setProperty(int hash, String name, Base value) Device.DeviceNameComponent.setProperty(String name, Base value) Device.DevicePropertyComponent.setProperty(int hash, String name, Base value) Device.DevicePropertyComponent.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) DeviceAssociation.DeviceAssociationOperationComponent.setProperty(int hash, String name, Base value) DeviceAssociation.DeviceAssociationOperationComponent.setProperty(String name, Base value) DeviceAssociation.setProperty(int hash, String name, Base value) DeviceAssociation.setProperty(String name, Base value) DeviceDefinition.DeviceDefinitionChargeItemComponent.setProperty(int hash, String name, Base value) DeviceDefinition.DeviceDefinitionChargeItemComponent.setProperty(String name, Base value) DeviceDefinition.DeviceDefinitionClassificationComponent.setProperty(int hash, String name, Base value) DeviceDefinition.DeviceDefinitionClassificationComponent.setProperty(String name, Base value) DeviceDefinition.DeviceDefinitionConformsToComponent.setProperty(int hash, String name, Base value) DeviceDefinition.DeviceDefinitionConformsToComponent.setProperty(String name, Base value) DeviceDefinition.DeviceDefinitionCorrectiveActionComponent.setProperty(int hash, String name, Base value) DeviceDefinition.DeviceDefinitionCorrectiveActionComponent.setProperty(String name, Base value) DeviceDefinition.DeviceDefinitionDeviceNameComponent.setProperty(int hash, String name, Base value) DeviceDefinition.DeviceDefinitionDeviceNameComponent.setProperty(String name, Base value) DeviceDefinition.DeviceDefinitionGuidelineComponent.setProperty(int hash, String name, Base value) DeviceDefinition.DeviceDefinitionGuidelineComponent.setProperty(String name, Base value) DeviceDefinition.DeviceDefinitionHasPartComponent.setProperty(int hash, String name, Base value) DeviceDefinition.DeviceDefinitionHasPartComponent.setProperty(String name, Base value) DeviceDefinition.DeviceDefinitionLinkComponent.setProperty(int hash, String name, Base value) DeviceDefinition.DeviceDefinitionLinkComponent.setProperty(String name, Base value) DeviceDefinition.DeviceDefinitionMaterialComponent.setProperty(int hash, String name, Base value) DeviceDefinition.DeviceDefinitionMaterialComponent.setProperty(String name, Base value) DeviceDefinition.DeviceDefinitionPackagingComponent.setProperty(int hash, String name, Base value) DeviceDefinition.DeviceDefinitionPackagingComponent.setProperty(String name, Base value) DeviceDefinition.DeviceDefinitionPropertyComponent.setProperty(int hash, String name, Base value) DeviceDefinition.DeviceDefinitionPropertyComponent.setProperty(String name, Base value) DeviceDefinition.DeviceDefinitionRegulatoryIdentifierComponent.setProperty(int hash, String name, Base value) DeviceDefinition.DeviceDefinitionRegulatoryIdentifierComponent.setProperty(String name, Base value) DeviceDefinition.DeviceDefinitionUdiDeviceIdentifierComponent.setProperty(int hash, String name, Base value) DeviceDefinition.DeviceDefinitionUdiDeviceIdentifierComponent.setProperty(String name, Base value) DeviceDefinition.DeviceDefinitionVersionComponent.setProperty(int hash, String name, Base value) DeviceDefinition.DeviceDefinitionVersionComponent.setProperty(String name, Base value) DeviceDefinition.PackagingDistributorComponent.setProperty(int hash, String name, Base value) DeviceDefinition.PackagingDistributorComponent.setProperty(String name, Base value) DeviceDefinition.setProperty(int hash, String name, Base value) DeviceDefinition.setProperty(String name, Base value) DeviceDefinition.UdiDeviceIdentifierMarketDistributionComponent.setProperty(int hash, String name, Base value) DeviceDefinition.UdiDeviceIdentifierMarketDistributionComponent.setProperty(String name, Base value) DeviceDispense.DeviceDispensePerformerComponent.setProperty(int hash, String name, Base value) DeviceDispense.DeviceDispensePerformerComponent.setProperty(String name, Base value) DeviceDispense.setProperty(int hash, String name, Base value) DeviceDispense.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) DeviceUsage.DeviceUsageAdherenceComponent.setProperty(int hash, String name, Base value) DeviceUsage.DeviceUsageAdherenceComponent.setProperty(String name, Base value) DeviceUsage.setProperty(int hash, String name, Base value) DeviceUsage.setProperty(String name, Base value) DiagnosticReport.DiagnosticReportMediaComponent.setProperty(int hash, String name, Base value) DiagnosticReport.DiagnosticReportMediaComponent.setProperty(String name, Base value) DiagnosticReport.DiagnosticReportSupportingInfoComponent.setProperty(int hash, String name, Base value) DiagnosticReport.DiagnosticReportSupportingInfoComponent.setProperty(String name, Base value) DiagnosticReport.setProperty(int hash, String name, Base value) DiagnosticReport.setProperty(String name, Base value) DocumentReference.DocumentReferenceAttesterComponent.setProperty(int hash, String name, Base value) DocumentReference.DocumentReferenceAttesterComponent.setProperty(String name, Base value) DocumentReference.DocumentReferenceContentComponent.setProperty(int hash, String name, Base value) DocumentReference.DocumentReferenceContentComponent.setProperty(String name, Base value) DocumentReference.DocumentReferenceContentProfileComponent.setProperty(int hash, String name, Base value) DocumentReference.DocumentReferenceContentProfileComponent.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) 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.ElementDefinitionBindingAdditionalComponent.setProperty(int hash, String name, Base value) ElementDefinition.ElementDefinitionBindingAdditionalComponent.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.DiagnosisComponent.setProperty(int hash, String name, Base value) Encounter.DiagnosisComponent.setProperty(String name, Base value) Encounter.EncounterAdmissionComponent.setProperty(int hash, String name, Base value) Encounter.EncounterAdmissionComponent.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.ReasonComponent.setProperty(int hash, String name, Base value) Encounter.ReasonComponent.setProperty(String name, Base value) Encounter.setProperty(int hash, String name, Base value) Encounter.setProperty(String name, Base value) EncounterHistory.EncounterHistoryLocationComponent.setProperty(int hash, String name, Base value) EncounterHistory.EncounterHistoryLocationComponent.setProperty(String name, Base value) EncounterHistory.setProperty(int hash, String name, Base value) EncounterHistory.setProperty(String name, Base value) Endpoint.EndpointPayloadComponent.setProperty(int hash, String name, Base value) Endpoint.EndpointPayloadComponent.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.ReasonComponent.setProperty(int hash, String name, Base value) EpisodeOfCare.ReasonComponent.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.EvidenceCertaintyComponent.setProperty(int hash, String name, Base value) Evidence.EvidenceCertaintyComponent.setProperty(String name, Base value) Evidence.EvidenceStatisticAttributeEstimateComponent.setProperty(int hash, String name, Base value) Evidence.EvidenceStatisticAttributeEstimateComponent.setProperty(String name, Base value) Evidence.EvidenceStatisticComponent.setProperty(int hash, String name, Base value) Evidence.EvidenceStatisticComponent.setProperty(String name, Base value) Evidence.EvidenceStatisticModelCharacteristicComponent.setProperty(int hash, String name, Base value) Evidence.EvidenceStatisticModelCharacteristicComponent.setProperty(String name, Base value) Evidence.EvidenceStatisticModelCharacteristicVariableComponent.setProperty(int hash, String name, Base value) Evidence.EvidenceStatisticModelCharacteristicVariableComponent.setProperty(String name, Base value) Evidence.EvidenceStatisticSampleSizeComponent.setProperty(int hash, String name, Base value) Evidence.EvidenceStatisticSampleSizeComponent.setProperty(String name, Base value) Evidence.EvidenceVariableDefinitionComponent.setProperty(int hash, String name, Base value) Evidence.EvidenceVariableDefinitionComponent.setProperty(String name, Base value) Evidence.setProperty(int hash, String name, Base value) Evidence.setProperty(String name, Base value) EvidenceReport.EvidenceReportRelatesToComponent.setProperty(int hash, String name, Base value) EvidenceReport.EvidenceReportRelatesToComponent.setProperty(String name, Base value) EvidenceReport.EvidenceReportRelatesToTargetComponent.setProperty(int hash, String name, Base value) EvidenceReport.EvidenceReportRelatesToTargetComponent.setProperty(String name, Base value) EvidenceReport.EvidenceReportSubjectCharacteristicComponent.setProperty(int hash, String name, Base value) EvidenceReport.EvidenceReportSubjectCharacteristicComponent.setProperty(String name, Base value) EvidenceReport.EvidenceReportSubjectComponent.setProperty(int hash, String name, Base value) EvidenceReport.EvidenceReportSubjectComponent.setProperty(String name, Base value) EvidenceReport.SectionComponent.setProperty(int hash, String name, Base value) EvidenceReport.SectionComponent.setProperty(String name, Base value) EvidenceReport.setProperty(int hash, String name, Base value) EvidenceReport.setProperty(String name, Base value) EvidenceVariable.EvidenceVariableCategoryComponent.setProperty(int hash, String name, Base value) EvidenceVariable.EvidenceVariableCategoryComponent.setProperty(String name, Base value) EvidenceVariable.EvidenceVariableCharacteristicComponent.setProperty(int hash, String name, Base value) EvidenceVariable.EvidenceVariableCharacteristicComponent.setProperty(String name, Base value) EvidenceVariable.EvidenceVariableCharacteristicDefinitionByCombinationComponent.setProperty(int hash, String name, Base value) EvidenceVariable.EvidenceVariableCharacteristicDefinitionByCombinationComponent.setProperty(String name, Base value) EvidenceVariable.EvidenceVariableCharacteristicDefinitionByTypeAndValueComponent.setProperty(int hash, String name, Base value) EvidenceVariable.EvidenceVariableCharacteristicDefinitionByTypeAndValueComponent.setProperty(String name, Base value) EvidenceVariable.EvidenceVariableCharacteristicTimeFromEventComponent.setProperty(int hash, String name, Base value) EvidenceVariable.EvidenceVariableCharacteristicTimeFromEventComponent.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.AddedItemBodySiteComponent.setProperty(int hash, String name, Base value) ExplanationOfBenefit.AddedItemBodySiteComponent.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.ExplanationOfBenefitEventComponent.setProperty(int hash, String name, Base value) ExplanationOfBenefit.ExplanationOfBenefitEventComponent.setProperty(String name, Base value) ExplanationOfBenefit.InsuranceComponent.setProperty(int hash, String name, Base value) ExplanationOfBenefit.InsuranceComponent.setProperty(String name, Base value) ExplanationOfBenefit.ItemBodySiteComponent.setProperty(int hash, String name, Base value) ExplanationOfBenefit.ItemBodySiteComponent.setProperty(String name, Base value) ExplanationOfBenefit.ItemComponent.setProperty(int hash, String name, Base value) ExplanationOfBenefit.ItemComponent.setProperty(String name, Base value) ExplanationOfBenefit.ItemReviewOutcomeComponent.setProperty(int hash, String name, Base value) ExplanationOfBenefit.ItemReviewOutcomeComponent.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) ExtendedContactDetail.setProperty(int hash, String name, Base value) ExtendedContactDetail.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.FamilyMemberHistoryParticipantComponent.setProperty(int hash, String name, Base value) FamilyMemberHistory.FamilyMemberHistoryParticipantComponent.setProperty(String name, Base value) FamilyMemberHistory.FamilyMemberHistoryProcedureComponent.setProperty(int hash, String name, Base value) FamilyMemberHistory.FamilyMemberHistoryProcedureComponent.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) FormularyItem.setProperty(int hash, String name, Base value) FormularyItem.setProperty(String name, Base value) GenomicStudy.GenomicStudyAnalysisComponent.setProperty(int hash, String name, Base value) GenomicStudy.GenomicStudyAnalysisComponent.setProperty(String name, Base value) GenomicStudy.GenomicStudyAnalysisDeviceComponent.setProperty(int hash, String name, Base value) GenomicStudy.GenomicStudyAnalysisDeviceComponent.setProperty(String name, Base value) GenomicStudy.GenomicStudyAnalysisInputComponent.setProperty(int hash, String name, Base value) GenomicStudy.GenomicStudyAnalysisInputComponent.setProperty(String name, Base value) GenomicStudy.GenomicStudyAnalysisOutputComponent.setProperty(int hash, String name, Base value) GenomicStudy.GenomicStudyAnalysisOutputComponent.setProperty(String name, Base value) GenomicStudy.GenomicStudyAnalysisPerformerComponent.setProperty(int hash, String name, Base value) GenomicStudy.GenomicStudyAnalysisPerformerComponent.setProperty(String name, Base value) GenomicStudy.setProperty(int hash, String name, Base value) GenomicStudy.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.GraphDefinitionLinkCompartmentComponent.setProperty(int hash, String name, Base value) GraphDefinition.GraphDefinitionLinkCompartmentComponent.setProperty(String name, Base value) GraphDefinition.GraphDefinitionLinkComponent.setProperty(int hash, String name, Base value) GraphDefinition.GraphDefinitionLinkComponent.setProperty(String name, Base value) GraphDefinition.GraphDefinitionNodeComponent.setProperty(int hash, String name, Base value) GraphDefinition.GraphDefinitionNodeComponent.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.HealthcareServiceEligibilityComponent.setProperty(int hash, String name, Base value) HealthcareService.HealthcareServiceEligibilityComponent.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) ImagingSelection.ImageRegion2DComponent.setProperty(int hash, String name, Base value) ImagingSelection.ImageRegion2DComponent.setProperty(String name, Base value) ImagingSelection.ImageRegion3DComponent.setProperty(int hash, String name, Base value) ImagingSelection.ImageRegion3DComponent.setProperty(String name, Base value) ImagingSelection.ImagingSelectionInstanceComponent.setProperty(int hash, String name, Base value) ImagingSelection.ImagingSelectionInstanceComponent.setProperty(String name, Base value) ImagingSelection.ImagingSelectionPerformerComponent.setProperty(int hash, String name, Base value) ImagingSelection.ImagingSelectionPerformerComponent.setProperty(String name, Base value) ImagingSelection.setProperty(int hash, String name, Base value) ImagingSelection.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.ImmunizationPerformerComponent.setProperty(int hash, String name, Base value) Immunization.ImmunizationPerformerComponent.setProperty(String name, Base value) Immunization.ImmunizationProgramEligibilityComponent.setProperty(int hash, String name, Base value) Immunization.ImmunizationProgramEligibilityComponent.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) Ingredient.IngredientManufacturerComponent.setProperty(int hash, String name, Base value) Ingredient.IngredientManufacturerComponent.setProperty(String name, Base value) Ingredient.IngredientSubstanceComponent.setProperty(int hash, String name, Base value) Ingredient.IngredientSubstanceComponent.setProperty(String name, Base value) Ingredient.IngredientSubstanceStrengthComponent.setProperty(int hash, String name, Base value) Ingredient.IngredientSubstanceStrengthComponent.setProperty(String name, Base value) Ingredient.IngredientSubstanceStrengthReferenceStrengthComponent.setProperty(int hash, String name, Base value) Ingredient.IngredientSubstanceStrengthReferenceStrengthComponent.setProperty(String name, Base value) Ingredient.setProperty(int hash, String name, Base value) Ingredient.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.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) InventoryItem.InventoryItemAssociationComponent.setProperty(int hash, String name, Base value) InventoryItem.InventoryItemAssociationComponent.setProperty(String name, Base value) InventoryItem.InventoryItemCharacteristicComponent.setProperty(int hash, String name, Base value) InventoryItem.InventoryItemCharacteristicComponent.setProperty(String name, Base value) InventoryItem.InventoryItemDescriptionComponent.setProperty(int hash, String name, Base value) InventoryItem.InventoryItemDescriptionComponent.setProperty(String name, Base value) InventoryItem.InventoryItemInstanceComponent.setProperty(int hash, String name, Base value) InventoryItem.InventoryItemInstanceComponent.setProperty(String name, Base value) InventoryItem.InventoryItemNameComponent.setProperty(int hash, String name, Base value) InventoryItem.InventoryItemNameComponent.setProperty(String name, Base value) InventoryItem.InventoryItemResponsibleOrganizationComponent.setProperty(int hash, String name, Base value) InventoryItem.InventoryItemResponsibleOrganizationComponent.setProperty(String name, Base value) InventoryItem.setProperty(int hash, String name, Base value) InventoryItem.setProperty(String name, Base value) InventoryReport.InventoryReportInventoryListingComponent.setProperty(int hash, String name, Base value) InventoryReport.InventoryReportInventoryListingComponent.setProperty(String name, Base value) InventoryReport.InventoryReportInventoryListingItemComponent.setProperty(int hash, String name, Base value) InventoryReport.InventoryReportInventoryListingItemComponent.setProperty(String name, Base value) InventoryReport.setProperty(int hash, String name, Base value) InventoryReport.setProperty(String name, Base value) Invoice.InvoiceLineItemComponent.setProperty(int hash, String name, Base value) Invoice.InvoiceLineItemComponent.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.ListResourceEntryComponent.setProperty(int hash, String name, Base value) ListResource.ListResourceEntryComponent.setProperty(String name, Base value) ListResource.setProperty(int hash, String name, Base value) ListResource.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) ManufacturedItemDefinition.ManufacturedItemDefinitionComponentComponent.setProperty(int hash, String name, Base value) ManufacturedItemDefinition.ManufacturedItemDefinitionComponentComponent.setProperty(String name, Base value) ManufacturedItemDefinition.ManufacturedItemDefinitionComponentConstituentComponent.setProperty(int hash, String name, Base value) ManufacturedItemDefinition.ManufacturedItemDefinitionComponentConstituentComponent.setProperty(String name, Base value) ManufacturedItemDefinition.ManufacturedItemDefinitionPropertyComponent.setProperty(int hash, String name, Base value) ManufacturedItemDefinition.ManufacturedItemDefinitionPropertyComponent.setProperty(String name, Base value) ManufacturedItemDefinition.setProperty(int hash, String name, Base value) ManufacturedItemDefinition.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.MeasureTermComponent.setProperty(int hash, String name, Base value) Measure.MeasureTermComponent.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) 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.MedicationKnowledgeCostComponent.setProperty(int hash, String name, Base value) MedicationKnowledge.MedicationKnowledgeCostComponent.setProperty(String name, Base value) MedicationKnowledge.MedicationKnowledgeDefinitionalComponent.setProperty(int hash, String name, Base value) MedicationKnowledge.MedicationKnowledgeDefinitionalComponent.setProperty(String name, Base value) MedicationKnowledge.MedicationKnowledgeDefinitionalDrugCharacteristicComponent.setProperty(int hash, String name, Base value) MedicationKnowledge.MedicationKnowledgeDefinitionalDrugCharacteristicComponent.setProperty(String name, Base value) MedicationKnowledge.MedicationKnowledgeDefinitionalIngredientComponent.setProperty(int hash, String name, Base value) MedicationKnowledge.MedicationKnowledgeDefinitionalIngredientComponent.setProperty(String name, Base value) MedicationKnowledge.MedicationKnowledgeIndicationGuidelineComponent.setProperty(int hash, String name, Base value) MedicationKnowledge.MedicationKnowledgeIndicationGuidelineComponent.setProperty(String name, Base value) MedicationKnowledge.MedicationKnowledgeIndicationGuidelineDosingGuidelineComponent.setProperty(int hash, String name, Base value) MedicationKnowledge.MedicationKnowledgeIndicationGuidelineDosingGuidelineComponent.setProperty(String name, Base value) MedicationKnowledge.MedicationKnowledgeIndicationGuidelineDosingGuidelineDosageComponent.setProperty(int hash, String name, Base value) MedicationKnowledge.MedicationKnowledgeIndicationGuidelineDosingGuidelineDosageComponent.setProperty(String name, Base value) MedicationKnowledge.MedicationKnowledgeIndicationGuidelineDosingGuidelinePatientCharacteristicComponent.setProperty(int hash, String name, Base value) MedicationKnowledge.MedicationKnowledgeIndicationGuidelineDosingGuidelinePatientCharacteristicComponent.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.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.MedicationKnowledgeStorageGuidelineComponent.setProperty(int hash, String name, Base value) MedicationKnowledge.MedicationKnowledgeStorageGuidelineComponent.setProperty(String name, Base value) MedicationKnowledge.MedicationKnowledgeStorageGuidelineEnvironmentalSettingComponent.setProperty(int hash, String name, Base value) MedicationKnowledge.MedicationKnowledgeStorageGuidelineEnvironmentalSettingComponent.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.MedicationStatementAdherenceComponent.setProperty(int hash, String name, Base value) MedicationStatement.MedicationStatementAdherenceComponent.setProperty(String name, Base value) MedicationStatement.setProperty(int hash, String name, Base value) MedicationStatement.setProperty(String name, Base value) MedicinalProductDefinition.MedicinalProductDefinitionCharacteristicComponent.setProperty(int hash, String name, Base value) MedicinalProductDefinition.MedicinalProductDefinitionCharacteristicComponent.setProperty(String name, Base value) MedicinalProductDefinition.MedicinalProductDefinitionContactComponent.setProperty(int hash, String name, Base value) MedicinalProductDefinition.MedicinalProductDefinitionContactComponent.setProperty(String name, Base value) MedicinalProductDefinition.MedicinalProductDefinitionCrossReferenceComponent.setProperty(int hash, String name, Base value) MedicinalProductDefinition.MedicinalProductDefinitionCrossReferenceComponent.setProperty(String name, Base value) MedicinalProductDefinition.MedicinalProductDefinitionNameComponent.setProperty(int hash, String name, Base value) MedicinalProductDefinition.MedicinalProductDefinitionNameComponent.setProperty(String name, Base value) MedicinalProductDefinition.MedicinalProductDefinitionNamePartComponent.setProperty(int hash, String name, Base value) MedicinalProductDefinition.MedicinalProductDefinitionNamePartComponent.setProperty(String name, Base value) MedicinalProductDefinition.MedicinalProductDefinitionNameUsageComponent.setProperty(int hash, String name, Base value) MedicinalProductDefinition.MedicinalProductDefinitionNameUsageComponent.setProperty(String name, Base value) MedicinalProductDefinition.MedicinalProductDefinitionOperationComponent.setProperty(int hash, String name, Base value) MedicinalProductDefinition.MedicinalProductDefinitionOperationComponent.setProperty(String name, Base value) MedicinalProductDefinition.setProperty(int hash, String name, Base value) MedicinalProductDefinition.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.MolecularSequenceRelativeComponent.setProperty(int hash, String name, Base value) MolecularSequence.MolecularSequenceRelativeComponent.setProperty(String name, Base value) MolecularSequence.MolecularSequenceRelativeEditComponent.setProperty(int hash, String name, Base value) MolecularSequence.MolecularSequenceRelativeEditComponent.setProperty(String name, Base value) MolecularSequence.MolecularSequenceRelativeStartingSequenceComponent.setProperty(int hash, String name, Base value) MolecularSequence.MolecularSequenceRelativeStartingSequenceComponent.setProperty(String name, Base value) MolecularSequence.setProperty(int hash, String name, Base value) MolecularSequence.setProperty(String name, Base value) MonetaryComponent.setProperty(int hash, String name, Base value) MonetaryComponent.setProperty(String name, Base value) Money.setProperty(int hash, String name, Base value) Money.setProperty(String name, Base value) NamedElementExtension.setProperty(int hash, String name, Base value) NamedElementExtension.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) NutritionIntake.NutritionIntakeConsumedItemComponent.setProperty(int hash, String name, Base value) NutritionIntake.NutritionIntakeConsumedItemComponent.setProperty(String name, Base value) NutritionIntake.NutritionIntakeIngredientLabelComponent.setProperty(int hash, String name, Base value) NutritionIntake.NutritionIntakeIngredientLabelComponent.setProperty(String name, Base value) NutritionIntake.NutritionIntakePerformerComponent.setProperty(int hash, String name, Base value) NutritionIntake.NutritionIntakePerformerComponent.setProperty(String name, Base value) NutritionIntake.setProperty(int hash, String name, Base value) NutritionIntake.setProperty(String name, Base value) NutritionOrder.EnteralFormulaScheduleComponent.setProperty(int hash, String name, Base value) NutritionOrder.EnteralFormulaScheduleComponent.setProperty(String name, Base value) NutritionOrder.NutritionOrderEnteralFormulaAdditiveComponent.setProperty(int hash, String name, Base value) NutritionOrder.NutritionOrderEnteralFormulaAdditiveComponent.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.OralDietScheduleComponent.setProperty(int hash, String name, Base value) NutritionOrder.OralDietScheduleComponent.setProperty(String name, Base value) NutritionOrder.setProperty(int hash, String name, Base value) NutritionOrder.setProperty(String name, Base value) NutritionOrder.SupplementScheduleComponent.setProperty(int hash, String name, Base value) NutritionOrder.SupplementScheduleComponent.setProperty(String name, Base value) NutritionProduct.NutritionProductCharacteristicComponent.setProperty(int hash, String name, Base value) NutritionProduct.NutritionProductCharacteristicComponent.setProperty(String name, Base value) NutritionProduct.NutritionProductIngredientComponent.setProperty(int hash, String name, Base value) NutritionProduct.NutritionProductIngredientComponent.setProperty(String name, Base value) NutritionProduct.NutritionProductInstanceComponent.setProperty(int hash, String name, Base value) NutritionProduct.NutritionProductInstanceComponent.setProperty(String name, Base value) NutritionProduct.NutritionProductNutrientComponent.setProperty(int hash, String name, Base value) NutritionProduct.NutritionProductNutrientComponent.setProperty(String name, Base value) NutritionProduct.setProperty(int hash, String name, Base value) NutritionProduct.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.ObservationTriggeredByComponent.setProperty(int hash, String name, Base value) Observation.ObservationTriggeredByComponent.setProperty(String name, Base value) Observation.setProperty(int hash, String name, Base value) Observation.setProperty(String name, Base value) ObservationDefinition.ObservationDefinitionComponentComponent.setProperty(int hash, String name, Base value) ObservationDefinition.ObservationDefinitionComponentComponent.setProperty(String name, Base value) ObservationDefinition.ObservationDefinitionQualifiedValueComponent.setProperty(int hash, String name, Base value) ObservationDefinition.ObservationDefinitionQualifiedValueComponent.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) OrderedDistribution.OrderedDistributionIntervalComponent.setProperty(int hash, String name, Base value) OrderedDistribution.OrderedDistributionIntervalComponent.setProperty(String name, Base value) OrderedDistribution.setProperty(int hash, String name, Base value) OrderedDistribution.setProperty(String name, Base value) Organization.OrganizationQualificationComponent.setProperty(int hash, String name, Base value) Organization.OrganizationQualificationComponent.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) PackagedProductDefinition.PackagedProductDefinitionLegalStatusOfSupplyComponent.setProperty(int hash, String name, Base value) PackagedProductDefinition.PackagedProductDefinitionLegalStatusOfSupplyComponent.setProperty(String name, Base value) PackagedProductDefinition.PackagedProductDefinitionPackagingComponent.setProperty(int hash, String name, Base value) PackagedProductDefinition.PackagedProductDefinitionPackagingComponent.setProperty(String name, Base value) PackagedProductDefinition.PackagedProductDefinitionPackagingContainedItemComponent.setProperty(int hash, String name, Base value) PackagedProductDefinition.PackagedProductDefinitionPackagingContainedItemComponent.setProperty(String name, Base value) PackagedProductDefinition.PackagedProductDefinitionPackagingPropertyComponent.setProperty(int hash, String name, Base value) PackagedProductDefinition.PackagedProductDefinitionPackagingPropertyComponent.setProperty(String name, Base value) PackagedProductDefinition.setProperty(int hash, String name, Base value) PackagedProductDefinition.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.NotesComponent.setProperty(int hash, String name, Base value) PaymentReconciliation.NotesComponent.setProperty(String name, Base value) PaymentReconciliation.PaymentReconciliationAllocationComponent.setProperty(int hash, String name, Base value) PaymentReconciliation.PaymentReconciliationAllocationComponent.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) Permission.PermissionJustificationComponent.setProperty(int hash, String name, Base value) Permission.PermissionJustificationComponent.setProperty(String name, Base value) Permission.RuleActivityComponent.setProperty(int hash, String name, Base value) Permission.RuleActivityComponent.setProperty(String name, Base value) Permission.RuleComponent.setProperty(int hash, String name, Base value) Permission.RuleComponent.setProperty(String name, Base value) Permission.RuleDataComponent.setProperty(int hash, String name, Base value) Permission.RuleDataComponent.setProperty(String name, Base value) Permission.RuleDataResourceComponent.setProperty(int hash, String name, Base value) Permission.RuleDataResourceComponent.setProperty(String name, Base value) Permission.setProperty(int hash, String name, Base value) Permission.setProperty(String name, Base value) Person.PersonCommunicationComponent.setProperty(int hash, String name, Base value) Person.PersonCommunicationComponent.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.PlanDefinitionActionInputComponent.setProperty(int hash, String name, Base value) PlanDefinition.PlanDefinitionActionInputComponent.setProperty(String name, Base value) PlanDefinition.PlanDefinitionActionOutputComponent.setProperty(int hash, String name, Base value) PlanDefinition.PlanDefinitionActionOutputComponent.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.PlanDefinitionActorComponent.setProperty(int hash, String name, Base value) PlanDefinition.PlanDefinitionActorComponent.setProperty(String name, Base value) PlanDefinition.PlanDefinitionActorOptionComponent.setProperty(int hash, String name, Base value) PlanDefinition.PlanDefinitionActorOptionComponent.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) Practitioner.PractitionerCommunicationComponent.setProperty(int hash, String name, Base value) Practitioner.PractitionerCommunicationComponent.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.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) RatioRange.setProperty(int hash, String name, Base value) RatioRange.setProperty(String name, Base value) Reference.setProperty(int hash, String name, Base value) Reference.setProperty(String name, Base value) RegulatedAuthorization.RegulatedAuthorizationCaseComponent.setProperty(int hash, String name, Base value) RegulatedAuthorization.RegulatedAuthorizationCaseComponent.setProperty(String name, Base value) RegulatedAuthorization.setProperty(int hash, String name, Base value) RegulatedAuthorization.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) RequestOrchestration.RequestOrchestrationActionComponent.setProperty(int hash, String name, Base value) RequestOrchestration.RequestOrchestrationActionComponent.setProperty(String name, Base value) RequestOrchestration.RequestOrchestrationActionConditionComponent.setProperty(int hash, String name, Base value) RequestOrchestration.RequestOrchestrationActionConditionComponent.setProperty(String name, Base value) RequestOrchestration.RequestOrchestrationActionDynamicValueComponent.setProperty(int hash, String name, Base value) RequestOrchestration.RequestOrchestrationActionDynamicValueComponent.setProperty(String name, Base value) RequestOrchestration.RequestOrchestrationActionInputComponent.setProperty(int hash, String name, Base value) RequestOrchestration.RequestOrchestrationActionInputComponent.setProperty(String name, Base value) RequestOrchestration.RequestOrchestrationActionOutputComponent.setProperty(int hash, String name, Base value) RequestOrchestration.RequestOrchestrationActionOutputComponent.setProperty(String name, Base value) RequestOrchestration.RequestOrchestrationActionParticipantComponent.setProperty(int hash, String name, Base value) RequestOrchestration.RequestOrchestrationActionParticipantComponent.setProperty(String name, Base value) RequestOrchestration.RequestOrchestrationActionRelatedActionComponent.setProperty(int hash, String name, Base value) RequestOrchestration.RequestOrchestrationActionRelatedActionComponent.setProperty(String name, Base value) RequestOrchestration.setProperty(int hash, String name, Base value) RequestOrchestration.setProperty(String name, Base value) Requirements.RequirementsStatementComponent.setProperty(int hash, String name, Base value) Requirements.RequirementsStatementComponent.setProperty(String name, Base value) Requirements.setProperty(int hash, String name, Base value) Requirements.setProperty(String name, Base value) ResearchStudy.ResearchStudyAssociatedPartyComponent.setProperty(int hash, String name, Base value) ResearchStudy.ResearchStudyAssociatedPartyComponent.setProperty(String name, Base value) ResearchStudy.ResearchStudyComparisonGroupComponent.setProperty(int hash, String name, Base value) ResearchStudy.ResearchStudyComparisonGroupComponent.setProperty(String name, Base value) ResearchStudy.ResearchStudyLabelComponent.setProperty(int hash, String name, Base value) ResearchStudy.ResearchStudyLabelComponent.setProperty(String name, Base value) ResearchStudy.ResearchStudyObjectiveComponent.setProperty(int hash, String name, Base value) ResearchStudy.ResearchStudyObjectiveComponent.setProperty(String name, Base value) ResearchStudy.ResearchStudyOutcomeMeasureComponent.setProperty(int hash, String name, Base value) ResearchStudy.ResearchStudyOutcomeMeasureComponent.setProperty(String name, Base value) ResearchStudy.ResearchStudyProgressStatusComponent.setProperty(int hash, String name, Base value) ResearchStudy.ResearchStudyProgressStatusComponent.setProperty(String name, Base value) ResearchStudy.ResearchStudyRecruitmentComponent.setProperty(int hash, String name, Base value) ResearchStudy.ResearchStudyRecruitmentComponent.setProperty(String name, Base value) ResearchStudy.setProperty(int hash, String name, Base value) ResearchStudy.setProperty(String name, Base value) ResearchSubject.ResearchSubjectProgressComponent.setProperty(int hash, String name, Base value) ResearchSubject.ResearchSubjectProgressComponent.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) 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.ServiceRequestOrderDetailComponent.setProperty(int hash, String name, Base value) ServiceRequest.ServiceRequestOrderDetailComponent.setProperty(String name, Base value) ServiceRequest.ServiceRequestOrderDetailParameterComponent.setProperty(int hash, String name, Base value) ServiceRequest.ServiceRequestOrderDetailParameterComponent.setProperty(String name, Base value) ServiceRequest.ServiceRequestPatientInstructionComponent.setProperty(int hash, String name, Base value) ServiceRequest.ServiceRequestPatientInstructionComponent.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.SpecimenFeatureComponent.setProperty(int hash, String name, Base value) Specimen.SpecimenFeatureComponent.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) Statistic.setProperty(int hash, String name, Base value) Statistic.setProperty(String name, Base value) Statistic.StatisticAttributeEstimateAttributeEstimateComponent.setProperty(int hash, String name, Base value) Statistic.StatisticAttributeEstimateAttributeEstimateComponent.setProperty(String name, Base value) Statistic.StatisticAttributeEstimateComponent.setProperty(int hash, String name, Base value) Statistic.StatisticAttributeEstimateComponent.setProperty(String name, Base value) Statistic.StatisticModelCharacteristicComponent.setProperty(int hash, String name, Base value) Statistic.StatisticModelCharacteristicComponent.setProperty(String name, Base value) Statistic.StatisticModelCharacteristicVariableComponent.setProperty(int hash, String name, Base value) Statistic.StatisticModelCharacteristicVariableComponent.setProperty(String name, Base value) Statistic.StatisticSampleSizeComponent.setProperty(int hash, String name, Base value) Statistic.StatisticSampleSizeComponent.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.StructureMapConstComponent.setProperty(int hash, String name, Base value) StructureMap.StructureMapConstComponent.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.SubscriptionFilterByComponent.setProperty(int hash, String name, Base value) Subscription.SubscriptionFilterByComponent.setProperty(String name, Base value) Subscription.SubscriptionParameterComponent.setProperty(int hash, String name, Base value) Subscription.SubscriptionParameterComponent.setProperty(String name, Base value) SubscriptionStatus.setProperty(int hash, String name, Base value) SubscriptionStatus.setProperty(String name, Base value) SubscriptionStatus.SubscriptionStatusNotificationEventComponent.setProperty(int hash, String name, Base value) SubscriptionStatus.SubscriptionStatusNotificationEventComponent.setProperty(String name, Base value) SubscriptionTopic.setProperty(int hash, String name, Base value) SubscriptionTopic.setProperty(String name, Base value) SubscriptionTopic.SubscriptionTopicCanFilterByComponent.setProperty(int hash, String name, Base value) SubscriptionTopic.SubscriptionTopicCanFilterByComponent.setProperty(String name, Base value) SubscriptionTopic.SubscriptionTopicEventTriggerComponent.setProperty(int hash, String name, Base value) SubscriptionTopic.SubscriptionTopicEventTriggerComponent.setProperty(String name, Base value) SubscriptionTopic.SubscriptionTopicNotificationShapeComponent.setProperty(int hash, String name, Base value) SubscriptionTopic.SubscriptionTopicNotificationShapeComponent.setProperty(String name, Base value) SubscriptionTopic.SubscriptionTopicResourceTriggerComponent.setProperty(int hash, String name, Base value) SubscriptionTopic.SubscriptionTopicResourceTriggerComponent.setProperty(String name, Base value) SubscriptionTopic.SubscriptionTopicResourceTriggerQueryCriteriaComponent.setProperty(int hash, String name, Base value) SubscriptionTopic.SubscriptionTopicResourceTriggerQueryCriteriaComponent.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) 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) SubstanceDefinition.setProperty(int hash, String name, Base value) SubstanceDefinition.setProperty(String name, Base value) SubstanceDefinition.SubstanceDefinitionCharacterizationComponent.setProperty(int hash, String name, Base value) SubstanceDefinition.SubstanceDefinitionCharacterizationComponent.setProperty(String name, Base value) SubstanceDefinition.SubstanceDefinitionCodeComponent.setProperty(int hash, String name, Base value) SubstanceDefinition.SubstanceDefinitionCodeComponent.setProperty(String name, Base value) SubstanceDefinition.SubstanceDefinitionMoietyComponent.setProperty(int hash, String name, Base value) SubstanceDefinition.SubstanceDefinitionMoietyComponent.setProperty(String name, Base value) SubstanceDefinition.SubstanceDefinitionMolecularWeightComponent.setProperty(int hash, String name, Base value) SubstanceDefinition.SubstanceDefinitionMolecularWeightComponent.setProperty(String name, Base value) SubstanceDefinition.SubstanceDefinitionNameComponent.setProperty(int hash, String name, Base value) SubstanceDefinition.SubstanceDefinitionNameComponent.setProperty(String name, Base value) SubstanceDefinition.SubstanceDefinitionNameOfficialComponent.setProperty(int hash, String name, Base value) SubstanceDefinition.SubstanceDefinitionNameOfficialComponent.setProperty(String name, Base value) SubstanceDefinition.SubstanceDefinitionPropertyComponent.setProperty(int hash, String name, Base value) SubstanceDefinition.SubstanceDefinitionPropertyComponent.setProperty(String name, Base value) SubstanceDefinition.SubstanceDefinitionRelationshipComponent.setProperty(int hash, String name, Base value) SubstanceDefinition.SubstanceDefinitionRelationshipComponent.setProperty(String name, Base value) SubstanceDefinition.SubstanceDefinitionSourceMaterialComponent.setProperty(int hash, String name, Base value) SubstanceDefinition.SubstanceDefinitionSourceMaterialComponent.setProperty(String name, Base value) SubstanceDefinition.SubstanceDefinitionStructureComponent.setProperty(int hash, String name, Base value) SubstanceDefinition.SubstanceDefinitionStructureComponent.setProperty(String name, Base value) SubstanceDefinition.SubstanceDefinitionStructureRepresentationComponent.setProperty(int hash, String name, Base value) SubstanceDefinition.SubstanceDefinitionStructureRepresentationComponent.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.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) 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.setProperty(int hash, String name, Base value) Task.setProperty(String name, Base value) Task.TaskInputComponent.setProperty(int hash, String name, Base value) Task.TaskInputComponent.setProperty(String name, Base value) Task.TaskOutputComponent.setProperty(int hash, String name, Base value) Task.TaskOutputComponent.setProperty(String name, Base value) Task.TaskPerformerComponent.setProperty(int hash, String name, Base value) Task.TaskPerformerComponent.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) TestPlan.setProperty(int hash, String name, Base value) TestPlan.setProperty(String name, Base value) TestPlan.TestCaseDependencyComponent.setProperty(int hash, String name, Base value) TestPlan.TestCaseDependencyComponent.setProperty(String name, Base value) TestPlan.TestPlanDependencyComponent.setProperty(int hash, String name, Base value) TestPlan.TestPlanDependencyComponent.setProperty(String name, Base value) TestPlan.TestPlanTestCaseAssertionComponent.setProperty(int hash, String name, Base value) TestPlan.TestPlanTestCaseAssertionComponent.setProperty(String name, Base value) TestPlan.TestPlanTestCaseComponent.setProperty(int hash, String name, Base value) TestPlan.TestPlanTestCaseComponent.setProperty(String name, Base value) TestPlan.TestPlanTestCaseTestDataComponent.setProperty(int hash, String name, Base value) TestPlan.TestPlanTestCaseTestDataComponent.setProperty(String name, Base value) TestPlan.TestPlanTestCaseTestRunComponent.setProperty(int hash, String name, Base value) TestPlan.TestPlanTestCaseTestRunComponent.setProperty(String name, Base value) TestPlan.TestPlanTestCaseTestRunScriptComponent.setProperty(int hash, String name, Base value) TestPlan.TestPlanTestCaseTestRunScriptComponent.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.SetupActionAssertRequirementComponent.setProperty(int hash, String name, Base value) TestReport.SetupActionAssertRequirementComponent.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.SetupActionAssertRequirementComponent.setProperty(int hash, String name, Base value) TestScript.SetupActionAssertRequirementComponent.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.TestScriptScopeComponent.setProperty(int hash, String name, Base value) TestScript.TestScriptScopeComponent.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) Transport.ParameterComponent.setProperty(int hash, String name, Base value) Transport.ParameterComponent.setProperty(String name, Base value) Transport.setProperty(int hash, String name, Base value) Transport.setProperty(String name, Base value) Transport.TransportOutputComponent.setProperty(int hash, String name, Base value) Transport.TransportOutputComponent.setProperty(String name, Base value) Transport.TransportRestrictionComponent.setProperty(int hash, String name, Base value) Transport.TransportRestrictionComponent.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.ConceptPropertyComponent.setProperty(int hash, String name, Base value) ValueSet.ConceptPropertyComponent.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.ConceptSubPropertyComponent.setProperty(int hash, String name, Base value) ValueSet.ConceptSubPropertyComponent.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) ValueSet.ValueSetExpansionPropertyComponent.setProperty(int hash, String name, Base value) ValueSet.ValueSetExpansionPropertyComponent.setProperty(String name, Base value) ValueSet.ValueSetScopeComponent.setProperty(int hash, String name, Base value) ValueSet.ValueSetScopeComponent.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) VirtualServiceDetail.setProperty(int hash, String name, Base value) VirtualServiceDetail.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.r5.model that return types with arguments of type BaseModifier and TypeMethodDescriptionBase.executeFunction(FHIRPathEngine engine, Object appContext, List<Base> focus, String functionName, List<List<Base>> parameters) Property.getValues()Base.listChildrenByName(String name) Methods in org.hl7.fhir.r5.model with parameters of type BaseModifier and TypeMethodDescriptionstatic AddressTypeConvertor.castToAddress(Base b) static AnnotationTypeConvertor.castToAnnotation(Base b) static AttachmentTypeConvertor.castToAttachment(Base b) static AvailabilityTypeConvertor.castToAvailability(Base b) static Base64BinaryTypeTypeConvertor.castToBase64Binary(Base b) static BooleanTypeTypeConvertor.castToBoolean(Base b) static CanonicalTypeTypeConvertor.castToCanonical(Base b) static CodeTypeTypeConvertor.castToCode(Base b) static CodeableConceptTypeConvertor.castToCodeableConcept(Base b) static CodeableReferenceTypeConvertor.castToCodeableReference(Base b) static CodingTypeConvertor.castToCoding(Base b) static ContactDetailTypeConvertor.castToContactDetail(Base b) static ContactPointTypeConvertor.castToContactPoint(Base b) static ContributorTypeConvertor.castToContributor(Base b) static CountTypeConvertor.castToCount(Base b) static DataRequirementTypeConvertor.castToDataRequirement(Base b) static DateTypeTypeConvertor.castToDate(Base b) static DateTimeTypeTypeConvertor.castToDateTime(Base b) static DecimalTypeTypeConvertor.castToDecimal(Base b) static DosageTypeConvertor.castToDosage(Base b) static DurationTypeConvertor.castToDuration(Base b) static ElementDefinitionTypeConvertor.castToElementDefinition(Base b) static ExpressionTypeConvertor.castToExpression(Base b) static ExtendedContactDetailTypeConvertor.castToExtendedContactDetail(Base b) static ExtensionTypeConvertor.castToExtension(Base b) static HumanNameTypeConvertor.castToHumanName(Base b) static IdTypestatic IdentifierTypeConvertor.castToIdentifier(Base b) static InstantTypeTypeConvertor.castToInstant(Base b) static IntegerTypeTypeConvertor.castToInteger(Base b) static Integer64TypeTypeConvertor.castToInteger64(Base b) static MarkdownTypeTypeConvertor.castToMarkdown(Base b) static MarketingStatusTypeConvertor.castToMarketingStatus(Base b) static MetaTypeConvertor.castToMeta(Base b) static MonetaryComponentTypeConvertor.castToMonetaryComponent(Base b) static MoneyTypeConvertor.castToMoney(Base b) static NarrativeTypeConvertor.castToNarrative(Base b) static OidTypestatic OrderedDistributionTypeConvertor.castToOrderedDistribution(Base b) static ParameterDefinitionTypeConvertor.castToParameterDefinition(Base b) static PeriodTypeConvertor.castToPeriod(Base b) static PositiveIntTypeTypeConvertor.castToPositiveInt(Base b) static ProdCharacteristicTypeConvertor.castToProdCharacteristic(Base b) static ProductShelfLifeTypeConvertor.castToProductShelfLife(Base b) static QuantityTypeConvertor.castToQuantity(Base b) static RangeTypeConvertor.castToRange(Base b) static RatioTypeConvertor.castToRatio(Base b) static ReferenceTypeConvertor.castToReference(Base b) static RelatedArtifactTypeConvertor.castToRelatedArtifact(Base b) static ResourceTypeConvertor.castToResource(Base b) static SampledDataTypeConvertor.castToSampledData(Base b) static SignatureTypeConvertor.castToSignature(Base b) static SimpleQuantityTypeConvertor.castToSimpleQuantity(Base b) static StatisticTypeConvertor.castToStatistic(Base b) static StringTypeTypeConvertor.castToString(Base b) static SubstanceAmountTypeConvertor.castToSubstanceAmount(Base b) static TimeTypeTypeConvertor.castToTime(Base b) static TimingTypeConvertor.castToTiming(Base b) static TriggerDefinitionTypeConvertor.castToTriggerDefinition(Base b) static DataTypeTypeConvertor.castToType(Base b) static UnsignedIntTypeTypeConvertor.castToUnsignedInt(Base b) static UriTypestatic UrlTypestatic UsageContextTypeConvertor.castToUsageContext(Base b) static UuidTypeTypeConvertor.castToUuid(Base b) static VirtualServiceDetailTypeConvertor.castToVirtualServiceDetail(Base b) static org.hl7.fhir.utilities.xhtml.XhtmlNodeTypeConvertor.castToXhtml(Base b) static StringTypeConvertor.castToXhtmlString(Base b) static booleanBase.compareDeep(Base e1, Base e2, boolean allowNull) voidBase.copyFormatComments(Base other) voidBase.copyUserData(Base other) voidBase.copyValues(Base dst) booleanAccount.AccountBalanceComponent.equalsDeep(Base other_) booleanAccount.AccountDiagnosisComponent.equalsDeep(Base other_) booleanAccount.AccountProcedureComponent.equalsDeep(Base other_) booleanAccount.AccountRelatedAccountComponent.equalsDeep(Base other_) 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_) booleanActorDefinition.equalsDeep(Base other_) booleanAddress.equalsDeep(Base other_) booleanAdministrableProductDefinition.AdministrableProductDefinitionPropertyComponent.equalsDeep(Base other_) booleanAdministrableProductDefinition.AdministrableProductDefinitionRouteOfAdministrationComponent.equalsDeep(Base other_) booleanAdministrableProductDefinition.AdministrableProductDefinitionRouteOfAdministrationTargetSpeciesComponent.equalsDeep(Base other_) booleanAdministrableProductDefinition.AdministrableProductDefinitionRouteOfAdministrationTargetSpeciesWithdrawalPeriodComponent.equalsDeep(Base other_) booleanAdministrableProductDefinition.equalsDeep(Base other_) booleanAdverseEvent.AdverseEventContributingFactorComponent.equalsDeep(Base other_) booleanAdverseEvent.AdverseEventMitigatingActionComponent.equalsDeep(Base other_) booleanAdverseEvent.AdverseEventParticipantComponent.equalsDeep(Base other_) booleanAdverseEvent.AdverseEventPreventiveActionComponent.equalsDeep(Base other_) booleanAdverseEvent.AdverseEventSupportingInfoComponent.equalsDeep(Base other_) booleanAdverseEvent.AdverseEventSuspectEntityCausalityComponent.equalsDeep(Base other_) booleanAdverseEvent.AdverseEventSuspectEntityComponent.equalsDeep(Base other_) booleanAdverseEvent.equalsDeep(Base other_) booleanAllergyIntolerance.AllergyIntoleranceParticipantComponent.equalsDeep(Base other_) booleanAllergyIntolerance.AllergyIntoleranceReactionComponent.equalsDeep(Base other_) booleanAllergyIntolerance.equalsDeep(Base other_) booleanAnnotation.equalsDeep(Base other_) booleanAppointment.AppointmentParticipantComponent.equalsDeep(Base other_) booleanAppointment.AppointmentRecurrenceTemplateComponent.equalsDeep(Base other_) booleanAppointment.AppointmentRecurrenceTemplateMonthlyTemplateComponent.equalsDeep(Base other_) booleanAppointment.AppointmentRecurrenceTemplateWeeklyTemplateComponent.equalsDeep(Base other_) booleanAppointment.AppointmentRecurrenceTemplateYearlyTemplateComponent.equalsDeep(Base other_) booleanAppointment.equalsDeep(Base other_) booleanAppointmentResponse.equalsDeep(Base other_) booleanArtifactAssessment.ArtifactAssessmentContentComponent.equalsDeep(Base other_) booleanArtifactAssessment.equalsDeep(Base other_) booleanAttachment.equalsDeep(Base other_) booleanAuditEvent.AuditEventAgentComponent.equalsDeep(Base other_) booleanAuditEvent.AuditEventEntityComponent.equalsDeep(Base other_) booleanAuditEvent.AuditEventEntityDetailComponent.equalsDeep(Base other_) booleanAuditEvent.AuditEventOutcomeComponent.equalsDeep(Base other_) booleanAuditEvent.AuditEventSourceComponent.equalsDeep(Base other_) booleanAuditEvent.equalsDeep(Base other_) booleanAvailability.AvailabilityAvailableTimeComponent.equalsDeep(Base other_) booleanAvailability.AvailabilityNotAvailableTimeComponent.equalsDeep(Base other_) booleanAvailability.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.BiologicallyDerivedProductPropertyComponent.equalsDeep(Base other_) booleanBiologicallyDerivedProduct.equalsDeep(Base other_) booleanBiologicallyDerivedProductDispense.BiologicallyDerivedProductDispensePerformerComponent.equalsDeep(Base other_) booleanBiologicallyDerivedProductDispense.equalsDeep(Base other_) booleanBodyStructure.BodyStructureIncludedStructureBodyLandmarkOrientationComponent.equalsDeep(Base other_) booleanBodyStructure.BodyStructureIncludedStructureBodyLandmarkOrientationDistanceFromLandmarkComponent.equalsDeep(Base other_) booleanBodyStructure.BodyStructureIncludedStructureComponent.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_) booleanCanonicalResource.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.equalsDeep(Base other_) booleanCareTeam.CareTeamParticipantComponent.equalsDeep(Base other_) booleanCareTeam.equalsDeep(Base other_) booleanChargeItem.ChargeItemPerformerComponent.equalsDeep(Base other_) booleanChargeItem.equalsDeep(Base other_) booleanChargeItemDefinition.ChargeItemDefinitionApplicabilityComponent.equalsDeep(Base other_) booleanChargeItemDefinition.ChargeItemDefinitionPropertyGroupComponent.equalsDeep(Base other_) booleanChargeItemDefinition.equalsDeep(Base other_) booleanCitation.CitationCitedArtifactAbstractComponent.equalsDeep(Base other_) booleanCitation.CitationCitedArtifactClassificationComponent.equalsDeep(Base other_) booleanCitation.CitationCitedArtifactComponent.equalsDeep(Base other_) booleanCitation.CitationCitedArtifactContributorshipComponent.equalsDeep(Base other_) booleanCitation.CitationCitedArtifactContributorshipEntryComponent.equalsDeep(Base other_) booleanCitation.CitationCitedArtifactContributorshipEntryContributionInstanceComponent.equalsDeep(Base other_) booleanCitation.CitationCitedArtifactPartComponent.equalsDeep(Base other_) booleanCitation.CitationCitedArtifactPublicationFormComponent.equalsDeep(Base other_) booleanCitation.CitationCitedArtifactPublicationFormPublishedInComponent.equalsDeep(Base other_) booleanCitation.CitationCitedArtifactRelatesToComponent.equalsDeep(Base other_) booleanCitation.CitationCitedArtifactStatusDateComponent.equalsDeep(Base other_) booleanCitation.CitationCitedArtifactTitleComponent.equalsDeep(Base other_) booleanCitation.CitationCitedArtifactVersionComponent.equalsDeep(Base other_) booleanCitation.CitationCitedArtifactWebLocationComponent.equalsDeep(Base other_) booleanCitation.CitationClassificationComponent.equalsDeep(Base other_) booleanCitation.CitationStatusDateComponent.equalsDeep(Base other_) booleanCitation.CitationSummaryComponent.equalsDeep(Base other_) booleanCitation.ContributorshipSummaryComponent.equalsDeep(Base other_) booleanCitation.equalsDeep(Base other_) booleanClaim.AccidentComponent.equalsDeep(Base other_) booleanClaim.BodySiteComponent.equalsDeep(Base other_) booleanClaim.CareTeamComponent.equalsDeep(Base other_) booleanClaim.ClaimEventComponent.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.BodySiteComponent.equalsDeep(Base other_) booleanClaimResponse.ClaimResponseEventComponent.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.ReviewOutcomeComponent.equalsDeep(Base other_) booleanClaimResponse.SubDetailComponent.equalsDeep(Base other_) booleanClaimResponse.TotalComponent.equalsDeep(Base other_) booleanClinicalImpression.ClinicalImpressionFindingComponent.equalsDeep(Base other_) booleanClinicalImpression.equalsDeep(Base other_) booleanClinicalUseDefinition.ClinicalUseDefinitionContraindicationComponent.equalsDeep(Base other_) booleanClinicalUseDefinition.ClinicalUseDefinitionContraindicationOtherTherapyComponent.equalsDeep(Base other_) booleanClinicalUseDefinition.ClinicalUseDefinitionIndicationComponent.equalsDeep(Base other_) booleanClinicalUseDefinition.ClinicalUseDefinitionInteractionComponent.equalsDeep(Base other_) booleanClinicalUseDefinition.ClinicalUseDefinitionInteractionInteractantComponent.equalsDeep(Base other_) booleanClinicalUseDefinition.ClinicalUseDefinitionUndesirableEffectComponent.equalsDeep(Base other_) booleanClinicalUseDefinition.ClinicalUseDefinitionWarningComponent.equalsDeep(Base other_) booleanClinicalUseDefinition.equalsDeep(Base other_) booleanCodeableConcept.equalsDeep(Base other_) booleanCodeableReference.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.equalsDeep(Base other_) booleanComposition.SectionComponent.equalsDeep(Base other_) booleanConceptMap.AdditionalAttributeComponent.equalsDeep(Base other_) booleanConceptMap.ConceptMapGroupComponent.equalsDeep(Base other_) booleanConceptMap.ConceptMapGroupUnmappedComponent.equalsDeep(Base other_) booleanConceptMap.equalsDeep(Base other_) booleanConceptMap.MappingPropertyComponent.equalsDeep(Base other_) booleanConceptMap.OtherElementComponent.equalsDeep(Base other_) booleanConceptMap.PropertyComponent.equalsDeep(Base other_) booleanConceptMap.SourceElementComponent.equalsDeep(Base other_) booleanConceptMap.TargetElementComponent.equalsDeep(Base other_) booleanCondition.ConditionParticipantComponent.equalsDeep(Base other_) booleanCondition.ConditionStageComponent.equalsDeep(Base other_) booleanCondition.equalsDeep(Base other_) booleanConditionDefinition.ConditionDefinitionMedicationComponent.equalsDeep(Base other_) booleanConditionDefinition.ConditionDefinitionObservationComponent.equalsDeep(Base other_) booleanConditionDefinition.ConditionDefinitionPlanComponent.equalsDeep(Base other_) booleanConditionDefinition.ConditionDefinitionPreconditionComponent.equalsDeep(Base other_) booleanConditionDefinition.ConditionDefinitionQuestionnaireComponent.equalsDeep(Base other_) booleanConditionDefinition.equalsDeep(Base other_) booleanConsent.ConsentPolicyBasisComponent.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_) booleanCoverage.ClassComponent.equalsDeep(Base other_) booleanCoverage.CostToBeneficiaryComponent.equalsDeep(Base other_) booleanCoverage.CoveragePaymentByComponent.equalsDeep(Base other_) booleanCoverage.equalsDeep(Base other_) booleanCoverage.ExemptionComponent.equalsDeep(Base other_) booleanCoverageEligibilityRequest.CoverageEligibilityRequestEventComponent.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.CoverageEligibilityResponseEventComponent.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.DataRequirementValueFilterComponent.equalsDeep(Base other_) booleanDataRequirement.equalsDeep(Base other_) booleanDetectedIssue.DetectedIssueEvidenceComponent.equalsDeep(Base other_) booleanDetectedIssue.DetectedIssueMitigationComponent.equalsDeep(Base other_) booleanDetectedIssue.equalsDeep(Base other_) booleanDevice.DeviceConformsToComponent.equalsDeep(Base other_) booleanDevice.DeviceNameComponent.equalsDeep(Base other_) booleanDevice.DevicePropertyComponent.equalsDeep(Base other_) booleanDevice.DeviceUdiCarrierComponent.equalsDeep(Base other_) booleanDevice.DeviceVersionComponent.equalsDeep(Base other_) booleanDevice.equalsDeep(Base other_) booleanDeviceAssociation.DeviceAssociationOperationComponent.equalsDeep(Base other_) booleanDeviceAssociation.equalsDeep(Base other_) booleanDeviceDefinition.DeviceDefinitionChargeItemComponent.equalsDeep(Base other_) booleanDeviceDefinition.DeviceDefinitionClassificationComponent.equalsDeep(Base other_) booleanDeviceDefinition.DeviceDefinitionConformsToComponent.equalsDeep(Base other_) booleanDeviceDefinition.DeviceDefinitionCorrectiveActionComponent.equalsDeep(Base other_) booleanDeviceDefinition.DeviceDefinitionDeviceNameComponent.equalsDeep(Base other_) booleanDeviceDefinition.DeviceDefinitionGuidelineComponent.equalsDeep(Base other_) booleanDeviceDefinition.DeviceDefinitionHasPartComponent.equalsDeep(Base other_) booleanDeviceDefinition.DeviceDefinitionLinkComponent.equalsDeep(Base other_) booleanDeviceDefinition.DeviceDefinitionMaterialComponent.equalsDeep(Base other_) booleanDeviceDefinition.DeviceDefinitionPackagingComponent.equalsDeep(Base other_) booleanDeviceDefinition.DeviceDefinitionPropertyComponent.equalsDeep(Base other_) booleanDeviceDefinition.DeviceDefinitionRegulatoryIdentifierComponent.equalsDeep(Base other_) booleanDeviceDefinition.DeviceDefinitionUdiDeviceIdentifierComponent.equalsDeep(Base other_) booleanDeviceDefinition.DeviceDefinitionVersionComponent.equalsDeep(Base other_) booleanDeviceDefinition.equalsDeep(Base other_) booleanDeviceDefinition.PackagingDistributorComponent.equalsDeep(Base other_) booleanDeviceDefinition.UdiDeviceIdentifierMarketDistributionComponent.equalsDeep(Base other_) booleanDeviceDispense.DeviceDispensePerformerComponent.equalsDeep(Base other_) booleanDeviceDispense.equalsDeep(Base other_) booleanDeviceMetric.DeviceMetricCalibrationComponent.equalsDeep(Base other_) booleanDeviceMetric.equalsDeep(Base other_) booleanDeviceRequest.DeviceRequestParameterComponent.equalsDeep(Base other_) booleanDeviceRequest.equalsDeep(Base other_) booleanDeviceUsage.DeviceUsageAdherenceComponent.equalsDeep(Base other_) booleanDeviceUsage.equalsDeep(Base other_) booleanDiagnosticReport.DiagnosticReportMediaComponent.equalsDeep(Base other_) booleanDiagnosticReport.DiagnosticReportSupportingInfoComponent.equalsDeep(Base other_) booleanDiagnosticReport.equalsDeep(Base other_) booleanDocumentReference.DocumentReferenceAttesterComponent.equalsDeep(Base other_) booleanDocumentReference.DocumentReferenceContentComponent.equalsDeep(Base other_) booleanDocumentReference.DocumentReferenceContentProfileComponent.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_) booleanElement.equalsDeep(Base other_) booleanElementDefinition.ElementDefinitionBaseComponent.equalsDeep(Base other_) booleanElementDefinition.ElementDefinitionBindingAdditionalComponent.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.DiagnosisComponent.equalsDeep(Base other_) booleanEncounter.EncounterAdmissionComponent.equalsDeep(Base other_) booleanEncounter.EncounterLocationComponent.equalsDeep(Base other_) booleanEncounter.EncounterParticipantComponent.equalsDeep(Base other_) booleanEncounter.equalsDeep(Base other_) booleanEncounter.ReasonComponent.equalsDeep(Base other_) booleanEncounterHistory.EncounterHistoryLocationComponent.equalsDeep(Base other_) booleanEncounterHistory.equalsDeep(Base other_) booleanEndpoint.EndpointPayloadComponent.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_) booleanEpisodeOfCare.ReasonComponent.equalsDeep(Base other_) booleanEventDefinition.equalsDeep(Base other_) booleanEvidence.equalsDeep(Base other_) booleanEvidence.EvidenceCertaintyComponent.equalsDeep(Base other_) booleanEvidence.EvidenceStatisticAttributeEstimateComponent.equalsDeep(Base other_) booleanEvidence.EvidenceStatisticComponent.equalsDeep(Base other_) booleanEvidence.EvidenceStatisticModelCharacteristicComponent.equalsDeep(Base other_) booleanEvidence.EvidenceStatisticModelCharacteristicVariableComponent.equalsDeep(Base other_) booleanEvidence.EvidenceStatisticSampleSizeComponent.equalsDeep(Base other_) booleanEvidence.EvidenceVariableDefinitionComponent.equalsDeep(Base other_) booleanEvidenceReport.equalsDeep(Base other_) booleanEvidenceReport.EvidenceReportRelatesToComponent.equalsDeep(Base other_) booleanEvidenceReport.EvidenceReportRelatesToTargetComponent.equalsDeep(Base other_) booleanEvidenceReport.EvidenceReportSubjectCharacteristicComponent.equalsDeep(Base other_) booleanEvidenceReport.EvidenceReportSubjectComponent.equalsDeep(Base other_) booleanEvidenceReport.SectionComponent.equalsDeep(Base other_) booleanEvidenceVariable.equalsDeep(Base other_) booleanEvidenceVariable.EvidenceVariableCategoryComponent.equalsDeep(Base other_) booleanEvidenceVariable.EvidenceVariableCharacteristicComponent.equalsDeep(Base other_) booleanEvidenceVariable.EvidenceVariableCharacteristicDefinitionByCombinationComponent.equalsDeep(Base other_) booleanEvidenceVariable.EvidenceVariableCharacteristicDefinitionByTypeAndValueComponent.equalsDeep(Base other_) booleanEvidenceVariable.EvidenceVariableCharacteristicTimeFromEventComponent.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.AddedItemBodySiteComponent.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.ExplanationOfBenefitEventComponent.equalsDeep(Base other_) booleanExplanationOfBenefit.InsuranceComponent.equalsDeep(Base other_) booleanExplanationOfBenefit.ItemBodySiteComponent.equalsDeep(Base other_) booleanExplanationOfBenefit.ItemComponent.equalsDeep(Base other_) booleanExplanationOfBenefit.ItemReviewOutcomeComponent.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_) booleanExtendedContactDetail.equalsDeep(Base other_) booleanExtension.equalsDeep(Base other_) booleanFamilyMemberHistory.equalsDeep(Base other_) booleanFamilyMemberHistory.FamilyMemberHistoryConditionComponent.equalsDeep(Base other_) booleanFamilyMemberHistory.FamilyMemberHistoryParticipantComponent.equalsDeep(Base other_) booleanFamilyMemberHistory.FamilyMemberHistoryProcedureComponent.equalsDeep(Base other_) booleanFlag.equalsDeep(Base other_) booleanFormularyItem.equalsDeep(Base other_) booleanGenomicStudy.equalsDeep(Base other_) booleanGenomicStudy.GenomicStudyAnalysisComponent.equalsDeep(Base other_) booleanGenomicStudy.GenomicStudyAnalysisDeviceComponent.equalsDeep(Base other_) booleanGenomicStudy.GenomicStudyAnalysisInputComponent.equalsDeep(Base other_) booleanGenomicStudy.GenomicStudyAnalysisOutputComponent.equalsDeep(Base other_) booleanGenomicStudy.GenomicStudyAnalysisPerformerComponent.equalsDeep(Base other_) booleanGoal.equalsDeep(Base other_) booleanGoal.GoalTargetComponent.equalsDeep(Base other_) booleanGraphDefinition.equalsDeep(Base other_) booleanGraphDefinition.GraphDefinitionLinkCompartmentComponent.equalsDeep(Base other_) booleanGraphDefinition.GraphDefinitionLinkComponent.equalsDeep(Base other_) booleanGraphDefinition.GraphDefinitionNodeComponent.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.HealthcareServiceEligibilityComponent.equalsDeep(Base other_) booleanHumanName.equalsDeep(Base other_) booleanIdentifier.equalsDeep(Base other_) booleanImagingSelection.equalsDeep(Base other_) booleanImagingSelection.ImageRegion2DComponent.equalsDeep(Base other_) booleanImagingSelection.ImageRegion3DComponent.equalsDeep(Base other_) booleanImagingSelection.ImagingSelectionInstanceComponent.equalsDeep(Base other_) booleanImagingSelection.ImagingSelectionPerformerComponent.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.ImmunizationPerformerComponent.equalsDeep(Base other_) booleanImmunization.ImmunizationProgramEligibilityComponent.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_) booleanIngredient.equalsDeep(Base other_) booleanIngredient.IngredientManufacturerComponent.equalsDeep(Base other_) booleanIngredient.IngredientSubstanceComponent.equalsDeep(Base other_) booleanIngredient.IngredientSubstanceStrengthComponent.equalsDeep(Base other_) booleanIngredient.IngredientSubstanceStrengthReferenceStrengthComponent.equalsDeep(Base other_) booleanInsurancePlan.CoverageBenefitComponent.equalsDeep(Base other_) booleanInsurancePlan.CoverageBenefitLimitComponent.equalsDeep(Base other_) booleanInsurancePlan.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_) booleanInventoryItem.equalsDeep(Base other_) booleanInventoryItem.InventoryItemAssociationComponent.equalsDeep(Base other_) booleanInventoryItem.InventoryItemCharacteristicComponent.equalsDeep(Base other_) booleanInventoryItem.InventoryItemDescriptionComponent.equalsDeep(Base other_) booleanInventoryItem.InventoryItemInstanceComponent.equalsDeep(Base other_) booleanInventoryItem.InventoryItemNameComponent.equalsDeep(Base other_) booleanInventoryItem.InventoryItemResponsibleOrganizationComponent.equalsDeep(Base other_) booleanInventoryReport.equalsDeep(Base other_) booleanInventoryReport.InventoryReportInventoryListingComponent.equalsDeep(Base other_) booleanInventoryReport.InventoryReportInventoryListingItemComponent.equalsDeep(Base other_) booleanInvoice.equalsDeep(Base other_) booleanInvoice.InvoiceLineItemComponent.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.ListResourceEntryComponent.equalsDeep(Base other_) booleanLocation.equalsDeep(Base other_) booleanLocation.LocationPositionComponent.equalsDeep(Base other_) booleanManufacturedItemDefinition.equalsDeep(Base other_) booleanManufacturedItemDefinition.ManufacturedItemDefinitionComponentComponent.equalsDeep(Base other_) booleanManufacturedItemDefinition.ManufacturedItemDefinitionComponentConstituentComponent.equalsDeep(Base other_) booleanManufacturedItemDefinition.ManufacturedItemDefinitionPropertyComponent.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_) booleanMeasure.MeasureTermComponent.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_) 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.MedicationKnowledgeCostComponent.equalsDeep(Base other_) booleanMedicationKnowledge.MedicationKnowledgeDefinitionalComponent.equalsDeep(Base other_) booleanMedicationKnowledge.MedicationKnowledgeDefinitionalDrugCharacteristicComponent.equalsDeep(Base other_) booleanMedicationKnowledge.MedicationKnowledgeDefinitionalIngredientComponent.equalsDeep(Base other_) booleanMedicationKnowledge.MedicationKnowledgeIndicationGuidelineComponent.equalsDeep(Base other_) booleanMedicationKnowledge.MedicationKnowledgeIndicationGuidelineDosingGuidelineComponent.equalsDeep(Base other_) booleanMedicationKnowledge.MedicationKnowledgeIndicationGuidelineDosingGuidelineDosageComponent.equalsDeep(Base other_) booleanMedicationKnowledge.MedicationKnowledgeIndicationGuidelineDosingGuidelinePatientCharacteristicComponent.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.MedicationKnowledgeRegulatorySubstitutionComponent.equalsDeep(Base other_) booleanMedicationKnowledge.MedicationKnowledgeRelatedMedicationKnowledgeComponent.equalsDeep(Base other_) booleanMedicationKnowledge.MedicationKnowledgeStorageGuidelineComponent.equalsDeep(Base other_) booleanMedicationKnowledge.MedicationKnowledgeStorageGuidelineEnvironmentalSettingComponent.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_) booleanMedicationStatement.MedicationStatementAdherenceComponent.equalsDeep(Base other_) booleanMedicinalProductDefinition.equalsDeep(Base other_) booleanMedicinalProductDefinition.MedicinalProductDefinitionCharacteristicComponent.equalsDeep(Base other_) booleanMedicinalProductDefinition.MedicinalProductDefinitionContactComponent.equalsDeep(Base other_) booleanMedicinalProductDefinition.MedicinalProductDefinitionCrossReferenceComponent.equalsDeep(Base other_) booleanMedicinalProductDefinition.MedicinalProductDefinitionNameComponent.equalsDeep(Base other_) booleanMedicinalProductDefinition.MedicinalProductDefinitionNamePartComponent.equalsDeep(Base other_) booleanMedicinalProductDefinition.MedicinalProductDefinitionNameUsageComponent.equalsDeep(Base other_) booleanMedicinalProductDefinition.MedicinalProductDefinitionOperationComponent.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.MolecularSequenceRelativeComponent.equalsDeep(Base other_) booleanMolecularSequence.MolecularSequenceRelativeEditComponent.equalsDeep(Base other_) booleanMolecularSequence.MolecularSequenceRelativeStartingSequenceComponent.equalsDeep(Base other_) booleanMonetaryComponent.equalsDeep(Base other_) booleanMoney.equalsDeep(Base other_) booleanMoneyQuantity.equalsDeep(Base other_) booleanNamedElementExtension.equalsDeep(Base other_) booleanNamingSystem.equalsDeep(Base other_) booleanNamingSystem.NamingSystemUniqueIdComponent.equalsDeep(Base other_) booleanNarrative.equalsDeep(Base other_) booleanNutritionIntake.equalsDeep(Base other_) booleanNutritionIntake.NutritionIntakeConsumedItemComponent.equalsDeep(Base other_) booleanNutritionIntake.NutritionIntakeIngredientLabelComponent.equalsDeep(Base other_) booleanNutritionIntake.NutritionIntakePerformerComponent.equalsDeep(Base other_) booleanNutritionOrder.EnteralFormulaScheduleComponent.equalsDeep(Base other_) booleanNutritionOrder.equalsDeep(Base other_) booleanNutritionOrder.NutritionOrderEnteralFormulaAdditiveComponent.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_) booleanNutritionOrder.OralDietScheduleComponent.equalsDeep(Base other_) booleanNutritionOrder.SupplementScheduleComponent.equalsDeep(Base other_) booleanNutritionProduct.equalsDeep(Base other_) booleanNutritionProduct.NutritionProductCharacteristicComponent.equalsDeep(Base other_) booleanNutritionProduct.NutritionProductIngredientComponent.equalsDeep(Base other_) booleanNutritionProduct.NutritionProductInstanceComponent.equalsDeep(Base other_) booleanNutritionProduct.NutritionProductNutrientComponent.equalsDeep(Base other_) booleanObservation.equalsDeep(Base other_) booleanObservation.ObservationComponentComponent.equalsDeep(Base other_) booleanObservation.ObservationReferenceRangeComponent.equalsDeep(Base other_) booleanObservation.ObservationTriggeredByComponent.equalsDeep(Base other_) booleanObservationDefinition.equalsDeep(Base other_) booleanObservationDefinition.ObservationDefinitionComponentComponent.equalsDeep(Base other_) booleanObservationDefinition.ObservationDefinitionQualifiedValueComponent.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_) booleanOrderedDistribution.equalsDeep(Base other_) booleanOrderedDistribution.OrderedDistributionIntervalComponent.equalsDeep(Base other_) booleanOrganization.equalsDeep(Base other_) booleanOrganization.OrganizationQualificationComponent.equalsDeep(Base other_) booleanOrganizationAffiliation.equalsDeep(Base other_) booleanPackagedProductDefinition.equalsDeep(Base other_) booleanPackagedProductDefinition.PackagedProductDefinitionLegalStatusOfSupplyComponent.equalsDeep(Base other_) booleanPackagedProductDefinition.PackagedProductDefinitionPackagingComponent.equalsDeep(Base other_) booleanPackagedProductDefinition.PackagedProductDefinitionPackagingContainedItemComponent.equalsDeep(Base other_) booleanPackagedProductDefinition.PackagedProductDefinitionPackagingPropertyComponent.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.equalsDeep(Base other_) booleanPaymentReconciliation.NotesComponent.equalsDeep(Base other_) booleanPaymentReconciliation.PaymentReconciliationAllocationComponent.equalsDeep(Base other_) booleanPeriod.equalsDeep(Base other_) booleanPermission.equalsDeep(Base other_) booleanPermission.PermissionJustificationComponent.equalsDeep(Base other_) booleanPermission.RuleActivityComponent.equalsDeep(Base other_) booleanPermission.RuleComponent.equalsDeep(Base other_) booleanPermission.RuleDataComponent.equalsDeep(Base other_) booleanPermission.RuleDataResourceComponent.equalsDeep(Base other_) booleanPerson.equalsDeep(Base other_) booleanPerson.PersonCommunicationComponent.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.PlanDefinitionActionInputComponent.equalsDeep(Base other_) booleanPlanDefinition.PlanDefinitionActionOutputComponent.equalsDeep(Base other_) booleanPlanDefinition.PlanDefinitionActionParticipantComponent.equalsDeep(Base other_) booleanPlanDefinition.PlanDefinitionActionRelatedActionComponent.equalsDeep(Base other_) booleanPlanDefinition.PlanDefinitionActorComponent.equalsDeep(Base other_) booleanPlanDefinition.PlanDefinitionActorOptionComponent.equalsDeep(Base other_) booleanPlanDefinition.PlanDefinitionGoalComponent.equalsDeep(Base other_) booleanPlanDefinition.PlanDefinitionGoalTargetComponent.equalsDeep(Base other_) booleanPractitioner.equalsDeep(Base other_) booleanPractitioner.PractitionerCommunicationComponent.equalsDeep(Base other_) booleanPractitioner.PractitionerQualificationComponent.equalsDeep(Base other_) booleanPractitionerRole.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_) booleanRatioRange.equalsDeep(Base other_) booleanReference.equalsDeep(Base other_) booleanRegulatedAuthorization.equalsDeep(Base other_) booleanRegulatedAuthorization.RegulatedAuthorizationCaseComponent.equalsDeep(Base other_) booleanRelatedArtifact.equalsDeep(Base other_) booleanRelatedPerson.equalsDeep(Base other_) booleanRelatedPerson.RelatedPersonCommunicationComponent.equalsDeep(Base other_) booleanRequestOrchestration.equalsDeep(Base other_) booleanRequestOrchestration.RequestOrchestrationActionComponent.equalsDeep(Base other_) booleanRequestOrchestration.RequestOrchestrationActionConditionComponent.equalsDeep(Base other_) booleanRequestOrchestration.RequestOrchestrationActionDynamicValueComponent.equalsDeep(Base other_) booleanRequestOrchestration.RequestOrchestrationActionInputComponent.equalsDeep(Base other_) booleanRequestOrchestration.RequestOrchestrationActionOutputComponent.equalsDeep(Base other_) booleanRequestOrchestration.RequestOrchestrationActionParticipantComponent.equalsDeep(Base other_) booleanRequestOrchestration.RequestOrchestrationActionRelatedActionComponent.equalsDeep(Base other_) booleanRequirements.equalsDeep(Base other_) booleanRequirements.RequirementsStatementComponent.equalsDeep(Base other_) booleanResearchStudy.equalsDeep(Base other_) booleanResearchStudy.ResearchStudyAssociatedPartyComponent.equalsDeep(Base other_) booleanResearchStudy.ResearchStudyComparisonGroupComponent.equalsDeep(Base other_) booleanResearchStudy.ResearchStudyLabelComponent.equalsDeep(Base other_) booleanResearchStudy.ResearchStudyObjectiveComponent.equalsDeep(Base other_) booleanResearchStudy.ResearchStudyOutcomeMeasureComponent.equalsDeep(Base other_) booleanResearchStudy.ResearchStudyProgressStatusComponent.equalsDeep(Base other_) booleanResearchStudy.ResearchStudyRecruitmentComponent.equalsDeep(Base other_) booleanResearchSubject.equalsDeep(Base other_) booleanResearchSubject.ResearchSubjectProgressComponent.equalsDeep(Base other_) booleanResource.equalsDeep(Base other_) booleanRiskAssessment.equalsDeep(Base other_) booleanRiskAssessment.RiskAssessmentPredictionComponent.equalsDeep(Base other_) booleanSampledData.equalsDeep(Base other_) booleanSchedule.equalsDeep(Base other_) booleanSearchParameter.equalsDeep(Base other_) booleanSearchParameter.SearchParameterComponentComponent.equalsDeep(Base other_) booleanServiceRequest.equalsDeep(Base other_) booleanServiceRequest.ServiceRequestOrderDetailComponent.equalsDeep(Base other_) booleanServiceRequest.ServiceRequestOrderDetailParameterComponent.equalsDeep(Base other_) booleanServiceRequest.ServiceRequestPatientInstructionComponent.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.SpecimenFeatureComponent.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_) booleanStatistic.equalsDeep(Base other_) booleanStatistic.StatisticAttributeEstimateAttributeEstimateComponent.equalsDeep(Base other_) booleanStatistic.StatisticAttributeEstimateComponent.equalsDeep(Base other_) booleanStatistic.StatisticModelCharacteristicComponent.equalsDeep(Base other_) booleanStatistic.StatisticModelCharacteristicVariableComponent.equalsDeep(Base other_) booleanStatistic.StatisticSampleSizeComponent.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.StructureMapConstComponent.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.SubscriptionFilterByComponent.equalsDeep(Base other_) booleanSubscription.SubscriptionParameterComponent.equalsDeep(Base other_) booleanSubscriptionStatus.equalsDeep(Base other_) booleanSubscriptionStatus.SubscriptionStatusNotificationEventComponent.equalsDeep(Base other_) booleanSubscriptionTopic.equalsDeep(Base other_) booleanSubscriptionTopic.SubscriptionTopicCanFilterByComponent.equalsDeep(Base other_) booleanSubscriptionTopic.SubscriptionTopicEventTriggerComponent.equalsDeep(Base other_) booleanSubscriptionTopic.SubscriptionTopicNotificationShapeComponent.equalsDeep(Base other_) booleanSubscriptionTopic.SubscriptionTopicResourceTriggerComponent.equalsDeep(Base other_) booleanSubscriptionTopic.SubscriptionTopicResourceTriggerQueryCriteriaComponent.equalsDeep(Base other_) booleanSubstance.equalsDeep(Base other_) booleanSubstance.SubstanceIngredientComponent.equalsDeep(Base other_) booleanSubstanceAmount.equalsDeep(Base other_) booleanSubstanceAmount.SubstanceAmountReferenceRangeComponent.equalsDeep(Base other_) booleanSubstanceDefinition.equalsDeep(Base other_) booleanSubstanceDefinition.SubstanceDefinitionCharacterizationComponent.equalsDeep(Base other_) booleanSubstanceDefinition.SubstanceDefinitionCodeComponent.equalsDeep(Base other_) booleanSubstanceDefinition.SubstanceDefinitionMoietyComponent.equalsDeep(Base other_) booleanSubstanceDefinition.SubstanceDefinitionMolecularWeightComponent.equalsDeep(Base other_) booleanSubstanceDefinition.SubstanceDefinitionNameComponent.equalsDeep(Base other_) booleanSubstanceDefinition.SubstanceDefinitionNameOfficialComponent.equalsDeep(Base other_) booleanSubstanceDefinition.SubstanceDefinitionPropertyComponent.equalsDeep(Base other_) booleanSubstanceDefinition.SubstanceDefinitionRelationshipComponent.equalsDeep(Base other_) booleanSubstanceDefinition.SubstanceDefinitionSourceMaterialComponent.equalsDeep(Base other_) booleanSubstanceDefinition.SubstanceDefinitionStructureComponent.equalsDeep(Base other_) booleanSubstanceDefinition.SubstanceDefinitionStructureRepresentationComponent.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.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_) booleanSupplyDelivery.equalsDeep(Base other_) booleanSupplyDelivery.SupplyDeliverySuppliedItemComponent.equalsDeep(Base other_) booleanSupplyRequest.equalsDeep(Base other_) booleanSupplyRequest.SupplyRequestParameterComponent.equalsDeep(Base other_) booleanTask.equalsDeep(Base other_) booleanTask.TaskInputComponent.equalsDeep(Base other_) booleanTask.TaskOutputComponent.equalsDeep(Base other_) booleanTask.TaskPerformerComponent.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_) booleanTestPlan.equalsDeep(Base other_) booleanTestPlan.TestCaseDependencyComponent.equalsDeep(Base other_) booleanTestPlan.TestPlanDependencyComponent.equalsDeep(Base other_) booleanTestPlan.TestPlanTestCaseAssertionComponent.equalsDeep(Base other_) booleanTestPlan.TestPlanTestCaseComponent.equalsDeep(Base other_) booleanTestPlan.TestPlanTestCaseTestDataComponent.equalsDeep(Base other_) booleanTestPlan.TestPlanTestCaseTestRunComponent.equalsDeep(Base other_) booleanTestPlan.TestPlanTestCaseTestRunScriptComponent.equalsDeep(Base other_) booleanTestReport.equalsDeep(Base other_) booleanTestReport.SetupActionAssertComponent.equalsDeep(Base other_) booleanTestReport.SetupActionAssertRequirementComponent.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.SetupActionAssertRequirementComponent.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.TestScriptScopeComponent.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_) booleanTransport.equalsDeep(Base other_) booleanTransport.ParameterComponent.equalsDeep(Base other_) booleanTransport.TransportOutputComponent.equalsDeep(Base other_) booleanTransport.TransportRestrictionComponent.equalsDeep(Base other_) booleanTriggerDefinition.equalsDeep(Base other_) booleanUriType.equalsDeep(Base obj) booleanUsageContext.equalsDeep(Base other_) booleanValueSet.ConceptPropertyComponent.equalsDeep(Base other_) booleanValueSet.ConceptReferenceComponent.equalsDeep(Base other_) booleanValueSet.ConceptReferenceDesignationComponent.equalsDeep(Base other_) booleanValueSet.ConceptSetComponent.equalsDeep(Base other_) booleanValueSet.ConceptSetFilterComponent.equalsDeep(Base other_) booleanValueSet.ConceptSubPropertyComponent.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_) booleanValueSet.ValueSetExpansionPropertyComponent.equalsDeep(Base other_) booleanValueSet.ValueSetScopeComponent.equalsDeep(Base other_) booleanVerificationResult.equalsDeep(Base other_) booleanVerificationResult.VerificationResultAttestationComponent.equalsDeep(Base other_) booleanVerificationResult.VerificationResultPrimarySourceComponent.equalsDeep(Base other_) booleanVerificationResult.VerificationResultValidatorComponent.equalsDeep(Base other_) booleanVirtualServiceDetail.equalsDeep(Base other_) booleanVisionPrescription.equalsDeep(Base other_) booleanVisionPrescription.PrismComponent.equalsDeep(Base other_) booleanVisionPrescription.VisionPrescriptionLensSpecificationComponent.equalsDeep(Base other_) booleanAccount.AccountBalanceComponent.equalsShallow(Base other_) booleanAccount.AccountDiagnosisComponent.equalsShallow(Base other_) booleanAccount.AccountProcedureComponent.equalsShallow(Base other_) booleanAccount.AccountRelatedAccountComponent.equalsShallow(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_) booleanActorDefinition.equalsShallow(Base other_) booleanAddress.equalsShallow(Base other_) booleanAdministrableProductDefinition.AdministrableProductDefinitionPropertyComponent.equalsShallow(Base other_) booleanAdministrableProductDefinition.AdministrableProductDefinitionRouteOfAdministrationComponent.equalsShallow(Base other_) booleanAdministrableProductDefinition.AdministrableProductDefinitionRouteOfAdministrationTargetSpeciesComponent.equalsShallow(Base other_) booleanAdministrableProductDefinition.AdministrableProductDefinitionRouteOfAdministrationTargetSpeciesWithdrawalPeriodComponent.equalsShallow(Base other_) booleanAdministrableProductDefinition.equalsShallow(Base other_) booleanAdverseEvent.AdverseEventContributingFactorComponent.equalsShallow(Base other_) booleanAdverseEvent.AdverseEventMitigatingActionComponent.equalsShallow(Base other_) booleanAdverseEvent.AdverseEventParticipantComponent.equalsShallow(Base other_) booleanAdverseEvent.AdverseEventPreventiveActionComponent.equalsShallow(Base other_) booleanAdverseEvent.AdverseEventSupportingInfoComponent.equalsShallow(Base other_) booleanAdverseEvent.AdverseEventSuspectEntityCausalityComponent.equalsShallow(Base other_) booleanAdverseEvent.AdverseEventSuspectEntityComponent.equalsShallow(Base other_) booleanAdverseEvent.equalsShallow(Base other_) booleanAllergyIntolerance.AllergyIntoleranceParticipantComponent.equalsShallow(Base other_) booleanAllergyIntolerance.AllergyIntoleranceReactionComponent.equalsShallow(Base other_) booleanAllergyIntolerance.equalsShallow(Base other_) booleanAnnotation.equalsShallow(Base other_) booleanAppointment.AppointmentParticipantComponent.equalsShallow(Base other_) booleanAppointment.AppointmentRecurrenceTemplateComponent.equalsShallow(Base other_) booleanAppointment.AppointmentRecurrenceTemplateMonthlyTemplateComponent.equalsShallow(Base other_) booleanAppointment.AppointmentRecurrenceTemplateWeeklyTemplateComponent.equalsShallow(Base other_) booleanAppointment.AppointmentRecurrenceTemplateYearlyTemplateComponent.equalsShallow(Base other_) booleanAppointment.equalsShallow(Base other_) booleanAppointmentResponse.equalsShallow(Base other_) booleanArtifactAssessment.ArtifactAssessmentContentComponent.equalsShallow(Base other_) booleanArtifactAssessment.equalsShallow(Base other_) booleanAttachment.equalsShallow(Base other_) booleanAuditEvent.AuditEventAgentComponent.equalsShallow(Base other_) booleanAuditEvent.AuditEventEntityComponent.equalsShallow(Base other_) booleanAuditEvent.AuditEventEntityDetailComponent.equalsShallow(Base other_) booleanAuditEvent.AuditEventOutcomeComponent.equalsShallow(Base other_) booleanAuditEvent.AuditEventSourceComponent.equalsShallow(Base other_) booleanAuditEvent.equalsShallow(Base other_) booleanAvailability.AvailabilityAvailableTimeComponent.equalsShallow(Base other_) booleanAvailability.AvailabilityNotAvailableTimeComponent.equalsShallow(Base other_) booleanAvailability.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.BiologicallyDerivedProductPropertyComponent.equalsShallow(Base other_) booleanBiologicallyDerivedProduct.equalsShallow(Base other_) booleanBiologicallyDerivedProductDispense.BiologicallyDerivedProductDispensePerformerComponent.equalsShallow(Base other_) booleanBiologicallyDerivedProductDispense.equalsShallow(Base other_) booleanBodyStructure.BodyStructureIncludedStructureBodyLandmarkOrientationComponent.equalsShallow(Base other_) booleanBodyStructure.BodyStructureIncludedStructureBodyLandmarkOrientationDistanceFromLandmarkComponent.equalsShallow(Base other_) booleanBodyStructure.BodyStructureIncludedStructureComponent.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_) booleanCanonicalResource.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.equalsShallow(Base other_) booleanCareTeam.CareTeamParticipantComponent.equalsShallow(Base other_) booleanCareTeam.equalsShallow(Base other_) booleanChargeItem.ChargeItemPerformerComponent.equalsShallow(Base other_) booleanChargeItem.equalsShallow(Base other_) booleanChargeItemDefinition.ChargeItemDefinitionApplicabilityComponent.equalsShallow(Base other_) booleanChargeItemDefinition.ChargeItemDefinitionPropertyGroupComponent.equalsShallow(Base other_) booleanChargeItemDefinition.equalsShallow(Base other_) booleanCitation.CitationCitedArtifactAbstractComponent.equalsShallow(Base other_) booleanCitation.CitationCitedArtifactClassificationComponent.equalsShallow(Base other_) booleanCitation.CitationCitedArtifactComponent.equalsShallow(Base other_) booleanCitation.CitationCitedArtifactContributorshipComponent.equalsShallow(Base other_) booleanCitation.CitationCitedArtifactContributorshipEntryComponent.equalsShallow(Base other_) booleanCitation.CitationCitedArtifactContributorshipEntryContributionInstanceComponent.equalsShallow(Base other_) booleanCitation.CitationCitedArtifactPartComponent.equalsShallow(Base other_) booleanCitation.CitationCitedArtifactPublicationFormComponent.equalsShallow(Base other_) booleanCitation.CitationCitedArtifactPublicationFormPublishedInComponent.equalsShallow(Base other_) booleanCitation.CitationCitedArtifactRelatesToComponent.equalsShallow(Base other_) booleanCitation.CitationCitedArtifactStatusDateComponent.equalsShallow(Base other_) booleanCitation.CitationCitedArtifactTitleComponent.equalsShallow(Base other_) booleanCitation.CitationCitedArtifactVersionComponent.equalsShallow(Base other_) booleanCitation.CitationCitedArtifactWebLocationComponent.equalsShallow(Base other_) booleanCitation.CitationClassificationComponent.equalsShallow(Base other_) booleanCitation.CitationStatusDateComponent.equalsShallow(Base other_) booleanCitation.CitationSummaryComponent.equalsShallow(Base other_) booleanCitation.ContributorshipSummaryComponent.equalsShallow(Base other_) booleanCitation.equalsShallow(Base other_) booleanClaim.AccidentComponent.equalsShallow(Base other_) booleanClaim.BodySiteComponent.equalsShallow(Base other_) booleanClaim.CareTeamComponent.equalsShallow(Base other_) booleanClaim.ClaimEventComponent.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.BodySiteComponent.equalsShallow(Base other_) booleanClaimResponse.ClaimResponseEventComponent.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.ReviewOutcomeComponent.equalsShallow(Base other_) booleanClaimResponse.SubDetailComponent.equalsShallow(Base other_) booleanClaimResponse.TotalComponent.equalsShallow(Base other_) booleanClinicalImpression.ClinicalImpressionFindingComponent.equalsShallow(Base other_) booleanClinicalImpression.equalsShallow(Base other_) booleanClinicalUseDefinition.ClinicalUseDefinitionContraindicationComponent.equalsShallow(Base other_) booleanClinicalUseDefinition.ClinicalUseDefinitionContraindicationOtherTherapyComponent.equalsShallow(Base other_) booleanClinicalUseDefinition.ClinicalUseDefinitionIndicationComponent.equalsShallow(Base other_) booleanClinicalUseDefinition.ClinicalUseDefinitionInteractionComponent.equalsShallow(Base other_) booleanClinicalUseDefinition.ClinicalUseDefinitionInteractionInteractantComponent.equalsShallow(Base other_) booleanClinicalUseDefinition.ClinicalUseDefinitionUndesirableEffectComponent.equalsShallow(Base other_) booleanClinicalUseDefinition.ClinicalUseDefinitionWarningComponent.equalsShallow(Base other_) booleanClinicalUseDefinition.equalsShallow(Base other_) booleanCodeableConcept.equalsShallow(Base other_) booleanCodeableReference.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.equalsShallow(Base other_) booleanComposition.SectionComponent.equalsShallow(Base other_) booleanConceptMap.AdditionalAttributeComponent.equalsShallow(Base other_) booleanConceptMap.ConceptMapGroupComponent.equalsShallow(Base other_) booleanConceptMap.ConceptMapGroupUnmappedComponent.equalsShallow(Base other_) booleanConceptMap.equalsShallow(Base other_) booleanConceptMap.MappingPropertyComponent.equalsShallow(Base other_) booleanConceptMap.OtherElementComponent.equalsShallow(Base other_) booleanConceptMap.PropertyComponent.equalsShallow(Base other_) booleanConceptMap.SourceElementComponent.equalsShallow(Base other_) booleanConceptMap.TargetElementComponent.equalsShallow(Base other_) booleanCondition.ConditionParticipantComponent.equalsShallow(Base other_) booleanCondition.ConditionStageComponent.equalsShallow(Base other_) booleanCondition.equalsShallow(Base other_) booleanConditionDefinition.ConditionDefinitionMedicationComponent.equalsShallow(Base other_) booleanConditionDefinition.ConditionDefinitionObservationComponent.equalsShallow(Base other_) booleanConditionDefinition.ConditionDefinitionPlanComponent.equalsShallow(Base other_) booleanConditionDefinition.ConditionDefinitionPreconditionComponent.equalsShallow(Base other_) booleanConditionDefinition.ConditionDefinitionQuestionnaireComponent.equalsShallow(Base other_) booleanConditionDefinition.equalsShallow(Base other_) booleanConsent.ConsentPolicyBasisComponent.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_) booleanCoverage.ClassComponent.equalsShallow(Base other_) booleanCoverage.CostToBeneficiaryComponent.equalsShallow(Base other_) booleanCoverage.CoveragePaymentByComponent.equalsShallow(Base other_) booleanCoverage.equalsShallow(Base other_) booleanCoverage.ExemptionComponent.equalsShallow(Base other_) booleanCoverageEligibilityRequest.CoverageEligibilityRequestEventComponent.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.CoverageEligibilityResponseEventComponent.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.DataRequirementValueFilterComponent.equalsShallow(Base other_) booleanDataRequirement.equalsShallow(Base other_) booleanDetectedIssue.DetectedIssueEvidenceComponent.equalsShallow(Base other_) booleanDetectedIssue.DetectedIssueMitigationComponent.equalsShallow(Base other_) booleanDetectedIssue.equalsShallow(Base other_) booleanDevice.DeviceConformsToComponent.equalsShallow(Base other_) booleanDevice.DeviceNameComponent.equalsShallow(Base other_) booleanDevice.DevicePropertyComponent.equalsShallow(Base other_) booleanDevice.DeviceUdiCarrierComponent.equalsShallow(Base other_) booleanDevice.DeviceVersionComponent.equalsShallow(Base other_) booleanDevice.equalsShallow(Base other_) booleanDeviceAssociation.DeviceAssociationOperationComponent.equalsShallow(Base other_) booleanDeviceAssociation.equalsShallow(Base other_) booleanDeviceDefinition.DeviceDefinitionChargeItemComponent.equalsShallow(Base other_) booleanDeviceDefinition.DeviceDefinitionClassificationComponent.equalsShallow(Base other_) booleanDeviceDefinition.DeviceDefinitionConformsToComponent.equalsShallow(Base other_) booleanDeviceDefinition.DeviceDefinitionCorrectiveActionComponent.equalsShallow(Base other_) booleanDeviceDefinition.DeviceDefinitionDeviceNameComponent.equalsShallow(Base other_) booleanDeviceDefinition.DeviceDefinitionGuidelineComponent.equalsShallow(Base other_) booleanDeviceDefinition.DeviceDefinitionHasPartComponent.equalsShallow(Base other_) booleanDeviceDefinition.DeviceDefinitionLinkComponent.equalsShallow(Base other_) booleanDeviceDefinition.DeviceDefinitionMaterialComponent.equalsShallow(Base other_) booleanDeviceDefinition.DeviceDefinitionPackagingComponent.equalsShallow(Base other_) booleanDeviceDefinition.DeviceDefinitionPropertyComponent.equalsShallow(Base other_) booleanDeviceDefinition.DeviceDefinitionRegulatoryIdentifierComponent.equalsShallow(Base other_) booleanDeviceDefinition.DeviceDefinitionUdiDeviceIdentifierComponent.equalsShallow(Base other_) booleanDeviceDefinition.DeviceDefinitionVersionComponent.equalsShallow(Base other_) booleanDeviceDefinition.equalsShallow(Base other_) booleanDeviceDefinition.PackagingDistributorComponent.equalsShallow(Base other_) booleanDeviceDefinition.UdiDeviceIdentifierMarketDistributionComponent.equalsShallow(Base other_) booleanDeviceDispense.DeviceDispensePerformerComponent.equalsShallow(Base other_) booleanDeviceDispense.equalsShallow(Base other_) booleanDeviceMetric.DeviceMetricCalibrationComponent.equalsShallow(Base other_) booleanDeviceMetric.equalsShallow(Base other_) booleanDeviceRequest.DeviceRequestParameterComponent.equalsShallow(Base other_) booleanDeviceRequest.equalsShallow(Base other_) booleanDeviceUsage.DeviceUsageAdherenceComponent.equalsShallow(Base other_) booleanDeviceUsage.equalsShallow(Base other_) booleanDiagnosticReport.DiagnosticReportMediaComponent.equalsShallow(Base other_) booleanDiagnosticReport.DiagnosticReportSupportingInfoComponent.equalsShallow(Base other_) booleanDiagnosticReport.equalsShallow(Base other_) booleanDocumentReference.DocumentReferenceAttesterComponent.equalsShallow(Base other_) booleanDocumentReference.DocumentReferenceContentComponent.equalsShallow(Base other_) booleanDocumentReference.DocumentReferenceContentProfileComponent.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_) booleanElement.equalsShallow(Base other_) booleanElementDefinition.ElementDefinitionBaseComponent.equalsShallow(Base other_) booleanElementDefinition.ElementDefinitionBindingAdditionalComponent.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.DiagnosisComponent.equalsShallow(Base other_) booleanEncounter.EncounterAdmissionComponent.equalsShallow(Base other_) booleanEncounter.EncounterLocationComponent.equalsShallow(Base other_) booleanEncounter.EncounterParticipantComponent.equalsShallow(Base other_) booleanEncounter.equalsShallow(Base other_) booleanEncounter.ReasonComponent.equalsShallow(Base other_) booleanEncounterHistory.EncounterHistoryLocationComponent.equalsShallow(Base other_) booleanEncounterHistory.equalsShallow(Base other_) booleanEndpoint.EndpointPayloadComponent.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_) booleanEpisodeOfCare.ReasonComponent.equalsShallow(Base other_) booleanEventDefinition.equalsShallow(Base other_) booleanEvidence.equalsShallow(Base other_) booleanEvidence.EvidenceCertaintyComponent.equalsShallow(Base other_) booleanEvidence.EvidenceStatisticAttributeEstimateComponent.equalsShallow(Base other_) booleanEvidence.EvidenceStatisticComponent.equalsShallow(Base other_) booleanEvidence.EvidenceStatisticModelCharacteristicComponent.equalsShallow(Base other_) booleanEvidence.EvidenceStatisticModelCharacteristicVariableComponent.equalsShallow(Base other_) booleanEvidence.EvidenceStatisticSampleSizeComponent.equalsShallow(Base other_) booleanEvidence.EvidenceVariableDefinitionComponent.equalsShallow(Base other_) booleanEvidenceReport.equalsShallow(Base other_) booleanEvidenceReport.EvidenceReportRelatesToComponent.equalsShallow(Base other_) booleanEvidenceReport.EvidenceReportRelatesToTargetComponent.equalsShallow(Base other_) booleanEvidenceReport.EvidenceReportSubjectCharacteristicComponent.equalsShallow(Base other_) booleanEvidenceReport.EvidenceReportSubjectComponent.equalsShallow(Base other_) booleanEvidenceReport.SectionComponent.equalsShallow(Base other_) booleanEvidenceVariable.equalsShallow(Base other_) booleanEvidenceVariable.EvidenceVariableCategoryComponent.equalsShallow(Base other_) booleanEvidenceVariable.EvidenceVariableCharacteristicComponent.equalsShallow(Base other_) booleanEvidenceVariable.EvidenceVariableCharacteristicDefinitionByCombinationComponent.equalsShallow(Base other_) booleanEvidenceVariable.EvidenceVariableCharacteristicDefinitionByTypeAndValueComponent.equalsShallow(Base other_) booleanEvidenceVariable.EvidenceVariableCharacteristicTimeFromEventComponent.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.AddedItemBodySiteComponent.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.ExplanationOfBenefitEventComponent.equalsShallow(Base other_) booleanExplanationOfBenefit.InsuranceComponent.equalsShallow(Base other_) booleanExplanationOfBenefit.ItemBodySiteComponent.equalsShallow(Base other_) booleanExplanationOfBenefit.ItemComponent.equalsShallow(Base other_) booleanExplanationOfBenefit.ItemReviewOutcomeComponent.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_) booleanExtendedContactDetail.equalsShallow(Base other_) booleanExtension.equalsShallow(Base other_) booleanFamilyMemberHistory.equalsShallow(Base other_) booleanFamilyMemberHistory.FamilyMemberHistoryConditionComponent.equalsShallow(Base other_) booleanFamilyMemberHistory.FamilyMemberHistoryParticipantComponent.equalsShallow(Base other_) booleanFamilyMemberHistory.FamilyMemberHistoryProcedureComponent.equalsShallow(Base other_) booleanFlag.equalsShallow(Base other_) booleanFormularyItem.equalsShallow(Base other_) booleanGenomicStudy.equalsShallow(Base other_) booleanGenomicStudy.GenomicStudyAnalysisComponent.equalsShallow(Base other_) booleanGenomicStudy.GenomicStudyAnalysisDeviceComponent.equalsShallow(Base other_) booleanGenomicStudy.GenomicStudyAnalysisInputComponent.equalsShallow(Base other_) booleanGenomicStudy.GenomicStudyAnalysisOutputComponent.equalsShallow(Base other_) booleanGenomicStudy.GenomicStudyAnalysisPerformerComponent.equalsShallow(Base other_) booleanGoal.equalsShallow(Base other_) booleanGoal.GoalTargetComponent.equalsShallow(Base other_) booleanGraphDefinition.equalsShallow(Base other_) booleanGraphDefinition.GraphDefinitionLinkCompartmentComponent.equalsShallow(Base other_) booleanGraphDefinition.GraphDefinitionLinkComponent.equalsShallow(Base other_) booleanGraphDefinition.GraphDefinitionNodeComponent.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.HealthcareServiceEligibilityComponent.equalsShallow(Base other_) booleanHumanName.equalsShallow(Base other_) booleanIdentifier.equalsShallow(Base other_) booleanImagingSelection.equalsShallow(Base other_) booleanImagingSelection.ImageRegion2DComponent.equalsShallow(Base other_) booleanImagingSelection.ImageRegion3DComponent.equalsShallow(Base other_) booleanImagingSelection.ImagingSelectionInstanceComponent.equalsShallow(Base other_) booleanImagingSelection.ImagingSelectionPerformerComponent.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.ImmunizationPerformerComponent.equalsShallow(Base other_) booleanImmunization.ImmunizationProgramEligibilityComponent.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_) booleanIngredient.equalsShallow(Base other_) booleanIngredient.IngredientManufacturerComponent.equalsShallow(Base other_) booleanIngredient.IngredientSubstanceComponent.equalsShallow(Base other_) booleanIngredient.IngredientSubstanceStrengthComponent.equalsShallow(Base other_) booleanIngredient.IngredientSubstanceStrengthReferenceStrengthComponent.equalsShallow(Base other_) booleanInsurancePlan.CoverageBenefitComponent.equalsShallow(Base other_) booleanInsurancePlan.CoverageBenefitLimitComponent.equalsShallow(Base other_) booleanInsurancePlan.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_) booleanInventoryItem.equalsShallow(Base other_) booleanInventoryItem.InventoryItemAssociationComponent.equalsShallow(Base other_) booleanInventoryItem.InventoryItemCharacteristicComponent.equalsShallow(Base other_) booleanInventoryItem.InventoryItemDescriptionComponent.equalsShallow(Base other_) booleanInventoryItem.InventoryItemInstanceComponent.equalsShallow(Base other_) booleanInventoryItem.InventoryItemNameComponent.equalsShallow(Base other_) booleanInventoryItem.InventoryItemResponsibleOrganizationComponent.equalsShallow(Base other_) booleanInventoryReport.equalsShallow(Base other_) booleanInventoryReport.InventoryReportInventoryListingComponent.equalsShallow(Base other_) booleanInventoryReport.InventoryReportInventoryListingItemComponent.equalsShallow(Base other_) booleanInvoice.equalsShallow(Base other_) booleanInvoice.InvoiceLineItemComponent.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.ListResourceEntryComponent.equalsShallow(Base other_) booleanLocation.equalsShallow(Base other_) booleanLocation.LocationPositionComponent.equalsShallow(Base other_) booleanManufacturedItemDefinition.equalsShallow(Base other_) booleanManufacturedItemDefinition.ManufacturedItemDefinitionComponentComponent.equalsShallow(Base other_) booleanManufacturedItemDefinition.ManufacturedItemDefinitionComponentConstituentComponent.equalsShallow(Base other_) booleanManufacturedItemDefinition.ManufacturedItemDefinitionPropertyComponent.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_) booleanMeasure.MeasureTermComponent.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_) 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.MedicationKnowledgeCostComponent.equalsShallow(Base other_) booleanMedicationKnowledge.MedicationKnowledgeDefinitionalComponent.equalsShallow(Base other_) booleanMedicationKnowledge.MedicationKnowledgeDefinitionalDrugCharacteristicComponent.equalsShallow(Base other_) booleanMedicationKnowledge.MedicationKnowledgeDefinitionalIngredientComponent.equalsShallow(Base other_) booleanMedicationKnowledge.MedicationKnowledgeIndicationGuidelineComponent.equalsShallow(Base other_) booleanMedicationKnowledge.MedicationKnowledgeIndicationGuidelineDosingGuidelineComponent.equalsShallow(Base other_) booleanMedicationKnowledge.MedicationKnowledgeIndicationGuidelineDosingGuidelineDosageComponent.equalsShallow(Base other_) booleanMedicationKnowledge.MedicationKnowledgeIndicationGuidelineDosingGuidelinePatientCharacteristicComponent.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.MedicationKnowledgeRegulatorySubstitutionComponent.equalsShallow(Base other_) booleanMedicationKnowledge.MedicationKnowledgeRelatedMedicationKnowledgeComponent.equalsShallow(Base other_) booleanMedicationKnowledge.MedicationKnowledgeStorageGuidelineComponent.equalsShallow(Base other_) booleanMedicationKnowledge.MedicationKnowledgeStorageGuidelineEnvironmentalSettingComponent.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_) booleanMedicationStatement.MedicationStatementAdherenceComponent.equalsShallow(Base other_) booleanMedicinalProductDefinition.equalsShallow(Base other_) booleanMedicinalProductDefinition.MedicinalProductDefinitionCharacteristicComponent.equalsShallow(Base other_) booleanMedicinalProductDefinition.MedicinalProductDefinitionContactComponent.equalsShallow(Base other_) booleanMedicinalProductDefinition.MedicinalProductDefinitionCrossReferenceComponent.equalsShallow(Base other_) booleanMedicinalProductDefinition.MedicinalProductDefinitionNameComponent.equalsShallow(Base other_) booleanMedicinalProductDefinition.MedicinalProductDefinitionNamePartComponent.equalsShallow(Base other_) booleanMedicinalProductDefinition.MedicinalProductDefinitionNameUsageComponent.equalsShallow(Base other_) booleanMedicinalProductDefinition.MedicinalProductDefinitionOperationComponent.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.MolecularSequenceRelativeComponent.equalsShallow(Base other_) booleanMolecularSequence.MolecularSequenceRelativeEditComponent.equalsShallow(Base other_) booleanMolecularSequence.MolecularSequenceRelativeStartingSequenceComponent.equalsShallow(Base other_) booleanMonetaryComponent.equalsShallow(Base other_) booleanMoney.equalsShallow(Base other_) booleanMoneyQuantity.equalsShallow(Base other_) booleanNamedElementExtension.equalsShallow(Base other_) booleanNamingSystem.equalsShallow(Base other_) booleanNamingSystem.NamingSystemUniqueIdComponent.equalsShallow(Base other_) booleanNarrative.equalsShallow(Base other_) booleanNutritionIntake.equalsShallow(Base other_) booleanNutritionIntake.NutritionIntakeConsumedItemComponent.equalsShallow(Base other_) booleanNutritionIntake.NutritionIntakeIngredientLabelComponent.equalsShallow(Base other_) booleanNutritionIntake.NutritionIntakePerformerComponent.equalsShallow(Base other_) booleanNutritionOrder.EnteralFormulaScheduleComponent.equalsShallow(Base other_) booleanNutritionOrder.equalsShallow(Base other_) booleanNutritionOrder.NutritionOrderEnteralFormulaAdditiveComponent.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_) booleanNutritionOrder.OralDietScheduleComponent.equalsShallow(Base other_) booleanNutritionOrder.SupplementScheduleComponent.equalsShallow(Base other_) booleanNutritionProduct.equalsShallow(Base other_) booleanNutritionProduct.NutritionProductCharacteristicComponent.equalsShallow(Base other_) booleanNutritionProduct.NutritionProductIngredientComponent.equalsShallow(Base other_) booleanNutritionProduct.NutritionProductInstanceComponent.equalsShallow(Base other_) booleanNutritionProduct.NutritionProductNutrientComponent.equalsShallow(Base other_) booleanObservation.equalsShallow(Base other_) booleanObservation.ObservationComponentComponent.equalsShallow(Base other_) booleanObservation.ObservationReferenceRangeComponent.equalsShallow(Base other_) booleanObservation.ObservationTriggeredByComponent.equalsShallow(Base other_) booleanObservationDefinition.equalsShallow(Base other_) booleanObservationDefinition.ObservationDefinitionComponentComponent.equalsShallow(Base other_) booleanObservationDefinition.ObservationDefinitionQualifiedValueComponent.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_) booleanOrderedDistribution.equalsShallow(Base other_) booleanOrderedDistribution.OrderedDistributionIntervalComponent.equalsShallow(Base other_) booleanOrganization.equalsShallow(Base other_) booleanOrganization.OrganizationQualificationComponent.equalsShallow(Base other_) booleanOrganizationAffiliation.equalsShallow(Base other_) booleanPackagedProductDefinition.equalsShallow(Base other_) booleanPackagedProductDefinition.PackagedProductDefinitionLegalStatusOfSupplyComponent.equalsShallow(Base other_) booleanPackagedProductDefinition.PackagedProductDefinitionPackagingComponent.equalsShallow(Base other_) booleanPackagedProductDefinition.PackagedProductDefinitionPackagingContainedItemComponent.equalsShallow(Base other_) booleanPackagedProductDefinition.PackagedProductDefinitionPackagingPropertyComponent.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.equalsShallow(Base other_) booleanPaymentReconciliation.NotesComponent.equalsShallow(Base other_) booleanPaymentReconciliation.PaymentReconciliationAllocationComponent.equalsShallow(Base other_) booleanPeriod.equalsShallow(Base other_) booleanPermission.equalsShallow(Base other_) booleanPermission.PermissionJustificationComponent.equalsShallow(Base other_) booleanPermission.RuleActivityComponent.equalsShallow(Base other_) booleanPermission.RuleComponent.equalsShallow(Base other_) booleanPermission.RuleDataComponent.equalsShallow(Base other_) booleanPermission.RuleDataResourceComponent.equalsShallow(Base other_) booleanPerson.equalsShallow(Base other_) booleanPerson.PersonCommunicationComponent.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.PlanDefinitionActionInputComponent.equalsShallow(Base other_) booleanPlanDefinition.PlanDefinitionActionOutputComponent.equalsShallow(Base other_) booleanPlanDefinition.PlanDefinitionActionParticipantComponent.equalsShallow(Base other_) booleanPlanDefinition.PlanDefinitionActionRelatedActionComponent.equalsShallow(Base other_) booleanPlanDefinition.PlanDefinitionActorComponent.equalsShallow(Base other_) booleanPlanDefinition.PlanDefinitionActorOptionComponent.equalsShallow(Base other_) booleanPlanDefinition.PlanDefinitionGoalComponent.equalsShallow(Base other_) booleanPlanDefinition.PlanDefinitionGoalTargetComponent.equalsShallow(Base other_) booleanPractitioner.equalsShallow(Base other_) booleanPractitioner.PractitionerCommunicationComponent.equalsShallow(Base other_) booleanPractitioner.PractitionerQualificationComponent.equalsShallow(Base other_) booleanPractitionerRole.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_) booleanRatioRange.equalsShallow(Base other_) booleanReference.equalsShallow(Base other_) booleanRegulatedAuthorization.equalsShallow(Base other_) booleanRegulatedAuthorization.RegulatedAuthorizationCaseComponent.equalsShallow(Base other_) booleanRelatedArtifact.equalsShallow(Base other_) booleanRelatedPerson.equalsShallow(Base other_) booleanRelatedPerson.RelatedPersonCommunicationComponent.equalsShallow(Base other_) booleanRequestOrchestration.equalsShallow(Base other_) booleanRequestOrchestration.RequestOrchestrationActionComponent.equalsShallow(Base other_) booleanRequestOrchestration.RequestOrchestrationActionConditionComponent.equalsShallow(Base other_) booleanRequestOrchestration.RequestOrchestrationActionDynamicValueComponent.equalsShallow(Base other_) booleanRequestOrchestration.RequestOrchestrationActionInputComponent.equalsShallow(Base other_) booleanRequestOrchestration.RequestOrchestrationActionOutputComponent.equalsShallow(Base other_) booleanRequestOrchestration.RequestOrchestrationActionParticipantComponent.equalsShallow(Base other_) booleanRequestOrchestration.RequestOrchestrationActionRelatedActionComponent.equalsShallow(Base other_) booleanRequirements.equalsShallow(Base other_) booleanRequirements.RequirementsStatementComponent.equalsShallow(Base other_) booleanResearchStudy.equalsShallow(Base other_) booleanResearchStudy.ResearchStudyAssociatedPartyComponent.equalsShallow(Base other_) booleanResearchStudy.ResearchStudyComparisonGroupComponent.equalsShallow(Base other_) booleanResearchStudy.ResearchStudyLabelComponent.equalsShallow(Base other_) booleanResearchStudy.ResearchStudyObjectiveComponent.equalsShallow(Base other_) booleanResearchStudy.ResearchStudyOutcomeMeasureComponent.equalsShallow(Base other_) booleanResearchStudy.ResearchStudyProgressStatusComponent.equalsShallow(Base other_) booleanResearchStudy.ResearchStudyRecruitmentComponent.equalsShallow(Base other_) booleanResearchSubject.equalsShallow(Base other_) booleanResearchSubject.ResearchSubjectProgressComponent.equalsShallow(Base other_) booleanResource.equalsShallow(Base other_) booleanRiskAssessment.equalsShallow(Base other_) booleanRiskAssessment.RiskAssessmentPredictionComponent.equalsShallow(Base other_) booleanSampledData.equalsShallow(Base other_) booleanSchedule.equalsShallow(Base other_) booleanSearchParameter.equalsShallow(Base other_) booleanSearchParameter.SearchParameterComponentComponent.equalsShallow(Base other_) booleanServiceRequest.equalsShallow(Base other_) booleanServiceRequest.ServiceRequestOrderDetailComponent.equalsShallow(Base other_) booleanServiceRequest.ServiceRequestOrderDetailParameterComponent.equalsShallow(Base other_) booleanServiceRequest.ServiceRequestPatientInstructionComponent.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.SpecimenFeatureComponent.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_) booleanStatistic.equalsShallow(Base other_) booleanStatistic.StatisticAttributeEstimateAttributeEstimateComponent.equalsShallow(Base other_) booleanStatistic.StatisticAttributeEstimateComponent.equalsShallow(Base other_) booleanStatistic.StatisticModelCharacteristicComponent.equalsShallow(Base other_) booleanStatistic.StatisticModelCharacteristicVariableComponent.equalsShallow(Base other_) booleanStatistic.StatisticSampleSizeComponent.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.StructureMapConstComponent.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.SubscriptionFilterByComponent.equalsShallow(Base other_) booleanSubscription.SubscriptionParameterComponent.equalsShallow(Base other_) booleanSubscriptionStatus.equalsShallow(Base other_) booleanSubscriptionStatus.SubscriptionStatusNotificationEventComponent.equalsShallow(Base other_) booleanSubscriptionTopic.equalsShallow(Base other_) booleanSubscriptionTopic.SubscriptionTopicCanFilterByComponent.equalsShallow(Base other_) booleanSubscriptionTopic.SubscriptionTopicEventTriggerComponent.equalsShallow(Base other_) booleanSubscriptionTopic.SubscriptionTopicNotificationShapeComponent.equalsShallow(Base other_) booleanSubscriptionTopic.SubscriptionTopicResourceTriggerComponent.equalsShallow(Base other_) booleanSubscriptionTopic.SubscriptionTopicResourceTriggerQueryCriteriaComponent.equalsShallow(Base other_) booleanSubstance.equalsShallow(Base other_) booleanSubstance.SubstanceIngredientComponent.equalsShallow(Base other_) booleanSubstanceAmount.equalsShallow(Base other_) booleanSubstanceAmount.SubstanceAmountReferenceRangeComponent.equalsShallow(Base other_) booleanSubstanceDefinition.equalsShallow(Base other_) booleanSubstanceDefinition.SubstanceDefinitionCharacterizationComponent.equalsShallow(Base other_) booleanSubstanceDefinition.SubstanceDefinitionCodeComponent.equalsShallow(Base other_) booleanSubstanceDefinition.SubstanceDefinitionMoietyComponent.equalsShallow(Base other_) booleanSubstanceDefinition.SubstanceDefinitionMolecularWeightComponent.equalsShallow(Base other_) booleanSubstanceDefinition.SubstanceDefinitionNameComponent.equalsShallow(Base other_) booleanSubstanceDefinition.SubstanceDefinitionNameOfficialComponent.equalsShallow(Base other_) booleanSubstanceDefinition.SubstanceDefinitionPropertyComponent.equalsShallow(Base other_) booleanSubstanceDefinition.SubstanceDefinitionRelationshipComponent.equalsShallow(Base other_) booleanSubstanceDefinition.SubstanceDefinitionSourceMaterialComponent.equalsShallow(Base other_) booleanSubstanceDefinition.SubstanceDefinitionStructureComponent.equalsShallow(Base other_) booleanSubstanceDefinition.SubstanceDefinitionStructureRepresentationComponent.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.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_) booleanSupplyDelivery.equalsShallow(Base other_) booleanSupplyDelivery.SupplyDeliverySuppliedItemComponent.equalsShallow(Base other_) booleanSupplyRequest.equalsShallow(Base other_) booleanSupplyRequest.SupplyRequestParameterComponent.equalsShallow(Base other_) booleanTask.equalsShallow(Base other_) booleanTask.TaskInputComponent.equalsShallow(Base other_) booleanTask.TaskOutputComponent.equalsShallow(Base other_) booleanTask.TaskPerformerComponent.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_) booleanTestPlan.equalsShallow(Base other_) booleanTestPlan.TestCaseDependencyComponent.equalsShallow(Base other_) booleanTestPlan.TestPlanDependencyComponent.equalsShallow(Base other_) booleanTestPlan.TestPlanTestCaseAssertionComponent.equalsShallow(Base other_) booleanTestPlan.TestPlanTestCaseComponent.equalsShallow(Base other_) booleanTestPlan.TestPlanTestCaseTestDataComponent.equalsShallow(Base other_) booleanTestPlan.TestPlanTestCaseTestRunComponent.equalsShallow(Base other_) booleanTestPlan.TestPlanTestCaseTestRunScriptComponent.equalsShallow(Base other_) booleanTestReport.equalsShallow(Base other_) booleanTestReport.SetupActionAssertComponent.equalsShallow(Base other_) booleanTestReport.SetupActionAssertRequirementComponent.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.SetupActionAssertRequirementComponent.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.TestScriptScopeComponent.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_) booleanTransport.equalsShallow(Base other_) booleanTransport.ParameterComponent.equalsShallow(Base other_) booleanTransport.TransportOutputComponent.equalsShallow(Base other_) booleanTransport.TransportRestrictionComponent.equalsShallow(Base other_) booleanTriggerDefinition.equalsShallow(Base other_) booleanUsageContext.equalsShallow(Base other_) booleanValueSet.ConceptPropertyComponent.equalsShallow(Base other_) booleanValueSet.ConceptReferenceComponent.equalsShallow(Base other_) booleanValueSet.ConceptReferenceDesignationComponent.equalsShallow(Base other_) booleanValueSet.ConceptSetComponent.equalsShallow(Base other_) booleanValueSet.ConceptSetFilterComponent.equalsShallow(Base other_) booleanValueSet.ConceptSubPropertyComponent.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_) booleanValueSet.ValueSetExpansionPropertyComponent.equalsShallow(Base other_) booleanValueSet.ValueSetScopeComponent.equalsShallow(Base other_) booleanVerificationResult.equalsShallow(Base other_) booleanVerificationResult.VerificationResultAttestationComponent.equalsShallow(Base other_) booleanVerificationResult.VerificationResultPrimarySourceComponent.equalsShallow(Base other_) booleanVerificationResult.VerificationResultValidatorComponent.equalsShallow(Base other_) booleanVirtualServiceDetail.equalsShallow(Base other_) booleanVisionPrescription.equalsShallow(Base other_) booleanVisionPrescription.PrismComponent.equalsShallow(Base other_) booleanVisionPrescription.VisionPrescriptionLensSpecificationComponent.equalsShallow(Base other_) voidAccount.AccountBalanceComponent.removeChild(String name, Base value) voidAccount.AccountDiagnosisComponent.removeChild(String name, Base value) voidAccount.AccountProcedureComponent.removeChild(String name, Base value) voidAccount.AccountRelatedAccountComponent.removeChild(String name, Base value) 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) voidActorDefinition.removeChild(String name, Base value) voidAddress.removeChild(String name, Base value) voidAdministrableProductDefinition.AdministrableProductDefinitionPropertyComponent.removeChild(String name, Base value) voidAdministrableProductDefinition.AdministrableProductDefinitionRouteOfAdministrationComponent.removeChild(String name, Base value) voidAdministrableProductDefinition.AdministrableProductDefinitionRouteOfAdministrationTargetSpeciesComponent.removeChild(String name, Base value) voidAdministrableProductDefinition.AdministrableProductDefinitionRouteOfAdministrationTargetSpeciesWithdrawalPeriodComponent.removeChild(String name, Base value) voidAdministrableProductDefinition.removeChild(String name, Base value) voidAdverseEvent.AdverseEventContributingFactorComponent.removeChild(String name, Base value) voidAdverseEvent.AdverseEventMitigatingActionComponent.removeChild(String name, Base value) voidAdverseEvent.AdverseEventParticipantComponent.removeChild(String name, Base value) voidAdverseEvent.AdverseEventPreventiveActionComponent.removeChild(String name, Base value) voidAdverseEvent.AdverseEventSupportingInfoComponent.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) voidAllergyIntolerance.AllergyIntoleranceParticipantComponent.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.AppointmentRecurrenceTemplateComponent.removeChild(String name, Base value) voidAppointment.AppointmentRecurrenceTemplateMonthlyTemplateComponent.removeChild(String name, Base value) voidAppointment.AppointmentRecurrenceTemplateWeeklyTemplateComponent.removeChild(String name, Base value) voidAppointment.AppointmentRecurrenceTemplateYearlyTemplateComponent.removeChild(String name, Base value) voidAppointment.removeChild(String name, Base value) voidAppointmentResponse.removeChild(String name, Base value) voidArtifactAssessment.ArtifactAssessmentContentComponent.removeChild(String name, Base value) voidArtifactAssessment.removeChild(String name, Base value) voidAttachment.removeChild(String name, Base value) voidAuditEvent.AuditEventAgentComponent.removeChild(String name, Base value) voidAuditEvent.AuditEventEntityComponent.removeChild(String name, Base value) voidAuditEvent.AuditEventEntityDetailComponent.removeChild(String name, Base value) voidAuditEvent.AuditEventOutcomeComponent.removeChild(String name, Base value) voidAuditEvent.AuditEventSourceComponent.removeChild(String name, Base value) voidAuditEvent.removeChild(String name, Base value) voidAvailability.AvailabilityAvailableTimeComponent.removeChild(String name, Base value) voidAvailability.AvailabilityNotAvailableTimeComponent.removeChild(String name, Base value) voidAvailability.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.BiologicallyDerivedProductPropertyComponent.removeChild(String name, Base value) voidBiologicallyDerivedProduct.removeChild(String name, Base value) voidBiologicallyDerivedProductDispense.BiologicallyDerivedProductDispensePerformerComponent.removeChild(String name, Base value) voidBiologicallyDerivedProductDispense.removeChild(String name, Base value) voidBodyStructure.BodyStructureIncludedStructureBodyLandmarkOrientationComponent.removeChild(String name, Base value) voidBodyStructure.BodyStructureIncludedStructureBodyLandmarkOrientationDistanceFromLandmarkComponent.removeChild(String name, Base value) voidBodyStructure.BodyStructureIncludedStructureComponent.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) voidCanonicalResource.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.removeChild(String name, Base value) voidCareTeam.CareTeamParticipantComponent.removeChild(String name, Base value) voidCareTeam.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.removeChild(String name, Base value) voidCitation.CitationCitedArtifactAbstractComponent.removeChild(String name, Base value) voidCitation.CitationCitedArtifactClassificationComponent.removeChild(String name, Base value) voidCitation.CitationCitedArtifactComponent.removeChild(String name, Base value) voidCitation.CitationCitedArtifactContributorshipComponent.removeChild(String name, Base value) voidCitation.CitationCitedArtifactContributorshipEntryComponent.removeChild(String name, Base value) voidCitation.CitationCitedArtifactContributorshipEntryContributionInstanceComponent.removeChild(String name, Base value) voidCitation.CitationCitedArtifactPartComponent.removeChild(String name, Base value) voidCitation.CitationCitedArtifactPublicationFormComponent.removeChild(String name, Base value) voidCitation.CitationCitedArtifactPublicationFormPublishedInComponent.removeChild(String name, Base value) voidCitation.CitationCitedArtifactRelatesToComponent.removeChild(String name, Base value) voidCitation.CitationCitedArtifactStatusDateComponent.removeChild(String name, Base value) voidCitation.CitationCitedArtifactTitleComponent.removeChild(String name, Base value) voidCitation.CitationCitedArtifactVersionComponent.removeChild(String name, Base value) voidCitation.CitationCitedArtifactWebLocationComponent.removeChild(String name, Base value) voidCitation.CitationClassificationComponent.removeChild(String name, Base value) voidCitation.CitationStatusDateComponent.removeChild(String name, Base value) voidCitation.CitationSummaryComponent.removeChild(String name, Base value) voidCitation.ContributorshipSummaryComponent.removeChild(String name, Base value) voidCitation.removeChild(String name, Base value) voidClaim.AccidentComponent.removeChild(String name, Base value) voidClaim.BodySiteComponent.removeChild(String name, Base value) voidClaim.CareTeamComponent.removeChild(String name, Base value) voidClaim.ClaimEventComponent.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.BodySiteComponent.removeChild(String name, Base value) voidClaimResponse.ClaimResponseEventComponent.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.ReviewOutcomeComponent.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.removeChild(String name, Base value) voidClinicalUseDefinition.ClinicalUseDefinitionContraindicationComponent.removeChild(String name, Base value) voidClinicalUseDefinition.ClinicalUseDefinitionContraindicationOtherTherapyComponent.removeChild(String name, Base value) voidClinicalUseDefinition.ClinicalUseDefinitionIndicationComponent.removeChild(String name, Base value) voidClinicalUseDefinition.ClinicalUseDefinitionInteractionComponent.removeChild(String name, Base value) voidClinicalUseDefinition.ClinicalUseDefinitionInteractionInteractantComponent.removeChild(String name, Base value) voidClinicalUseDefinition.ClinicalUseDefinitionUndesirableEffectComponent.removeChild(String name, Base value) voidClinicalUseDefinition.ClinicalUseDefinitionWarningComponent.removeChild(String name, Base value) voidClinicalUseDefinition.removeChild(String name, Base value) voidCodeableConcept.removeChild(String name, Base value) voidCodeableReference.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.removeChild(String name, Base value) voidComposition.SectionComponent.removeChild(String name, Base value) voidConceptMap.AdditionalAttributeComponent.removeChild(String name, Base value) voidConceptMap.ConceptMapGroupComponent.removeChild(String name, Base value) voidConceptMap.ConceptMapGroupUnmappedComponent.removeChild(String name, Base value) voidConceptMap.MappingPropertyComponent.removeChild(String name, Base value) voidConceptMap.OtherElementComponent.removeChild(String name, Base value) voidConceptMap.PropertyComponent.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.ConditionParticipantComponent.removeChild(String name, Base value) voidCondition.ConditionStageComponent.removeChild(String name, Base value) voidCondition.removeChild(String name, Base value) voidConditionDefinition.ConditionDefinitionMedicationComponent.removeChild(String name, Base value) voidConditionDefinition.ConditionDefinitionObservationComponent.removeChild(String name, Base value) voidConditionDefinition.ConditionDefinitionPlanComponent.removeChild(String name, Base value) voidConditionDefinition.ConditionDefinitionPreconditionComponent.removeChild(String name, Base value) voidConditionDefinition.ConditionDefinitionQuestionnaireComponent.removeChild(String name, Base value) voidConditionDefinition.removeChild(String name, Base value) voidConsent.ConsentPolicyBasisComponent.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) voidCoverage.ClassComponent.removeChild(String name, Base value) voidCoverage.CostToBeneficiaryComponent.removeChild(String name, Base value) voidCoverage.CoveragePaymentByComponent.removeChild(String name, Base value) voidCoverage.ExemptionComponent.removeChild(String name, Base value) voidCoverage.removeChild(String name, Base value) voidCoverageEligibilityRequest.CoverageEligibilityRequestEventComponent.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.CoverageEligibilityResponseEventComponent.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.DataRequirementValueFilterComponent.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.DeviceConformsToComponent.removeChild(String name, Base value) voidDevice.DeviceNameComponent.removeChild(String name, Base value) voidDevice.DevicePropertyComponent.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) voidDeviceAssociation.DeviceAssociationOperationComponent.removeChild(String name, Base value) voidDeviceAssociation.removeChild(String name, Base value) voidDeviceDefinition.DeviceDefinitionChargeItemComponent.removeChild(String name, Base value) voidDeviceDefinition.DeviceDefinitionClassificationComponent.removeChild(String name, Base value) voidDeviceDefinition.DeviceDefinitionConformsToComponent.removeChild(String name, Base value) voidDeviceDefinition.DeviceDefinitionCorrectiveActionComponent.removeChild(String name, Base value) voidDeviceDefinition.DeviceDefinitionDeviceNameComponent.removeChild(String name, Base value) voidDeviceDefinition.DeviceDefinitionGuidelineComponent.removeChild(String name, Base value) voidDeviceDefinition.DeviceDefinitionHasPartComponent.removeChild(String name, Base value) voidDeviceDefinition.DeviceDefinitionLinkComponent.removeChild(String name, Base value) voidDeviceDefinition.DeviceDefinitionMaterialComponent.removeChild(String name, Base value) voidDeviceDefinition.DeviceDefinitionPackagingComponent.removeChild(String name, Base value) voidDeviceDefinition.DeviceDefinitionPropertyComponent.removeChild(String name, Base value) voidDeviceDefinition.DeviceDefinitionRegulatoryIdentifierComponent.removeChild(String name, Base value) voidDeviceDefinition.DeviceDefinitionUdiDeviceIdentifierComponent.removeChild(String name, Base value) voidDeviceDefinition.DeviceDefinitionVersionComponent.removeChild(String name, Base value) voidDeviceDefinition.PackagingDistributorComponent.removeChild(String name, Base value) voidDeviceDefinition.removeChild(String name, Base value) voidDeviceDefinition.UdiDeviceIdentifierMarketDistributionComponent.removeChild(String name, Base value) voidDeviceDispense.DeviceDispensePerformerComponent.removeChild(String name, Base value) voidDeviceDispense.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) voidDeviceUsage.DeviceUsageAdherenceComponent.removeChild(String name, Base value) voidDeviceUsage.removeChild(String name, Base value) voidDiagnosticReport.DiagnosticReportMediaComponent.removeChild(String name, Base value) voidDiagnosticReport.DiagnosticReportSupportingInfoComponent.removeChild(String name, Base value) voidDiagnosticReport.removeChild(String name, Base value) voidDocumentReference.DocumentReferenceAttesterComponent.removeChild(String name, Base value) voidDocumentReference.DocumentReferenceContentComponent.removeChild(String name, Base value) voidDocumentReference.DocumentReferenceContentProfileComponent.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) voidElement.removeChild(String name, Base value) voidElementDefinition.ElementDefinitionBaseComponent.removeChild(String name, Base value) voidElementDefinition.ElementDefinitionBindingAdditionalComponent.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.DiagnosisComponent.removeChild(String name, Base value) voidEncounter.EncounterAdmissionComponent.removeChild(String name, Base value) voidEncounter.EncounterLocationComponent.removeChild(String name, Base value) voidEncounter.EncounterParticipantComponent.removeChild(String name, Base value) voidEncounter.ReasonComponent.removeChild(String name, Base value) voidEncounter.removeChild(String name, Base value) voidEncounterHistory.EncounterHistoryLocationComponent.removeChild(String name, Base value) voidEncounterHistory.removeChild(String name, Base value) voidEndpoint.EndpointPayloadComponent.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.ReasonComponent.removeChild(String name, Base value) voidEpisodeOfCare.removeChild(String name, Base value) voidEventDefinition.removeChild(String name, Base value) voidEvidence.EvidenceCertaintyComponent.removeChild(String name, Base value) voidEvidence.EvidenceStatisticAttributeEstimateComponent.removeChild(String name, Base value) voidEvidence.EvidenceStatisticComponent.removeChild(String name, Base value) voidEvidence.EvidenceStatisticModelCharacteristicComponent.removeChild(String name, Base value) voidEvidence.EvidenceStatisticModelCharacteristicVariableComponent.removeChild(String name, Base value) voidEvidence.EvidenceStatisticSampleSizeComponent.removeChild(String name, Base value) voidEvidence.EvidenceVariableDefinitionComponent.removeChild(String name, Base value) voidEvidence.removeChild(String name, Base value) voidEvidenceReport.EvidenceReportRelatesToComponent.removeChild(String name, Base value) voidEvidenceReport.EvidenceReportRelatesToTargetComponent.removeChild(String name, Base value) voidEvidenceReport.EvidenceReportSubjectCharacteristicComponent.removeChild(String name, Base value) voidEvidenceReport.EvidenceReportSubjectComponent.removeChild(String name, Base value) voidEvidenceReport.removeChild(String name, Base value) voidEvidenceReport.SectionComponent.removeChild(String name, Base value) voidEvidenceVariable.EvidenceVariableCategoryComponent.removeChild(String name, Base value) voidEvidenceVariable.EvidenceVariableCharacteristicComponent.removeChild(String name, Base value) voidEvidenceVariable.EvidenceVariableCharacteristicDefinitionByCombinationComponent.removeChild(String name, Base value) voidEvidenceVariable.EvidenceVariableCharacteristicDefinitionByTypeAndValueComponent.removeChild(String name, Base value) voidEvidenceVariable.EvidenceVariableCharacteristicTimeFromEventComponent.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.AddedItemBodySiteComponent.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.ExplanationOfBenefitEventComponent.removeChild(String name, Base value) voidExplanationOfBenefit.InsuranceComponent.removeChild(String name, Base value) voidExplanationOfBenefit.ItemBodySiteComponent.removeChild(String name, Base value) voidExplanationOfBenefit.ItemComponent.removeChild(String name, Base value) voidExplanationOfBenefit.ItemReviewOutcomeComponent.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) voidExtendedContactDetail.removeChild(String name, Base value) voidExtension.removeChild(String name, Base value) voidFamilyMemberHistory.FamilyMemberHistoryConditionComponent.removeChild(String name, Base value) voidFamilyMemberHistory.FamilyMemberHistoryParticipantComponent.removeChild(String name, Base value) voidFamilyMemberHistory.FamilyMemberHistoryProcedureComponent.removeChild(String name, Base value) voidFamilyMemberHistory.removeChild(String name, Base value) voidFlag.removeChild(String name, Base value) voidFormularyItem.removeChild(String name, Base value) voidGenomicStudy.GenomicStudyAnalysisComponent.removeChild(String name, Base value) voidGenomicStudy.GenomicStudyAnalysisDeviceComponent.removeChild(String name, Base value) voidGenomicStudy.GenomicStudyAnalysisInputComponent.removeChild(String name, Base value) voidGenomicStudy.GenomicStudyAnalysisOutputComponent.removeChild(String name, Base value) voidGenomicStudy.GenomicStudyAnalysisPerformerComponent.removeChild(String name, Base value) voidGenomicStudy.removeChild(String name, Base value) voidGoal.GoalTargetComponent.removeChild(String name, Base value) voidGoal.removeChild(String name, Base value) voidGraphDefinition.GraphDefinitionLinkCompartmentComponent.removeChild(String name, Base value) voidGraphDefinition.GraphDefinitionLinkComponent.removeChild(String name, Base value) voidGraphDefinition.GraphDefinitionNodeComponent.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.HealthcareServiceEligibilityComponent.removeChild(String name, Base value) voidHealthcareService.removeChild(String name, Base value) voidHumanName.removeChild(String name, Base value) voidIdentifier.removeChild(String name, Base value) voidImagingSelection.ImageRegion2DComponent.removeChild(String name, Base value) voidImagingSelection.ImageRegion3DComponent.removeChild(String name, Base value) voidImagingSelection.ImagingSelectionInstanceComponent.removeChild(String name, Base value) voidImagingSelection.ImagingSelectionPerformerComponent.removeChild(String name, Base value) voidImagingSelection.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.ImmunizationPerformerComponent.removeChild(String name, Base value) voidImmunization.ImmunizationProgramEligibilityComponent.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) voidIngredient.IngredientManufacturerComponent.removeChild(String name, Base value) voidIngredient.IngredientSubstanceComponent.removeChild(String name, Base value) voidIngredient.IngredientSubstanceStrengthComponent.removeChild(String name, Base value) voidIngredient.IngredientSubstanceStrengthReferenceStrengthComponent.removeChild(String name, Base value) voidIngredient.removeChild(String name, Base value) voidInsurancePlan.CoverageBenefitComponent.removeChild(String name, Base value) voidInsurancePlan.CoverageBenefitLimitComponent.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) voidInventoryItem.InventoryItemAssociationComponent.removeChild(String name, Base value) voidInventoryItem.InventoryItemCharacteristicComponent.removeChild(String name, Base value) voidInventoryItem.InventoryItemDescriptionComponent.removeChild(String name, Base value) voidInventoryItem.InventoryItemInstanceComponent.removeChild(String name, Base value) voidInventoryItem.InventoryItemNameComponent.removeChild(String name, Base value) voidInventoryItem.InventoryItemResponsibleOrganizationComponent.removeChild(String name, Base value) voidInventoryItem.removeChild(String name, Base value) voidInventoryReport.InventoryReportInventoryListingComponent.removeChild(String name, Base value) voidInventoryReport.InventoryReportInventoryListingItemComponent.removeChild(String name, Base value) voidInventoryReport.removeChild(String name, Base value) voidInvoice.InvoiceLineItemComponent.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.ListResourceEntryComponent.removeChild(String name, Base value) voidListResource.removeChild(String name, Base value) voidLocation.LocationPositionComponent.removeChild(String name, Base value) voidLocation.removeChild(String name, Base value) voidManufacturedItemDefinition.ManufacturedItemDefinitionComponentComponent.removeChild(String name, Base value) voidManufacturedItemDefinition.ManufacturedItemDefinitionComponentConstituentComponent.removeChild(String name, Base value) voidManufacturedItemDefinition.ManufacturedItemDefinitionPropertyComponent.removeChild(String name, Base value) voidManufacturedItemDefinition.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.MeasureTermComponent.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) 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.MedicationKnowledgeCostComponent.removeChild(String name, Base value) voidMedicationKnowledge.MedicationKnowledgeDefinitionalComponent.removeChild(String name, Base value) voidMedicationKnowledge.MedicationKnowledgeDefinitionalDrugCharacteristicComponent.removeChild(String name, Base value) voidMedicationKnowledge.MedicationKnowledgeDefinitionalIngredientComponent.removeChild(String name, Base value) voidMedicationKnowledge.MedicationKnowledgeIndicationGuidelineComponent.removeChild(String name, Base value) voidMedicationKnowledge.MedicationKnowledgeIndicationGuidelineDosingGuidelineComponent.removeChild(String name, Base value) voidMedicationKnowledge.MedicationKnowledgeIndicationGuidelineDosingGuidelineDosageComponent.removeChild(String name, Base value) voidMedicationKnowledge.MedicationKnowledgeIndicationGuidelineDosingGuidelinePatientCharacteristicComponent.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.MedicationKnowledgeRegulatorySubstitutionComponent.removeChild(String name, Base value) voidMedicationKnowledge.MedicationKnowledgeRelatedMedicationKnowledgeComponent.removeChild(String name, Base value) voidMedicationKnowledge.MedicationKnowledgeStorageGuidelineComponent.removeChild(String name, Base value) voidMedicationKnowledge.MedicationKnowledgeStorageGuidelineEnvironmentalSettingComponent.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.MedicationStatementAdherenceComponent.removeChild(String name, Base value) voidMedicationStatement.removeChild(String name, Base value) voidMedicinalProductDefinition.MedicinalProductDefinitionCharacteristicComponent.removeChild(String name, Base value) voidMedicinalProductDefinition.MedicinalProductDefinitionContactComponent.removeChild(String name, Base value) voidMedicinalProductDefinition.MedicinalProductDefinitionCrossReferenceComponent.removeChild(String name, Base value) voidMedicinalProductDefinition.MedicinalProductDefinitionNameComponent.removeChild(String name, Base value) voidMedicinalProductDefinition.MedicinalProductDefinitionNamePartComponent.removeChild(String name, Base value) voidMedicinalProductDefinition.MedicinalProductDefinitionNameUsageComponent.removeChild(String name, Base value) voidMedicinalProductDefinition.MedicinalProductDefinitionOperationComponent.removeChild(String name, Base value) voidMedicinalProductDefinition.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.MolecularSequenceRelativeComponent.removeChild(String name, Base value) voidMolecularSequence.MolecularSequenceRelativeEditComponent.removeChild(String name, Base value) voidMolecularSequence.MolecularSequenceRelativeStartingSequenceComponent.removeChild(String name, Base value) voidMolecularSequence.removeChild(String name, Base value) voidMonetaryComponent.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) voidNutritionIntake.NutritionIntakeConsumedItemComponent.removeChild(String name, Base value) voidNutritionIntake.NutritionIntakeIngredientLabelComponent.removeChild(String name, Base value) voidNutritionIntake.NutritionIntakePerformerComponent.removeChild(String name, Base value) voidNutritionIntake.removeChild(String name, Base value) voidNutritionOrder.EnteralFormulaScheduleComponent.removeChild(String name, Base value) voidNutritionOrder.NutritionOrderEnteralFormulaAdditiveComponent.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.OralDietScheduleComponent.removeChild(String name, Base value) voidNutritionOrder.removeChild(String name, Base value) voidNutritionOrder.SupplementScheduleComponent.removeChild(String name, Base value) voidNutritionProduct.NutritionProductCharacteristicComponent.removeChild(String name, Base value) voidNutritionProduct.NutritionProductIngredientComponent.removeChild(String name, Base value) voidNutritionProduct.NutritionProductInstanceComponent.removeChild(String name, Base value) voidNutritionProduct.NutritionProductNutrientComponent.removeChild(String name, Base value) voidNutritionProduct.removeChild(String name, Base value) voidObservation.ObservationComponentComponent.removeChild(String name, Base value) voidObservation.ObservationReferenceRangeComponent.removeChild(String name, Base value) voidObservation.ObservationTriggeredByComponent.removeChild(String name, Base value) voidObservation.removeChild(String name, Base value) voidObservationDefinition.ObservationDefinitionComponentComponent.removeChild(String name, Base value) voidObservationDefinition.ObservationDefinitionQualifiedValueComponent.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) voidOrderedDistribution.OrderedDistributionIntervalComponent.removeChild(String name, Base value) voidOrderedDistribution.removeChild(String name, Base value) voidOrganization.OrganizationQualificationComponent.removeChild(String name, Base value) voidOrganization.removeChild(String name, Base value) voidOrganizationAffiliation.removeChild(String name, Base value) voidPackagedProductDefinition.PackagedProductDefinitionLegalStatusOfSupplyComponent.removeChild(String name, Base value) voidPackagedProductDefinition.PackagedProductDefinitionPackagingComponent.removeChild(String name, Base value) voidPackagedProductDefinition.PackagedProductDefinitionPackagingContainedItemComponent.removeChild(String name, Base value) voidPackagedProductDefinition.PackagedProductDefinitionPackagingPropertyComponent.removeChild(String name, Base value) voidPackagedProductDefinition.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.NotesComponent.removeChild(String name, Base value) voidPaymentReconciliation.PaymentReconciliationAllocationComponent.removeChild(String name, Base value) voidPaymentReconciliation.removeChild(String name, Base value) voidPeriod.removeChild(String name, Base value) voidPermission.PermissionJustificationComponent.removeChild(String name, Base value) voidPermission.removeChild(String name, Base value) voidPermission.RuleActivityComponent.removeChild(String name, Base value) voidPermission.RuleComponent.removeChild(String name, Base value) voidPermission.RuleDataComponent.removeChild(String name, Base value) voidPermission.RuleDataResourceComponent.removeChild(String name, Base value) voidPerson.PersonCommunicationComponent.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.PlanDefinitionActionInputComponent.removeChild(String name, Base value) voidPlanDefinition.PlanDefinitionActionOutputComponent.removeChild(String name, Base value) voidPlanDefinition.PlanDefinitionActionParticipantComponent.removeChild(String name, Base value) voidPlanDefinition.PlanDefinitionActionRelatedActionComponent.removeChild(String name, Base value) voidPlanDefinition.PlanDefinitionActorComponent.removeChild(String name, Base value) voidPlanDefinition.PlanDefinitionActorOptionComponent.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) voidPractitioner.PractitionerCommunicationComponent.removeChild(String name, Base value) voidPractitioner.PractitionerQualificationComponent.removeChild(String name, Base value) voidPractitioner.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) voidRatioRange.removeChild(String name, Base value) voidReference.removeChild(String name, Base value) voidRegulatedAuthorization.RegulatedAuthorizationCaseComponent.removeChild(String name, Base value) voidRegulatedAuthorization.removeChild(String name, Base value) voidRelatedArtifact.removeChild(String name, Base value) voidRelatedPerson.RelatedPersonCommunicationComponent.removeChild(String name, Base value) voidRelatedPerson.removeChild(String name, Base value) voidRequestOrchestration.removeChild(String name, Base value) voidRequestOrchestration.RequestOrchestrationActionComponent.removeChild(String name, Base value) voidRequestOrchestration.RequestOrchestrationActionConditionComponent.removeChild(String name, Base value) voidRequestOrchestration.RequestOrchestrationActionDynamicValueComponent.removeChild(String name, Base value) voidRequestOrchestration.RequestOrchestrationActionInputComponent.removeChild(String name, Base value) voidRequestOrchestration.RequestOrchestrationActionOutputComponent.removeChild(String name, Base value) voidRequestOrchestration.RequestOrchestrationActionParticipantComponent.removeChild(String name, Base value) voidRequestOrchestration.RequestOrchestrationActionRelatedActionComponent.removeChild(String name, Base value) voidRequirements.removeChild(String name, Base value) voidRequirements.RequirementsStatementComponent.removeChild(String name, Base value) voidResearchStudy.removeChild(String name, Base value) voidResearchStudy.ResearchStudyAssociatedPartyComponent.removeChild(String name, Base value) voidResearchStudy.ResearchStudyComparisonGroupComponent.removeChild(String name, Base value) voidResearchStudy.ResearchStudyLabelComponent.removeChild(String name, Base value) voidResearchStudy.ResearchStudyObjectiveComponent.removeChild(String name, Base value) voidResearchStudy.ResearchStudyOutcomeMeasureComponent.removeChild(String name, Base value) voidResearchStudy.ResearchStudyProgressStatusComponent.removeChild(String name, Base value) voidResearchStudy.ResearchStudyRecruitmentComponent.removeChild(String name, Base value) voidResearchSubject.removeChild(String name, Base value) voidResearchSubject.ResearchSubjectProgressComponent.removeChild(String name, Base value) voidResource.removeChild(String name, Base value) voidRiskAssessment.removeChild(String name, Base value) voidRiskAssessment.RiskAssessmentPredictionComponent.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) voidServiceRequest.ServiceRequestOrderDetailComponent.removeChild(String name, Base value) voidServiceRequest.ServiceRequestOrderDetailParameterComponent.removeChild(String name, Base value) voidServiceRequest.ServiceRequestPatientInstructionComponent.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.SpecimenFeatureComponent.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) voidStatistic.removeChild(String name, Base value) voidStatistic.StatisticAttributeEstimateAttributeEstimateComponent.removeChild(String name, Base value) voidStatistic.StatisticAttributeEstimateComponent.removeChild(String name, Base value) voidStatistic.StatisticModelCharacteristicComponent.removeChild(String name, Base value) voidStatistic.StatisticModelCharacteristicVariableComponent.removeChild(String name, Base value) voidStatistic.StatisticSampleSizeComponent.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.StructureMapConstComponent.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.SubscriptionFilterByComponent.removeChild(String name, Base value) voidSubscription.SubscriptionParameterComponent.removeChild(String name, Base value) voidSubscriptionStatus.removeChild(String name, Base value) voidSubscriptionStatus.SubscriptionStatusNotificationEventComponent.removeChild(String name, Base value) voidSubscriptionTopic.removeChild(String name, Base value) voidSubscriptionTopic.SubscriptionTopicCanFilterByComponent.removeChild(String name, Base value) voidSubscriptionTopic.SubscriptionTopicEventTriggerComponent.removeChild(String name, Base value) voidSubscriptionTopic.SubscriptionTopicNotificationShapeComponent.removeChild(String name, Base value) voidSubscriptionTopic.SubscriptionTopicResourceTriggerComponent.removeChild(String name, Base value) voidSubscriptionTopic.SubscriptionTopicResourceTriggerQueryCriteriaComponent.removeChild(String name, Base value) voidSubstance.removeChild(String name, Base value) voidSubstance.SubstanceIngredientComponent.removeChild(String name, Base value) voidSubstanceAmount.removeChild(String name, Base value) voidSubstanceAmount.SubstanceAmountReferenceRangeComponent.removeChild(String name, Base value) voidSubstanceDefinition.removeChild(String name, Base value) voidSubstanceDefinition.SubstanceDefinitionCharacterizationComponent.removeChild(String name, Base value) voidSubstanceDefinition.SubstanceDefinitionCodeComponent.removeChild(String name, Base value) voidSubstanceDefinition.SubstanceDefinitionMoietyComponent.removeChild(String name, Base value) voidSubstanceDefinition.SubstanceDefinitionMolecularWeightComponent.removeChild(String name, Base value) voidSubstanceDefinition.SubstanceDefinitionNameComponent.removeChild(String name, Base value) voidSubstanceDefinition.SubstanceDefinitionNameOfficialComponent.removeChild(String name, Base value) voidSubstanceDefinition.SubstanceDefinitionPropertyComponent.removeChild(String name, Base value) voidSubstanceDefinition.SubstanceDefinitionRelationshipComponent.removeChild(String name, Base value) voidSubstanceDefinition.SubstanceDefinitionSourceMaterialComponent.removeChild(String name, Base value) voidSubstanceDefinition.SubstanceDefinitionStructureComponent.removeChild(String name, Base value) voidSubstanceDefinition.SubstanceDefinitionStructureRepresentationComponent.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.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) 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.removeChild(String name, Base value) voidTask.TaskInputComponent.removeChild(String name, Base value) voidTask.TaskOutputComponent.removeChild(String name, Base value) voidTask.TaskPerformerComponent.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) voidTestPlan.removeChild(String name, Base value) voidTestPlan.TestCaseDependencyComponent.removeChild(String name, Base value) voidTestPlan.TestPlanDependencyComponent.removeChild(String name, Base value) voidTestPlan.TestPlanTestCaseAssertionComponent.removeChild(String name, Base value) voidTestPlan.TestPlanTestCaseComponent.removeChild(String name, Base value) voidTestPlan.TestPlanTestCaseTestDataComponent.removeChild(String name, Base value) voidTestPlan.TestPlanTestCaseTestRunComponent.removeChild(String name, Base value) voidTestPlan.TestPlanTestCaseTestRunScriptComponent.removeChild(String name, Base value) voidTestReport.removeChild(String name, Base value) voidTestReport.SetupActionAssertComponent.removeChild(String name, Base value) voidTestReport.SetupActionAssertRequirementComponent.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.SetupActionAssertRequirementComponent.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.TestScriptScopeComponent.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) voidTransport.ParameterComponent.removeChild(String name, Base value) voidTransport.removeChild(String name, Base value) voidTransport.TransportOutputComponent.removeChild(String name, Base value) voidTransport.TransportRestrictionComponent.removeChild(String name, Base value) voidTriggerDefinition.removeChild(String name, Base value) voidUsageContext.removeChild(String name, Base value) voidValueSet.ConceptPropertyComponent.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.ConceptSubPropertyComponent.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) voidValueSet.ValueSetExpansionPropertyComponent.removeChild(String name, Base value) voidValueSet.ValueSetScopeComponent.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) voidVirtualServiceDetail.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.AccountBalanceComponent.setProperty(int hash, String name, Base value) Account.AccountBalanceComponent.setProperty(String name, Base value) Account.AccountDiagnosisComponent.setProperty(int hash, String name, Base value) Account.AccountDiagnosisComponent.setProperty(String name, Base value) Account.AccountProcedureComponent.setProperty(int hash, String name, Base value) Account.AccountProcedureComponent.setProperty(String name, Base value) Account.AccountRelatedAccountComponent.setProperty(int hash, String name, Base value) Account.AccountRelatedAccountComponent.setProperty(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) ActorDefinition.setProperty(int hash, String name, Base value) ActorDefinition.setProperty(String name, Base value) Address.setProperty(int hash, String name, Base value) Address.setProperty(String name, Base value) AdministrableProductDefinition.AdministrableProductDefinitionPropertyComponent.setProperty(int hash, String name, Base value) AdministrableProductDefinition.AdministrableProductDefinitionPropertyComponent.setProperty(String name, Base value) AdministrableProductDefinition.AdministrableProductDefinitionRouteOfAdministrationComponent.setProperty(int hash, String name, Base value) AdministrableProductDefinition.AdministrableProductDefinitionRouteOfAdministrationComponent.setProperty(String name, Base value) AdministrableProductDefinition.AdministrableProductDefinitionRouteOfAdministrationTargetSpeciesComponent.setProperty(int hash, String name, Base value) AdministrableProductDefinition.AdministrableProductDefinitionRouteOfAdministrationTargetSpeciesComponent.setProperty(String name, Base value) AdministrableProductDefinition.AdministrableProductDefinitionRouteOfAdministrationTargetSpeciesWithdrawalPeriodComponent.setProperty(int hash, String name, Base value) AdministrableProductDefinition.AdministrableProductDefinitionRouteOfAdministrationTargetSpeciesWithdrawalPeriodComponent.setProperty(String name, Base value) AdministrableProductDefinition.setProperty(int hash, String name, Base value) AdministrableProductDefinition.setProperty(String name, Base value) AdverseEvent.AdverseEventContributingFactorComponent.setProperty(int hash, String name, Base value) AdverseEvent.AdverseEventContributingFactorComponent.setProperty(String name, Base value) AdverseEvent.AdverseEventMitigatingActionComponent.setProperty(int hash, String name, Base value) AdverseEvent.AdverseEventMitigatingActionComponent.setProperty(String name, Base value) AdverseEvent.AdverseEventParticipantComponent.setProperty(int hash, String name, Base value) AdverseEvent.AdverseEventParticipantComponent.setProperty(String name, Base value) AdverseEvent.AdverseEventPreventiveActionComponent.setProperty(int hash, String name, Base value) AdverseEvent.AdverseEventPreventiveActionComponent.setProperty(String name, Base value) AdverseEvent.AdverseEventSupportingInfoComponent.setProperty(int hash, String name, Base value) AdverseEvent.AdverseEventSupportingInfoComponent.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) AllergyIntolerance.AllergyIntoleranceParticipantComponent.setProperty(int hash, String name, Base value) AllergyIntolerance.AllergyIntoleranceParticipantComponent.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.AppointmentRecurrenceTemplateComponent.setProperty(int hash, String name, Base value) Appointment.AppointmentRecurrenceTemplateComponent.setProperty(String name, Base value) Appointment.AppointmentRecurrenceTemplateMonthlyTemplateComponent.setProperty(int hash, String name, Base value) Appointment.AppointmentRecurrenceTemplateMonthlyTemplateComponent.setProperty(String name, Base value) Appointment.AppointmentRecurrenceTemplateWeeklyTemplateComponent.setProperty(int hash, String name, Base value) Appointment.AppointmentRecurrenceTemplateWeeklyTemplateComponent.setProperty(String name, Base value) Appointment.AppointmentRecurrenceTemplateYearlyTemplateComponent.setProperty(int hash, String name, Base value) Appointment.AppointmentRecurrenceTemplateYearlyTemplateComponent.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) ArtifactAssessment.ArtifactAssessmentContentComponent.setProperty(int hash, String name, Base value) ArtifactAssessment.ArtifactAssessmentContentComponent.setProperty(String name, Base value) ArtifactAssessment.setProperty(int hash, String name, Base value) ArtifactAssessment.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.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.AuditEventOutcomeComponent.setProperty(int hash, String name, Base value) AuditEvent.AuditEventOutcomeComponent.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) Availability.AvailabilityAvailableTimeComponent.setProperty(int hash, String name, Base value) Availability.AvailabilityAvailableTimeComponent.setProperty(String name, Base value) Availability.AvailabilityNotAvailableTimeComponent.setProperty(int hash, String name, Base value) Availability.AvailabilityNotAvailableTimeComponent.setProperty(String name, Base value) Availability.setProperty(int hash, String name, Base value) Availability.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.BiologicallyDerivedProductPropertyComponent.setProperty(int hash, String name, Base value) BiologicallyDerivedProduct.BiologicallyDerivedProductPropertyComponent.setProperty(String name, Base value) BiologicallyDerivedProduct.setProperty(int hash, String name, Base value) BiologicallyDerivedProduct.setProperty(String name, Base value) BiologicallyDerivedProductDispense.BiologicallyDerivedProductDispensePerformerComponent.setProperty(int hash, String name, Base value) BiologicallyDerivedProductDispense.BiologicallyDerivedProductDispensePerformerComponent.setProperty(String name, Base value) BiologicallyDerivedProductDispense.setProperty(int hash, String name, Base value) BiologicallyDerivedProductDispense.setProperty(String name, Base value) BodyStructure.BodyStructureIncludedStructureBodyLandmarkOrientationComponent.setProperty(int hash, String name, Base value) BodyStructure.BodyStructureIncludedStructureBodyLandmarkOrientationComponent.setProperty(String name, Base value) BodyStructure.BodyStructureIncludedStructureBodyLandmarkOrientationDistanceFromLandmarkComponent.setProperty(int hash, String name, Base value) BodyStructure.BodyStructureIncludedStructureBodyLandmarkOrientationDistanceFromLandmarkComponent.setProperty(String name, Base value) BodyStructure.BodyStructureIncludedStructureComponent.setProperty(int hash, String name, Base value) BodyStructure.BodyStructureIncludedStructureComponent.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) CanonicalResource.setProperty(int hash, String name, Base value) CanonicalResource.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.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) 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.setProperty(int hash, String name, Base value) ChargeItemDefinition.setProperty(String name, Base value) Citation.CitationCitedArtifactAbstractComponent.setProperty(int hash, String name, Base value) Citation.CitationCitedArtifactAbstractComponent.setProperty(String name, Base value) Citation.CitationCitedArtifactClassificationComponent.setProperty(int hash, String name, Base value) Citation.CitationCitedArtifactClassificationComponent.setProperty(String name, Base value) Citation.CitationCitedArtifactComponent.setProperty(int hash, String name, Base value) Citation.CitationCitedArtifactComponent.setProperty(String name, Base value) Citation.CitationCitedArtifactContributorshipComponent.setProperty(int hash, String name, Base value) Citation.CitationCitedArtifactContributorshipComponent.setProperty(String name, Base value) Citation.CitationCitedArtifactContributorshipEntryComponent.setProperty(int hash, String name, Base value) Citation.CitationCitedArtifactContributorshipEntryComponent.setProperty(String name, Base value) Citation.CitationCitedArtifactContributorshipEntryContributionInstanceComponent.setProperty(int hash, String name, Base value) Citation.CitationCitedArtifactContributorshipEntryContributionInstanceComponent.setProperty(String name, Base value) Citation.CitationCitedArtifactPartComponent.setProperty(int hash, String name, Base value) Citation.CitationCitedArtifactPartComponent.setProperty(String name, Base value) Citation.CitationCitedArtifactPublicationFormComponent.setProperty(int hash, String name, Base value) Citation.CitationCitedArtifactPublicationFormComponent.setProperty(String name, Base value) Citation.CitationCitedArtifactPublicationFormPublishedInComponent.setProperty(int hash, String name, Base value) Citation.CitationCitedArtifactPublicationFormPublishedInComponent.setProperty(String name, Base value) Citation.CitationCitedArtifactRelatesToComponent.setProperty(int hash, String name, Base value) Citation.CitationCitedArtifactRelatesToComponent.setProperty(String name, Base value) Citation.CitationCitedArtifactStatusDateComponent.setProperty(int hash, String name, Base value) Citation.CitationCitedArtifactStatusDateComponent.setProperty(String name, Base value) Citation.CitationCitedArtifactTitleComponent.setProperty(int hash, String name, Base value) Citation.CitationCitedArtifactTitleComponent.setProperty(String name, Base value) Citation.CitationCitedArtifactVersionComponent.setProperty(int hash, String name, Base value) Citation.CitationCitedArtifactVersionComponent.setProperty(String name, Base value) Citation.CitationCitedArtifactWebLocationComponent.setProperty(int hash, String name, Base value) Citation.CitationCitedArtifactWebLocationComponent.setProperty(String name, Base value) Citation.CitationClassificationComponent.setProperty(int hash, String name, Base value) Citation.CitationClassificationComponent.setProperty(String name, Base value) Citation.CitationStatusDateComponent.setProperty(int hash, String name, Base value) Citation.CitationStatusDateComponent.setProperty(String name, Base value) Citation.CitationSummaryComponent.setProperty(int hash, String name, Base value) Citation.CitationSummaryComponent.setProperty(String name, Base value) Citation.ContributorshipSummaryComponent.setProperty(int hash, String name, Base value) Citation.ContributorshipSummaryComponent.setProperty(String name, Base value) Citation.setProperty(int hash, String name, Base value) Citation.setProperty(String name, Base value) Claim.AccidentComponent.setProperty(int hash, String name, Base value) Claim.AccidentComponent.setProperty(String name, Base value) Claim.BodySiteComponent.setProperty(int hash, String name, Base value) Claim.BodySiteComponent.setProperty(String name, Base value) Claim.CareTeamComponent.setProperty(int hash, String name, Base value) Claim.CareTeamComponent.setProperty(String name, Base value) Claim.ClaimEventComponent.setProperty(int hash, String name, Base value) Claim.ClaimEventComponent.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.BodySiteComponent.setProperty(int hash, String name, Base value) ClaimResponse.BodySiteComponent.setProperty(String name, Base value) ClaimResponse.ClaimResponseEventComponent.setProperty(int hash, String name, Base value) ClaimResponse.ClaimResponseEventComponent.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.ReviewOutcomeComponent.setProperty(int hash, String name, Base value) ClaimResponse.ReviewOutcomeComponent.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.setProperty(int hash, String name, Base value) ClinicalImpression.setProperty(String name, Base value) ClinicalUseDefinition.ClinicalUseDefinitionContraindicationComponent.setProperty(int hash, String name, Base value) ClinicalUseDefinition.ClinicalUseDefinitionContraindicationComponent.setProperty(String name, Base value) ClinicalUseDefinition.ClinicalUseDefinitionContraindicationOtherTherapyComponent.setProperty(int hash, String name, Base value) ClinicalUseDefinition.ClinicalUseDefinitionContraindicationOtherTherapyComponent.setProperty(String name, Base value) ClinicalUseDefinition.ClinicalUseDefinitionIndicationComponent.setProperty(int hash, String name, Base value) ClinicalUseDefinition.ClinicalUseDefinitionIndicationComponent.setProperty(String name, Base value) ClinicalUseDefinition.ClinicalUseDefinitionInteractionComponent.setProperty(int hash, String name, Base value) ClinicalUseDefinition.ClinicalUseDefinitionInteractionComponent.setProperty(String name, Base value) ClinicalUseDefinition.ClinicalUseDefinitionInteractionInteractantComponent.setProperty(int hash, String name, Base value) ClinicalUseDefinition.ClinicalUseDefinitionInteractionInteractantComponent.setProperty(String name, Base value) ClinicalUseDefinition.ClinicalUseDefinitionUndesirableEffectComponent.setProperty(int hash, String name, Base value) ClinicalUseDefinition.ClinicalUseDefinitionUndesirableEffectComponent.setProperty(String name, Base value) ClinicalUseDefinition.ClinicalUseDefinitionWarningComponent.setProperty(int hash, String name, Base value) ClinicalUseDefinition.ClinicalUseDefinitionWarningComponent.setProperty(String name, Base value) ClinicalUseDefinition.setProperty(int hash, String name, Base value) ClinicalUseDefinition.setProperty(String name, Base value) CodeableConcept.setProperty(int hash, String name, Base value) CodeableConcept.setProperty(String name, Base value) CodeableReference.setProperty(int hash, String name, Base value) CodeableReference.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.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.AdditionalAttributeComponent.setProperty(int hash, String name, Base value) ConceptMap.AdditionalAttributeComponent.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.MappingPropertyComponent.setProperty(int hash, String name, Base value) ConceptMap.MappingPropertyComponent.setProperty(String name, Base value) ConceptMap.OtherElementComponent.setProperty(int hash, String name, Base value) ConceptMap.OtherElementComponent.setProperty(String name, Base value) ConceptMap.PropertyComponent.setProperty(int hash, String name, Base value) ConceptMap.PropertyComponent.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.ConditionParticipantComponent.setProperty(int hash, String name, Base value) Condition.ConditionParticipantComponent.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) ConditionDefinition.ConditionDefinitionMedicationComponent.setProperty(int hash, String name, Base value) ConditionDefinition.ConditionDefinitionMedicationComponent.setProperty(String name, Base value) ConditionDefinition.ConditionDefinitionObservationComponent.setProperty(int hash, String name, Base value) ConditionDefinition.ConditionDefinitionObservationComponent.setProperty(String name, Base value) ConditionDefinition.ConditionDefinitionPlanComponent.setProperty(int hash, String name, Base value) ConditionDefinition.ConditionDefinitionPlanComponent.setProperty(String name, Base value) ConditionDefinition.ConditionDefinitionPreconditionComponent.setProperty(int hash, String name, Base value) ConditionDefinition.ConditionDefinitionPreconditionComponent.setProperty(String name, Base value) ConditionDefinition.ConditionDefinitionQuestionnaireComponent.setProperty(int hash, String name, Base value) ConditionDefinition.ConditionDefinitionQuestionnaireComponent.setProperty(String name, Base value) ConditionDefinition.setProperty(int hash, String name, Base value) ConditionDefinition.setProperty(String name, Base value) Consent.ConsentPolicyBasisComponent.setProperty(int hash, String name, Base value) Consent.ConsentPolicyBasisComponent.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) 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.CoveragePaymentByComponent.setProperty(int hash, String name, Base value) Coverage.CoveragePaymentByComponent.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.CoverageEligibilityRequestEventComponent.setProperty(int hash, String name, Base value) CoverageEligibilityRequest.CoverageEligibilityRequestEventComponent.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.CoverageEligibilityResponseEventComponent.setProperty(int hash, String name, Base value) CoverageEligibilityResponse.CoverageEligibilityResponseEventComponent.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.DataRequirementValueFilterComponent.setProperty(int hash, String name, Base value) DataRequirement.DataRequirementValueFilterComponent.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.DeviceConformsToComponent.setProperty(int hash, String name, Base value) Device.DeviceConformsToComponent.setProperty(String name, Base value) Device.DeviceNameComponent.setProperty(int hash, String name, Base value) Device.DeviceNameComponent.setProperty(String name, Base value) Device.DevicePropertyComponent.setProperty(int hash, String name, Base value) Device.DevicePropertyComponent.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) DeviceAssociation.DeviceAssociationOperationComponent.setProperty(int hash, String name, Base value) DeviceAssociation.DeviceAssociationOperationComponent.setProperty(String name, Base value) DeviceAssociation.setProperty(int hash, String name, Base value) DeviceAssociation.setProperty(String name, Base value) DeviceDefinition.DeviceDefinitionChargeItemComponent.setProperty(int hash, String name, Base value) DeviceDefinition.DeviceDefinitionChargeItemComponent.setProperty(String name, Base value) DeviceDefinition.DeviceDefinitionClassificationComponent.setProperty(int hash, String name, Base value) DeviceDefinition.DeviceDefinitionClassificationComponent.setProperty(String name, Base value) DeviceDefinition.DeviceDefinitionConformsToComponent.setProperty(int hash, String name, Base value) DeviceDefinition.DeviceDefinitionConformsToComponent.setProperty(String name, Base value) DeviceDefinition.DeviceDefinitionCorrectiveActionComponent.setProperty(int hash, String name, Base value) DeviceDefinition.DeviceDefinitionCorrectiveActionComponent.setProperty(String name, Base value) DeviceDefinition.DeviceDefinitionDeviceNameComponent.setProperty(int hash, String name, Base value) DeviceDefinition.DeviceDefinitionDeviceNameComponent.setProperty(String name, Base value) DeviceDefinition.DeviceDefinitionGuidelineComponent.setProperty(int hash, String name, Base value) DeviceDefinition.DeviceDefinitionGuidelineComponent.setProperty(String name, Base value) DeviceDefinition.DeviceDefinitionHasPartComponent.setProperty(int hash, String name, Base value) DeviceDefinition.DeviceDefinitionHasPartComponent.setProperty(String name, Base value) DeviceDefinition.DeviceDefinitionLinkComponent.setProperty(int hash, String name, Base value) DeviceDefinition.DeviceDefinitionLinkComponent.setProperty(String name, Base value) DeviceDefinition.DeviceDefinitionMaterialComponent.setProperty(int hash, String name, Base value) DeviceDefinition.DeviceDefinitionMaterialComponent.setProperty(String name, Base value) DeviceDefinition.DeviceDefinitionPackagingComponent.setProperty(int hash, String name, Base value) DeviceDefinition.DeviceDefinitionPackagingComponent.setProperty(String name, Base value) DeviceDefinition.DeviceDefinitionPropertyComponent.setProperty(int hash, String name, Base value) DeviceDefinition.DeviceDefinitionPropertyComponent.setProperty(String name, Base value) DeviceDefinition.DeviceDefinitionRegulatoryIdentifierComponent.setProperty(int hash, String name, Base value) DeviceDefinition.DeviceDefinitionRegulatoryIdentifierComponent.setProperty(String name, Base value) DeviceDefinition.DeviceDefinitionUdiDeviceIdentifierComponent.setProperty(int hash, String name, Base value) DeviceDefinition.DeviceDefinitionUdiDeviceIdentifierComponent.setProperty(String name, Base value) DeviceDefinition.DeviceDefinitionVersionComponent.setProperty(int hash, String name, Base value) DeviceDefinition.DeviceDefinitionVersionComponent.setProperty(String name, Base value) DeviceDefinition.PackagingDistributorComponent.setProperty(int hash, String name, Base value) DeviceDefinition.PackagingDistributorComponent.setProperty(String name, Base value) DeviceDefinition.setProperty(int hash, String name, Base value) DeviceDefinition.setProperty(String name, Base value) DeviceDefinition.UdiDeviceIdentifierMarketDistributionComponent.setProperty(int hash, String name, Base value) DeviceDefinition.UdiDeviceIdentifierMarketDistributionComponent.setProperty(String name, Base value) DeviceDispense.DeviceDispensePerformerComponent.setProperty(int hash, String name, Base value) DeviceDispense.DeviceDispensePerformerComponent.setProperty(String name, Base value) DeviceDispense.setProperty(int hash, String name, Base value) DeviceDispense.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) DeviceUsage.DeviceUsageAdherenceComponent.setProperty(int hash, String name, Base value) DeviceUsage.DeviceUsageAdherenceComponent.setProperty(String name, Base value) DeviceUsage.setProperty(int hash, String name, Base value) DeviceUsage.setProperty(String name, Base value) DiagnosticReport.DiagnosticReportMediaComponent.setProperty(int hash, String name, Base value) DiagnosticReport.DiagnosticReportMediaComponent.setProperty(String name, Base value) DiagnosticReport.DiagnosticReportSupportingInfoComponent.setProperty(int hash, String name, Base value) DiagnosticReport.DiagnosticReportSupportingInfoComponent.setProperty(String name, Base value) DiagnosticReport.setProperty(int hash, String name, Base value) DiagnosticReport.setProperty(String name, Base value) DocumentReference.DocumentReferenceAttesterComponent.setProperty(int hash, String name, Base value) DocumentReference.DocumentReferenceAttesterComponent.setProperty(String name, Base value) DocumentReference.DocumentReferenceContentComponent.setProperty(int hash, String name, Base value) DocumentReference.DocumentReferenceContentComponent.setProperty(String name, Base value) DocumentReference.DocumentReferenceContentProfileComponent.setProperty(int hash, String name, Base value) DocumentReference.DocumentReferenceContentProfileComponent.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) 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.ElementDefinitionBindingAdditionalComponent.setProperty(int hash, String name, Base value) ElementDefinition.ElementDefinitionBindingAdditionalComponent.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.DiagnosisComponent.setProperty(int hash, String name, Base value) Encounter.DiagnosisComponent.setProperty(String name, Base value) Encounter.EncounterAdmissionComponent.setProperty(int hash, String name, Base value) Encounter.EncounterAdmissionComponent.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.ReasonComponent.setProperty(int hash, String name, Base value) Encounter.ReasonComponent.setProperty(String name, Base value) Encounter.setProperty(int hash, String name, Base value) Encounter.setProperty(String name, Base value) EncounterHistory.EncounterHistoryLocationComponent.setProperty(int hash, String name, Base value) EncounterHistory.EncounterHistoryLocationComponent.setProperty(String name, Base value) EncounterHistory.setProperty(int hash, String name, Base value) EncounterHistory.setProperty(String name, Base value) Endpoint.EndpointPayloadComponent.setProperty(int hash, String name, Base value) Endpoint.EndpointPayloadComponent.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.ReasonComponent.setProperty(int hash, String name, Base value) EpisodeOfCare.ReasonComponent.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.EvidenceCertaintyComponent.setProperty(int hash, String name, Base value) Evidence.EvidenceCertaintyComponent.setProperty(String name, Base value) Evidence.EvidenceStatisticAttributeEstimateComponent.setProperty(int hash, String name, Base value) Evidence.EvidenceStatisticAttributeEstimateComponent.setProperty(String name, Base value) Evidence.EvidenceStatisticComponent.setProperty(int hash, String name, Base value) Evidence.EvidenceStatisticComponent.setProperty(String name, Base value) Evidence.EvidenceStatisticModelCharacteristicComponent.setProperty(int hash, String name, Base value) Evidence.EvidenceStatisticModelCharacteristicComponent.setProperty(String name, Base value) Evidence.EvidenceStatisticModelCharacteristicVariableComponent.setProperty(int hash, String name, Base value) Evidence.EvidenceStatisticModelCharacteristicVariableComponent.setProperty(String name, Base value) Evidence.EvidenceStatisticSampleSizeComponent.setProperty(int hash, String name, Base value) Evidence.EvidenceStatisticSampleSizeComponent.setProperty(String name, Base value) Evidence.EvidenceVariableDefinitionComponent.setProperty(int hash, String name, Base value) Evidence.EvidenceVariableDefinitionComponent.setProperty(String name, Base value) Evidence.setProperty(int hash, String name, Base value) Evidence.setProperty(String name, Base value) EvidenceReport.EvidenceReportRelatesToComponent.setProperty(int hash, String name, Base value) EvidenceReport.EvidenceReportRelatesToComponent.setProperty(String name, Base value) EvidenceReport.EvidenceReportRelatesToTargetComponent.setProperty(int hash, String name, Base value) EvidenceReport.EvidenceReportRelatesToTargetComponent.setProperty(String name, Base value) EvidenceReport.EvidenceReportSubjectCharacteristicComponent.setProperty(int hash, String name, Base value) EvidenceReport.EvidenceReportSubjectCharacteristicComponent.setProperty(String name, Base value) EvidenceReport.EvidenceReportSubjectComponent.setProperty(int hash, String name, Base value) EvidenceReport.EvidenceReportSubjectComponent.setProperty(String name, Base value) EvidenceReport.SectionComponent.setProperty(int hash, String name, Base value) EvidenceReport.SectionComponent.setProperty(String name, Base value) EvidenceReport.setProperty(int hash, String name, Base value) EvidenceReport.setProperty(String name, Base value) EvidenceVariable.EvidenceVariableCategoryComponent.setProperty(int hash, String name, Base value) EvidenceVariable.EvidenceVariableCategoryComponent.setProperty(String name, Base value) EvidenceVariable.EvidenceVariableCharacteristicComponent.setProperty(int hash, String name, Base value) EvidenceVariable.EvidenceVariableCharacteristicComponent.setProperty(String name, Base value) EvidenceVariable.EvidenceVariableCharacteristicDefinitionByCombinationComponent.setProperty(int hash, String name, Base value) EvidenceVariable.EvidenceVariableCharacteristicDefinitionByCombinationComponent.setProperty(String name, Base value) EvidenceVariable.EvidenceVariableCharacteristicDefinitionByTypeAndValueComponent.setProperty(int hash, String name, Base value) EvidenceVariable.EvidenceVariableCharacteristicDefinitionByTypeAndValueComponent.setProperty(String name, Base value) EvidenceVariable.EvidenceVariableCharacteristicTimeFromEventComponent.setProperty(int hash, String name, Base value) EvidenceVariable.EvidenceVariableCharacteristicTimeFromEventComponent.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.AddedItemBodySiteComponent.setProperty(int hash, String name, Base value) ExplanationOfBenefit.AddedItemBodySiteComponent.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.ExplanationOfBenefitEventComponent.setProperty(int hash, String name, Base value) ExplanationOfBenefit.ExplanationOfBenefitEventComponent.setProperty(String name, Base value) ExplanationOfBenefit.InsuranceComponent.setProperty(int hash, String name, Base value) ExplanationOfBenefit.InsuranceComponent.setProperty(String name, Base value) ExplanationOfBenefit.ItemBodySiteComponent.setProperty(int hash, String name, Base value) ExplanationOfBenefit.ItemBodySiteComponent.setProperty(String name, Base value) ExplanationOfBenefit.ItemComponent.setProperty(int hash, String name, Base value) ExplanationOfBenefit.ItemComponent.setProperty(String name, Base value) ExplanationOfBenefit.ItemReviewOutcomeComponent.setProperty(int hash, String name, Base value) ExplanationOfBenefit.ItemReviewOutcomeComponent.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) ExtendedContactDetail.setProperty(int hash, String name, Base value) ExtendedContactDetail.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.FamilyMemberHistoryParticipantComponent.setProperty(int hash, String name, Base value) FamilyMemberHistory.FamilyMemberHistoryParticipantComponent.setProperty(String name, Base value) FamilyMemberHistory.FamilyMemberHistoryProcedureComponent.setProperty(int hash, String name, Base value) FamilyMemberHistory.FamilyMemberHistoryProcedureComponent.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) FormularyItem.setProperty(int hash, String name, Base value) FormularyItem.setProperty(String name, Base value) GenomicStudy.GenomicStudyAnalysisComponent.setProperty(int hash, String name, Base value) GenomicStudy.GenomicStudyAnalysisComponent.setProperty(String name, Base value) GenomicStudy.GenomicStudyAnalysisDeviceComponent.setProperty(int hash, String name, Base value) GenomicStudy.GenomicStudyAnalysisDeviceComponent.setProperty(String name, Base value) GenomicStudy.GenomicStudyAnalysisInputComponent.setProperty(int hash, String name, Base value) GenomicStudy.GenomicStudyAnalysisInputComponent.setProperty(String name, Base value) GenomicStudy.GenomicStudyAnalysisOutputComponent.setProperty(int hash, String name, Base value) GenomicStudy.GenomicStudyAnalysisOutputComponent.setProperty(String name, Base value) GenomicStudy.GenomicStudyAnalysisPerformerComponent.setProperty(int hash, String name, Base value) GenomicStudy.GenomicStudyAnalysisPerformerComponent.setProperty(String name, Base value) GenomicStudy.setProperty(int hash, String name, Base value) GenomicStudy.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.GraphDefinitionLinkCompartmentComponent.setProperty(int hash, String name, Base value) GraphDefinition.GraphDefinitionLinkCompartmentComponent.setProperty(String name, Base value) GraphDefinition.GraphDefinitionLinkComponent.setProperty(int hash, String name, Base value) GraphDefinition.GraphDefinitionLinkComponent.setProperty(String name, Base value) GraphDefinition.GraphDefinitionNodeComponent.setProperty(int hash, String name, Base value) GraphDefinition.GraphDefinitionNodeComponent.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.HealthcareServiceEligibilityComponent.setProperty(int hash, String name, Base value) HealthcareService.HealthcareServiceEligibilityComponent.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) ImagingSelection.ImageRegion2DComponent.setProperty(int hash, String name, Base value) ImagingSelection.ImageRegion2DComponent.setProperty(String name, Base value) ImagingSelection.ImageRegion3DComponent.setProperty(int hash, String name, Base value) ImagingSelection.ImageRegion3DComponent.setProperty(String name, Base value) ImagingSelection.ImagingSelectionInstanceComponent.setProperty(int hash, String name, Base value) ImagingSelection.ImagingSelectionInstanceComponent.setProperty(String name, Base value) ImagingSelection.ImagingSelectionPerformerComponent.setProperty(int hash, String name, Base value) ImagingSelection.ImagingSelectionPerformerComponent.setProperty(String name, Base value) ImagingSelection.setProperty(int hash, String name, Base value) ImagingSelection.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.ImmunizationPerformerComponent.setProperty(int hash, String name, Base value) Immunization.ImmunizationPerformerComponent.setProperty(String name, Base value) Immunization.ImmunizationProgramEligibilityComponent.setProperty(int hash, String name, Base value) Immunization.ImmunizationProgramEligibilityComponent.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) Ingredient.IngredientManufacturerComponent.setProperty(int hash, String name, Base value) Ingredient.IngredientManufacturerComponent.setProperty(String name, Base value) Ingredient.IngredientSubstanceComponent.setProperty(int hash, String name, Base value) Ingredient.IngredientSubstanceComponent.setProperty(String name, Base value) Ingredient.IngredientSubstanceStrengthComponent.setProperty(int hash, String name, Base value) Ingredient.IngredientSubstanceStrengthComponent.setProperty(String name, Base value) Ingredient.IngredientSubstanceStrengthReferenceStrengthComponent.setProperty(int hash, String name, Base value) Ingredient.IngredientSubstanceStrengthReferenceStrengthComponent.setProperty(String name, Base value) Ingredient.setProperty(int hash, String name, Base value) Ingredient.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.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) InventoryItem.InventoryItemAssociationComponent.setProperty(int hash, String name, Base value) InventoryItem.InventoryItemAssociationComponent.setProperty(String name, Base value) InventoryItem.InventoryItemCharacteristicComponent.setProperty(int hash, String name, Base value) InventoryItem.InventoryItemCharacteristicComponent.setProperty(String name, Base value) InventoryItem.InventoryItemDescriptionComponent.setProperty(int hash, String name, Base value) InventoryItem.InventoryItemDescriptionComponent.setProperty(String name, Base value) InventoryItem.InventoryItemInstanceComponent.setProperty(int hash, String name, Base value) InventoryItem.InventoryItemInstanceComponent.setProperty(String name, Base value) InventoryItem.InventoryItemNameComponent.setProperty(int hash, String name, Base value) InventoryItem.InventoryItemNameComponent.setProperty(String name, Base value) InventoryItem.InventoryItemResponsibleOrganizationComponent.setProperty(int hash, String name, Base value) InventoryItem.InventoryItemResponsibleOrganizationComponent.setProperty(String name, Base value) InventoryItem.setProperty(int hash, String name, Base value) InventoryItem.setProperty(String name, Base value) InventoryReport.InventoryReportInventoryListingComponent.setProperty(int hash, String name, Base value) InventoryReport.InventoryReportInventoryListingComponent.setProperty(String name, Base value) InventoryReport.InventoryReportInventoryListingItemComponent.setProperty(int hash, String name, Base value) InventoryReport.InventoryReportInventoryListingItemComponent.setProperty(String name, Base value) InventoryReport.setProperty(int hash, String name, Base value) InventoryReport.setProperty(String name, Base value) Invoice.InvoiceLineItemComponent.setProperty(int hash, String name, Base value) Invoice.InvoiceLineItemComponent.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.ListResourceEntryComponent.setProperty(int hash, String name, Base value) ListResource.ListResourceEntryComponent.setProperty(String name, Base value) ListResource.setProperty(int hash, String name, Base value) ListResource.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) ManufacturedItemDefinition.ManufacturedItemDefinitionComponentComponent.setProperty(int hash, String name, Base value) ManufacturedItemDefinition.ManufacturedItemDefinitionComponentComponent.setProperty(String name, Base value) ManufacturedItemDefinition.ManufacturedItemDefinitionComponentConstituentComponent.setProperty(int hash, String name, Base value) ManufacturedItemDefinition.ManufacturedItemDefinitionComponentConstituentComponent.setProperty(String name, Base value) ManufacturedItemDefinition.ManufacturedItemDefinitionPropertyComponent.setProperty(int hash, String name, Base value) ManufacturedItemDefinition.ManufacturedItemDefinitionPropertyComponent.setProperty(String name, Base value) ManufacturedItemDefinition.setProperty(int hash, String name, Base value) ManufacturedItemDefinition.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.MeasureTermComponent.setProperty(int hash, String name, Base value) Measure.MeasureTermComponent.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) 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.MedicationKnowledgeCostComponent.setProperty(int hash, String name, Base value) MedicationKnowledge.MedicationKnowledgeCostComponent.setProperty(String name, Base value) MedicationKnowledge.MedicationKnowledgeDefinitionalComponent.setProperty(int hash, String name, Base value) MedicationKnowledge.MedicationKnowledgeDefinitionalComponent.setProperty(String name, Base value) MedicationKnowledge.MedicationKnowledgeDefinitionalDrugCharacteristicComponent.setProperty(int hash, String name, Base value) MedicationKnowledge.MedicationKnowledgeDefinitionalDrugCharacteristicComponent.setProperty(String name, Base value) MedicationKnowledge.MedicationKnowledgeDefinitionalIngredientComponent.setProperty(int hash, String name, Base value) MedicationKnowledge.MedicationKnowledgeDefinitionalIngredientComponent.setProperty(String name, Base value) MedicationKnowledge.MedicationKnowledgeIndicationGuidelineComponent.setProperty(int hash, String name, Base value) MedicationKnowledge.MedicationKnowledgeIndicationGuidelineComponent.setProperty(String name, Base value) MedicationKnowledge.MedicationKnowledgeIndicationGuidelineDosingGuidelineComponent.setProperty(int hash, String name, Base value) MedicationKnowledge.MedicationKnowledgeIndicationGuidelineDosingGuidelineComponent.setProperty(String name, Base value) MedicationKnowledge.MedicationKnowledgeIndicationGuidelineDosingGuidelineDosageComponent.setProperty(int hash, String name, Base value) MedicationKnowledge.MedicationKnowledgeIndicationGuidelineDosingGuidelineDosageComponent.setProperty(String name, Base value) MedicationKnowledge.MedicationKnowledgeIndicationGuidelineDosingGuidelinePatientCharacteristicComponent.setProperty(int hash, String name, Base value) MedicationKnowledge.MedicationKnowledgeIndicationGuidelineDosingGuidelinePatientCharacteristicComponent.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.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.MedicationKnowledgeStorageGuidelineComponent.setProperty(int hash, String name, Base value) MedicationKnowledge.MedicationKnowledgeStorageGuidelineComponent.setProperty(String name, Base value) MedicationKnowledge.MedicationKnowledgeStorageGuidelineEnvironmentalSettingComponent.setProperty(int hash, String name, Base value) MedicationKnowledge.MedicationKnowledgeStorageGuidelineEnvironmentalSettingComponent.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.MedicationStatementAdherenceComponent.setProperty(int hash, String name, Base value) MedicationStatement.MedicationStatementAdherenceComponent.setProperty(String name, Base value) MedicationStatement.setProperty(int hash, String name, Base value) MedicationStatement.setProperty(String name, Base value) MedicinalProductDefinition.MedicinalProductDefinitionCharacteristicComponent.setProperty(int hash, String name, Base value) MedicinalProductDefinition.MedicinalProductDefinitionCharacteristicComponent.setProperty(String name, Base value) MedicinalProductDefinition.MedicinalProductDefinitionContactComponent.setProperty(int hash, String name, Base value) MedicinalProductDefinition.MedicinalProductDefinitionContactComponent.setProperty(String name, Base value) MedicinalProductDefinition.MedicinalProductDefinitionCrossReferenceComponent.setProperty(int hash, String name, Base value) MedicinalProductDefinition.MedicinalProductDefinitionCrossReferenceComponent.setProperty(String name, Base value) MedicinalProductDefinition.MedicinalProductDefinitionNameComponent.setProperty(int hash, String name, Base value) MedicinalProductDefinition.MedicinalProductDefinitionNameComponent.setProperty(String name, Base value) MedicinalProductDefinition.MedicinalProductDefinitionNamePartComponent.setProperty(int hash, String name, Base value) MedicinalProductDefinition.MedicinalProductDefinitionNamePartComponent.setProperty(String name, Base value) MedicinalProductDefinition.MedicinalProductDefinitionNameUsageComponent.setProperty(int hash, String name, Base value) MedicinalProductDefinition.MedicinalProductDefinitionNameUsageComponent.setProperty(String name, Base value) MedicinalProductDefinition.MedicinalProductDefinitionOperationComponent.setProperty(int hash, String name, Base value) MedicinalProductDefinition.MedicinalProductDefinitionOperationComponent.setProperty(String name, Base value) MedicinalProductDefinition.setProperty(int hash, String name, Base value) MedicinalProductDefinition.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.MolecularSequenceRelativeComponent.setProperty(int hash, String name, Base value) MolecularSequence.MolecularSequenceRelativeComponent.setProperty(String name, Base value) MolecularSequence.MolecularSequenceRelativeEditComponent.setProperty(int hash, String name, Base value) MolecularSequence.MolecularSequenceRelativeEditComponent.setProperty(String name, Base value) MolecularSequence.MolecularSequenceRelativeStartingSequenceComponent.setProperty(int hash, String name, Base value) MolecularSequence.MolecularSequenceRelativeStartingSequenceComponent.setProperty(String name, Base value) MolecularSequence.setProperty(int hash, String name, Base value) MolecularSequence.setProperty(String name, Base value) MonetaryComponent.setProperty(int hash, String name, Base value) MonetaryComponent.setProperty(String name, Base value) Money.setProperty(int hash, String name, Base value) Money.setProperty(String name, Base value) NamedElementExtension.setProperty(int hash, String name, Base value) NamedElementExtension.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) NutritionIntake.NutritionIntakeConsumedItemComponent.setProperty(int hash, String name, Base value) NutritionIntake.NutritionIntakeConsumedItemComponent.setProperty(String name, Base value) NutritionIntake.NutritionIntakeIngredientLabelComponent.setProperty(int hash, String name, Base value) NutritionIntake.NutritionIntakeIngredientLabelComponent.setProperty(String name, Base value) NutritionIntake.NutritionIntakePerformerComponent.setProperty(int hash, String name, Base value) NutritionIntake.NutritionIntakePerformerComponent.setProperty(String name, Base value) NutritionIntake.setProperty(int hash, String name, Base value) NutritionIntake.setProperty(String name, Base value) NutritionOrder.EnteralFormulaScheduleComponent.setProperty(int hash, String name, Base value) NutritionOrder.EnteralFormulaScheduleComponent.setProperty(String name, Base value) NutritionOrder.NutritionOrderEnteralFormulaAdditiveComponent.setProperty(int hash, String name, Base value) NutritionOrder.NutritionOrderEnteralFormulaAdditiveComponent.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.OralDietScheduleComponent.setProperty(int hash, String name, Base value) NutritionOrder.OralDietScheduleComponent.setProperty(String name, Base value) NutritionOrder.setProperty(int hash, String name, Base value) NutritionOrder.setProperty(String name, Base value) NutritionOrder.SupplementScheduleComponent.setProperty(int hash, String name, Base value) NutritionOrder.SupplementScheduleComponent.setProperty(String name, Base value) NutritionProduct.NutritionProductCharacteristicComponent.setProperty(int hash, String name, Base value) NutritionProduct.NutritionProductCharacteristicComponent.setProperty(String name, Base value) NutritionProduct.NutritionProductIngredientComponent.setProperty(int hash, String name, Base value) NutritionProduct.NutritionProductIngredientComponent.setProperty(String name, Base value) NutritionProduct.NutritionProductInstanceComponent.setProperty(int hash, String name, Base value) NutritionProduct.NutritionProductInstanceComponent.setProperty(String name, Base value) NutritionProduct.NutritionProductNutrientComponent.setProperty(int hash, String name, Base value) NutritionProduct.NutritionProductNutrientComponent.setProperty(String name, Base value) NutritionProduct.setProperty(int hash, String name, Base value) NutritionProduct.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.ObservationTriggeredByComponent.setProperty(int hash, String name, Base value) Observation.ObservationTriggeredByComponent.setProperty(String name, Base value) Observation.setProperty(int hash, String name, Base value) Observation.setProperty(String name, Base value) ObservationDefinition.ObservationDefinitionComponentComponent.setProperty(int hash, String name, Base value) ObservationDefinition.ObservationDefinitionComponentComponent.setProperty(String name, Base value) ObservationDefinition.ObservationDefinitionQualifiedValueComponent.setProperty(int hash, String name, Base value) ObservationDefinition.ObservationDefinitionQualifiedValueComponent.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) OrderedDistribution.OrderedDistributionIntervalComponent.setProperty(int hash, String name, Base value) OrderedDistribution.OrderedDistributionIntervalComponent.setProperty(String name, Base value) OrderedDistribution.setProperty(int hash, String name, Base value) OrderedDistribution.setProperty(String name, Base value) Organization.OrganizationQualificationComponent.setProperty(int hash, String name, Base value) Organization.OrganizationQualificationComponent.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) PackagedProductDefinition.PackagedProductDefinitionLegalStatusOfSupplyComponent.setProperty(int hash, String name, Base value) PackagedProductDefinition.PackagedProductDefinitionLegalStatusOfSupplyComponent.setProperty(String name, Base value) PackagedProductDefinition.PackagedProductDefinitionPackagingComponent.setProperty(int hash, String name, Base value) PackagedProductDefinition.PackagedProductDefinitionPackagingComponent.setProperty(String name, Base value) PackagedProductDefinition.PackagedProductDefinitionPackagingContainedItemComponent.setProperty(int hash, String name, Base value) PackagedProductDefinition.PackagedProductDefinitionPackagingContainedItemComponent.setProperty(String name, Base value) PackagedProductDefinition.PackagedProductDefinitionPackagingPropertyComponent.setProperty(int hash, String name, Base value) PackagedProductDefinition.PackagedProductDefinitionPackagingPropertyComponent.setProperty(String name, Base value) PackagedProductDefinition.setProperty(int hash, String name, Base value) PackagedProductDefinition.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.NotesComponent.setProperty(int hash, String name, Base value) PaymentReconciliation.NotesComponent.setProperty(String name, Base value) PaymentReconciliation.PaymentReconciliationAllocationComponent.setProperty(int hash, String name, Base value) PaymentReconciliation.PaymentReconciliationAllocationComponent.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) Permission.PermissionJustificationComponent.setProperty(int hash, String name, Base value) Permission.PermissionJustificationComponent.setProperty(String name, Base value) Permission.RuleActivityComponent.setProperty(int hash, String name, Base value) Permission.RuleActivityComponent.setProperty(String name, Base value) Permission.RuleComponent.setProperty(int hash, String name, Base value) Permission.RuleComponent.setProperty(String name, Base value) Permission.RuleDataComponent.setProperty(int hash, String name, Base value) Permission.RuleDataComponent.setProperty(String name, Base value) Permission.RuleDataResourceComponent.setProperty(int hash, String name, Base value) Permission.RuleDataResourceComponent.setProperty(String name, Base value) Permission.setProperty(int hash, String name, Base value) Permission.setProperty(String name, Base value) Person.PersonCommunicationComponent.setProperty(int hash, String name, Base value) Person.PersonCommunicationComponent.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.PlanDefinitionActionInputComponent.setProperty(int hash, String name, Base value) PlanDefinition.PlanDefinitionActionInputComponent.setProperty(String name, Base value) PlanDefinition.PlanDefinitionActionOutputComponent.setProperty(int hash, String name, Base value) PlanDefinition.PlanDefinitionActionOutputComponent.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.PlanDefinitionActorComponent.setProperty(int hash, String name, Base value) PlanDefinition.PlanDefinitionActorComponent.setProperty(String name, Base value) PlanDefinition.PlanDefinitionActorOptionComponent.setProperty(int hash, String name, Base value) PlanDefinition.PlanDefinitionActorOptionComponent.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) Practitioner.PractitionerCommunicationComponent.setProperty(int hash, String name, Base value) Practitioner.PractitionerCommunicationComponent.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.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) RatioRange.setProperty(int hash, String name, Base value) RatioRange.setProperty(String name, Base value) Reference.setProperty(int hash, String name, Base value) Reference.setProperty(String name, Base value) RegulatedAuthorization.RegulatedAuthorizationCaseComponent.setProperty(int hash, String name, Base value) RegulatedAuthorization.RegulatedAuthorizationCaseComponent.setProperty(String name, Base value) RegulatedAuthorization.setProperty(int hash, String name, Base value) RegulatedAuthorization.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) RequestOrchestration.RequestOrchestrationActionComponent.setProperty(int hash, String name, Base value) RequestOrchestration.RequestOrchestrationActionComponent.setProperty(String name, Base value) RequestOrchestration.RequestOrchestrationActionConditionComponent.setProperty(int hash, String name, Base value) RequestOrchestration.RequestOrchestrationActionConditionComponent.setProperty(String name, Base value) RequestOrchestration.RequestOrchestrationActionDynamicValueComponent.setProperty(int hash, String name, Base value) RequestOrchestration.RequestOrchestrationActionDynamicValueComponent.setProperty(String name, Base value) RequestOrchestration.RequestOrchestrationActionInputComponent.setProperty(int hash, String name, Base value) RequestOrchestration.RequestOrchestrationActionInputComponent.setProperty(String name, Base value) RequestOrchestration.RequestOrchestrationActionOutputComponent.setProperty(int hash, String name, Base value) RequestOrchestration.RequestOrchestrationActionOutputComponent.setProperty(String name, Base value) RequestOrchestration.RequestOrchestrationActionParticipantComponent.setProperty(int hash, String name, Base value) RequestOrchestration.RequestOrchestrationActionParticipantComponent.setProperty(String name, Base value) RequestOrchestration.RequestOrchestrationActionRelatedActionComponent.setProperty(int hash, String name, Base value) RequestOrchestration.RequestOrchestrationActionRelatedActionComponent.setProperty(String name, Base value) RequestOrchestration.setProperty(int hash, String name, Base value) RequestOrchestration.setProperty(String name, Base value) Requirements.RequirementsStatementComponent.setProperty(int hash, String name, Base value) Requirements.RequirementsStatementComponent.setProperty(String name, Base value) Requirements.setProperty(int hash, String name, Base value) Requirements.setProperty(String name, Base value) ResearchStudy.ResearchStudyAssociatedPartyComponent.setProperty(int hash, String name, Base value) ResearchStudy.ResearchStudyAssociatedPartyComponent.setProperty(String name, Base value) ResearchStudy.ResearchStudyComparisonGroupComponent.setProperty(int hash, String name, Base value) ResearchStudy.ResearchStudyComparisonGroupComponent.setProperty(String name, Base value) ResearchStudy.ResearchStudyLabelComponent.setProperty(int hash, String name, Base value) ResearchStudy.ResearchStudyLabelComponent.setProperty(String name, Base value) ResearchStudy.ResearchStudyObjectiveComponent.setProperty(int hash, String name, Base value) ResearchStudy.ResearchStudyObjectiveComponent.setProperty(String name, Base value) ResearchStudy.ResearchStudyOutcomeMeasureComponent.setProperty(int hash, String name, Base value) ResearchStudy.ResearchStudyOutcomeMeasureComponent.setProperty(String name, Base value) ResearchStudy.ResearchStudyProgressStatusComponent.setProperty(int hash, String name, Base value) ResearchStudy.ResearchStudyProgressStatusComponent.setProperty(String name, Base value) ResearchStudy.ResearchStudyRecruitmentComponent.setProperty(int hash, String name, Base value) ResearchStudy.ResearchStudyRecruitmentComponent.setProperty(String name, Base value) ResearchStudy.setProperty(int hash, String name, Base value) ResearchStudy.setProperty(String name, Base value) ResearchSubject.ResearchSubjectProgressComponent.setProperty(int hash, String name, Base value) ResearchSubject.ResearchSubjectProgressComponent.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) 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.ServiceRequestOrderDetailComponent.setProperty(int hash, String name, Base value) ServiceRequest.ServiceRequestOrderDetailComponent.setProperty(String name, Base value) ServiceRequest.ServiceRequestOrderDetailParameterComponent.setProperty(int hash, String name, Base value) ServiceRequest.ServiceRequestOrderDetailParameterComponent.setProperty(String name, Base value) ServiceRequest.ServiceRequestPatientInstructionComponent.setProperty(int hash, String name, Base value) ServiceRequest.ServiceRequestPatientInstructionComponent.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.SpecimenFeatureComponent.setProperty(int hash, String name, Base value) Specimen.SpecimenFeatureComponent.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) Statistic.setProperty(int hash, String name, Base value) Statistic.setProperty(String name, Base value) Statistic.StatisticAttributeEstimateAttributeEstimateComponent.setProperty(int hash, String name, Base value) Statistic.StatisticAttributeEstimateAttributeEstimateComponent.setProperty(String name, Base value) Statistic.StatisticAttributeEstimateComponent.setProperty(int hash, String name, Base value) Statistic.StatisticAttributeEstimateComponent.setProperty(String name, Base value) Statistic.StatisticModelCharacteristicComponent.setProperty(int hash, String name, Base value) Statistic.StatisticModelCharacteristicComponent.setProperty(String name, Base value) Statistic.StatisticModelCharacteristicVariableComponent.setProperty(int hash, String name, Base value) Statistic.StatisticModelCharacteristicVariableComponent.setProperty(String name, Base value) Statistic.StatisticSampleSizeComponent.setProperty(int hash, String name, Base value) Statistic.StatisticSampleSizeComponent.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.StructureMapConstComponent.setProperty(int hash, String name, Base value) StructureMap.StructureMapConstComponent.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.SubscriptionFilterByComponent.setProperty(int hash, String name, Base value) Subscription.SubscriptionFilterByComponent.setProperty(String name, Base value) Subscription.SubscriptionParameterComponent.setProperty(int hash, String name, Base value) Subscription.SubscriptionParameterComponent.setProperty(String name, Base value) SubscriptionStatus.setProperty(int hash, String name, Base value) SubscriptionStatus.setProperty(String name, Base value) SubscriptionStatus.SubscriptionStatusNotificationEventComponent.setProperty(int hash, String name, Base value) SubscriptionStatus.SubscriptionStatusNotificationEventComponent.setProperty(String name, Base value) SubscriptionTopic.setProperty(int hash, String name, Base value) SubscriptionTopic.setProperty(String name, Base value) SubscriptionTopic.SubscriptionTopicCanFilterByComponent.setProperty(int hash, String name, Base value) SubscriptionTopic.SubscriptionTopicCanFilterByComponent.setProperty(String name, Base value) SubscriptionTopic.SubscriptionTopicEventTriggerComponent.setProperty(int hash, String name, Base value) SubscriptionTopic.SubscriptionTopicEventTriggerComponent.setProperty(String name, Base value) SubscriptionTopic.SubscriptionTopicNotificationShapeComponent.setProperty(int hash, String name, Base value) SubscriptionTopic.SubscriptionTopicNotificationShapeComponent.setProperty(String name, Base value) SubscriptionTopic.SubscriptionTopicResourceTriggerComponent.setProperty(int hash, String name, Base value) SubscriptionTopic.SubscriptionTopicResourceTriggerComponent.setProperty(String name, Base value) SubscriptionTopic.SubscriptionTopicResourceTriggerQueryCriteriaComponent.setProperty(int hash, String name, Base value) SubscriptionTopic.SubscriptionTopicResourceTriggerQueryCriteriaComponent.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) 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) SubstanceDefinition.setProperty(int hash, String name, Base value) SubstanceDefinition.setProperty(String name, Base value) SubstanceDefinition.SubstanceDefinitionCharacterizationComponent.setProperty(int hash, String name, Base value) SubstanceDefinition.SubstanceDefinitionCharacterizationComponent.setProperty(String name, Base value) SubstanceDefinition.SubstanceDefinitionCodeComponent.setProperty(int hash, String name, Base value) SubstanceDefinition.SubstanceDefinitionCodeComponent.setProperty(String name, Base value) SubstanceDefinition.SubstanceDefinitionMoietyComponent.setProperty(int hash, String name, Base value) SubstanceDefinition.SubstanceDefinitionMoietyComponent.setProperty(String name, Base value) SubstanceDefinition.SubstanceDefinitionMolecularWeightComponent.setProperty(int hash, String name, Base value) SubstanceDefinition.SubstanceDefinitionMolecularWeightComponent.setProperty(String name, Base value) SubstanceDefinition.SubstanceDefinitionNameComponent.setProperty(int hash, String name, Base value) SubstanceDefinition.SubstanceDefinitionNameComponent.setProperty(String name, Base value) SubstanceDefinition.SubstanceDefinitionNameOfficialComponent.setProperty(int hash, String name, Base value) SubstanceDefinition.SubstanceDefinitionNameOfficialComponent.setProperty(String name, Base value) SubstanceDefinition.SubstanceDefinitionPropertyComponent.setProperty(int hash, String name, Base value) SubstanceDefinition.SubstanceDefinitionPropertyComponent.setProperty(String name, Base value) SubstanceDefinition.SubstanceDefinitionRelationshipComponent.setProperty(int hash, String name, Base value) SubstanceDefinition.SubstanceDefinitionRelationshipComponent.setProperty(String name, Base value) SubstanceDefinition.SubstanceDefinitionSourceMaterialComponent.setProperty(int hash, String name, Base value) SubstanceDefinition.SubstanceDefinitionSourceMaterialComponent.setProperty(String name, Base value) SubstanceDefinition.SubstanceDefinitionStructureComponent.setProperty(int hash, String name, Base value) SubstanceDefinition.SubstanceDefinitionStructureComponent.setProperty(String name, Base value) SubstanceDefinition.SubstanceDefinitionStructureRepresentationComponent.setProperty(int hash, String name, Base value) SubstanceDefinition.SubstanceDefinitionStructureRepresentationComponent.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.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) 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.setProperty(int hash, String name, Base value) Task.setProperty(String name, Base value) Task.TaskInputComponent.setProperty(int hash, String name, Base value) Task.TaskInputComponent.setProperty(String name, Base value) Task.TaskOutputComponent.setProperty(int hash, String name, Base value) Task.TaskOutputComponent.setProperty(String name, Base value) Task.TaskPerformerComponent.setProperty(int hash, String name, Base value) Task.TaskPerformerComponent.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) TestPlan.setProperty(int hash, String name, Base value) TestPlan.setProperty(String name, Base value) TestPlan.TestCaseDependencyComponent.setProperty(int hash, String name, Base value) TestPlan.TestCaseDependencyComponent.setProperty(String name, Base value) TestPlan.TestPlanDependencyComponent.setProperty(int hash, String name, Base value) TestPlan.TestPlanDependencyComponent.setProperty(String name, Base value) TestPlan.TestPlanTestCaseAssertionComponent.setProperty(int hash, String name, Base value) TestPlan.TestPlanTestCaseAssertionComponent.setProperty(String name, Base value) TestPlan.TestPlanTestCaseComponent.setProperty(int hash, String name, Base value) TestPlan.TestPlanTestCaseComponent.setProperty(String name, Base value) TestPlan.TestPlanTestCaseTestDataComponent.setProperty(int hash, String name, Base value) TestPlan.TestPlanTestCaseTestDataComponent.setProperty(String name, Base value) TestPlan.TestPlanTestCaseTestRunComponent.setProperty(int hash, String name, Base value) TestPlan.TestPlanTestCaseTestRunComponent.setProperty(String name, Base value) TestPlan.TestPlanTestCaseTestRunScriptComponent.setProperty(int hash, String name, Base value) TestPlan.TestPlanTestCaseTestRunScriptComponent.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.SetupActionAssertRequirementComponent.setProperty(int hash, String name, Base value) TestReport.SetupActionAssertRequirementComponent.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.SetupActionAssertRequirementComponent.setProperty(int hash, String name, Base value) TestScript.SetupActionAssertRequirementComponent.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.TestScriptScopeComponent.setProperty(int hash, String name, Base value) TestScript.TestScriptScopeComponent.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) Transport.ParameterComponent.setProperty(int hash, String name, Base value) Transport.ParameterComponent.setProperty(String name, Base value) Transport.setProperty(int hash, String name, Base value) Transport.setProperty(String name, Base value) Transport.TransportOutputComponent.setProperty(int hash, String name, Base value) Transport.TransportOutputComponent.setProperty(String name, Base value) Transport.TransportRestrictionComponent.setProperty(int hash, String name, Base value) Transport.TransportRestrictionComponent.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.ConceptPropertyComponent.setProperty(int hash, String name, Base value) ValueSet.ConceptPropertyComponent.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.ConceptSubPropertyComponent.setProperty(int hash, String name, Base value) ValueSet.ConceptSubPropertyComponent.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) ValueSet.ValueSetExpansionPropertyComponent.setProperty(int hash, String name, Base value) ValueSet.ValueSetExpansionPropertyComponent.setProperty(String name, Base value) ValueSet.ValueSetScopeComponent.setProperty(int hash, String name, Base value) ValueSet.ValueSetScopeComponent.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) VirtualServiceDetail.setProperty(int hash, String name, Base value) VirtualServiceDetail.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.r5.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) Base.executeFunction(FHIRPathEngine engine, Object appContext, List<Base> focus, String functionName, List<List<Base>> parameters) static Tuplestatic TupleTuple.fromMapList(org.hl7.fhir.utilities.FhirPublication publicationVersion, Map<String, List<Base>> map) Constructors in org.hl7.fhir.r5.model with parameters of type BaseModifierConstructorDescriptionNamedElementExtension(String elementName, Base value) ConstructorProfilingWrapper(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.r5.model with type arguments of type Base -
Uses of Base in org.hl7.fhir.r5.openehr
Subclasses of Base in org.hl7.fhir.r5.openehrModifier and TypeClassDescriptionclassEHR-wide access control object.classUsed to record a clinical action that has been performed, which may have been ad hoc, or due to the execution of an Activity in an Instruction workflow.classUsed to specify actions in the future.classAncestor of all real-world types, including people and organisations.classAddress of contact, which may be electronic or geographic.classEntry subtype for administrative information, i.e. information about setting up the clinical process, but not itself clinically relevant.classGeneric concept of any kind of agent, including devices, software systems, but not humans or organisations.classclassAbstract ancestor class for all other classes.classIdentifier for archetypes.classArchetypes act as the configuration basis for the particular structures of instances defined by the reference model.classRecord an attestation of a party (the committer) to item(s) of record content.classThe set of attributes required to document the committal of an information item to a repository.classAbstract idea of an online resource created by a human author.classCapability of a role, such as ehr modifier, health care provider.classThe abstract parent of all clinical ENTRY subtypes.classThe grouping variant of ITEM, which may contain further instances of ITEM, in an ordered list.classA fully coordinated (i.e. all coordination has been performed) term from a terminology service (as distinct from a particular terminology).classContent of one version in a VERSIONED_COMPOSITION.classDescription of a means of contact of a Party.classContent of one version in a VERSIONED_CONTENT_ITEM.classDocuments a Contribution (change set) of one or more versions added to a change-controlled repository.classAbstract parent class of all data structure types.classAbstract parent of all DV_ data value types.classAbstract class defining the concept of quantified entities whose values are absolute with respect to an origin.classAbstract class defining the concept of relative quantified 'amounts'.classItems which are truly boolean data, such as true/false or yes/no answers.classA text item whose value must be the rubric from a controlled terminology, the key (i.e. the 'code') of which is the defining_code attribute.classCountable quantities.classRepresents an absolute point in time, as measured on the Gregorian calendar, and specified only to the day.classRepresents an absolute point in time, specified to the second.classRepresents a period of time with respect to a notional point in time, which is not specified.classA DV_EHR_URI is a DV_URI which has the scheme name 'ehr', and which can only reference items in EHRs.classAbstract class defining the common meta-data of all types of encapsulated data.classSpecifies points in time in a general syntax.classType for representing identifiers of real-world entities.classGeneric class defining an interval (i.e. range) of a comparable type.classA specialisation of DV_ENCAPSULATED for audiovisual and bio-signal types.classAbstract class defining the concept of ordered values, which includes ordinals as well as true quantities.classGeneric class defining an interval (i.e. range) of a comparable type.classDEPRECATED: use markdown formatted DV_TEXT instead.classEncapsulated data expressed as a parsable String.classSpecifies periodic points in time, linked to the calendar (phase-linked), or a real world repeating event, such as breakfast (event-linked).classCountable quantities.classAbstract class defining the concept of true quantified values, i.e. values which are not only ordered, but which have a precise magnitude.classQuantitified type representing scientific quantities, i.e. quantities expressed as a magnitude and units.classA data type that represents scale values, where there is: a) implied ordering, b) no implication that the distance between each value is constant, and c) the total number of values is finite; d) non-integer values are allowed.classFor representing state values which obey a defined state machine, such as a variable representing the states of an instruction or care process.classSpecialised temporal variant of DV_ABSOLUTE_QUANTITY whose diff type is DV_DURATION.classA text item, which may contain any amount of legal characters arranged as e.g. words, sentences etc (i.e. one DV_TEXT may be more than one word).classRepresents an absolute point in time from an origin usually interpreted as meaning the start of the current day, specified to a fraction of a second.classThis is an abstract class of which all timing specifications are specialisations.classA reference to an object which structurally conforms to the Universal Resource Identifier (URI) RFC-3986 standard.classThe EHR object is the root object and access point of an EHR for a subject of care.classEHR-wide access control object.classSingle object per EHR containing various EHR-wide status flags and settings, including whether this EHR can be queried, modified etc.classThe leaf variant of ITEM, to which a DATA_VALUE instance is attached.classThe abstract parent of all ENTRY subtypes.classEntry type for evaluation statements.classDefines the abstract notion of a single event in a series.classDocuments the context information of a healthcare event involving the subject of care and the health system.classThe FEEDER_AUDIT class defines the semantics of an audit trail which is constructed to describe the origin of data that have been transformed into openEHR form and committed to the system.classAudit details for any system in a feeder system chain.classThe concept of a named folder.classGeneric identifier type for identifiers whose format is otherwise unknown to openEHR.classA group is a real world group of parties which is created by another party, usually an organisation, for some specific purpose.classConcrete type corresponding to hierarchical identifiers of the form defined by UID_BASED_ID.classRoot object of a linear history, i.e. time series structure.classVersions whose content is an ORIGINAL_VERSION copied from another location; this class inherits commit_audit and contribution from VERSION, providing imported versions with their own audit trail and Contribution, distinct from those of the imported ORIGINAL_VERSION. classUsed to specify actions in the future.classUsed to record details of the Instruction causing an Action.classModel of a reverse internet domain, as used to uniquely identify an internet domain.classDefines a single interval event in a series.classModel of a transition in the Instruction State Machine, caused by a careflow step.classModel of ISO?s Object Identifier (oid) as defined by the standard ISO/IEC 8824.classThe abstract parent of CLUSTER and ELEMENT representation classes.classLogical list data structure, where each item has a value and can be referred to by a name and a positional index in the list.classLogical single value data structure.classAbstract parent class of all spatial data types.classLogical relational database style table data structure, in which columns are named and ordered with respect to each other.classA tag with optional value that is associated with a target information entity identified by a UID.classLogical tree data structure.classThe LINK type defines a logical relationship between two items, such as two ENTRYs or an ENTRY and a COMPOSITION.classThe LOCATABLE class defines the pathing capabilities used by nearly all classes in the openEHR reference model, mostly via inheritance of LOCATABLE.classReference to a LOCATABLE instance inside the top-level content structure inside a VERSIONidentified by the id attribute. classAncestor class of identifiers of informational objects.classClass describing a reference to another object, which may exist locally or be maintained outside the current namespace, e.g. in another service.classGlobally unique identifier for one version of a versioned object; lexical form: object_id '::' creating_system_id '::' version_tree_id.classEntry subtype for all clinical data in the past or present, i.e. which (by the time it is recorded) has already occurred.classGeneric description of organisations.classA Version containing locally created content and optional attestations.classModel of a participation of a Party (any Actor or Role) in an activity.classAncestor of all Party types, including real world entities and their roles.classProxy data for an identified party other than the subject of the record, minimally consisting of human-readable identifier(s), such as name, formal (and possibly computable) identifiers such as NHS number, and an optional link to external data.classAn identity owned by a Party, such as a person name or company name, and which is used by the Party to identify itself.classAbstract concept of a proxy description of a party, including an optional link to data for this party in a demographic or other identity management system.classIdentifier for parties in a demographic or identity service.classProxy type for identifying a party and its relationship to the subject of the record.classGeneric description of a relationship between parties.classParty proxy representing the subject of the record.classThe PATHABLE class defines the pathing capabilities used by nearly all classes in the openEHR reference model, mostly via inheritance of PATHABLE.classGeneric description of persons.classDefines a single point event in a series.classDefines a named range to be associated with any DV_ORDERED datum.classDefines the descriptive meta-data of a resource.classLanguage-specific detail of resource description.classDefines the notion of a revision history of audit items, each associated with the version for which that audit was committed.classAn entry in a revision history, corresponding to a version from a versioned container.classGeneric description of a role performed by an Actor.classRepresents a heading in a heading structure, or section tree.classIdentifier for templates.classItems which are truly boolean data, such as true/false or yes/no answers.classIdentifier for terminologies such as accessed via a terminology query service.classclassClass providing details of a natural language translation.classAbstract parent of classes representing unique identifiers which identify information entities in a durable way.classAbstract model of UID-based identifiers consisting of a root part and an optional extension; lexical form: root '::' extensionclassModel of ISO?s Object Identifier (oid) as defined by the standard ISO/IEC 8824.classVersion control abstraction, defining semantics for versioning one complex object.classVersion tree identifier for one version.classVersion-controlled composition abstraction, defined by inheriting VERSIONED_OBJECT. classVersion container for EHR_ACCESS instance.classVersion container for EHR_STATUS instance.classA version-controlled hierarchy of FOLDERs giving the effect of a directory.classVersion control abstraction, defining semantics for versioning one complex object.classAncestor of all Party types, including real world entities and their roles.classclassclassclassclassclassclassclassFields in org.hl7.fhir.r5.openehr declared as BaseMethods in org.hl7.fhir.r5.openehr that return BaseModifier and TypeMethodDescriptionstatic BaseTypeFactory.createType(String name) DV_QUANTIFIED.getAccuracy()Base[]ACTION.getProperty(int hash, String name, boolean checkValid) Base[]ACTIVITY.getProperty(int hash, String name, boolean checkValid) Base[]ACTOR.getProperty(int hash, String name, boolean checkValid) Base[]ADDRESS.getProperty(int hash, String name, boolean checkValid) Base[]ADMIN_ENTRY.getProperty(int hash, String name, boolean checkValid) Base[]Annotations.getProperty(int hash, String name, boolean checkValid) Base[]ARCHETYPED.getProperty(int hash, String name, boolean checkValid) Base[]ATTESTATION.getProperty(int hash, String name, boolean checkValid) Base[]AUDIT_DETAILS.getProperty(int hash, String name, boolean checkValid) Base[]AUTHORED_RESOURCE.getProperty(int hash, String name, boolean checkValid) Base[]CAPABILITY.getProperty(int hash, String name, boolean checkValid) Base[]CARE_ENTRY.getProperty(int hash, String name, boolean checkValid) Base[]CLUSTER.getProperty(int hash, String name, boolean checkValid) Base[]CODE_PHRASE.getProperty(int hash, String name, boolean checkValid) Base[]COMPOSITION.getProperty(int hash, String name, boolean checkValid) Base[]CONTACT.getProperty(int hash, String name, boolean checkValid) Base[]CONTRIBUTION.getProperty(int hash, String name, boolean checkValid) Base[]DV_AMOUNT.getProperty(int hash, String name, boolean checkValid) Base[]DV_BOOLEAN.getProperty(int hash, String name, boolean checkValid) Base[]DV_CODED_TEXT.getProperty(int hash, String name, boolean checkValid) Base[]DV_COUNT.getProperty(int hash, String name, boolean checkValid) Base[]DV_DATE_TIME.getProperty(int hash, String name, boolean checkValid) Base[]DV_DATE.getProperty(int hash, String name, boolean checkValid) Base[]DV_DURATION.getProperty(int hash, String name, boolean checkValid) Base[]DV_ENCAPSULATED.getProperty(int hash, String name, boolean checkValid) Base[]DV_IDENTIFIER.getProperty(int hash, String name, boolean checkValid) Base[]DV_MULTIMEDIA.getProperty(int hash, String name, boolean checkValid) Base[]DV_ORDERED.getProperty(int hash, String name, boolean checkValid) Base[]DV_ORDINAL.getProperty(int hash, String name, boolean checkValid) Base[]DV_PARAGRAPH.getProperty(int hash, String name, boolean checkValid) Base[]DV_PARSABLE.getProperty(int hash, String name, boolean checkValid) Base[]DV_PROPORTION.getProperty(int hash, String name, boolean checkValid) Base[]DV_QUANTIFIED.getProperty(int hash, String name, boolean checkValid) Base[]DV_QUANTITY.getProperty(int hash, String name, boolean checkValid) Base[]DV_SCALE.getProperty(int hash, String name, boolean checkValid) Base[]DV_STATE.getProperty(int hash, String name, boolean checkValid) Base[]DV_TEXT.getProperty(int hash, String name, boolean checkValid) Base[]DV_TIME_SPECIFICATION.getProperty(int hash, String name, boolean checkValid) Base[]DV_TIME.getProperty(int hash, String name, boolean checkValid) Base[]DV_URI.getProperty(int hash, String name, boolean checkValid) Base[]EHR_ACCESS.getProperty(int hash, String name, boolean checkValid) Base[]EHR_STATUS.getProperty(int hash, String name, boolean checkValid) Base[]EHR.getProperty(int hash, String name, boolean checkValid) Base[]ELEMENT.getProperty(int hash, String name, boolean checkValid) Base[]ENTRY.getProperty(int hash, String name, boolean checkValid) Base[]EVALUATION.getProperty(int hash, String name, boolean checkValid) Base[]EVENT_CONTEXT.getProperty(int hash, String name, boolean checkValid) Base[]EVENT.getProperty(int hash, String name, boolean checkValid) Base[]FEEDER_AUDIT_DETAILS.getProperty(int hash, String name, boolean checkValid) Base[]FEEDER_AUDIT.getProperty(int hash, String name, boolean checkValid) Base[]FOLDER.getProperty(int hash, String name, boolean checkValid) Base[]HISTORY.getProperty(int hash, String name, boolean checkValid) Base[]IMPORTED_VERSION.getProperty(int hash, String name, boolean checkValid) Base[]INSTRUCTION_DETAILS.getProperty(int hash, String name, boolean checkValid) Base[]INSTRUCTION.getProperty(int hash, String name, boolean checkValid) Base[]INTERVAL_EVENT.getProperty(int hash, String name, boolean checkValid) Base[]ISM_TRANSITION.getProperty(int hash, String name, boolean checkValid) Base[]ITEM_LIST.getProperty(int hash, String name, boolean checkValid) Base[]ITEM_SINGLE.getProperty(int hash, String name, boolean checkValid) Base[]ITEM_TABLE.getProperty(int hash, String name, boolean checkValid) Base[]ITEM_TAG.getProperty(int hash, String name, boolean checkValid) Base[]ITEM_TREE.getProperty(int hash, String name, boolean checkValid) Base[]LINK.getProperty(int hash, String name, boolean checkValid) Base[]LOCATABLE_REF.getProperty(int hash, String name, boolean checkValid) Base[]OBJECT_REF.getProperty(int hash, String name, boolean checkValid) Base[]OBSERVATION.getProperty(int hash, String name, boolean checkValid) Base[]ORIGINAL_VERSION.getProperty(int hash, String name, boolean checkValid) Base[]PARTICIPATION.getProperty(int hash, String name, boolean checkValid) Base[]PARTY_IDENTIFIED.getProperty(int hash, String name, boolean checkValid) Base[]PARTY_IDENTITY.getProperty(int hash, String name, boolean checkValid) Base[]PARTY_PROXY.getProperty(int hash, String name, boolean checkValid) Base[]PARTY_RELATED.getProperty(int hash, String name, boolean checkValid) Base[]PARTY_RELATIONSHIP.getProperty(int hash, String name, boolean checkValid) Base[]PARTY.getProperty(int hash, String name, boolean checkValid) Base[]PATHABLE.getProperty(int hash, String name, boolean checkValid) Base[]REFERENCE_RANGE.getProperty(int hash, String name, boolean checkValid) Base[]RESOURCE_DESCRIPTION_ITEM.getProperty(int hash, String name, boolean checkValid) Base[]RESOURCE_DESCRIPTION.getProperty(int hash, String name, boolean checkValid) Base[]REVISION_HISTORY_ITEM.getProperty(int hash, String name, boolean checkValid) Base[]REVISION_HISTORY.getProperty(int hash, String name, boolean checkValid) Base[]ROLE.getProperty(int hash, String name, boolean checkValid) Base[]SECTION.getProperty(int hash, String name, boolean checkValid) Base[]TERM_MAPPING.getProperty(int hash, String name, boolean checkValid) Base[]TranslatedString.getProperty(int hash, String name, boolean checkValid) Base[]TRANSLATION_DETAILS.getProperty(int hash, String name, boolean checkValid) Base[]UID.getProperty(int hash, String name, boolean checkValid) Base[]VERSION_TREE_ID.getProperty(int hash, String name, boolean checkValid) Base[]VERSION.getProperty(int hash, String name, boolean checkValid) Base[]VERSIONED_OBJECT.getProperty(int hash, String name, boolean checkValid) Base[]WebTemplate.getProperty(int hash, String name, boolean checkValid) Base[]WebTemplateInput.getProperty(int hash, String name, boolean checkValid) Base[]WebTemplateInputListItem.getProperty(int hash, String name, boolean checkValid) Base[]WebTemplateInputValidation.getProperty(int hash, String name, boolean checkValid) Base[]WebTemplateInputValidationRange.getProperty(int hash, String name, boolean checkValid) Base[]WebTemplateItem.getProperty(int hash, String name, boolean checkValid) Base[]WebTemplateTermBinding.getProperty(int hash, String name, boolean checkValid) Base[]WebTemplateTermBindingValue.getProperty(int hash, String name, boolean checkValid) ACTION.makeProperty(int hash, String name) ACTIVITY.makeProperty(int hash, String name) ACTOR.makeProperty(int hash, String name) ADDRESS.makeProperty(int hash, String name) ADMIN_ENTRY.makeProperty(int hash, String name) Annotations.makeProperty(int hash, String name) ARCHETYPED.makeProperty(int hash, String name) ATTESTATION.makeProperty(int hash, String name) AUDIT_DETAILS.makeProperty(int hash, String name) AUTHORED_RESOURCE.makeProperty(int hash, String name) CAPABILITY.makeProperty(int hash, String name) CARE_ENTRY.makeProperty(int hash, String name) CLUSTER.makeProperty(int hash, String name) CODE_PHRASE.makeProperty(int hash, String name) COMPOSITION.makeProperty(int hash, String name) CONTACT.makeProperty(int hash, String name) CONTRIBUTION.makeProperty(int hash, String name) DV_AMOUNT.makeProperty(int hash, String name) DV_BOOLEAN.makeProperty(int hash, String name) DV_CODED_TEXT.makeProperty(int hash, String name) DV_COUNT.makeProperty(int hash, String name) DV_DATE_TIME.makeProperty(int hash, String name) DV_DATE.makeProperty(int hash, String name) DV_DURATION.makeProperty(int hash, String name) DV_ENCAPSULATED.makeProperty(int hash, String name) DV_IDENTIFIER.makeProperty(int hash, String name) DV_MULTIMEDIA.makeProperty(int hash, String name) DV_ORDERED.makeProperty(int hash, String name) DV_ORDINAL.makeProperty(int hash, String name) DV_PARAGRAPH.makeProperty(int hash, String name) DV_PARSABLE.makeProperty(int hash, String name) DV_PROPORTION.makeProperty(int hash, String name) DV_QUANTIFIED.makeProperty(int hash, String name) DV_QUANTITY.makeProperty(int hash, String name) DV_SCALE.makeProperty(int hash, String name) DV_STATE.makeProperty(int hash, String name) DV_TEXT.makeProperty(int hash, String name) DV_TIME_SPECIFICATION.makeProperty(int hash, String name) DV_TIME.makeProperty(int hash, String name) DV_URI.makeProperty(int hash, String name) EHR_ACCESS.makeProperty(int hash, String name) EHR_STATUS.makeProperty(int hash, String name) EHR.makeProperty(int hash, String name) ELEMENT.makeProperty(int hash, String name) ENTRY.makeProperty(int hash, String name) EVALUATION.makeProperty(int hash, String name) EVENT_CONTEXT.makeProperty(int hash, String name) EVENT.makeProperty(int hash, String name) FEEDER_AUDIT_DETAILS.makeProperty(int hash, String name) FEEDER_AUDIT.makeProperty(int hash, String name) FOLDER.makeProperty(int hash, String name) HISTORY.makeProperty(int hash, String name) IMPORTED_VERSION.makeProperty(int hash, String name) INSTRUCTION_DETAILS.makeProperty(int hash, String name) INSTRUCTION.makeProperty(int hash, String name) INTERVAL_EVENT.makeProperty(int hash, String name) ISM_TRANSITION.makeProperty(int hash, String name) ITEM_LIST.makeProperty(int hash, String name) ITEM_SINGLE.makeProperty(int hash, String name) ITEM_TABLE.makeProperty(int hash, String name) ITEM_TAG.makeProperty(int hash, String name) ITEM_TREE.makeProperty(int hash, String name) LINK.makeProperty(int hash, String name) LOCATABLE_REF.makeProperty(int hash, String name) OBJECT_REF.makeProperty(int hash, String name) OBSERVATION.makeProperty(int hash, String name) ORIGINAL_VERSION.makeProperty(int hash, String name) PARTICIPATION.makeProperty(int hash, String name) PARTY_IDENTIFIED.makeProperty(int hash, String name) PARTY_IDENTITY.makeProperty(int hash, String name) PARTY_PROXY.makeProperty(int hash, String name) PARTY_RELATED.makeProperty(int hash, String name) PARTY_RELATIONSHIP.makeProperty(int hash, String name) PARTY.makeProperty(int hash, String name) PATHABLE.makeProperty(int hash, String name) REFERENCE_RANGE.makeProperty(int hash, String name) RESOURCE_DESCRIPTION_ITEM.makeProperty(int hash, String name) RESOURCE_DESCRIPTION.makeProperty(int hash, String name) REVISION_HISTORY_ITEM.makeProperty(int hash, String name) REVISION_HISTORY.makeProperty(int hash, String name) ROLE.makeProperty(int hash, String name) SECTION.makeProperty(int hash, String name) TERM_MAPPING.makeProperty(int hash, String name) TranslatedString.makeProperty(int hash, String name) TRANSLATION_DETAILS.makeProperty(int hash, String name) UID.makeProperty(int hash, String name) VERSION_TREE_ID.makeProperty(int hash, String name) VERSION.makeProperty(int hash, String name) VERSIONED_OBJECT.makeProperty(int hash, String name) WebTemplate.makeProperty(int hash, String name) WebTemplateInput.makeProperty(int hash, String name) WebTemplateInputListItem.makeProperty(int hash, String name) WebTemplateInputValidation.makeProperty(int hash, String name) WebTemplateInputValidationRange.makeProperty(int hash, String name) WebTemplateItem.makeProperty(int hash, String name) WebTemplateTermBinding.makeProperty(int hash, String name) WebTemplateTermBindingValue.makeProperty(int hash, String name) OpenehrXmlParser.parseFragment(org.xmlpull.v1.XmlPullParser xpp, String type) ACTION.setProperty(int hash, String name, Base value) ACTION.setProperty(String name, Base value) ACTIVITY.setProperty(int hash, String name, Base value) ACTIVITY.setProperty(String name, Base value) ACTOR.setProperty(int hash, String name, Base value) ACTOR.setProperty(String name, Base value) ADDRESS.setProperty(int hash, String name, Base value) ADDRESS.setProperty(String name, Base value) ADMIN_ENTRY.setProperty(int hash, String name, Base value) ADMIN_ENTRY.setProperty(String name, Base value) Annotations.setProperty(int hash, String name, Base value) Annotations.setProperty(String name, Base value) ARCHETYPED.setProperty(int hash, String name, Base value) ARCHETYPED.setProperty(String name, Base value) ATTESTATION.setProperty(int hash, String name, Base value) ATTESTATION.setProperty(String name, Base value) AUDIT_DETAILS.setProperty(int hash, String name, Base value) AUDIT_DETAILS.setProperty(String name, Base value) AUTHORED_RESOURCE.setProperty(int hash, String name, Base value) AUTHORED_RESOURCE.setProperty(String name, Base value) CAPABILITY.setProperty(int hash, String name, Base value) CAPABILITY.setProperty(String name, Base value) CARE_ENTRY.setProperty(int hash, String name, Base value) CARE_ENTRY.setProperty(String name, Base value) CLUSTER.setProperty(int hash, String name, Base value) CLUSTER.setProperty(String name, Base value) CODE_PHRASE.setProperty(int hash, String name, Base value) CODE_PHRASE.setProperty(String name, Base value) COMPOSITION.setProperty(int hash, String name, Base value) COMPOSITION.setProperty(String name, Base value) CONTACT.setProperty(int hash, String name, Base value) CONTACT.setProperty(String name, Base value) CONTRIBUTION.setProperty(int hash, String name, Base value) CONTRIBUTION.setProperty(String name, Base value) DV_AMOUNT.setProperty(int hash, String name, Base value) DV_AMOUNT.setProperty(String name, Base value) DV_BOOLEAN.setProperty(int hash, String name, Base value) DV_BOOLEAN.setProperty(String name, Base value) DV_CODED_TEXT.setProperty(int hash, String name, Base value) DV_CODED_TEXT.setProperty(String name, Base value) DV_COUNT.setProperty(int hash, String name, Base value) DV_COUNT.setProperty(String name, Base value) DV_DATE_TIME.setProperty(int hash, String name, Base value) DV_DATE_TIME.setProperty(String name, Base value) DV_DATE.setProperty(int hash, String name, Base value) DV_DATE.setProperty(String name, Base value) DV_DURATION.setProperty(int hash, String name, Base value) DV_DURATION.setProperty(String name, Base value) DV_ENCAPSULATED.setProperty(int hash, String name, Base value) DV_ENCAPSULATED.setProperty(String name, Base value) DV_IDENTIFIER.setProperty(int hash, String name, Base value) DV_IDENTIFIER.setProperty(String name, Base value) DV_MULTIMEDIA.setProperty(int hash, String name, Base value) DV_MULTIMEDIA.setProperty(String name, Base value) DV_ORDERED.setProperty(int hash, String name, Base value) DV_ORDERED.setProperty(String name, Base value) DV_ORDINAL.setProperty(int hash, String name, Base value) DV_ORDINAL.setProperty(String name, Base value) DV_PARAGRAPH.setProperty(int hash, String name, Base value) DV_PARAGRAPH.setProperty(String name, Base value) DV_PARSABLE.setProperty(int hash, String name, Base value) DV_PARSABLE.setProperty(String name, Base value) DV_PROPORTION.setProperty(int hash, String name, Base value) DV_PROPORTION.setProperty(String name, Base value) DV_QUANTIFIED.setProperty(int hash, String name, Base value) DV_QUANTIFIED.setProperty(String name, Base value) DV_QUANTITY.setProperty(int hash, String name, Base value) DV_QUANTITY.setProperty(String name, Base value) DV_SCALE.setProperty(int hash, String name, Base value) DV_SCALE.setProperty(String name, Base value) DV_STATE.setProperty(int hash, String name, Base value) DV_STATE.setProperty(String name, Base value) DV_TEXT.setProperty(int hash, String name, Base value) DV_TEXT.setProperty(String name, Base value) DV_TIME_SPECIFICATION.setProperty(int hash, String name, Base value) DV_TIME_SPECIFICATION.setProperty(String name, Base value) DV_TIME.setProperty(int hash, String name, Base value) DV_TIME.setProperty(String name, Base value) DV_URI.setProperty(int hash, String name, Base value) DV_URI.setProperty(String name, Base value) EHR_ACCESS.setProperty(int hash, String name, Base value) EHR_ACCESS.setProperty(String name, Base value) EHR_STATUS.setProperty(int hash, String name, Base value) EHR_STATUS.setProperty(String name, Base value) EHR.setProperty(int hash, String name, Base value) EHR.setProperty(String name, Base value) ELEMENT.setProperty(int hash, String name, Base value) ELEMENT.setProperty(String name, Base value) ENTRY.setProperty(int hash, String name, Base value) ENTRY.setProperty(String name, Base value) EVALUATION.setProperty(int hash, String name, Base value) EVALUATION.setProperty(String name, Base value) EVENT_CONTEXT.setProperty(int hash, String name, Base value) EVENT_CONTEXT.setProperty(String name, Base value) EVENT.setProperty(int hash, String name, Base value) EVENT.setProperty(String name, Base value) FEEDER_AUDIT_DETAILS.setProperty(int hash, String name, Base value) FEEDER_AUDIT_DETAILS.setProperty(String name, Base value) FEEDER_AUDIT.setProperty(int hash, String name, Base value) FEEDER_AUDIT.setProperty(String name, Base value) FOLDER.setProperty(int hash, String name, Base value) FOLDER.setProperty(String name, Base value) HISTORY.setProperty(int hash, String name, Base value) HISTORY.setProperty(String name, Base value) IMPORTED_VERSION.setProperty(int hash, String name, Base value) IMPORTED_VERSION.setProperty(String name, Base value) INSTRUCTION_DETAILS.setProperty(int hash, String name, Base value) INSTRUCTION_DETAILS.setProperty(String name, Base value) INSTRUCTION.setProperty(int hash, String name, Base value) INSTRUCTION.setProperty(String name, Base value) INTERVAL_EVENT.setProperty(int hash, String name, Base value) INTERVAL_EVENT.setProperty(String name, Base value) ISM_TRANSITION.setProperty(int hash, String name, Base value) ISM_TRANSITION.setProperty(String name, Base value) ITEM_LIST.setProperty(int hash, String name, Base value) ITEM_LIST.setProperty(String name, Base value) ITEM_SINGLE.setProperty(int hash, String name, Base value) ITEM_SINGLE.setProperty(String name, Base value) ITEM_TABLE.setProperty(int hash, String name, Base value) ITEM_TABLE.setProperty(String name, Base value) ITEM_TAG.setProperty(int hash, String name, Base value) ITEM_TAG.setProperty(String name, Base value) ITEM_TREE.setProperty(int hash, String name, Base value) ITEM_TREE.setProperty(String name, Base value) LINK.setProperty(int hash, String name, Base value) LINK.setProperty(String name, Base value) LOCATABLE_REF.setProperty(int hash, String name, Base value) LOCATABLE_REF.setProperty(String name, Base value) OBJECT_REF.setProperty(int hash, String name, Base value) OBJECT_REF.setProperty(String name, Base value) OBSERVATION.setProperty(int hash, String name, Base value) OBSERVATION.setProperty(String name, Base value) ORIGINAL_VERSION.setProperty(int hash, String name, Base value) ORIGINAL_VERSION.setProperty(String name, Base value) PARTICIPATION.setProperty(int hash, String name, Base value) PARTICIPATION.setProperty(String name, Base value) PARTY_IDENTIFIED.setProperty(int hash, String name, Base value) PARTY_IDENTIFIED.setProperty(String name, Base value) PARTY_IDENTITY.setProperty(int hash, String name, Base value) PARTY_IDENTITY.setProperty(String name, Base value) PARTY_PROXY.setProperty(int hash, String name, Base value) PARTY_PROXY.setProperty(String name, Base value) PARTY_RELATED.setProperty(int hash, String name, Base value) PARTY_RELATED.setProperty(String name, Base value) PARTY_RELATIONSHIP.setProperty(int hash, String name, Base value) PARTY_RELATIONSHIP.setProperty(String name, Base value) PARTY.setProperty(int hash, String name, Base value) PARTY.setProperty(String name, Base value) PATHABLE.setProperty(int hash, String name, Base value) PATHABLE.setProperty(String name, Base value) REFERENCE_RANGE.setProperty(int hash, String name, Base value) REFERENCE_RANGE.setProperty(String name, Base value) RESOURCE_DESCRIPTION_ITEM.setProperty(int hash, String name, Base value) RESOURCE_DESCRIPTION_ITEM.setProperty(String name, Base value) RESOURCE_DESCRIPTION.setProperty(int hash, String name, Base value) RESOURCE_DESCRIPTION.setProperty(String name, Base value) REVISION_HISTORY_ITEM.setProperty(int hash, String name, Base value) REVISION_HISTORY_ITEM.setProperty(String name, Base value) REVISION_HISTORY.setProperty(int hash, String name, Base value) REVISION_HISTORY.setProperty(String name, Base value) ROLE.setProperty(int hash, String name, Base value) ROLE.setProperty(String name, Base value) SECTION.setProperty(int hash, String name, Base value) SECTION.setProperty(String name, Base value) TERM_MAPPING.setProperty(int hash, String name, Base value) TERM_MAPPING.setProperty(String name, Base value) TranslatedString.setProperty(int hash, String name, Base value) TranslatedString.setProperty(String name, Base value) TRANSLATION_DETAILS.setProperty(int hash, String name, Base value) TRANSLATION_DETAILS.setProperty(String name, Base value) UID.setProperty(int hash, String name, Base value) UID.setProperty(String name, Base value) VERSION_TREE_ID.setProperty(int hash, String name, Base value) VERSION_TREE_ID.setProperty(String name, Base value) VERSION.setProperty(int hash, String name, Base value) VERSION.setProperty(String name, Base value) VERSIONED_OBJECT.setProperty(int hash, String name, Base value) VERSIONED_OBJECT.setProperty(String name, Base value) WebTemplate.setProperty(int hash, String name, Base value) WebTemplate.setProperty(String name, Base value) WebTemplateInput.setProperty(int hash, String name, Base value) WebTemplateInput.setProperty(String name, Base value) WebTemplateInputListItem.setProperty(int hash, String name, Base value) WebTemplateInputListItem.setProperty(String name, Base value) WebTemplateInputValidation.setProperty(int hash, String name, Base value) WebTemplateInputValidation.setProperty(String name, Base value) WebTemplateInputValidationRange.setProperty(int hash, String name, Base value) WebTemplateInputValidationRange.setProperty(String name, Base value) WebTemplateItem.setProperty(int hash, String name, Base value) WebTemplateItem.setProperty(String name, Base value) WebTemplateTermBinding.setProperty(int hash, String name, Base value) WebTemplateTermBinding.setProperty(String name, Base value) WebTemplateTermBindingValue.setProperty(int hash, String name, Base value) WebTemplateTermBindingValue.setProperty(String name, Base value) Methods in org.hl7.fhir.r5.openehr with parameters of type BaseModifier and TypeMethodDescriptionbooleanACTION.equalsDeep(Base other_) booleanACTIVITY.equalsDeep(Base other_) booleanACTOR.equalsDeep(Base other_) booleanADDRESS.equalsDeep(Base other_) booleanADMIN_ENTRY.equalsDeep(Base other_) booleanAnnotations.equalsDeep(Base other_) booleanARCHETYPED.equalsDeep(Base other_) booleanATTESTATION.equalsDeep(Base other_) booleanAUDIT_DETAILS.equalsDeep(Base other_) booleanAUTHORED_RESOURCE.equalsDeep(Base other_) booleanCAPABILITY.equalsDeep(Base other_) booleanCARE_ENTRY.equalsDeep(Base other_) booleanCLUSTER.equalsDeep(Base other_) booleanCODE_PHRASE.equalsDeep(Base other_) booleanCOMPOSITION.equalsDeep(Base other_) booleanCONTACT.equalsDeep(Base other_) booleanCONTRIBUTION.equalsDeep(Base other_) booleanDV_AMOUNT.equalsDeep(Base other_) booleanDV_BOOLEAN.equalsDeep(Base other_) booleanDV_CODED_TEXT.equalsDeep(Base other_) booleanDV_COUNT.equalsDeep(Base other_) booleanDV_DATE_TIME.equalsDeep(Base other_) booleanDV_DATE.equalsDeep(Base other_) booleanDV_DURATION.equalsDeep(Base other_) booleanDV_ENCAPSULATED.equalsDeep(Base other_) booleanDV_IDENTIFIER.equalsDeep(Base other_) booleanDV_MULTIMEDIA.equalsDeep(Base other_) booleanDV_ORDERED.equalsDeep(Base other_) booleanDV_ORDINAL.equalsDeep(Base other_) booleanDV_PARAGRAPH.equalsDeep(Base other_) booleanDV_PARSABLE.equalsDeep(Base other_) booleanDV_PROPORTION.equalsDeep(Base other_) booleanDV_QUANTIFIED.equalsDeep(Base other_) booleanDV_QUANTITY.equalsDeep(Base other_) booleanDV_SCALE.equalsDeep(Base other_) booleanDV_STATE.equalsDeep(Base other_) booleanDV_TEXT.equalsDeep(Base other_) booleanDV_TIME_SPECIFICATION.equalsDeep(Base other_) booleanDV_TIME.equalsDeep(Base other_) booleanDV_URI.equalsDeep(Base other_) booleanEHR_ACCESS.equalsDeep(Base other_) booleanEHR_STATUS.equalsDeep(Base other_) booleanEHR.equalsDeep(Base other_) booleanELEMENT.equalsDeep(Base other_) booleanENTRY.equalsDeep(Base other_) booleanEVALUATION.equalsDeep(Base other_) booleanEVENT_CONTEXT.equalsDeep(Base other_) booleanEVENT.equalsDeep(Base other_) booleanFEEDER_AUDIT_DETAILS.equalsDeep(Base other_) booleanFEEDER_AUDIT.equalsDeep(Base other_) booleanFOLDER.equalsDeep(Base other_) booleanHISTORY.equalsDeep(Base other_) booleanIMPORTED_VERSION.equalsDeep(Base other_) booleanINSTRUCTION_DETAILS.equalsDeep(Base other_) booleanINSTRUCTION.equalsDeep(Base other_) booleanINTERVAL_EVENT.equalsDeep(Base other_) booleanISM_TRANSITION.equalsDeep(Base other_) booleanITEM_LIST.equalsDeep(Base other_) booleanITEM_SINGLE.equalsDeep(Base other_) booleanITEM_TABLE.equalsDeep(Base other_) booleanITEM_TAG.equalsDeep(Base other_) booleanITEM_TREE.equalsDeep(Base other_) booleanLINK.equalsDeep(Base other_) booleanLOCATABLE_REF.equalsDeep(Base other_) booleanOBJECT_REF.equalsDeep(Base other_) booleanOBSERVATION.equalsDeep(Base other_) booleanORIGINAL_VERSION.equalsDeep(Base other_) booleanPARTICIPATION.equalsDeep(Base other_) booleanPARTY_IDENTIFIED.equalsDeep(Base other_) booleanPARTY_IDENTITY.equalsDeep(Base other_) booleanPARTY_PROXY.equalsDeep(Base other_) booleanPARTY_RELATED.equalsDeep(Base other_) booleanPARTY_RELATIONSHIP.equalsDeep(Base other_) booleanPARTY.equalsDeep(Base other_) booleanPATHABLE.equalsDeep(Base other_) booleanREFERENCE_RANGE.equalsDeep(Base other_) booleanRESOURCE_DESCRIPTION_ITEM.equalsDeep(Base other_) booleanRESOURCE_DESCRIPTION.equalsDeep(Base other_) booleanREVISION_HISTORY_ITEM.equalsDeep(Base other_) booleanREVISION_HISTORY.equalsDeep(Base other_) booleanROLE.equalsDeep(Base other_) booleanSECTION.equalsDeep(Base other_) booleanTERM_MAPPING.equalsDeep(Base other_) booleanTranslatedString.equalsDeep(Base other_) booleanTRANSLATION_DETAILS.equalsDeep(Base other_) booleanUID.equalsDeep(Base other_) booleanVERSION_TREE_ID.equalsDeep(Base other_) booleanVERSION.equalsDeep(Base other_) booleanVERSIONED_OBJECT.equalsDeep(Base other_) booleanWebTemplate.equalsDeep(Base other_) booleanWebTemplateInput.equalsDeep(Base other_) booleanWebTemplateInputListItem.equalsDeep(Base other_) booleanWebTemplateInputValidation.equalsDeep(Base other_) booleanWebTemplateInputValidationRange.equalsDeep(Base other_) booleanWebTemplateItem.equalsDeep(Base other_) booleanWebTemplateTermBinding.equalsDeep(Base other_) booleanWebTemplateTermBindingValue.equalsDeep(Base other_) booleanACTION.equalsShallow(Base other_) booleanACTIVITY.equalsShallow(Base other_) booleanACTOR.equalsShallow(Base other_) booleanADDRESS.equalsShallow(Base other_) booleanADMIN_ENTRY.equalsShallow(Base other_) booleanAnnotations.equalsShallow(Base other_) booleanARCHETYPED.equalsShallow(Base other_) booleanATTESTATION.equalsShallow(Base other_) booleanAUDIT_DETAILS.equalsShallow(Base other_) booleanAUTHORED_RESOURCE.equalsShallow(Base other_) booleanCAPABILITY.equalsShallow(Base other_) booleanCARE_ENTRY.equalsShallow(Base other_) booleanCLUSTER.equalsShallow(Base other_) booleanCODE_PHRASE.equalsShallow(Base other_) booleanCOMPOSITION.equalsShallow(Base other_) booleanCONTACT.equalsShallow(Base other_) booleanCONTRIBUTION.equalsShallow(Base other_) booleanDV_AMOUNT.equalsShallow(Base other_) booleanDV_BOOLEAN.equalsShallow(Base other_) booleanDV_CODED_TEXT.equalsShallow(Base other_) booleanDV_COUNT.equalsShallow(Base other_) booleanDV_DATE_TIME.equalsShallow(Base other_) booleanDV_DATE.equalsShallow(Base other_) booleanDV_DURATION.equalsShallow(Base other_) booleanDV_ENCAPSULATED.equalsShallow(Base other_) booleanDV_IDENTIFIER.equalsShallow(Base other_) booleanDV_MULTIMEDIA.equalsShallow(Base other_) booleanDV_ORDERED.equalsShallow(Base other_) booleanDV_ORDINAL.equalsShallow(Base other_) booleanDV_PARAGRAPH.equalsShallow(Base other_) booleanDV_PARSABLE.equalsShallow(Base other_) booleanDV_PROPORTION.equalsShallow(Base other_) booleanDV_QUANTIFIED.equalsShallow(Base other_) booleanDV_QUANTITY.equalsShallow(Base other_) booleanDV_SCALE.equalsShallow(Base other_) booleanDV_STATE.equalsShallow(Base other_) booleanDV_TEXT.equalsShallow(Base other_) booleanDV_TIME_SPECIFICATION.equalsShallow(Base other_) booleanDV_TIME.equalsShallow(Base other_) booleanDV_URI.equalsShallow(Base other_) booleanEHR_ACCESS.equalsShallow(Base other_) booleanEHR_STATUS.equalsShallow(Base other_) booleanEHR.equalsShallow(Base other_) booleanELEMENT.equalsShallow(Base other_) booleanENTRY.equalsShallow(Base other_) booleanEVALUATION.equalsShallow(Base other_) booleanEVENT_CONTEXT.equalsShallow(Base other_) booleanEVENT.equalsShallow(Base other_) booleanFEEDER_AUDIT_DETAILS.equalsShallow(Base other_) booleanFEEDER_AUDIT.equalsShallow(Base other_) booleanFOLDER.equalsShallow(Base other_) booleanHISTORY.equalsShallow(Base other_) booleanIMPORTED_VERSION.equalsShallow(Base other_) booleanINSTRUCTION_DETAILS.equalsShallow(Base other_) booleanINSTRUCTION.equalsShallow(Base other_) booleanINTERVAL_EVENT.equalsShallow(Base other_) booleanISM_TRANSITION.equalsShallow(Base other_) booleanITEM_LIST.equalsShallow(Base other_) booleanITEM_SINGLE.equalsShallow(Base other_) booleanITEM_TABLE.equalsShallow(Base other_) booleanITEM_TAG.equalsShallow(Base other_) booleanITEM_TREE.equalsShallow(Base other_) booleanLINK.equalsShallow(Base other_) booleanLOCATABLE_REF.equalsShallow(Base other_) booleanOBJECT_REF.equalsShallow(Base other_) booleanOBSERVATION.equalsShallow(Base other_) booleanORIGINAL_VERSION.equalsShallow(Base other_) booleanPARTICIPATION.equalsShallow(Base other_) booleanPARTY_IDENTIFIED.equalsShallow(Base other_) booleanPARTY_IDENTITY.equalsShallow(Base other_) booleanPARTY_PROXY.equalsShallow(Base other_) booleanPARTY_RELATED.equalsShallow(Base other_) booleanPARTY_RELATIONSHIP.equalsShallow(Base other_) booleanPARTY.equalsShallow(Base other_) booleanPATHABLE.equalsShallow(Base other_) booleanREFERENCE_RANGE.equalsShallow(Base other_) booleanRESOURCE_DESCRIPTION_ITEM.equalsShallow(Base other_) booleanRESOURCE_DESCRIPTION.equalsShallow(Base other_) booleanREVISION_HISTORY_ITEM.equalsShallow(Base other_) booleanREVISION_HISTORY.equalsShallow(Base other_) booleanROLE.equalsShallow(Base other_) booleanSECTION.equalsShallow(Base other_) booleanTERM_MAPPING.equalsShallow(Base other_) booleanTranslatedString.equalsShallow(Base other_) booleanTRANSLATION_DETAILS.equalsShallow(Base other_) booleanUID.equalsShallow(Base other_) booleanVERSION_TREE_ID.equalsShallow(Base other_) booleanVERSION.equalsShallow(Base other_) booleanVERSIONED_OBJECT.equalsShallow(Base other_) booleanWebTemplate.equalsShallow(Base other_) booleanWebTemplateInput.equalsShallow(Base other_) booleanWebTemplateInputListItem.equalsShallow(Base other_) booleanWebTemplateInputValidation.equalsShallow(Base other_) booleanWebTemplateInputValidationRange.equalsShallow(Base other_) booleanWebTemplateItem.equalsShallow(Base other_) booleanWebTemplateTermBinding.equalsShallow(Base other_) booleanWebTemplateTermBindingValue.equalsShallow(Base other_) DV_QUANTIFIED.setAccuracy(Base value) ACTION.setProperty(int hash, String name, Base value) ACTION.setProperty(String name, Base value) ACTIVITY.setProperty(int hash, String name, Base value) ACTIVITY.setProperty(String name, Base value) ACTOR.setProperty(int hash, String name, Base value) ACTOR.setProperty(String name, Base value) ADDRESS.setProperty(int hash, String name, Base value) ADDRESS.setProperty(String name, Base value) ADMIN_ENTRY.setProperty(int hash, String name, Base value) ADMIN_ENTRY.setProperty(String name, Base value) Annotations.setProperty(int hash, String name, Base value) Annotations.setProperty(String name, Base value) ARCHETYPED.setProperty(int hash, String name, Base value) ARCHETYPED.setProperty(String name, Base value) ATTESTATION.setProperty(int hash, String name, Base value) ATTESTATION.setProperty(String name, Base value) AUDIT_DETAILS.setProperty(int hash, String name, Base value) AUDIT_DETAILS.setProperty(String name, Base value) AUTHORED_RESOURCE.setProperty(int hash, String name, Base value) AUTHORED_RESOURCE.setProperty(String name, Base value) CAPABILITY.setProperty(int hash, String name, Base value) CAPABILITY.setProperty(String name, Base value) CARE_ENTRY.setProperty(int hash, String name, Base value) CARE_ENTRY.setProperty(String name, Base value) CLUSTER.setProperty(int hash, String name, Base value) CLUSTER.setProperty(String name, Base value) CODE_PHRASE.setProperty(int hash, String name, Base value) CODE_PHRASE.setProperty(String name, Base value) COMPOSITION.setProperty(int hash, String name, Base value) COMPOSITION.setProperty(String name, Base value) CONTACT.setProperty(int hash, String name, Base value) CONTACT.setProperty(String name, Base value) CONTRIBUTION.setProperty(int hash, String name, Base value) CONTRIBUTION.setProperty(String name, Base value) DV_AMOUNT.setProperty(int hash, String name, Base value) DV_AMOUNT.setProperty(String name, Base value) DV_BOOLEAN.setProperty(int hash, String name, Base value) DV_BOOLEAN.setProperty(String name, Base value) DV_CODED_TEXT.setProperty(int hash, String name, Base value) DV_CODED_TEXT.setProperty(String name, Base value) DV_COUNT.setProperty(int hash, String name, Base value) DV_COUNT.setProperty(String name, Base value) DV_DATE_TIME.setProperty(int hash, String name, Base value) DV_DATE_TIME.setProperty(String name, Base value) DV_DATE.setProperty(int hash, String name, Base value) DV_DATE.setProperty(String name, Base value) DV_DURATION.setProperty(int hash, String name, Base value) DV_DURATION.setProperty(String name, Base value) DV_ENCAPSULATED.setProperty(int hash, String name, Base value) DV_ENCAPSULATED.setProperty(String name, Base value) DV_IDENTIFIER.setProperty(int hash, String name, Base value) DV_IDENTIFIER.setProperty(String name, Base value) DV_MULTIMEDIA.setProperty(int hash, String name, Base value) DV_MULTIMEDIA.setProperty(String name, Base value) DV_ORDERED.setProperty(int hash, String name, Base value) DV_ORDERED.setProperty(String name, Base value) DV_ORDINAL.setProperty(int hash, String name, Base value) DV_ORDINAL.setProperty(String name, Base value) DV_PARAGRAPH.setProperty(int hash, String name, Base value) DV_PARAGRAPH.setProperty(String name, Base value) DV_PARSABLE.setProperty(int hash, String name, Base value) DV_PARSABLE.setProperty(String name, Base value) DV_PROPORTION.setProperty(int hash, String name, Base value) DV_PROPORTION.setProperty(String name, Base value) DV_QUANTIFIED.setProperty(int hash, String name, Base value) DV_QUANTIFIED.setProperty(String name, Base value) DV_QUANTITY.setProperty(int hash, String name, Base value) DV_QUANTITY.setProperty(String name, Base value) DV_SCALE.setProperty(int hash, String name, Base value) DV_SCALE.setProperty(String name, Base value) DV_STATE.setProperty(int hash, String name, Base value) DV_STATE.setProperty(String name, Base value) DV_TEXT.setProperty(int hash, String name, Base value) DV_TEXT.setProperty(String name, Base value) DV_TIME_SPECIFICATION.setProperty(int hash, String name, Base value) DV_TIME_SPECIFICATION.setProperty(String name, Base value) DV_TIME.setProperty(int hash, String name, Base value) DV_TIME.setProperty(String name, Base value) DV_URI.setProperty(int hash, String name, Base value) DV_URI.setProperty(String name, Base value) EHR_ACCESS.setProperty(int hash, String name, Base value) EHR_ACCESS.setProperty(String name, Base value) EHR_STATUS.setProperty(int hash, String name, Base value) EHR_STATUS.setProperty(String name, Base value) EHR.setProperty(int hash, String name, Base value) EHR.setProperty(String name, Base value) ELEMENT.setProperty(int hash, String name, Base value) ELEMENT.setProperty(String name, Base value) ENTRY.setProperty(int hash, String name, Base value) ENTRY.setProperty(String name, Base value) EVALUATION.setProperty(int hash, String name, Base value) EVALUATION.setProperty(String name, Base value) EVENT_CONTEXT.setProperty(int hash, String name, Base value) EVENT_CONTEXT.setProperty(String name, Base value) EVENT.setProperty(int hash, String name, Base value) EVENT.setProperty(String name, Base value) FEEDER_AUDIT_DETAILS.setProperty(int hash, String name, Base value) FEEDER_AUDIT_DETAILS.setProperty(String name, Base value) FEEDER_AUDIT.setProperty(int hash, String name, Base value) FEEDER_AUDIT.setProperty(String name, Base value) FOLDER.setProperty(int hash, String name, Base value) FOLDER.setProperty(String name, Base value) HISTORY.setProperty(int hash, String name, Base value) HISTORY.setProperty(String name, Base value) IMPORTED_VERSION.setProperty(int hash, String name, Base value) IMPORTED_VERSION.setProperty(String name, Base value) INSTRUCTION_DETAILS.setProperty(int hash, String name, Base value) INSTRUCTION_DETAILS.setProperty(String name, Base value) INSTRUCTION.setProperty(int hash, String name, Base value) INSTRUCTION.setProperty(String name, Base value) INTERVAL_EVENT.setProperty(int hash, String name, Base value) INTERVAL_EVENT.setProperty(String name, Base value) ISM_TRANSITION.setProperty(int hash, String name, Base value) ISM_TRANSITION.setProperty(String name, Base value) ITEM_LIST.setProperty(int hash, String name, Base value) ITEM_LIST.setProperty(String name, Base value) ITEM_SINGLE.setProperty(int hash, String name, Base value) ITEM_SINGLE.setProperty(String name, Base value) ITEM_TABLE.setProperty(int hash, String name, Base value) ITEM_TABLE.setProperty(String name, Base value) ITEM_TAG.setProperty(int hash, String name, Base value) ITEM_TAG.setProperty(String name, Base value) ITEM_TREE.setProperty(int hash, String name, Base value) ITEM_TREE.setProperty(String name, Base value) LINK.setProperty(int hash, String name, Base value) LINK.setProperty(String name, Base value) LOCATABLE_REF.setProperty(int hash, String name, Base value) LOCATABLE_REF.setProperty(String name, Base value) OBJECT_REF.setProperty(int hash, String name, Base value) OBJECT_REF.setProperty(String name, Base value) OBSERVATION.setProperty(int hash, String name, Base value) OBSERVATION.setProperty(String name, Base value) ORIGINAL_VERSION.setProperty(int hash, String name, Base value) ORIGINAL_VERSION.setProperty(String name, Base value) PARTICIPATION.setProperty(int hash, String name, Base value) PARTICIPATION.setProperty(String name, Base value) PARTY_IDENTIFIED.setProperty(int hash, String name, Base value) PARTY_IDENTIFIED.setProperty(String name, Base value) PARTY_IDENTITY.setProperty(int hash, String name, Base value) PARTY_IDENTITY.setProperty(String name, Base value) PARTY_PROXY.setProperty(int hash, String name, Base value) PARTY_PROXY.setProperty(String name, Base value) PARTY_RELATED.setProperty(int hash, String name, Base value) PARTY_RELATED.setProperty(String name, Base value) PARTY_RELATIONSHIP.setProperty(int hash, String name, Base value) PARTY_RELATIONSHIP.setProperty(String name, Base value) PARTY.setProperty(int hash, String name, Base value) PARTY.setProperty(String name, Base value) PATHABLE.setProperty(int hash, String name, Base value) PATHABLE.setProperty(String name, Base value) REFERENCE_RANGE.setProperty(int hash, String name, Base value) REFERENCE_RANGE.setProperty(String name, Base value) RESOURCE_DESCRIPTION_ITEM.setProperty(int hash, String name, Base value) RESOURCE_DESCRIPTION_ITEM.setProperty(String name, Base value) RESOURCE_DESCRIPTION.setProperty(int hash, String name, Base value) RESOURCE_DESCRIPTION.setProperty(String name, Base value) REVISION_HISTORY_ITEM.setProperty(int hash, String name, Base value) REVISION_HISTORY_ITEM.setProperty(String name, Base value) REVISION_HISTORY.setProperty(int hash, String name, Base value) REVISION_HISTORY.setProperty(String name, Base value) ROLE.setProperty(int hash, String name, Base value) ROLE.setProperty(String name, Base value) SECTION.setProperty(int hash, String name, Base value) SECTION.setProperty(String name, Base value) TERM_MAPPING.setProperty(int hash, String name, Base value) TERM_MAPPING.setProperty(String name, Base value) TranslatedString.setProperty(int hash, String name, Base value) TranslatedString.setProperty(String name, Base value) TRANSLATION_DETAILS.setProperty(int hash, String name, Base value) TRANSLATION_DETAILS.setProperty(String name, Base value) UID.setProperty(int hash, String name, Base value) UID.setProperty(String name, Base value) VERSION_TREE_ID.setProperty(int hash, String name, Base value) VERSION_TREE_ID.setProperty(String name, Base value) VERSION.setProperty(int hash, String name, Base value) VERSION.setProperty(String name, Base value) VERSIONED_OBJECT.setProperty(int hash, String name, Base value) VERSIONED_OBJECT.setProperty(String name, Base value) WebTemplate.setProperty(int hash, String name, Base value) WebTemplate.setProperty(String name, Base value) WebTemplateInput.setProperty(int hash, String name, Base value) WebTemplateInput.setProperty(String name, Base value) WebTemplateInputListItem.setProperty(int hash, String name, Base value) WebTemplateInputListItem.setProperty(String name, Base value) WebTemplateInputValidation.setProperty(int hash, String name, Base value) WebTemplateInputValidation.setProperty(String name, Base value) WebTemplateInputValidationRange.setProperty(int hash, String name, Base value) WebTemplateInputValidationRange.setProperty(String name, Base value) WebTemplateItem.setProperty(int hash, String name, Base value) WebTemplateItem.setProperty(String name, Base value) WebTemplateTermBinding.setProperty(int hash, String name, Base value) WebTemplateTermBinding.setProperty(String name, Base value) WebTemplateTermBindingValue.setProperty(int hash, String name, Base value) WebTemplateTermBindingValue.setProperty(String name, Base value) -
Uses of Base in org.hl7.fhir.r5.patterns
Constructors in org.hl7.fhir.r5.patterns with parameters of type Base -
Uses of Base in org.hl7.fhir.r5.profilemodel
Methods in org.hl7.fhir.r5.profilemodel that return BaseModifier and TypeMethodDescriptionPEInstance.addChild(String name, BackboneElement value) PEInstance.data()PEInstance.getBase()Methods in org.hl7.fhir.r5.profilemodel that return types with arguments of type BaseModifier and TypeMethodDescriptionMethods in org.hl7.fhir.r5.profilemodel with parameters of type BaseModifier and TypeMethodDescriptionprotected voidPEBuilder.populateByProfile(Base base, PEDefinition definition) Constructors in org.hl7.fhir.r5.profilemodel with parameters of type BaseModifierConstructorDescriptionprotectedPEInstance(PEBuilder builder, PEDefinition definition, Resource resource, Base data, String path) -
Uses of Base in org.hl7.fhir.r5.profilemodel.gen
Methods in org.hl7.fhir.r5.profilemodel.gen that return Base -
Uses of Base in org.hl7.fhir.r5.renderers
Methods in org.hl7.fhir.r5.renderers that return BaseMethods in org.hl7.fhir.r5.renderers with parameters of type BaseModifier and TypeMethodDescriptionorg.hl7.fhir.utilities.xhtml.XhtmlNodeStructureDefinitionRenderer.compareString(String newStr, Base source, String nLink, String name, Base parent, String oldStr, String oLink, int mode, boolean externalN, boolean externalO) org.hl7.fhir.utilities.xhtml.XhtmlNodeStructureDefinitionRenderer.compareString(String newStr, Base source, String nLink, String name, Base parent, String oldStr, String oLink, int mode, boolean externalN, boolean externalO, boolean code) booleanStructureDefinitionRenderer.compareString(org.hl7.fhir.utilities.xhtml.XhtmlNode x, String newStr, Base source, String nLink, String name, Base parent, String oldStr, String oLink, int mode, boolean externalN, boolean externalO) DataRenderer.displayBase(Base b) voidDataRenderer.renderBase(Renderer.RenderingStatus status, org.hl7.fhir.utilities.xhtml.XhtmlNode x, Base b) LiquidRenderer.renderForLiquid(Object appContext, Base base) protected org.hl7.fhir.utilities.xhtml.XhtmlNodeRenderer.renderStatus(Base b, org.hl7.fhir.utilities.xhtml.XhtmlNode x) protected org.hl7.fhir.utilities.xhtml.XhtmlNodeRenderer.renderStatusDiv(Base b, org.hl7.fhir.utilities.xhtml.XhtmlNode x) protected org.hl7.fhir.utilities.xhtml.XhtmlNodeRenderer.renderStatusRow(Base b, org.hl7.fhir.utilities.xhtml.XhtmlNode tbl, org.hl7.fhir.utilities.xhtml.XhtmlNode tr) static booleanRenderer.renderStatusSummary(RenderingContext context, Base base, org.hl7.fhir.utilities.xhtml.XhtmlNode x, String version, String... metadataFields) return true if there's any actual changes -
Uses of Base in org.hl7.fhir.r5.renderers.utils
Fields in org.hl7.fhir.r5.renderers.utils declared as BaseMethods in org.hl7.fhir.r5.renderers.utils that return BaseModifier and TypeMethodDescriptionabstract BaseResourceWrapper.getBase()ResourceWrapperModel.getBase()ResourceWrapperNative.getBase()Methods in org.hl7.fhir.r5.renderers.utils with parameters of type Base -
Uses of Base in org.hl7.fhir.r5.terminologies
Subclasses of Base in org.hl7.fhir.r5.terminologiesMethods in org.hl7.fhir.r5.terminologies that return BaseMethods in org.hl7.fhir.r5.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.r5.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.r5.testfactory
Subclasses of Base in org.hl7.fhir.r5.testfactoryMethods in org.hl7.fhir.r5.testfactory that return BaseModifier and TypeMethodDescriptionTestDataFactory.DataTable.copy()Base[]TestDataFactory.DataTable.getProperty(int hash, String name, boolean checkValid) TestDataHostServices.resolveReference(FHIRPathEngine engine, Object appContext, String url, Base refContext) Methods in org.hl7.fhir.r5.testfactory that return types with arguments of type BaseModifier and TypeMethodDescriptionTestDataFactory.CellLookupFunction.execute(FHIRPathEngine engine, Object appContext, List<Base> focus, List<List<Base>> parameters) TestDataFactory.TableLookupFunction.execute(FHIRPathEngine engine, Object appContext, List<Base> focus, List<List<Base>> parameters) TestDataHostServices.resolveConstant(FHIRPathEngine engine, Object appContext, String name, org.hl7.fhir.utilities.fhirpath.FHIRPathConstantEvaluationMode mode) Methods in org.hl7.fhir.r5.testfactory with parameters of type BaseModifier and TypeMethodDescriptionbooleanTestDataHostServices.conformsToProfile(FHIRPathEngine engine, Object appContext, Base item, String url) TestDataHostServices.resolveReference(FHIRPathEngine engine, Object appContext, String url, Base refContext) Method parameters in org.hl7.fhir.r5.testfactory with type arguments of type BaseModifier and TypeMethodDescriptionTestDataFactory.CellLookupFunction.execute(FHIRPathEngine engine, Object appContext, List<Base> focus, List<List<Base>> parameters) TestDataFactory.TableLookupFunction.execute(FHIRPathEngine engine, Object appContext, List<Base> focus, List<List<Base>> parameters) boolean -
Uses of Base in org.hl7.fhir.r5.tools
Subclasses of Base in org.hl7.fhir.r5.toolsModifier and TypeClassDescriptionclassThis structure is defined to allow the FHIR Validator to validate a CDSHooks Request Context.classThis structure is defined to allow the FHIR Validator to validate a CDSHooks order-select context.classThis structure is defined to allow the FHIR Validator to validate a CDSHooks Order-Sign context.classThis structure is defined to allow the FHIR Validator to validate a CDSHooks Patient-View context.classThis structure is defined to allow the FHIR Validator to validate a CDSHooks Services Element with Extensions.classThis is a concrete subtype of Base that has extensions (though the format in JSON is different)classThis structure is defined to allow the FHIR Validator to validate a CDSHooks Request Body.static classstatic classclassThis structure is defined to allow the FHIR Validator to validate a CDSHooks Response body.static classstatic classstatic classstatic classstatic classclassThis structure is defined to allow the FHIR Validator to validate a CDSHooks Services response body.static classstatic classclassA standard format for test cases used throughout the FHIR ecosystemstatic classstatic classstatic classstatic classstatic classMethods in org.hl7.fhir.r5.tools that return BaseModifier and TypeMethodDescriptionstatic BaseTypeFactory.createType(String name) Base[]CDSHookOrderSelectContext.getProperty(int hash, String name, boolean checkValid) Base[]CDSHookOrderSignContext.getProperty(int hash, String name, boolean checkValid) Base[]CDSHookPatientViewContext.getProperty(int hash, String name, boolean checkValid) Base[]CDSHooksElement.getProperty(int hash, String name, boolean checkValid) Base[]CDSHooksExtensions.getProperty(int hash, String name, boolean checkValid) Base[]CDSHooksRequest.CDSHooksRequestFhirAuthorizationComponent.getProperty(int hash, String name, boolean checkValid) Base[]CDSHooksRequest.CDSHooksRequestPrefetchComponent.getProperty(int hash, String name, boolean checkValid) Base[]CDSHooksRequest.getProperty(int hash, String name, boolean checkValid) Base[]CDSHooksResponse.CDSHooksResponseCardsComponent.getProperty(int hash, String name, boolean checkValid) Base[]CDSHooksResponse.CDSHooksResponseCardsLinksComponent.getProperty(int hash, String name, boolean checkValid) Base[]CDSHooksResponse.CDSHooksResponseCardsSourceComponent.getProperty(int hash, String name, boolean checkValid) Base[]CDSHooksResponse.CDSHooksResponseCardsSuggestionsActionsComponent.getProperty(int hash, String name, boolean checkValid) Base[]CDSHooksResponse.CDSHooksResponseCardsSuggestionsComponent.getProperty(int hash, String name, boolean checkValid) Base[]CDSHooksResponse.getProperty(int hash, String name, boolean checkValid) Base[]CDSHooksServices.CDSHooksServicesServicesComponent.getProperty(int hash, String name, boolean checkValid) Base[]CDSHooksServices.CDSHooksServicesServicesPrefetchComponent.getProperty(int hash, String name, boolean checkValid) Base[]CDSHooksServices.getProperty(int hash, String name, boolean checkValid) Base[]TestCases.getProperty(int hash, String name, boolean checkValid) Base[]TestCases.TestCasesModeComponent.getProperty(int hash, String name, boolean checkValid) Base[]TestCases.TestCasesSuiteComponent.getProperty(int hash, String name, boolean checkValid) Base[]TestCases.TestCasesSuiteParameterComponent.getProperty(int hash, String name, boolean checkValid) Base[]TestCases.TestCasesSuiteResourceComponent.getProperty(int hash, String name, boolean checkValid) Base[]TestCases.TestCasesSuiteTestComponent.getProperty(int hash, String name, boolean checkValid) CDSHookOrderSelectContext.makeProperty(int hash, String name) CDSHookOrderSignContext.makeProperty(int hash, String name) CDSHookPatientViewContext.makeProperty(int hash, String name) CDSHooksElement.makeProperty(int hash, String name) CDSHooksExtensions.makeProperty(int hash, String name) CDSHooksRequest.CDSHooksRequestFhirAuthorizationComponent.makeProperty(int hash, String name) CDSHooksRequest.CDSHooksRequestPrefetchComponent.makeProperty(int hash, String name) CDSHooksRequest.makeProperty(int hash, String name) CDSHooksResponse.CDSHooksResponseCardsComponent.makeProperty(int hash, String name) CDSHooksResponse.CDSHooksResponseCardsLinksComponent.makeProperty(int hash, String name) CDSHooksResponse.CDSHooksResponseCardsSourceComponent.makeProperty(int hash, String name) CDSHooksResponse.CDSHooksResponseCardsSuggestionsActionsComponent.makeProperty(int hash, String name) CDSHooksResponse.CDSHooksResponseCardsSuggestionsComponent.makeProperty(int hash, String name) CDSHooksResponse.makeProperty(int hash, String name) CDSHooksServices.CDSHooksServicesServicesComponent.makeProperty(int hash, String name) CDSHooksServices.CDSHooksServicesServicesPrefetchComponent.makeProperty(int hash, String name) CDSHooksServices.makeProperty(int hash, String name) TestCases.makeProperty(int hash, String name) TestCases.TestCasesModeComponent.makeProperty(int hash, String name) TestCases.TestCasesSuiteComponent.makeProperty(int hash, String name) TestCases.TestCasesSuiteParameterComponent.makeProperty(int hash, String name) TestCases.TestCasesSuiteResourceComponent.makeProperty(int hash, String name) TestCases.TestCasesSuiteTestComponent.makeProperty(int hash, String name) ToolsXmlParser.parseFragment(org.xmlpull.v1.XmlPullParser xpp, String type) CDSHookOrderSelectContext.setProperty(int hash, String name, Base value) CDSHookOrderSelectContext.setProperty(String name, Base value) CDSHookOrderSignContext.setProperty(int hash, String name, Base value) CDSHookOrderSignContext.setProperty(String name, Base value) CDSHookPatientViewContext.setProperty(int hash, String name, Base value) CDSHookPatientViewContext.setProperty(String name, Base value) CDSHooksElement.setProperty(int hash, String name, Base value) CDSHooksElement.setProperty(String name, Base value) CDSHooksExtensions.setProperty(int hash, String name, Base value) CDSHooksExtensions.setProperty(String name, Base value) CDSHooksRequest.CDSHooksRequestFhirAuthorizationComponent.setProperty(int hash, String name, Base value) CDSHooksRequest.CDSHooksRequestFhirAuthorizationComponent.setProperty(String name, Base value) CDSHooksRequest.CDSHooksRequestPrefetchComponent.setProperty(int hash, String name, Base value) CDSHooksRequest.CDSHooksRequestPrefetchComponent.setProperty(String name, Base value) CDSHooksRequest.setProperty(int hash, String name, Base value) CDSHooksRequest.setProperty(String name, Base value) CDSHooksResponse.CDSHooksResponseCardsComponent.setProperty(int hash, String name, Base value) CDSHooksResponse.CDSHooksResponseCardsComponent.setProperty(String name, Base value) CDSHooksResponse.CDSHooksResponseCardsLinksComponent.setProperty(int hash, String name, Base value) CDSHooksResponse.CDSHooksResponseCardsLinksComponent.setProperty(String name, Base value) CDSHooksResponse.CDSHooksResponseCardsSourceComponent.setProperty(int hash, String name, Base value) CDSHooksResponse.CDSHooksResponseCardsSourceComponent.setProperty(String name, Base value) CDSHooksResponse.CDSHooksResponseCardsSuggestionsActionsComponent.setProperty(int hash, String name, Base value) CDSHooksResponse.CDSHooksResponseCardsSuggestionsActionsComponent.setProperty(String name, Base value) CDSHooksResponse.CDSHooksResponseCardsSuggestionsComponent.setProperty(int hash, String name, Base value) CDSHooksResponse.CDSHooksResponseCardsSuggestionsComponent.setProperty(String name, Base value) CDSHooksResponse.setProperty(int hash, String name, Base value) CDSHooksResponse.setProperty(String name, Base value) CDSHooksServices.CDSHooksServicesServicesComponent.setProperty(int hash, String name, Base value) CDSHooksServices.CDSHooksServicesServicesComponent.setProperty(String name, Base value) CDSHooksServices.CDSHooksServicesServicesPrefetchComponent.setProperty(int hash, String name, Base value) CDSHooksServices.CDSHooksServicesServicesPrefetchComponent.setProperty(String name, Base value) CDSHooksServices.setProperty(int hash, String name, Base value) CDSHooksServices.setProperty(String name, Base value) TestCases.setProperty(int hash, String name, Base value) TestCases.setProperty(String name, Base value) TestCases.TestCasesModeComponent.setProperty(int hash, String name, Base value) TestCases.TestCasesModeComponent.setProperty(String name, Base value) TestCases.TestCasesSuiteComponent.setProperty(int hash, String name, Base value) TestCases.TestCasesSuiteComponent.setProperty(String name, Base value) TestCases.TestCasesSuiteParameterComponent.setProperty(int hash, String name, Base value) TestCases.TestCasesSuiteParameterComponent.setProperty(String name, Base value) TestCases.TestCasesSuiteResourceComponent.setProperty(int hash, String name, Base value) TestCases.TestCasesSuiteResourceComponent.setProperty(String name, Base value) TestCases.TestCasesSuiteTestComponent.setProperty(int hash, String name, Base value) TestCases.TestCasesSuiteTestComponent.setProperty(String name, Base value) Methods in org.hl7.fhir.r5.tools with parameters of type BaseModifier and TypeMethodDescriptionbooleanCDSHookOrderSelectContext.equalsDeep(Base other_) booleanCDSHookOrderSignContext.equalsDeep(Base other_) booleanCDSHookPatientViewContext.equalsDeep(Base other_) booleanCDSHooksElement.equalsDeep(Base other_) booleanCDSHooksExtensions.equalsDeep(Base other_) booleanCDSHooksRequest.CDSHooksRequestFhirAuthorizationComponent.equalsDeep(Base other_) booleanCDSHooksRequest.CDSHooksRequestPrefetchComponent.equalsDeep(Base other_) booleanCDSHooksRequest.equalsDeep(Base other_) booleanCDSHooksResponse.CDSHooksResponseCardsComponent.equalsDeep(Base other_) booleanCDSHooksResponse.CDSHooksResponseCardsLinksComponent.equalsDeep(Base other_) booleanCDSHooksResponse.CDSHooksResponseCardsSourceComponent.equalsDeep(Base other_) booleanCDSHooksResponse.CDSHooksResponseCardsSuggestionsActionsComponent.equalsDeep(Base other_) booleanCDSHooksResponse.CDSHooksResponseCardsSuggestionsComponent.equalsDeep(Base other_) booleanCDSHooksResponse.equalsDeep(Base other_) booleanCDSHooksServices.CDSHooksServicesServicesComponent.equalsDeep(Base other_) booleanCDSHooksServices.CDSHooksServicesServicesPrefetchComponent.equalsDeep(Base other_) booleanCDSHooksServices.equalsDeep(Base other_) booleanTestCases.equalsDeep(Base other_) booleanTestCases.TestCasesModeComponent.equalsDeep(Base other_) booleanTestCases.TestCasesSuiteComponent.equalsDeep(Base other_) booleanTestCases.TestCasesSuiteParameterComponent.equalsDeep(Base other_) booleanTestCases.TestCasesSuiteResourceComponent.equalsDeep(Base other_) booleanTestCases.TestCasesSuiteTestComponent.equalsDeep(Base other_) booleanCDSHookOrderSelectContext.equalsShallow(Base other_) booleanCDSHookOrderSignContext.equalsShallow(Base other_) booleanCDSHookPatientViewContext.equalsShallow(Base other_) booleanCDSHooksElement.equalsShallow(Base other_) booleanCDSHooksExtensions.equalsShallow(Base other_) booleanCDSHooksRequest.CDSHooksRequestFhirAuthorizationComponent.equalsShallow(Base other_) booleanCDSHooksRequest.CDSHooksRequestPrefetchComponent.equalsShallow(Base other_) booleanCDSHooksRequest.equalsShallow(Base other_) booleanCDSHooksResponse.CDSHooksResponseCardsComponent.equalsShallow(Base other_) booleanCDSHooksResponse.CDSHooksResponseCardsLinksComponent.equalsShallow(Base other_) booleanCDSHooksResponse.CDSHooksResponseCardsSourceComponent.equalsShallow(Base other_) booleanCDSHooksResponse.CDSHooksResponseCardsSuggestionsActionsComponent.equalsShallow(Base other_) booleanCDSHooksResponse.CDSHooksResponseCardsSuggestionsComponent.equalsShallow(Base other_) booleanCDSHooksResponse.equalsShallow(Base other_) booleanCDSHooksServices.CDSHooksServicesServicesComponent.equalsShallow(Base other_) booleanCDSHooksServices.CDSHooksServicesServicesPrefetchComponent.equalsShallow(Base other_) booleanCDSHooksServices.equalsShallow(Base other_) booleanTestCases.equalsShallow(Base other_) booleanTestCases.TestCasesModeComponent.equalsShallow(Base other_) booleanTestCases.TestCasesSuiteComponent.equalsShallow(Base other_) booleanTestCases.TestCasesSuiteParameterComponent.equalsShallow(Base other_) booleanTestCases.TestCasesSuiteResourceComponent.equalsShallow(Base other_) booleanTestCases.TestCasesSuiteTestComponent.equalsShallow(Base other_) CDSHookOrderSelectContext.setProperty(int hash, String name, Base value) CDSHookOrderSelectContext.setProperty(String name, Base value) CDSHookOrderSignContext.setProperty(int hash, String name, Base value) CDSHookOrderSignContext.setProperty(String name, Base value) CDSHookPatientViewContext.setProperty(int hash, String name, Base value) CDSHookPatientViewContext.setProperty(String name, Base value) CDSHooksElement.setProperty(int hash, String name, Base value) CDSHooksElement.setProperty(String name, Base value) CDSHooksExtensions.setProperty(int hash, String name, Base value) CDSHooksExtensions.setProperty(String name, Base value) CDSHooksRequest.CDSHooksRequestFhirAuthorizationComponent.setProperty(int hash, String name, Base value) CDSHooksRequest.CDSHooksRequestFhirAuthorizationComponent.setProperty(String name, Base value) CDSHooksRequest.CDSHooksRequestPrefetchComponent.setProperty(int hash, String name, Base value) CDSHooksRequest.CDSHooksRequestPrefetchComponent.setProperty(String name, Base value) CDSHooksRequest.setProperty(int hash, String name, Base value) CDSHooksRequest.setProperty(String name, Base value) CDSHooksResponse.CDSHooksResponseCardsComponent.setProperty(int hash, String name, Base value) CDSHooksResponse.CDSHooksResponseCardsComponent.setProperty(String name, Base value) CDSHooksResponse.CDSHooksResponseCardsLinksComponent.setProperty(int hash, String name, Base value) CDSHooksResponse.CDSHooksResponseCardsLinksComponent.setProperty(String name, Base value) CDSHooksResponse.CDSHooksResponseCardsSourceComponent.setProperty(int hash, String name, Base value) CDSHooksResponse.CDSHooksResponseCardsSourceComponent.setProperty(String name, Base value) CDSHooksResponse.CDSHooksResponseCardsSuggestionsActionsComponent.setProperty(int hash, String name, Base value) CDSHooksResponse.CDSHooksResponseCardsSuggestionsActionsComponent.setProperty(String name, Base value) CDSHooksResponse.CDSHooksResponseCardsSuggestionsComponent.setProperty(int hash, String name, Base value) CDSHooksResponse.CDSHooksResponseCardsSuggestionsComponent.setProperty(String name, Base value) CDSHooksResponse.setProperty(int hash, String name, Base value) CDSHooksResponse.setProperty(String name, Base value) CDSHooksServices.CDSHooksServicesServicesComponent.setProperty(int hash, String name, Base value) CDSHooksServices.CDSHooksServicesServicesComponent.setProperty(String name, Base value) CDSHooksServices.CDSHooksServicesServicesPrefetchComponent.setProperty(int hash, String name, Base value) CDSHooksServices.CDSHooksServicesServicesPrefetchComponent.setProperty(String name, Base value) CDSHooksServices.setProperty(int hash, String name, Base value) CDSHooksServices.setProperty(String name, Base value) TestCases.setProperty(int hash, String name, Base value) TestCases.setProperty(String name, Base value) TestCases.TestCasesModeComponent.setProperty(int hash, String name, Base value) TestCases.TestCasesModeComponent.setProperty(String name, Base value) TestCases.TestCasesSuiteComponent.setProperty(int hash, String name, Base value) TestCases.TestCasesSuiteComponent.setProperty(String name, Base value) TestCases.TestCasesSuiteParameterComponent.setProperty(int hash, String name, Base value) TestCases.TestCasesSuiteParameterComponent.setProperty(String name, Base value) TestCases.TestCasesSuiteResourceComponent.setProperty(int hash, String name, Base value) TestCases.TestCasesSuiteResourceComponent.setProperty(String name, Base value) TestCases.TestCasesSuiteTestComponent.setProperty(int hash, String name, Base value) TestCases.TestCasesSuiteTestComponent.setProperty(String name, Base value) -
Uses of Base in org.hl7.fhir.r5.utils
Subclasses of Base in org.hl7.fhir.r5.utilsModifier and TypeClassDescriptionstatic classstatic classMethods in org.hl7.fhir.r5.utils that return Base -
Uses of Base in org.hl7.fhir.r5.utils.sql
Methods in org.hl7.fhir.r5.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.r5.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.r5.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.r5.utils.sql with type arguments of type Base -
Uses of Base in org.hl7.fhir.r5.utils.structuremap
Methods in org.hl7.fhir.r5.utils.structuremap that return BaseModifier and TypeMethodDescriptionITransformerServices.createResource(Object appInfo, Base res, boolean atRootofTransform) ITransformerServices.createType(Object appInfo, String name, ProfileUtilities profileUtilities) Variables.get(VariableMode mode, String name) Variable.getObject()FHIRPathHostServices.resolveReference(FHIRPathEngine engine, Object appContext, String url, Base refContext) ITransformerServices.resolveReference(Object appContext, String url) StructureMapUtilities.translate(TransformContext context, StructureMap map, Base source, String conceptMapUrl, String fieldToReturn) Methods in org.hl7.fhir.r5.utils.structuremap that return types with arguments of type BaseModifier and TypeMethodDescriptionFHIRPathHostServices.executeFunction(FHIRPathEngine engine, Object appContext, List<Base> focus, String functionName, List<List<Base>> parameters) ITransformerServices.performSearch(Object appContext, String url) FHIRPathHostServices.resolveConstant(FHIRPathEngine engine, Object appContext, String name, org.hl7.fhir.utilities.fhirpath.FHIRPathConstantEvaluationMode mode) Methods in org.hl7.fhir.r5.utils.structuremap with parameters of type BaseModifier and TypeMethodDescriptionvoidVariables.add(VariableMode mode, String name, Base object) booleanFHIRPathHostServices.conformsToProfile(FHIRPathEngine engine, Object appContext, Base item, String url) 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 nameFHIRPathHostServices.resolveReference(FHIRPathEngine engine, Object appContext, String url, Base refContext) voidStructureMapUtilities.transform(Object appInfo, Base source, StructureMap map, Base target) StructureMapUtilities.translate(TransformContext context, StructureMap map, Base source, String conceptMapUrl, String fieldToReturn) Method parameters in org.hl7.fhir.r5.utils.structuremap with type arguments of type BaseModifier and TypeMethodDescriptionFHIRPathHostServices.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 namebooleanConstructors in org.hl7.fhir.r5.utils.structuremap with parameters of type Base