Uses of Class
org.hl7.fhir.r5.model.Base
Package
Description
-
Uses of Base in org.hl7.fhir.r5.comparison
Modifier and TypeMethodDescriptionstatic Base
VersionComparisonAnnotation.getDeletedItem
(Base base, String name) ComparisonRenderer.resolveReference
(FHIRPathEngine engine, Object appContext, String url, Base refContext) Modifier 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, boolean beforeContext, boolean explicitConstant) Modifier and TypeMethodDescriptionvoid
ComparisonSession.annotate
(Base base, CanonicalResourceComparer.CanonicalResourceComparison<? extends CanonicalResource> comp) static CanonicalResourceComparer.CanonicalResourceComparison
<? extends CanonicalResource> VersionComparisonAnnotation.artifactComparison
(Base base) void
protected boolean
CanonicalResourceComparer.compareDataTypesWithTracking
(String name, List<? extends DataType> ll, List<? extends DataType> rl, Map<String, StructuralMatch<String>> comp, org.hl7.fhir.utilities.validation.ValidationMessage.IssueSeverity level, CanonicalResourceComparer.CanonicalResourceComparison<? extends CanonicalResource> res, Base parent) protected boolean
CanonicalResourceComparer.compareDataTypesWithTracking
(String name, DataType l, DataType r, Map<String, StructuralMatch<String>> comp, org.hl7.fhir.utilities.validation.ValidationMessage.IssueSeverity level, CanonicalResourceComparer.CanonicalResourceComparison<? extends CanonicalResource> res, Base parent) protected boolean
CanonicalResourceComparer.compareMetadata
(CanonicalResource left, CanonicalResource right, Map<String, StructuralMatch<String>> comp, CanonicalResourceComparer.CanonicalResourceComparison<? extends CanonicalResource> res, List<String> changes, Base parent) protected boolean
CanonicalResourceComparer.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 boolean
CanonicalResourceComparer.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) boolean
ComparisonRenderer.conformsToProfile
(FHIRPathEngine engine, Object appContext, Base item, String url) void
VersionComparisonAnnotation.getDeleted
(Base base, String... names) static Base
VersionComparisonAnnotation.getDeletedItem
(Base base, String name) static boolean
VersionComparisonAnnotation.hasDeleted
(Base base, String... names) void
void
ComparisonSession.markChanged
(Base focus, Base original) void
ComparisonSession.markDeleted
(Base parent, String name, Base other) ComparisonRenderer.resolveReference
(FHIRPathEngine engine, Object appContext, String url, Base refContext) -
Uses of Base in org.hl7.fhir.r5.elementmodel
Modifier and TypeClassDescriptionclass
This 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)Modifier 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) Modifier and TypeMethodDescriptionvoid
Element.copyValues
(Base dst) boolean
Element.equalsDeep
(Base other) boolean
Element.equalsShallow
(Base other) void
Element.setChildValue
(String name, Base value) Element.setProperty
(int hash, String name, Base value) Element.setProperty
(String name, Base value) void
-
Uses of Base in org.hl7.fhir.r5.extensions
Modifier and TypeMethodDescriptionstatic Extension
ExtensionsUtils.addExtension
(Base context, String url, DataType value) static String
Extensions.getDatatype
(Base context) static <T extends DataType>
TExtensionsUtils.getExtension
(Class<T> class_, Base context, String url) static Boolean
ExtensionsUtils.getExtensionBoolean
(Base context, String url) static BigDecimal
ExtensionsUtils.getExtensionFloat
(Base context, String url) static Integer
ExtensionsUtils.getExtensionInt
(Base context, String url) ExtensionsUtils.getExtensionIntList
(Base context, String url) ExtensionsUtils.getExtensionList
(Class<T> class_, Base context, String url) static String
ExtensionsUtils.getExtensionString
(Base context, String url) ExtensionsUtils.getExtensionStringList
(Base context, String url) static Base
Extensions.setDatatype
(Base context, String value) static Extension
ExtensionsUtils.setExtension
(Base context, String url, DataType value) -
Uses of Base in org.hl7.fhir.r5.fhirpath
Modifier and TypeClassDescriptionstatic class
static class
Modifier and TypeMethodDescriptionFHIRPathUtilityClasses.ClassTypeInfo.copy()
FHIRPathUtilityClasses.FHIRConstant.copy()
ExpressionNode.getConstant()
Base[]
FHIRPathUtilityClasses.ClassTypeInfo.getProperty
(int hash, String name, boolean checkValid) FHIRPathEngine.IEvaluationContext.resolveReference
(FHIRPathEngine engine, Object appContext, String url, Base refContext) Implementation of resolve() function.Modifier 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 elementsFHIRPathEngine.IEvaluationContext.executeFunction
(FHIRPathEngine engine, Object appContext, List<Base> focus, String functionName, List<List<Base>> parameters) FHIRPathEngine.IEvaluationContext.resolveConstant
(FHIRPathEngine engine, Object appContext, String name, boolean beforeContext, boolean explicitConstant) A constant reference - e.g.Modifier and TypeMethodDescriptionboolean
FHIRPathEngine.IEvaluationContext.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 elementsboolean
FHIRPathEngine.evaluateToBoolean
(Object appInfo, Base focusResource, Base rootResource, Base base, ExpressionNode node) evaluate a path and return true or false (e.g.boolean
FHIRPathEngine.evaluateToBoolean
(Object appInfo, Resource focusResource, Resource rootResource, Base base, ExpressionNode node) evaluate a path and return true or false (e.g.boolean
FHIRPathEngine.evaluateToBoolean
(Resource focusResource, Resource rootResource, Base base, String path) evaluate a path and return true or false (e.g.boolean
FHIRPathEngine.evaluateToBoolean
(Resource focusResource, Resource rootResource, Base base, ExpressionNode node) evaluate a path and return true or false (e.g.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 void
FHIRPathEngine.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.FHIRPathEngine.IEvaluationContext.resolveReference
(FHIRPathEngine engine, Object appContext, String url, Base refContext) Implementation of resolve() function.void
ExpressionNode.setConstant
(Base constant) Modifier and TypeMethodDescriptionboolean
FHIRPathEngine.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 representationFHIRPathEngine.IEvaluationContext.executeFunction
(FHIRPathEngine engine, Object appContext, List<Base> focus, String functionName, List<List<Base>> parameters) protected void
FHIRPathEngine.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.boolean
when the .log() function is called -
Uses of Base in org.hl7.fhir.r5.formats
Modifier and TypeMethodDescriptionXmlParser.parseFragment
(org.xmlpull.v1.XmlPullParser xpp, String type) Modifier and TypeMethodDescriptionprotected void
RdfParserBase.composeBase
(org.hl7.fhir.utilities.turtle.Turtle.Complex t, String parentType, String name, Base element, int index) protected void
XmlParserBase.composeBaseElements
(Base element) protected void
JsonParser.composeBaseProperties
(Base element) protected void
XmlParserBase.composeElementClose
(Base base) protected boolean
XmlParser.parseBaseContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, Base res) protected void
JsonParser.parseBaseProperties
(com.google.gson.JsonObject json, Base res) protected void
XmlParserBase.parseElementClose
(Base e) -
Uses of Base in org.hl7.fhir.r5.model
Modifier and TypeClassDescriptionclass
A financial tool for tracking value accrued for a particular purpose.static class
static class
static class
static class
static class
static class
class
This resource allows for the definition of some activity to be performed, independent of a particular patient, practitioner, or other performance context.static class
static class
class
The 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.class
Address Type: An address expressed using postal conventions (as opposed to GPS or other location definition formats).class
A medicinal product in the final form which is suitable for administering to a patient (after any mixing of multiple components, dissolution etc.static class
static class
static class
static class
class
An event (i.e.static class
static class
static class
static class
static class
static class
static class
class
Age Type: A duration of time during which an organism (or a process) has existed.class
Risk of harmful or undesirable, physiological response which is unique to an individual and associated with exposure to a substance.static class
static class
class
Annotation Type: A text note which also contains information about who made the statement and when.class
A booking of a healthcare event among patient(s), practitioner(s), related person(s) and/or device(s) for a specific date/time.static class
static class
static class
static class
static class
class
A reply to an appointment request for a patient and/or practitioner(s), such as a confirmation or rejection.class
This Resource provides one or more comments, classifiers or ratings about a Resource and supports attribution and rights management metadata for the added content.static class
class
Attachment Type: For referring to data content defined in other formats.class
A record of an event relevant for purposes such as operations, privacy, security, maintenance, and performance analysis.static class
static class
static class
static class
static class
class
Availability Type: Availability data for an {item}.static class
static class
class
BackboneElement Type: Base definition for all elements that are defined inside a resource - but not those in a data type.class
BackboneType Type: Base definition for the few data types that are allowed to carry modifier extensions.class
Primitive type "base64Binary" in FHIR: a sequence of bytes represented in base64class
class
class
class
class
class
class
Basic 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.class
A resource that represents the data of a single raw artifact as digital content accessible in its native format.class
A biological material originating from a biological entity intended to be transplanted or infused into another (possibly the same) biological entity.static class
static class
class
A record of dispensation of a biologically derived product.static class
class
Record details about an anatomical structure.static class
static class
static class
class
Primitive type "boolean" in FHIR "true" or "false"class
A container for a collection of resources.static class
static class
static class
static class
static class
class
Common Interface declaration for conformance and knowledge artifact resources.class
Primitive type "canonical" in FHIR: an OID represented as urn:oid:0.1.2.3.4...class
A 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 class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
class
Describes 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 class
class
The Care Team includes all the people and organizations who plan to participate in the coordination and delivery of care.static class
class
The 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 class
class
The ChargeItemDefinition resource provides the properties that apply to the (billing) codes necessary to calculate costs and prices.static class
static class
class
The Citation Resource enables reference to any knowledge artifact for purposes of identification and attribution.static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
class
A 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 class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
class
This resource provides the adjudication details from the processing of a Claim resource.static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
class
A 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 class
class
A single issue - either an indication, contraindication, interaction or an undesirable effect for a medicinal product, medication, device or procedure.static class
static class
static class
static class
static class
static class
static class
class
CodeableConcept Type: A concept that may be defined by a formal reference to a terminology or ontology or may be provided by text.class
CodeableReference Type: A reference to a resource (by instance), or instead, a reference to a concept defined in a terminology or ontology (by class).class
The 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 class
static class
static class
static class
static class
class
Primitive type "code" in FHIR, when not bound to an enumerated list of codesclass
Coding Type: A reference to a code defined by a terminology system.class
A clinical or business level record of information being transmitted or shared; e.g.static class
class
A request to convey information; e.g.static class
class
A compartment definition that defines how resources are accessed on a server.static class
class
A 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 class
static class
static class
class
A 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 class
static class
static class
static class
static class
static class
static class
static class
class
A clinical condition, problem, diagnosis, or other event, situation, issue, or clinical concept that has risen to a level of concern.static class
static class
class
A definition of a condition and information relevant to managing it.static class
static class
static class
static class
static class
class
A 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 class
static class
static class
static class
static class
class
ContactDetail Type: Specifies contact information for a person or organization.class
ContactPoint Type: Details for all kinds of technology mediated contact points for a person or organization, including telephone, email, etc.class
Legally enforceable, formally recorded unilateral or bilateral directive i.e., a policy or agreement.static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
class
Contributor Type: A contributor to the content of a knowledge asset, including authors, editors, reviewers, and endorsers.class
Count Type: A measured amount (or an amount that can potentially be measured).class
Financial instrument which may be used to reimburse or pay for health care products and services.static class
static class
static class
static class
class
The 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 class
static class
static class
static class
static class
class
This resource provides eligibility and plan details from the processing of an CoverageEligibilityRequest resource.static class
static class
static class
static class
static class
class
DataRequirement Type: Describes a required data item for evaluation in terms of the type of data, and optional code or date-based filters of the data.static class
static class
static class
static class
class
DataType Type: The base class for all re-useable types defined as part of the FHIR Specification.class
Represents a FHIR dateTime datatype.class
Represents a FHIR date datatype.class
Primitive type "decimal" in FHIR: A rational numberclass
Indicates an actual or potential clinical issue with or between one or more active or proposed clinical actions for a patient; e.g.static class
static class
class
This 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 class
static class
static class
static class
static class
class
A record of association of a device.static class
class
This is a specialized resource that defines the characteristics and capabilities of a device.static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
class
Indicates that a device is to be or has been dispensed for a named person/patient.static class
class
Describes a measurement, calculation or setting capability of a device.static class
class
Represents a request a device to be provided to a specific patient.static class
class
A 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 class
class
The findings and interpretation of diagnostic tests performed on patients, groups of patients, products, substances, devices, and locations, and/or specimens derived from these.static class
static class
class
Distance Type: A length - a value with a unit that is a physical distance.class
A reference to a document of any kind for any purpose.static class
static class
static class
static class
class
A resource that includes narrative, extensions, and contained resources.class
Dosage Type: Indicates how the medication is/was taken or should be taken by the patient.static class
class
Duration Type: A length of time.class
Element Type: Base definition for all elements in a resource.class
ElementDefinition Type: Captures constraints on each element within the resource, profile, or extension.static class
static class
static class
static class
static class
static class
static class
static class
static class
class
An 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 class
static class
static class
static class
static class
class
A record of significant events/milestones key data throughout the history of an Encounterstatic class
class
The 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 class
class
This resource provides the insurance enrollment details to the insurer regarding a specified coverage.class
This resource provides enrollment and plan details from the processing of an EnrollmentRequest resource.class
Enumeration<T extends Enum<?>>
Primitive type "code" in FHIR, where the code is tied to an enumerated list of possible valuesclass
An association between a patient and an organization / healthcare provider(s) during which time encounters may occur.static class
static class
static class
class
The EventDefinition resource provides a reusable description of when a particular event can occur.class
The 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 class
static class
static class
static class
static class
static class
static class
class
The 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 class
static class
static class
static class
static class
class
The EvidenceVariable resource describes an element that knowledge (Evidence) is about.static class
static class
static class
static class
static class
class
A walkthrough of a workflow showing the interaction between systems and the instances shared, possibly including the evolution of instances over time.static class
static class
static class
static class
static class
static class
static class
static class
class
This 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 class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
class
Expression Type: A expression that is evaluated in a specified context and returns a value.class
ExtendedContactDetail Type: Specifies contact information for a specific purpose over a period of time, might be handled/monitored by a specific named person or organization.class
Extension Type: Optional Extension Element - found in all resources.class
Significant health conditions for a person related to the patient relevant in the context of care for the patient.static class
static class
static class
class
Prospective warnings of potential issues when providing care to the patient.class
This resource describes a product or service that is available through a program and includes the conditions and constraints of availability.class
A set of analyses performed to analyze and generate genomic data.static class
static class
static class
static class
static class
class
Describes 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 class
class
A formal computable definition of a graph of resources - that is, a coherent set of resources that form a graph by following references.static class
static class
static class
class
Represents 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.static class
static class
class
A 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.class
The details of a healthcare service available at a location or in a catalog.static class
class
HumanName Type: A name, normally of a human, that can be used for other living entities (e.g.class
Identifier Type: An identifier - identifies some entity uniquely and unambiguously.final class
This class represents the logical identity for a resource, or as much of that identity is known.class
A selection of DICOM SOP instances and/or frames within a single Study and Series.static class
static class
static class
static class
class
Representation of the content produced in a DICOM imaging study.static class
static class
static class
class
Describes 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 class
static class
static class
static class
class
Describes a comparison of an immunization event against published recommendations to determine if the administration is "valid" in relation to those recommendations.class
A patient's point-in-time set of recommendations (i.e.static class
static class
class
A set of rules of how a particular interoperability or standards problem is solved - typically through the use of FHIR resources.static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
class
An ingredient of a manufactured item or pharmaceutical product.static class
static class
static class
static class
class
Represents a FHIR instant datatype.class
Details of a Health Insurance product/plan provided by an organization.static class
static class
static class
static class
static class
static class
static class
static class
class
Primitive type "integer64" in FHIR: A signed 64-bit integerclass
Primitive type "integer" in FHIR: A signed 32-bit integerclass
functional description of an inventory item used in inventory and supply-related workflows.static class
static class
static class
static class
static class
static class
class
A report of inventory or stock items.static class
static class
class
Invoice containing collected ChargeItems from an Account with calculated individual and total price for Billing purpose.static class
static class
class
The Library resource is a general-purpose container for knowledge asset definitions.class
Identifies two or more records (resource instances) that refer to the same real-world "occurrence".static class
class
A List is a curated collection of resources, for things such as problem lists, allergy lists, facility list, organization list, etc.static class
class
Details and position information for a place where services are provided and resources and participants may be stored, found, contained, or accommodated.static class
class
The definition and characteristics of a medicinal manufactured item, such as a tablet or capsule, as contained in a packaged medicinal product.static class
static class
static class
class
Primitive type "code" in FHIR, when not bound to an enumerated list of codesclass
MarketingStatus Type: The marketing status describes the date when a medicinal product is actually put on the market or the date as of which it is no longer available.class
The Measure resource provides the definition of a quality measure.static class
static class
static class
static class
static class
static class
class
The MeasureReport resource contains the results of the calculation of a measure; and optionally a reference to the resources involved in that calculation.static class
static class
static class
static class
static class
static class
class
This 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 class
static class
class
Describes the event of a patient consuming or otherwise being administered a medication.static class
static class
class
Indicates that a medication product is to be or has been dispensed for a named person/patient.static class
static class
class
Information about a medication that is used to support knowledge.static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
class
An order or request for both supply of the medication and the instructions for administration of the medication to a patient.static class
static class
static class
class
A record of a medication that is being consumed by a patient.static class
class
Detailed definition of a medicinal product, typically for uses other than direct patient care (e.g.static class
static class
static class
static class
static class
static class
static class
class
Defines 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 class
static class
class
The header for a message exchange that is either requesting or responding to an action.static class
static class
static class
class
Meta Type: The metadata about a resource.class
Common Interface declaration for conformance and knowledge artifact resources.class
Representation of a molecular sequence.static class
static class
static class
class
MonetaryComponent Type: Availability data for an {item}.class
Money Type: An amount of economic utility in some recognized currency.class
A measured amount (or an amount that can potentially be measured).class
A curated namespace that issues unique symbols within that namespace for the identification of concepts, people, devices, etc.static class
class
Narrative Type: A human-readable summary of the resource conveying the essential clinical and business information for the resource.class
A record of food or fluid that is being consumed by a patient.static class
static class
static class
class
A request to supply a diet, formula feeding (enteral) or oral nutritional supplement to a patient/resident.static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
class
A food or supplement that is consumed by patients.static class
static class
static class
static class
class
Measurements and simple assertions made about a patient, device or other subject.static class
static class
static class
class
Set of definitional characteristics for a kind of observation or measurement produced or consumed by an orderable health care service.static class
static class
class
Primitive type "oid" in FHIR: an OID represented as urn:oid:0.1.2.3.4...class
A formal computable definition of an operation (on the RESTful interface) or a named query (using the search interaction).static class
static class
static class
static class
class
A collection of error, warning, or information messages that result from a system action.static class
class
Base StructureDefinition for OrderedDistribution Type: An ordered list (distribution) of statistics.static class
class
A formally or informally recognized grouping of people or organizations formed for the purpose of achieving some form of collective action.static class
class
Defines an affiliation/assotiation/relationship between 2 distinct organizations, that is not a part-of relationship/sub-division relationship.class
A medically related item or items, in a container or package.static class
static class
static class
static class
class
ParameterDefinition Type: The parameters to the module.class
This resource is used to pass information into and back from an operation (whether invoked directly from REST or within a messaging environment).static class
class
Demographics and other administrative information about an individual or animal receiving care or other health-related services.static class
static class
static class
class
This resource provides the status of the payment for goods and services rendered, and the request and response resource references.class
This resource provides the details including amount of a payment and allocates the payment items being paid.static class
static class
class
Period Type: A time period defined by a start and end date and optionally time.class
Permission resource holds access rules for a given data and context.static class
static class
static class
static class
static class
class
Demographics and administrative information about a person independent of a specific health-related context.static class
static class
class
This resource allows for the definition of various types of plans as a sharable, consumable, and executable artifact.static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
class
Primitive type "integer" in FHIR: A signed 32-bit integerclass
A person who is directly or indirectly involved in the provisioning of healthcare or related services.static class
static class
class
A specific set of Roles/Locations/specialties/services that a practitioner may perform, or has performed at an organization during a period of time.class
class
An action that is or was performed on or for a patient, practitioner, device, organization, or location.static class
static class
class
Base StructureDefinition for ProdCharacteristic Type: The marketing status describes the date when a medicinal product is actually put on the market or the date as of which it is no longer available.class
ProductShelfLife Type: The shelf-life and storage information for a medicinal product item or container can be described using this class.class
Provenance of a resource is a record that describes entities and processes involved in producing and delivering or otherwise influencing that resource.static class
static class
class
Quantity Type: A measured amount (or an amount that can potentially be measured).class
A structured set of questions intended to guide the collection of answers from end-users.static class
static class
static class
static class
class
A structured set of questions and their answers.static class
static class
class
Range Type: A set of ordered Quantities defined by a low and high limit.class
Ratio Type: A relationship of two Quantity values - expressed as a numerator and a denominator.class
RatioRange Type: A range of ratios expressed as a low and high numerator and a denominator.class
Reference Type: A reference from one resource to another.class
Regulatory 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 class
class
RelatedArtifact Type: Related artifacts such as additional documentation, justification, or bibliographic references.class
Information 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 class
class
A 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 class
static class
static class
static class
static class
static class
static class
class
The 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 class
class
A scientific study of nature that sometimes includes processes involved in health and disease.static class
static class
static class
static class
static class
static class
static class
class
A ResearchSubject is a participant or object which is the recipient of investigative activities in a research study.static class
class
This is the base resource type for everything.class
An assessment of the likely outcome(s) for a patient or other subject as well as the likelihood of each outcome.static class
class
SampledData Type: A series of measurements taken by a device, with upper and lower limits.class
A container for slots of time that may be available for booking appointments.class
A search parameter that defines a named search item that can be used to search/filter on a resource.static class
class
A record of a request for service such as diagnostic investigations, treatments, or operations to be performed.static class
static class
static class
class
class
Signature Type: A signature along with supporting context.class
A measured amount (or an amount that can potentially be measured).class
A slot of time on a schedule that may be available for booking appointments.class
A sample to be used for analysis.static class
static class
static class
static class
class
A kind of specimen with associated set of requirements.static class
static class
static class
static class
class
Base StructureDefinition for Statistic Type: A fact or piece of data from a study of a large quantity of numerical data.static class
static class
static class
static class
static class
class
Primitive type "string" in FHIR - any sequence of unicode characters less than 1MB in lengthclass
A definition of a FHIR structure.static class
static class
static class
static class
class
A Map of relationships between 2 structures that can be used to transform data.static class
static class
static class
static class
static class
static class
static class
static class
static class
class
The subscription resource describes a particular client's request to be notified about a SubscriptionTopic.static class
static class
class
The SubscriptionStatus resource describes the state of a Subscription during notifications.static class
class
Describes a stream of resource state changes identified by trigger criteria and annotated with labels useful to filter projections from this topic.static class
static class
static class
static class
static class
class
A homogeneous material with a definite composition.static class
class
Base StructureDefinition for SubstanceAmount Type: Chemical substances are a single substance type whose primary defining element is the molecular structure.static class
class
The detailed description of a substance, typically at a level beyond what is used for prescribing.static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
class
Nucleic acids are defined by three distinct elements: the base, sugar and linkage.static class
static class
static class
class
Properties of a substance specific to it being a polymer.static class
static class
static class
static class
static class
static class
class
A 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 class
class
Todo.static class
static class
static class
class
Source 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 class
static class
static class
static class
static class
static class
class
Record of delivery of what is supplied.static class
class
A 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 class
class
A task to be performed.static class
static class
static class
static class
class
A 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 class
static class
static class
static class
static class
static class
static class
static class
static class
static class
class
A plan for executing testing on an artifact or specificationsstatic class
static class
static class
static class
static class
static class
static class
class
A summary of information based on the results of executing a TestScript.static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
class
A structured set of tests against a FHIR server or client implementation to determine compliance against the FHIR specification.static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
class
Represents a Time datatype, per the FHIR specification.class
Timing Type: Specifies an event that may occur multiple times.static class
class
Record of transport.static class
static class
static class
class
TriggerDefinition Type: A description of a triggering event.class
class
Primitive type "integer" in FHIR: A signed 32-bit integerclass
Primitive type "uri" in FHIR: any valid URI.class
Primitive type "url" in FHIR: an OID represented as urn:oid:0.1.2.3.4...class
UsageContext Type: Specifies clinical/business/etc.class
class
A ValueSet resource instance specifies a set of codes drawn from one or more code systems, intended for use in a particular context.static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
class
Describes validation requirements, source(s), status and dates for one or more elements.static class
static class
static class
class
VirtualServiceDetail Type: Virtual Service Contact Details.class
An authorization for the provision of glasses and/or contact lenses to a patient.static class
static class
class
Modifier 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 Base
Base.copy()
Tuple.copy()
static Base
ResourceFactory.createResourceOrType
(String name) Base.getChildValueByName
(String name) ExpressionNode.getConstant()
Deprecated.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[]
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) 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) 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) Modifier and TypeMethodDescriptionstatic Address
TypeConvertor.castToAddress
(Base b) static Annotation
TypeConvertor.castToAnnotation
(Base b) static Attachment
TypeConvertor.castToAttachment
(Base b) static Availability
TypeConvertor.castToAvailability
(Base b) static Base64BinaryType
TypeConvertor.castToBase64Binary
(Base b) static BooleanType
TypeConvertor.castToBoolean
(Base b) static CanonicalType
TypeConvertor.castToCanonical
(Base b) static CodeType
TypeConvertor.castToCode
(Base b) static CodeableConcept
TypeConvertor.castToCodeableConcept
(Base b) static CodeableReference
TypeConvertor.castToCodeableReference
(Base b) static Coding
TypeConvertor.castToCoding
(Base b) static ContactDetail
TypeConvertor.castToContactDetail
(Base b) static ContactPoint
TypeConvertor.castToContactPoint
(Base b) static Contributor
TypeConvertor.castToContributor
(Base b) static Count
TypeConvertor.castToCount
(Base b) static DataRequirement
TypeConvertor.castToDataRequirement
(Base b) static DateType
TypeConvertor.castToDate
(Base b) static DateTimeType
TypeConvertor.castToDateTime
(Base b) static DecimalType
TypeConvertor.castToDecimal
(Base b) static Dosage
TypeConvertor.castToDosage
(Base b) static Duration
TypeConvertor.castToDuration
(Base b) static ElementDefinition
TypeConvertor.castToElementDefinition
(Base b) static Expression
TypeConvertor.castToExpression
(Base b) static ExtendedContactDetail
TypeConvertor.castToExtendedContactDetail
(Base b) static Extension
TypeConvertor.castToExtension
(Base b) static HumanName
TypeConvertor.castToHumanName
(Base b) static IdType
static Identifier
TypeConvertor.castToIdentifier
(Base b) static InstantType
TypeConvertor.castToInstant
(Base b) static IntegerType
TypeConvertor.castToInteger
(Base b) static Integer64Type
TypeConvertor.castToInteger64
(Base b) static MarkdownType
TypeConvertor.castToMarkdown
(Base b) static MarketingStatus
TypeConvertor.castToMarketingStatus
(Base b) static Meta
TypeConvertor.castToMeta
(Base b) static MonetaryComponent
TypeConvertor.castToMonetaryComponent
(Base b) static Money
TypeConvertor.castToMoney
(Base b) static Narrative
TypeConvertor.castToNarrative
(Base b) static OidType
static OrderedDistribution
TypeConvertor.castToOrderedDistribution
(Base b) static ParameterDefinition
TypeConvertor.castToParameterDefinition
(Base b) static Period
TypeConvertor.castToPeriod
(Base b) static PositiveIntType
TypeConvertor.castToPositiveInt
(Base b) static ProdCharacteristic
TypeConvertor.castToProdCharacteristic
(Base b) static ProductShelfLife
TypeConvertor.castToProductShelfLife
(Base b) static Quantity
TypeConvertor.castToQuantity
(Base b) static Range
TypeConvertor.castToRange
(Base b) static Ratio
TypeConvertor.castToRatio
(Base b) static Reference
TypeConvertor.castToReference
(Base b) static RelatedArtifact
TypeConvertor.castToRelatedArtifact
(Base b) static Resource
TypeConvertor.castToResource
(Base b) static SampledData
TypeConvertor.castToSampledData
(Base b) static Signature
TypeConvertor.castToSignature
(Base b) static SimpleQuantity
TypeConvertor.castToSimpleQuantity
(Base b) static Statistic
TypeConvertor.castToStatistic
(Base b) static StringType
TypeConvertor.castToString
(Base b) static SubstanceAmount
TypeConvertor.castToSubstanceAmount
(Base b) static TimeType
TypeConvertor.castToTime
(Base b) static Timing
TypeConvertor.castToTiming
(Base b) static TriggerDefinition
TypeConvertor.castToTriggerDefinition
(Base b) static DataType
TypeConvertor.castToType
(Base b) static UnsignedIntType
TypeConvertor.castToUnsignedInt
(Base b) static UriType
static UrlType
static UsageContext
TypeConvertor.castToUsageContext
(Base b) static VirtualServiceDetail
TypeConvertor.castToVirtualServiceDetail
(Base b) static org.hl7.fhir.utilities.xhtml.XhtmlNode
TypeConvertor.castToXhtml
(Base b) static String
TypeConvertor.castToXhtmlString
(Base b) static boolean
Base.compareDeep
(Base e1, Base e2, boolean allowNull) void
Base.copyFormatComments
(Base other) void
Base.copyUserData
(Base other) void
Base.copyValues
(Base dst) boolean
Account.AccountBalanceComponent.equalsDeep
(Base other_) boolean
Account.AccountDiagnosisComponent.equalsDeep
(Base other_) boolean
Account.AccountProcedureComponent.equalsDeep
(Base other_) boolean
Account.AccountRelatedAccountComponent.equalsDeep
(Base other_) boolean
Account.CoverageComponent.equalsDeep
(Base other_) boolean
Account.equalsDeep
(Base other_) boolean
Account.GuarantorComponent.equalsDeep
(Base other_) boolean
ActivityDefinition.ActivityDefinitionDynamicValueComponent.equalsDeep
(Base other_) boolean
ActivityDefinition.ActivityDefinitionParticipantComponent.equalsDeep
(Base other_) boolean
ActivityDefinition.equalsDeep
(Base other_) boolean
ActorDefinition.equalsDeep
(Base other_) boolean
Address.equalsDeep
(Base other_) boolean
AdministrableProductDefinition.AdministrableProductDefinitionPropertyComponent.equalsDeep
(Base other_) boolean
AdministrableProductDefinition.AdministrableProductDefinitionRouteOfAdministrationComponent.equalsDeep
(Base other_) boolean
AdministrableProductDefinition.AdministrableProductDefinitionRouteOfAdministrationTargetSpeciesComponent.equalsDeep
(Base other_) boolean
AdministrableProductDefinition.AdministrableProductDefinitionRouteOfAdministrationTargetSpeciesWithdrawalPeriodComponent.equalsDeep
(Base other_) boolean
AdministrableProductDefinition.equalsDeep
(Base other_) boolean
AdverseEvent.AdverseEventContributingFactorComponent.equalsDeep
(Base other_) boolean
AdverseEvent.AdverseEventMitigatingActionComponent.equalsDeep
(Base other_) boolean
AdverseEvent.AdverseEventParticipantComponent.equalsDeep
(Base other_) boolean
AdverseEvent.AdverseEventPreventiveActionComponent.equalsDeep
(Base other_) boolean
AdverseEvent.AdverseEventSupportingInfoComponent.equalsDeep
(Base other_) boolean
AdverseEvent.AdverseEventSuspectEntityCausalityComponent.equalsDeep
(Base other_) boolean
AdverseEvent.AdverseEventSuspectEntityComponent.equalsDeep
(Base other_) boolean
AdverseEvent.equalsDeep
(Base other_) boolean
AllergyIntolerance.AllergyIntoleranceParticipantComponent.equalsDeep
(Base other_) boolean
AllergyIntolerance.AllergyIntoleranceReactionComponent.equalsDeep
(Base other_) boolean
AllergyIntolerance.equalsDeep
(Base other_) boolean
Annotation.equalsDeep
(Base other_) boolean
Appointment.AppointmentParticipantComponent.equalsDeep
(Base other_) boolean
Appointment.AppointmentRecurrenceTemplateComponent.equalsDeep
(Base other_) boolean
Appointment.AppointmentRecurrenceTemplateMonthlyTemplateComponent.equalsDeep
(Base other_) boolean
Appointment.AppointmentRecurrenceTemplateWeeklyTemplateComponent.equalsDeep
(Base other_) boolean
Appointment.AppointmentRecurrenceTemplateYearlyTemplateComponent.equalsDeep
(Base other_) boolean
Appointment.equalsDeep
(Base other_) boolean
AppointmentResponse.equalsDeep
(Base other_) boolean
ArtifactAssessment.ArtifactAssessmentContentComponent.equalsDeep
(Base other_) boolean
ArtifactAssessment.equalsDeep
(Base other_) boolean
Attachment.equalsDeep
(Base other_) boolean
AuditEvent.AuditEventAgentComponent.equalsDeep
(Base other_) boolean
AuditEvent.AuditEventEntityComponent.equalsDeep
(Base other_) boolean
AuditEvent.AuditEventEntityDetailComponent.equalsDeep
(Base other_) boolean
AuditEvent.AuditEventOutcomeComponent.equalsDeep
(Base other_) boolean
AuditEvent.AuditEventSourceComponent.equalsDeep
(Base other_) boolean
AuditEvent.equalsDeep
(Base other_) boolean
Availability.AvailabilityAvailableTimeComponent.equalsDeep
(Base other_) boolean
Availability.AvailabilityNotAvailableTimeComponent.equalsDeep
(Base other_) boolean
Availability.equalsDeep
(Base other_) boolean
BackboneElement.equalsDeep
(Base other_) boolean
BackboneType.equalsDeep
(Base other_) boolean
Base.equalsDeep
(Base other) boolean
Basic.equalsDeep
(Base other_) boolean
Binary.equalsDeep
(Base other_) boolean
BiologicallyDerivedProduct.BiologicallyDerivedProductCollectionComponent.equalsDeep
(Base other_) boolean
BiologicallyDerivedProduct.BiologicallyDerivedProductPropertyComponent.equalsDeep
(Base other_) boolean
BiologicallyDerivedProduct.equalsDeep
(Base other_) boolean
BiologicallyDerivedProductDispense.BiologicallyDerivedProductDispensePerformerComponent.equalsDeep
(Base other_) boolean
BiologicallyDerivedProductDispense.equalsDeep
(Base other_) boolean
BodyStructure.BodyStructureIncludedStructureBodyLandmarkOrientationComponent.equalsDeep
(Base other_) boolean
BodyStructure.BodyStructureIncludedStructureBodyLandmarkOrientationDistanceFromLandmarkComponent.equalsDeep
(Base other_) boolean
BodyStructure.BodyStructureIncludedStructureComponent.equalsDeep
(Base other_) boolean
BodyStructure.equalsDeep
(Base other_) boolean
Bundle.BundleEntryComponent.equalsDeep
(Base other_) boolean
Bundle.BundleEntryRequestComponent.equalsDeep
(Base other_) boolean
Bundle.BundleEntryResponseComponent.equalsDeep
(Base other_) boolean
Bundle.BundleEntrySearchComponent.equalsDeep
(Base other_) boolean
Bundle.BundleLinkComponent.equalsDeep
(Base other_) boolean
Bundle.equalsDeep
(Base other_) boolean
CanonicalResource.equalsDeep
(Base other_) boolean
CapabilityStatement.CapabilityStatementDocumentComponent.equalsDeep
(Base other_) boolean
CapabilityStatement.CapabilityStatementImplementationComponent.equalsDeep
(Base other_) boolean
CapabilityStatement.CapabilityStatementMessagingComponent.equalsDeep
(Base other_) boolean
CapabilityStatement.CapabilityStatementMessagingEndpointComponent.equalsDeep
(Base other_) boolean
CapabilityStatement.CapabilityStatementMessagingSupportedMessageComponent.equalsDeep
(Base other_) boolean
CapabilityStatement.CapabilityStatementRestComponent.equalsDeep
(Base other_) boolean
CapabilityStatement.CapabilityStatementRestResourceComponent.equalsDeep
(Base other_) boolean
CapabilityStatement.CapabilityStatementRestResourceOperationComponent.equalsDeep
(Base other_) boolean
CapabilityStatement.CapabilityStatementRestResourceSearchParamComponent.equalsDeep
(Base other_) boolean
CapabilityStatement.CapabilityStatementRestSecurityComponent.equalsDeep
(Base other_) boolean
CapabilityStatement.CapabilityStatementSoftwareComponent.equalsDeep
(Base other_) boolean
CapabilityStatement.equalsDeep
(Base other_) boolean
CapabilityStatement.ResourceInteractionComponent.equalsDeep
(Base other_) boolean
CapabilityStatement.SystemInteractionComponent.equalsDeep
(Base other_) boolean
CarePlan.CarePlanActivityComponent.equalsDeep
(Base other_) boolean
CarePlan.equalsDeep
(Base other_) boolean
CareTeam.CareTeamParticipantComponent.equalsDeep
(Base other_) boolean
CareTeam.equalsDeep
(Base other_) boolean
ChargeItem.ChargeItemPerformerComponent.equalsDeep
(Base other_) boolean
ChargeItem.equalsDeep
(Base other_) boolean
ChargeItemDefinition.ChargeItemDefinitionApplicabilityComponent.equalsDeep
(Base other_) boolean
ChargeItemDefinition.ChargeItemDefinitionPropertyGroupComponent.equalsDeep
(Base other_) boolean
ChargeItemDefinition.equalsDeep
(Base other_) boolean
Citation.CitationCitedArtifactAbstractComponent.equalsDeep
(Base other_) boolean
Citation.CitationCitedArtifactClassificationComponent.equalsDeep
(Base other_) boolean
Citation.CitationCitedArtifactComponent.equalsDeep
(Base other_) boolean
Citation.CitationCitedArtifactContributorshipComponent.equalsDeep
(Base other_) boolean
Citation.CitationCitedArtifactContributorshipEntryComponent.equalsDeep
(Base other_) boolean
Citation.CitationCitedArtifactContributorshipEntryContributionInstanceComponent.equalsDeep
(Base other_) boolean
Citation.CitationCitedArtifactPartComponent.equalsDeep
(Base other_) boolean
Citation.CitationCitedArtifactPublicationFormComponent.equalsDeep
(Base other_) boolean
Citation.CitationCitedArtifactPublicationFormPublishedInComponent.equalsDeep
(Base other_) boolean
Citation.CitationCitedArtifactRelatesToComponent.equalsDeep
(Base other_) boolean
Citation.CitationCitedArtifactStatusDateComponent.equalsDeep
(Base other_) boolean
Citation.CitationCitedArtifactTitleComponent.equalsDeep
(Base other_) boolean
Citation.CitationCitedArtifactVersionComponent.equalsDeep
(Base other_) boolean
Citation.CitationCitedArtifactWebLocationComponent.equalsDeep
(Base other_) boolean
Citation.CitationClassificationComponent.equalsDeep
(Base other_) boolean
Citation.CitationStatusDateComponent.equalsDeep
(Base other_) boolean
Citation.CitationSummaryComponent.equalsDeep
(Base other_) boolean
Citation.ContributorshipSummaryComponent.equalsDeep
(Base other_) boolean
Citation.equalsDeep
(Base other_) boolean
Claim.AccidentComponent.equalsDeep
(Base other_) boolean
Claim.BodySiteComponent.equalsDeep
(Base other_) boolean
Claim.CareTeamComponent.equalsDeep
(Base other_) boolean
Claim.ClaimEventComponent.equalsDeep
(Base other_) boolean
Claim.DetailComponent.equalsDeep
(Base other_) boolean
Claim.DiagnosisComponent.equalsDeep
(Base other_) boolean
Claim.equalsDeep
(Base other_) boolean
Claim.InsuranceComponent.equalsDeep
(Base other_) boolean
Claim.ItemComponent.equalsDeep
(Base other_) boolean
Claim.PayeeComponent.equalsDeep
(Base other_) boolean
Claim.ProcedureComponent.equalsDeep
(Base other_) boolean
Claim.RelatedClaimComponent.equalsDeep
(Base other_) boolean
Claim.SubDetailComponent.equalsDeep
(Base other_) boolean
Claim.SupportingInformationComponent.equalsDeep
(Base other_) boolean
ClaimResponse.AddedItemComponent.equalsDeep
(Base other_) boolean
ClaimResponse.AddedItemDetailComponent.equalsDeep
(Base other_) boolean
ClaimResponse.AddedItemSubDetailComponent.equalsDeep
(Base other_) boolean
ClaimResponse.AdjudicationComponent.equalsDeep
(Base other_) boolean
ClaimResponse.BodySiteComponent.equalsDeep
(Base other_) boolean
ClaimResponse.ClaimResponseEventComponent.equalsDeep
(Base other_) boolean
ClaimResponse.equalsDeep
(Base other_) boolean
ClaimResponse.ErrorComponent.equalsDeep
(Base other_) boolean
ClaimResponse.InsuranceComponent.equalsDeep
(Base other_) boolean
ClaimResponse.ItemComponent.equalsDeep
(Base other_) boolean
ClaimResponse.ItemDetailComponent.equalsDeep
(Base other_) boolean
ClaimResponse.NoteComponent.equalsDeep
(Base other_) boolean
ClaimResponse.PaymentComponent.equalsDeep
(Base other_) boolean
ClaimResponse.ReviewOutcomeComponent.equalsDeep
(Base other_) boolean
ClaimResponse.SubDetailComponent.equalsDeep
(Base other_) boolean
ClaimResponse.TotalComponent.equalsDeep
(Base other_) boolean
ClinicalImpression.ClinicalImpressionFindingComponent.equalsDeep
(Base other_) boolean
ClinicalImpression.equalsDeep
(Base other_) boolean
ClinicalUseDefinition.ClinicalUseDefinitionContraindicationComponent.equalsDeep
(Base other_) boolean
ClinicalUseDefinition.ClinicalUseDefinitionContraindicationOtherTherapyComponent.equalsDeep
(Base other_) boolean
ClinicalUseDefinition.ClinicalUseDefinitionIndicationComponent.equalsDeep
(Base other_) boolean
ClinicalUseDefinition.ClinicalUseDefinitionInteractionComponent.equalsDeep
(Base other_) boolean
ClinicalUseDefinition.ClinicalUseDefinitionInteractionInteractantComponent.equalsDeep
(Base other_) boolean
ClinicalUseDefinition.ClinicalUseDefinitionUndesirableEffectComponent.equalsDeep
(Base other_) boolean
ClinicalUseDefinition.ClinicalUseDefinitionWarningComponent.equalsDeep
(Base other_) boolean
ClinicalUseDefinition.equalsDeep
(Base other_) boolean
CodeableConcept.equalsDeep
(Base other_) boolean
CodeableReference.equalsDeep
(Base other_) boolean
CodeSystem.CodeSystemFilterComponent.equalsDeep
(Base other_) boolean
CodeSystem.ConceptDefinitionComponent.equalsDeep
(Base other_) boolean
CodeSystem.ConceptDefinitionDesignationComponent.equalsDeep
(Base other_) boolean
CodeSystem.ConceptPropertyComponent.equalsDeep
(Base other_) boolean
CodeSystem.equalsDeep
(Base other_) boolean
CodeSystem.PropertyComponent.equalsDeep
(Base other_) boolean
Coding.equalsDeep
(Base other_) boolean
Communication.CommunicationPayloadComponent.equalsDeep
(Base other_) boolean
Communication.equalsDeep
(Base other_) boolean
CommunicationRequest.CommunicationRequestPayloadComponent.equalsDeep
(Base other_) boolean
CommunicationRequest.equalsDeep
(Base other_) boolean
CompartmentDefinition.CompartmentDefinitionResourceComponent.equalsDeep
(Base other_) boolean
CompartmentDefinition.equalsDeep
(Base other_) boolean
Composition.CompositionAttesterComponent.equalsDeep
(Base other_) boolean
Composition.CompositionEventComponent.equalsDeep
(Base other_) boolean
Composition.equalsDeep
(Base other_) boolean
Composition.SectionComponent.equalsDeep
(Base other_) boolean
ConceptMap.AdditionalAttributeComponent.equalsDeep
(Base other_) boolean
ConceptMap.ConceptMapGroupComponent.equalsDeep
(Base other_) boolean
ConceptMap.ConceptMapGroupUnmappedComponent.equalsDeep
(Base other_) boolean
ConceptMap.equalsDeep
(Base other_) boolean
ConceptMap.MappingPropertyComponent.equalsDeep
(Base other_) boolean
ConceptMap.OtherElementComponent.equalsDeep
(Base other_) boolean
ConceptMap.PropertyComponent.equalsDeep
(Base other_) boolean
ConceptMap.SourceElementComponent.equalsDeep
(Base other_) boolean
ConceptMap.TargetElementComponent.equalsDeep
(Base other_) boolean
Condition.ConditionParticipantComponent.equalsDeep
(Base other_) boolean
Condition.ConditionStageComponent.equalsDeep
(Base other_) boolean
Condition.equalsDeep
(Base other_) boolean
ConditionDefinition.ConditionDefinitionMedicationComponent.equalsDeep
(Base other_) boolean
ConditionDefinition.ConditionDefinitionObservationComponent.equalsDeep
(Base other_) boolean
ConditionDefinition.ConditionDefinitionPlanComponent.equalsDeep
(Base other_) boolean
ConditionDefinition.ConditionDefinitionPreconditionComponent.equalsDeep
(Base other_) boolean
ConditionDefinition.ConditionDefinitionQuestionnaireComponent.equalsDeep
(Base other_) boolean
ConditionDefinition.equalsDeep
(Base other_) boolean
Consent.ConsentPolicyBasisComponent.equalsDeep
(Base other_) boolean
Consent.ConsentVerificationComponent.equalsDeep
(Base other_) boolean
Consent.equalsDeep
(Base other_) boolean
Consent.ProvisionActorComponent.equalsDeep
(Base other_) boolean
Consent.ProvisionComponent.equalsDeep
(Base other_) boolean
Consent.ProvisionDataComponent.equalsDeep
(Base other_) boolean
ContactDetail.equalsDeep
(Base other_) boolean
ContactPoint.equalsDeep
(Base other_) boolean
Contract.ActionComponent.equalsDeep
(Base other_) boolean
Contract.ActionSubjectComponent.equalsDeep
(Base other_) boolean
Contract.AnswerComponent.equalsDeep
(Base other_) boolean
Contract.AssetContextComponent.equalsDeep
(Base other_) boolean
Contract.ComputableLanguageComponent.equalsDeep
(Base other_) boolean
Contract.ContentDefinitionComponent.equalsDeep
(Base other_) boolean
Contract.ContractAssetComponent.equalsDeep
(Base other_) boolean
Contract.ContractOfferComponent.equalsDeep
(Base other_) boolean
Contract.ContractPartyComponent.equalsDeep
(Base other_) boolean
Contract.equalsDeep
(Base other_) boolean
Contract.FriendlyLanguageComponent.equalsDeep
(Base other_) boolean
Contract.LegalLanguageComponent.equalsDeep
(Base other_) boolean
Contract.SecurityLabelComponent.equalsDeep
(Base other_) boolean
Contract.SignatoryComponent.equalsDeep
(Base other_) boolean
Contract.TermComponent.equalsDeep
(Base other_) boolean
Contract.ValuedItemComponent.equalsDeep
(Base other_) boolean
Contributor.equalsDeep
(Base other_) boolean
Coverage.ClassComponent.equalsDeep
(Base other_) boolean
Coverage.CostToBeneficiaryComponent.equalsDeep
(Base other_) boolean
Coverage.CoveragePaymentByComponent.equalsDeep
(Base other_) boolean
Coverage.equalsDeep
(Base other_) boolean
Coverage.ExemptionComponent.equalsDeep
(Base other_) boolean
CoverageEligibilityRequest.CoverageEligibilityRequestEventComponent.equalsDeep
(Base other_) boolean
CoverageEligibilityRequest.DetailsComponent.equalsDeep
(Base other_) boolean
CoverageEligibilityRequest.DiagnosisComponent.equalsDeep
(Base other_) boolean
CoverageEligibilityRequest.equalsDeep
(Base other_) boolean
CoverageEligibilityRequest.InsuranceComponent.equalsDeep
(Base other_) boolean
CoverageEligibilityRequest.SupportingInformationComponent.equalsDeep
(Base other_) boolean
CoverageEligibilityResponse.BenefitComponent.equalsDeep
(Base other_) boolean
CoverageEligibilityResponse.CoverageEligibilityResponseEventComponent.equalsDeep
(Base other_) boolean
CoverageEligibilityResponse.equalsDeep
(Base other_) boolean
CoverageEligibilityResponse.ErrorsComponent.equalsDeep
(Base other_) boolean
CoverageEligibilityResponse.InsuranceComponent.equalsDeep
(Base other_) boolean
CoverageEligibilityResponse.ItemsComponent.equalsDeep
(Base other_) boolean
DataRequirement.DataRequirementCodeFilterComponent.equalsDeep
(Base other_) boolean
DataRequirement.DataRequirementDateFilterComponent.equalsDeep
(Base other_) boolean
DataRequirement.DataRequirementSortComponent.equalsDeep
(Base other_) boolean
DataRequirement.DataRequirementValueFilterComponent.equalsDeep
(Base other_) boolean
DataRequirement.equalsDeep
(Base other_) boolean
DetectedIssue.DetectedIssueEvidenceComponent.equalsDeep
(Base other_) boolean
DetectedIssue.DetectedIssueMitigationComponent.equalsDeep
(Base other_) boolean
DetectedIssue.equalsDeep
(Base other_) boolean
Device.DeviceConformsToComponent.equalsDeep
(Base other_) boolean
Device.DeviceNameComponent.equalsDeep
(Base other_) boolean
Device.DevicePropertyComponent.equalsDeep
(Base other_) boolean
Device.DeviceUdiCarrierComponent.equalsDeep
(Base other_) boolean
Device.DeviceVersionComponent.equalsDeep
(Base other_) boolean
Device.equalsDeep
(Base other_) boolean
DeviceAssociation.DeviceAssociationOperationComponent.equalsDeep
(Base other_) boolean
DeviceAssociation.equalsDeep
(Base other_) boolean
DeviceDefinition.DeviceDefinitionChargeItemComponent.equalsDeep
(Base other_) boolean
DeviceDefinition.DeviceDefinitionClassificationComponent.equalsDeep
(Base other_) boolean
DeviceDefinition.DeviceDefinitionConformsToComponent.equalsDeep
(Base other_) boolean
DeviceDefinition.DeviceDefinitionCorrectiveActionComponent.equalsDeep
(Base other_) boolean
DeviceDefinition.DeviceDefinitionDeviceNameComponent.equalsDeep
(Base other_) boolean
DeviceDefinition.DeviceDefinitionGuidelineComponent.equalsDeep
(Base other_) boolean
DeviceDefinition.DeviceDefinitionHasPartComponent.equalsDeep
(Base other_) boolean
DeviceDefinition.DeviceDefinitionLinkComponent.equalsDeep
(Base other_) boolean
DeviceDefinition.DeviceDefinitionMaterialComponent.equalsDeep
(Base other_) boolean
DeviceDefinition.DeviceDefinitionPackagingComponent.equalsDeep
(Base other_) boolean
DeviceDefinition.DeviceDefinitionPropertyComponent.equalsDeep
(Base other_) boolean
DeviceDefinition.DeviceDefinitionRegulatoryIdentifierComponent.equalsDeep
(Base other_) boolean
DeviceDefinition.DeviceDefinitionUdiDeviceIdentifierComponent.equalsDeep
(Base other_) boolean
DeviceDefinition.DeviceDefinitionVersionComponent.equalsDeep
(Base other_) boolean
DeviceDefinition.equalsDeep
(Base other_) boolean
DeviceDefinition.PackagingDistributorComponent.equalsDeep
(Base other_) boolean
DeviceDefinition.UdiDeviceIdentifierMarketDistributionComponent.equalsDeep
(Base other_) boolean
DeviceDispense.DeviceDispensePerformerComponent.equalsDeep
(Base other_) boolean
DeviceDispense.equalsDeep
(Base other_) boolean
DeviceMetric.DeviceMetricCalibrationComponent.equalsDeep
(Base other_) boolean
DeviceMetric.equalsDeep
(Base other_) boolean
DeviceRequest.DeviceRequestParameterComponent.equalsDeep
(Base other_) boolean
DeviceRequest.equalsDeep
(Base other_) boolean
DeviceUsage.DeviceUsageAdherenceComponent.equalsDeep
(Base other_) boolean
DeviceUsage.equalsDeep
(Base other_) boolean
DiagnosticReport.DiagnosticReportMediaComponent.equalsDeep
(Base other_) boolean
DiagnosticReport.DiagnosticReportSupportingInfoComponent.equalsDeep
(Base other_) boolean
DiagnosticReport.equalsDeep
(Base other_) boolean
DocumentReference.DocumentReferenceAttesterComponent.equalsDeep
(Base other_) boolean
DocumentReference.DocumentReferenceContentComponent.equalsDeep
(Base other_) boolean
DocumentReference.DocumentReferenceContentProfileComponent.equalsDeep
(Base other_) boolean
DocumentReference.DocumentReferenceRelatesToComponent.equalsDeep
(Base other_) boolean
DocumentReference.equalsDeep
(Base other_) boolean
DomainResource.equalsDeep
(Base other_) boolean
Dosage.DosageDoseAndRateComponent.equalsDeep
(Base other_) boolean
Dosage.equalsDeep
(Base other_) boolean
Element.equalsDeep
(Base other_) boolean
ElementDefinition.ElementDefinitionBaseComponent.equalsDeep
(Base other_) boolean
ElementDefinition.ElementDefinitionBindingAdditionalComponent.equalsDeep
(Base other_) boolean
ElementDefinition.ElementDefinitionBindingComponent.equalsDeep
(Base other_) boolean
ElementDefinition.ElementDefinitionConstraintComponent.equalsDeep
(Base other_) boolean
ElementDefinition.ElementDefinitionExampleComponent.equalsDeep
(Base other_) boolean
ElementDefinition.ElementDefinitionMappingComponent.equalsDeep
(Base other_) boolean
ElementDefinition.ElementDefinitionSlicingComponent.equalsDeep
(Base other_) boolean
ElementDefinition.ElementDefinitionSlicingDiscriminatorComponent.equalsDeep
(Base other_) boolean
ElementDefinition.equalsDeep
(Base other_) boolean
ElementDefinition.TypeRefComponent.equalsDeep
(Base other_) boolean
Encounter.DiagnosisComponent.equalsDeep
(Base other_) boolean
Encounter.EncounterAdmissionComponent.equalsDeep
(Base other_) boolean
Encounter.EncounterLocationComponent.equalsDeep
(Base other_) boolean
Encounter.EncounterParticipantComponent.equalsDeep
(Base other_) boolean
Encounter.equalsDeep
(Base other_) boolean
Encounter.ReasonComponent.equalsDeep
(Base other_) boolean
EncounterHistory.EncounterHistoryLocationComponent.equalsDeep
(Base other_) boolean
EncounterHistory.equalsDeep
(Base other_) boolean
Endpoint.EndpointPayloadComponent.equalsDeep
(Base other_) boolean
Endpoint.equalsDeep
(Base other_) boolean
EnrollmentRequest.equalsDeep
(Base other_) boolean
EnrollmentResponse.equalsDeep
(Base other_) boolean
EpisodeOfCare.DiagnosisComponent.equalsDeep
(Base other_) boolean
EpisodeOfCare.EpisodeOfCareStatusHistoryComponent.equalsDeep
(Base other_) boolean
EpisodeOfCare.equalsDeep
(Base other_) boolean
EpisodeOfCare.ReasonComponent.equalsDeep
(Base other_) boolean
EventDefinition.equalsDeep
(Base other_) boolean
Evidence.equalsDeep
(Base other_) boolean
Evidence.EvidenceCertaintyComponent.equalsDeep
(Base other_) boolean
Evidence.EvidenceStatisticAttributeEstimateComponent.equalsDeep
(Base other_) boolean
Evidence.EvidenceStatisticComponent.equalsDeep
(Base other_) boolean
Evidence.EvidenceStatisticModelCharacteristicComponent.equalsDeep
(Base other_) boolean
Evidence.EvidenceStatisticModelCharacteristicVariableComponent.equalsDeep
(Base other_) boolean
Evidence.EvidenceStatisticSampleSizeComponent.equalsDeep
(Base other_) boolean
Evidence.EvidenceVariableDefinitionComponent.equalsDeep
(Base other_) boolean
EvidenceReport.equalsDeep
(Base other_) boolean
EvidenceReport.EvidenceReportRelatesToComponent.equalsDeep
(Base other_) boolean
EvidenceReport.EvidenceReportRelatesToTargetComponent.equalsDeep
(Base other_) boolean
EvidenceReport.EvidenceReportSubjectCharacteristicComponent.equalsDeep
(Base other_) boolean
EvidenceReport.EvidenceReportSubjectComponent.equalsDeep
(Base other_) boolean
EvidenceReport.SectionComponent.equalsDeep
(Base other_) boolean
EvidenceVariable.equalsDeep
(Base other_) boolean
EvidenceVariable.EvidenceVariableCategoryComponent.equalsDeep
(Base other_) boolean
EvidenceVariable.EvidenceVariableCharacteristicComponent.equalsDeep
(Base other_) boolean
EvidenceVariable.EvidenceVariableCharacteristicDefinitionByCombinationComponent.equalsDeep
(Base other_) boolean
EvidenceVariable.EvidenceVariableCharacteristicDefinitionByTypeAndValueComponent.equalsDeep
(Base other_) boolean
EvidenceVariable.EvidenceVariableCharacteristicTimeFromEventComponent.equalsDeep
(Base other_) boolean
ExampleScenario.equalsDeep
(Base other_) boolean
ExampleScenario.ExampleScenarioActorComponent.equalsDeep
(Base other_) boolean
ExampleScenario.ExampleScenarioInstanceComponent.equalsDeep
(Base other_) boolean
ExampleScenario.ExampleScenarioInstanceContainedInstanceComponent.equalsDeep
(Base other_) boolean
ExampleScenario.ExampleScenarioInstanceVersionComponent.equalsDeep
(Base other_) boolean
ExampleScenario.ExampleScenarioProcessComponent.equalsDeep
(Base other_) boolean
ExampleScenario.ExampleScenarioProcessStepAlternativeComponent.equalsDeep
(Base other_) boolean
ExampleScenario.ExampleScenarioProcessStepComponent.equalsDeep
(Base other_) boolean
ExampleScenario.ExampleScenarioProcessStepOperationComponent.equalsDeep
(Base other_) boolean
ExplanationOfBenefit.AccidentComponent.equalsDeep
(Base other_) boolean
ExplanationOfBenefit.AddedItemBodySiteComponent.equalsDeep
(Base other_) boolean
ExplanationOfBenefit.AddedItemComponent.equalsDeep
(Base other_) boolean
ExplanationOfBenefit.AddedItemDetailComponent.equalsDeep
(Base other_) boolean
ExplanationOfBenefit.AddedItemDetailSubDetailComponent.equalsDeep
(Base other_) boolean
ExplanationOfBenefit.AdjudicationComponent.equalsDeep
(Base other_) boolean
ExplanationOfBenefit.BenefitBalanceComponent.equalsDeep
(Base other_) boolean
ExplanationOfBenefit.BenefitComponent.equalsDeep
(Base other_) boolean
ExplanationOfBenefit.CareTeamComponent.equalsDeep
(Base other_) boolean
ExplanationOfBenefit.DetailComponent.equalsDeep
(Base other_) boolean
ExplanationOfBenefit.DiagnosisComponent.equalsDeep
(Base other_) boolean
ExplanationOfBenefit.equalsDeep
(Base other_) boolean
ExplanationOfBenefit.ExplanationOfBenefitEventComponent.equalsDeep
(Base other_) boolean
ExplanationOfBenefit.InsuranceComponent.equalsDeep
(Base other_) boolean
ExplanationOfBenefit.ItemBodySiteComponent.equalsDeep
(Base other_) boolean
ExplanationOfBenefit.ItemComponent.equalsDeep
(Base other_) boolean
ExplanationOfBenefit.ItemReviewOutcomeComponent.equalsDeep
(Base other_) boolean
ExplanationOfBenefit.NoteComponent.equalsDeep
(Base other_) boolean
ExplanationOfBenefit.PayeeComponent.equalsDeep
(Base other_) boolean
ExplanationOfBenefit.PaymentComponent.equalsDeep
(Base other_) boolean
ExplanationOfBenefit.ProcedureComponent.equalsDeep
(Base other_) boolean
ExplanationOfBenefit.RelatedClaimComponent.equalsDeep
(Base other_) boolean
ExplanationOfBenefit.SubDetailComponent.equalsDeep
(Base other_) boolean
ExplanationOfBenefit.SupportingInformationComponent.equalsDeep
(Base other_) boolean
ExplanationOfBenefit.TotalComponent.equalsDeep
(Base other_) boolean
Expression.equalsDeep
(Base other_) boolean
ExtendedContactDetail.equalsDeep
(Base other_) boolean
Extension.equalsDeep
(Base other_) boolean
FamilyMemberHistory.equalsDeep
(Base other_) boolean
FamilyMemberHistory.FamilyMemberHistoryConditionComponent.equalsDeep
(Base other_) boolean
FamilyMemberHistory.FamilyMemberHistoryParticipantComponent.equalsDeep
(Base other_) boolean
FamilyMemberHistory.FamilyMemberHistoryProcedureComponent.equalsDeep
(Base other_) boolean
Flag.equalsDeep
(Base other_) boolean
FormularyItem.equalsDeep
(Base other_) boolean
GenomicStudy.equalsDeep
(Base other_) boolean
GenomicStudy.GenomicStudyAnalysisComponent.equalsDeep
(Base other_) boolean
GenomicStudy.GenomicStudyAnalysisDeviceComponent.equalsDeep
(Base other_) boolean
GenomicStudy.GenomicStudyAnalysisInputComponent.equalsDeep
(Base other_) boolean
GenomicStudy.GenomicStudyAnalysisOutputComponent.equalsDeep
(Base other_) boolean
GenomicStudy.GenomicStudyAnalysisPerformerComponent.equalsDeep
(Base other_) boolean
Goal.equalsDeep
(Base other_) boolean
Goal.GoalTargetComponent.equalsDeep
(Base other_) boolean
GraphDefinition.equalsDeep
(Base other_) boolean
GraphDefinition.GraphDefinitionLinkCompartmentComponent.equalsDeep
(Base other_) boolean
GraphDefinition.GraphDefinitionLinkComponent.equalsDeep
(Base other_) boolean
GraphDefinition.GraphDefinitionNodeComponent.equalsDeep
(Base other_) boolean
Group.equalsDeep
(Base other_) boolean
Group.GroupCharacteristicComponent.equalsDeep
(Base other_) boolean
Group.GroupMemberComponent.equalsDeep
(Base other_) boolean
GuidanceResponse.equalsDeep
(Base other_) boolean
HealthcareService.equalsDeep
(Base other_) boolean
HealthcareService.HealthcareServiceEligibilityComponent.equalsDeep
(Base other_) boolean
HumanName.equalsDeep
(Base other_) boolean
Identifier.equalsDeep
(Base other_) boolean
ImagingSelection.equalsDeep
(Base other_) boolean
ImagingSelection.ImageRegion2DComponent.equalsDeep
(Base other_) boolean
ImagingSelection.ImageRegion3DComponent.equalsDeep
(Base other_) boolean
ImagingSelection.ImagingSelectionInstanceComponent.equalsDeep
(Base other_) boolean
ImagingSelection.ImagingSelectionPerformerComponent.equalsDeep
(Base other_) boolean
ImagingStudy.equalsDeep
(Base other_) boolean
ImagingStudy.ImagingStudySeriesComponent.equalsDeep
(Base other_) boolean
ImagingStudy.ImagingStudySeriesInstanceComponent.equalsDeep
(Base other_) boolean
ImagingStudy.ImagingStudySeriesPerformerComponent.equalsDeep
(Base other_) boolean
Immunization.equalsDeep
(Base other_) boolean
Immunization.ImmunizationPerformerComponent.equalsDeep
(Base other_) boolean
Immunization.ImmunizationProgramEligibilityComponent.equalsDeep
(Base other_) boolean
Immunization.ImmunizationProtocolAppliedComponent.equalsDeep
(Base other_) boolean
Immunization.ImmunizationReactionComponent.equalsDeep
(Base other_) boolean
ImmunizationEvaluation.equalsDeep
(Base other_) boolean
ImmunizationRecommendation.equalsDeep
(Base other_) boolean
ImmunizationRecommendation.ImmunizationRecommendationRecommendationComponent.equalsDeep
(Base other_) boolean
ImmunizationRecommendation.ImmunizationRecommendationRecommendationDateCriterionComponent.equalsDeep
(Base other_) boolean
ImplementationGuide.equalsDeep
(Base other_) boolean
ImplementationGuide.ImplementationGuideDefinitionComponent.equalsDeep
(Base other_) boolean
ImplementationGuide.ImplementationGuideDefinitionGroupingComponent.equalsDeep
(Base other_) boolean
ImplementationGuide.ImplementationGuideDefinitionPageComponent.equalsDeep
(Base other_) boolean
ImplementationGuide.ImplementationGuideDefinitionParameterComponent.equalsDeep
(Base other_) boolean
ImplementationGuide.ImplementationGuideDefinitionResourceComponent.equalsDeep
(Base other_) boolean
ImplementationGuide.ImplementationGuideDefinitionTemplateComponent.equalsDeep
(Base other_) boolean
ImplementationGuide.ImplementationGuideDependsOnComponent.equalsDeep
(Base other_) boolean
ImplementationGuide.ImplementationGuideGlobalComponent.equalsDeep
(Base other_) boolean
ImplementationGuide.ImplementationGuideManifestComponent.equalsDeep
(Base other_) boolean
ImplementationGuide.ManifestPageComponent.equalsDeep
(Base other_) boolean
ImplementationGuide.ManifestResourceComponent.equalsDeep
(Base other_) boolean
Ingredient.equalsDeep
(Base other_) boolean
Ingredient.IngredientManufacturerComponent.equalsDeep
(Base other_) boolean
Ingredient.IngredientSubstanceComponent.equalsDeep
(Base other_) boolean
Ingredient.IngredientSubstanceStrengthComponent.equalsDeep
(Base other_) boolean
Ingredient.IngredientSubstanceStrengthReferenceStrengthComponent.equalsDeep
(Base other_) boolean
InsurancePlan.CoverageBenefitComponent.equalsDeep
(Base other_) boolean
InsurancePlan.CoverageBenefitLimitComponent.equalsDeep
(Base other_) boolean
InsurancePlan.equalsDeep
(Base other_) boolean
InsurancePlan.InsurancePlanCoverageComponent.equalsDeep
(Base other_) boolean
InsurancePlan.InsurancePlanPlanComponent.equalsDeep
(Base other_) boolean
InsurancePlan.InsurancePlanPlanGeneralCostComponent.equalsDeep
(Base other_) boolean
InsurancePlan.InsurancePlanPlanSpecificCostComponent.equalsDeep
(Base other_) boolean
InsurancePlan.PlanBenefitComponent.equalsDeep
(Base other_) boolean
InsurancePlan.PlanBenefitCostComponent.equalsDeep
(Base other_) boolean
InventoryItem.equalsDeep
(Base other_) boolean
InventoryItem.InventoryItemAssociationComponent.equalsDeep
(Base other_) boolean
InventoryItem.InventoryItemCharacteristicComponent.equalsDeep
(Base other_) boolean
InventoryItem.InventoryItemDescriptionComponent.equalsDeep
(Base other_) boolean
InventoryItem.InventoryItemInstanceComponent.equalsDeep
(Base other_) boolean
InventoryItem.InventoryItemNameComponent.equalsDeep
(Base other_) boolean
InventoryItem.InventoryItemResponsibleOrganizationComponent.equalsDeep
(Base other_) boolean
InventoryReport.equalsDeep
(Base other_) boolean
InventoryReport.InventoryReportInventoryListingComponent.equalsDeep
(Base other_) boolean
InventoryReport.InventoryReportInventoryListingItemComponent.equalsDeep
(Base other_) boolean
Invoice.equalsDeep
(Base other_) boolean
Invoice.InvoiceLineItemComponent.equalsDeep
(Base other_) boolean
Invoice.InvoiceParticipantComponent.equalsDeep
(Base other_) boolean
Library.equalsDeep
(Base other_) boolean
Linkage.equalsDeep
(Base other_) boolean
Linkage.LinkageItemComponent.equalsDeep
(Base other_) boolean
ListResource.equalsDeep
(Base other_) boolean
ListResource.ListResourceEntryComponent.equalsDeep
(Base other_) boolean
Location.equalsDeep
(Base other_) boolean
Location.LocationPositionComponent.equalsDeep
(Base other_) boolean
ManufacturedItemDefinition.equalsDeep
(Base other_) boolean
ManufacturedItemDefinition.ManufacturedItemDefinitionComponentComponent.equalsDeep
(Base other_) boolean
ManufacturedItemDefinition.ManufacturedItemDefinitionComponentConstituentComponent.equalsDeep
(Base other_) boolean
ManufacturedItemDefinition.ManufacturedItemDefinitionPropertyComponent.equalsDeep
(Base other_) boolean
MarketingStatus.equalsDeep
(Base other_) boolean
Measure.equalsDeep
(Base other_) boolean
Measure.MeasureGroupComponent.equalsDeep
(Base other_) boolean
Measure.MeasureGroupPopulationComponent.equalsDeep
(Base other_) boolean
Measure.MeasureGroupStratifierComponent.equalsDeep
(Base other_) boolean
Measure.MeasureGroupStratifierComponentComponent.equalsDeep
(Base other_) boolean
Measure.MeasureSupplementalDataComponent.equalsDeep
(Base other_) boolean
Measure.MeasureTermComponent.equalsDeep
(Base other_) boolean
MeasureReport.equalsDeep
(Base other_) boolean
MeasureReport.MeasureReportGroupComponent.equalsDeep
(Base other_) boolean
MeasureReport.MeasureReportGroupPopulationComponent.equalsDeep
(Base other_) boolean
MeasureReport.MeasureReportGroupStratifierComponent.equalsDeep
(Base other_) boolean
MeasureReport.StratifierGroupComponent.equalsDeep
(Base other_) boolean
MeasureReport.StratifierGroupComponentComponent.equalsDeep
(Base other_) boolean
MeasureReport.StratifierGroupPopulationComponent.equalsDeep
(Base other_) boolean
Medication.equalsDeep
(Base other_) boolean
Medication.MedicationBatchComponent.equalsDeep
(Base other_) boolean
Medication.MedicationIngredientComponent.equalsDeep
(Base other_) boolean
MedicationAdministration.equalsDeep
(Base other_) boolean
MedicationAdministration.MedicationAdministrationDosageComponent.equalsDeep
(Base other_) boolean
MedicationAdministration.MedicationAdministrationPerformerComponent.equalsDeep
(Base other_) boolean
MedicationDispense.equalsDeep
(Base other_) boolean
MedicationDispense.MedicationDispensePerformerComponent.equalsDeep
(Base other_) boolean
MedicationDispense.MedicationDispenseSubstitutionComponent.equalsDeep
(Base other_) boolean
MedicationKnowledge.equalsDeep
(Base other_) boolean
MedicationKnowledge.MedicationKnowledgeCostComponent.equalsDeep
(Base other_) boolean
MedicationKnowledge.MedicationKnowledgeDefinitionalComponent.equalsDeep
(Base other_) boolean
MedicationKnowledge.MedicationKnowledgeDefinitionalDrugCharacteristicComponent.equalsDeep
(Base other_) boolean
MedicationKnowledge.MedicationKnowledgeDefinitionalIngredientComponent.equalsDeep
(Base other_) boolean
MedicationKnowledge.MedicationKnowledgeIndicationGuidelineComponent.equalsDeep
(Base other_) boolean
MedicationKnowledge.MedicationKnowledgeIndicationGuidelineDosingGuidelineComponent.equalsDeep
(Base other_) boolean
MedicationKnowledge.MedicationKnowledgeIndicationGuidelineDosingGuidelineDosageComponent.equalsDeep
(Base other_) boolean
MedicationKnowledge.MedicationKnowledgeIndicationGuidelineDosingGuidelinePatientCharacteristicComponent.equalsDeep
(Base other_) boolean
MedicationKnowledge.MedicationKnowledgeMedicineClassificationComponent.equalsDeep
(Base other_) boolean
MedicationKnowledge.MedicationKnowledgeMonitoringProgramComponent.equalsDeep
(Base other_) boolean
MedicationKnowledge.MedicationKnowledgeMonographComponent.equalsDeep
(Base other_) boolean
MedicationKnowledge.MedicationKnowledgePackagingComponent.equalsDeep
(Base other_) boolean
MedicationKnowledge.MedicationKnowledgeRegulatoryComponent.equalsDeep
(Base other_) boolean
MedicationKnowledge.MedicationKnowledgeRegulatoryMaxDispenseComponent.equalsDeep
(Base other_) boolean
MedicationKnowledge.MedicationKnowledgeRegulatorySubstitutionComponent.equalsDeep
(Base other_) boolean
MedicationKnowledge.MedicationKnowledgeRelatedMedicationKnowledgeComponent.equalsDeep
(Base other_) boolean
MedicationKnowledge.MedicationKnowledgeStorageGuidelineComponent.equalsDeep
(Base other_) boolean
MedicationKnowledge.MedicationKnowledgeStorageGuidelineEnvironmentalSettingComponent.equalsDeep
(Base other_) boolean
MedicationRequest.equalsDeep
(Base other_) boolean
MedicationRequest.MedicationRequestDispenseRequestComponent.equalsDeep
(Base other_) boolean
MedicationRequest.MedicationRequestDispenseRequestInitialFillComponent.equalsDeep
(Base other_) boolean
MedicationRequest.MedicationRequestSubstitutionComponent.equalsDeep
(Base other_) boolean
MedicationStatement.equalsDeep
(Base other_) boolean
MedicationStatement.MedicationStatementAdherenceComponent.equalsDeep
(Base other_) boolean
MedicinalProductDefinition.equalsDeep
(Base other_) boolean
MedicinalProductDefinition.MedicinalProductDefinitionCharacteristicComponent.equalsDeep
(Base other_) boolean
MedicinalProductDefinition.MedicinalProductDefinitionContactComponent.equalsDeep
(Base other_) boolean
MedicinalProductDefinition.MedicinalProductDefinitionCrossReferenceComponent.equalsDeep
(Base other_) boolean
MedicinalProductDefinition.MedicinalProductDefinitionNameComponent.equalsDeep
(Base other_) boolean
MedicinalProductDefinition.MedicinalProductDefinitionNamePartComponent.equalsDeep
(Base other_) boolean
MedicinalProductDefinition.MedicinalProductDefinitionNameUsageComponent.equalsDeep
(Base other_) boolean
MedicinalProductDefinition.MedicinalProductDefinitionOperationComponent.equalsDeep
(Base other_) boolean
MessageDefinition.equalsDeep
(Base other_) boolean
MessageDefinition.MessageDefinitionAllowedResponseComponent.equalsDeep
(Base other_) boolean
MessageDefinition.MessageDefinitionFocusComponent.equalsDeep
(Base other_) boolean
MessageHeader.equalsDeep
(Base other_) boolean
MessageHeader.MessageDestinationComponent.equalsDeep
(Base other_) boolean
MessageHeader.MessageHeaderResponseComponent.equalsDeep
(Base other_) boolean
MessageHeader.MessageSourceComponent.equalsDeep
(Base other_) boolean
Meta.equalsDeep
(Base other_) boolean
MetadataResource.equalsDeep
(Base other_) boolean
MolecularSequence.equalsDeep
(Base other_) boolean
MolecularSequence.MolecularSequenceRelativeComponent.equalsDeep
(Base other_) boolean
MolecularSequence.MolecularSequenceRelativeEditComponent.equalsDeep
(Base other_) boolean
MolecularSequence.MolecularSequenceRelativeStartingSequenceComponent.equalsDeep
(Base other_) boolean
MonetaryComponent.equalsDeep
(Base other_) boolean
Money.equalsDeep
(Base other_) boolean
MoneyQuantity.equalsDeep
(Base other_) boolean
NamingSystem.equalsDeep
(Base other_) boolean
NamingSystem.NamingSystemUniqueIdComponent.equalsDeep
(Base other_) boolean
Narrative.equalsDeep
(Base other_) boolean
NutritionIntake.equalsDeep
(Base other_) boolean
NutritionIntake.NutritionIntakeConsumedItemComponent.equalsDeep
(Base other_) boolean
NutritionIntake.NutritionIntakeIngredientLabelComponent.equalsDeep
(Base other_) boolean
NutritionIntake.NutritionIntakePerformerComponent.equalsDeep
(Base other_) boolean
NutritionOrder.EnteralFormulaScheduleComponent.equalsDeep
(Base other_) boolean
NutritionOrder.equalsDeep
(Base other_) boolean
NutritionOrder.NutritionOrderEnteralFormulaAdditiveComponent.equalsDeep
(Base other_) boolean
NutritionOrder.NutritionOrderEnteralFormulaAdministrationComponent.equalsDeep
(Base other_) boolean
NutritionOrder.NutritionOrderEnteralFormulaComponent.equalsDeep
(Base other_) boolean
NutritionOrder.NutritionOrderOralDietComponent.equalsDeep
(Base other_) boolean
NutritionOrder.NutritionOrderOralDietNutrientComponent.equalsDeep
(Base other_) boolean
NutritionOrder.NutritionOrderOralDietTextureComponent.equalsDeep
(Base other_) boolean
NutritionOrder.NutritionOrderSupplementComponent.equalsDeep
(Base other_) boolean
NutritionOrder.OralDietScheduleComponent.equalsDeep
(Base other_) boolean
NutritionOrder.SupplementScheduleComponent.equalsDeep
(Base other_) boolean
NutritionProduct.equalsDeep
(Base other_) boolean
NutritionProduct.NutritionProductCharacteristicComponent.equalsDeep
(Base other_) boolean
NutritionProduct.NutritionProductIngredientComponent.equalsDeep
(Base other_) boolean
NutritionProduct.NutritionProductInstanceComponent.equalsDeep
(Base other_) boolean
NutritionProduct.NutritionProductNutrientComponent.equalsDeep
(Base other_) boolean
Observation.equalsDeep
(Base other_) boolean
Observation.ObservationComponentComponent.equalsDeep
(Base other_) boolean
Observation.ObservationReferenceRangeComponent.equalsDeep
(Base other_) boolean
Observation.ObservationTriggeredByComponent.equalsDeep
(Base other_) boolean
ObservationDefinition.equalsDeep
(Base other_) boolean
ObservationDefinition.ObservationDefinitionComponentComponent.equalsDeep
(Base other_) boolean
ObservationDefinition.ObservationDefinitionQualifiedValueComponent.equalsDeep
(Base other_) boolean
OperationDefinition.equalsDeep
(Base other_) boolean
OperationDefinition.OperationDefinitionOverloadComponent.equalsDeep
(Base other_) boolean
OperationDefinition.OperationDefinitionParameterBindingComponent.equalsDeep
(Base other_) boolean
OperationDefinition.OperationDefinitionParameterComponent.equalsDeep
(Base other_) boolean
OperationDefinition.OperationDefinitionParameterReferencedFromComponent.equalsDeep
(Base other_) boolean
OperationOutcome.equalsDeep
(Base other_) boolean
OperationOutcome.OperationOutcomeIssueComponent.equalsDeep
(Base other_) boolean
OrderedDistribution.equalsDeep
(Base other_) boolean
OrderedDistribution.OrderedDistributionIntervalComponent.equalsDeep
(Base other_) boolean
Organization.equalsDeep
(Base other_) boolean
Organization.OrganizationQualificationComponent.equalsDeep
(Base other_) boolean
OrganizationAffiliation.equalsDeep
(Base other_) boolean
PackagedProductDefinition.equalsDeep
(Base other_) boolean
PackagedProductDefinition.PackagedProductDefinitionLegalStatusOfSupplyComponent.equalsDeep
(Base other_) boolean
PackagedProductDefinition.PackagedProductDefinitionPackagingComponent.equalsDeep
(Base other_) boolean
PackagedProductDefinition.PackagedProductDefinitionPackagingContainedItemComponent.equalsDeep
(Base other_) boolean
PackagedProductDefinition.PackagedProductDefinitionPackagingPropertyComponent.equalsDeep
(Base other_) boolean
ParameterDefinition.equalsDeep
(Base other_) boolean
Parameters.equalsDeep
(Base other_) boolean
Parameters.ParametersParameterComponent.equalsDeep
(Base other_) boolean
Patient.ContactComponent.equalsDeep
(Base other_) boolean
Patient.equalsDeep
(Base other_) boolean
Patient.PatientCommunicationComponent.equalsDeep
(Base other_) boolean
Patient.PatientLinkComponent.equalsDeep
(Base other_) boolean
PaymentNotice.equalsDeep
(Base other_) boolean
PaymentReconciliation.equalsDeep
(Base other_) boolean
PaymentReconciliation.NotesComponent.equalsDeep
(Base other_) boolean
PaymentReconciliation.PaymentReconciliationAllocationComponent.equalsDeep
(Base other_) boolean
Period.equalsDeep
(Base other_) boolean
Permission.equalsDeep
(Base other_) boolean
Permission.PermissionJustificationComponent.equalsDeep
(Base other_) boolean
Permission.RuleActivityComponent.equalsDeep
(Base other_) boolean
Permission.RuleComponent.equalsDeep
(Base other_) boolean
Permission.RuleDataComponent.equalsDeep
(Base other_) boolean
Permission.RuleDataResourceComponent.equalsDeep
(Base other_) boolean
Person.equalsDeep
(Base other_) boolean
Person.PersonCommunicationComponent.equalsDeep
(Base other_) boolean
Person.PersonLinkComponent.equalsDeep
(Base other_) boolean
PlanDefinition.equalsDeep
(Base other_) boolean
PlanDefinition.PlanDefinitionActionComponent.equalsDeep
(Base other_) boolean
PlanDefinition.PlanDefinitionActionConditionComponent.equalsDeep
(Base other_) boolean
PlanDefinition.PlanDefinitionActionDynamicValueComponent.equalsDeep
(Base other_) boolean
PlanDefinition.PlanDefinitionActionInputComponent.equalsDeep
(Base other_) boolean
PlanDefinition.PlanDefinitionActionOutputComponent.equalsDeep
(Base other_) boolean
PlanDefinition.PlanDefinitionActionParticipantComponent.equalsDeep
(Base other_) boolean
PlanDefinition.PlanDefinitionActionRelatedActionComponent.equalsDeep
(Base other_) boolean
PlanDefinition.PlanDefinitionActorComponent.equalsDeep
(Base other_) boolean
PlanDefinition.PlanDefinitionActorOptionComponent.equalsDeep
(Base other_) boolean
PlanDefinition.PlanDefinitionGoalComponent.equalsDeep
(Base other_) boolean
PlanDefinition.PlanDefinitionGoalTargetComponent.equalsDeep
(Base other_) boolean
Practitioner.equalsDeep
(Base other_) boolean
Practitioner.PractitionerCommunicationComponent.equalsDeep
(Base other_) boolean
Practitioner.PractitionerQualificationComponent.equalsDeep
(Base other_) boolean
PractitionerRole.equalsDeep
(Base other_) boolean
PrimitiveType.equalsDeep
(Base obj) boolean
Procedure.equalsDeep
(Base other_) boolean
Procedure.ProcedureFocalDeviceComponent.equalsDeep
(Base other_) boolean
Procedure.ProcedurePerformerComponent.equalsDeep
(Base other_) boolean
ProdCharacteristic.equalsDeep
(Base other_) boolean
ProductShelfLife.equalsDeep
(Base other_) boolean
Provenance.equalsDeep
(Base other_) boolean
Provenance.ProvenanceAgentComponent.equalsDeep
(Base other_) boolean
Provenance.ProvenanceEntityComponent.equalsDeep
(Base other_) boolean
Quantity.equalsDeep
(Base other_) boolean
Questionnaire.equalsDeep
(Base other_) boolean
Questionnaire.QuestionnaireItemAnswerOptionComponent.equalsDeep
(Base other_) boolean
Questionnaire.QuestionnaireItemComponent.equalsDeep
(Base other_) boolean
Questionnaire.QuestionnaireItemEnableWhenComponent.equalsDeep
(Base other_) boolean
Questionnaire.QuestionnaireItemInitialComponent.equalsDeep
(Base other_) boolean
QuestionnaireResponse.equalsDeep
(Base other_) boolean
QuestionnaireResponse.QuestionnaireResponseItemAnswerComponent.equalsDeep
(Base other_) boolean
QuestionnaireResponse.QuestionnaireResponseItemComponent.equalsDeep
(Base other_) boolean
Range.equalsDeep
(Base other_) boolean
Ratio.equalsDeep
(Base other_) boolean
RatioRange.equalsDeep
(Base other_) boolean
Reference.equalsDeep
(Base other_) boolean
RegulatedAuthorization.equalsDeep
(Base other_) boolean
RegulatedAuthorization.RegulatedAuthorizationCaseComponent.equalsDeep
(Base other_) boolean
RelatedArtifact.equalsDeep
(Base other_) boolean
RelatedPerson.equalsDeep
(Base other_) boolean
RelatedPerson.RelatedPersonCommunicationComponent.equalsDeep
(Base other_) boolean
RequestOrchestration.equalsDeep
(Base other_) boolean
RequestOrchestration.RequestOrchestrationActionComponent.equalsDeep
(Base other_) boolean
RequestOrchestration.RequestOrchestrationActionConditionComponent.equalsDeep
(Base other_) boolean
RequestOrchestration.RequestOrchestrationActionDynamicValueComponent.equalsDeep
(Base other_) boolean
RequestOrchestration.RequestOrchestrationActionInputComponent.equalsDeep
(Base other_) boolean
RequestOrchestration.RequestOrchestrationActionOutputComponent.equalsDeep
(Base other_) boolean
RequestOrchestration.RequestOrchestrationActionParticipantComponent.equalsDeep
(Base other_) boolean
RequestOrchestration.RequestOrchestrationActionRelatedActionComponent.equalsDeep
(Base other_) boolean
Requirements.equalsDeep
(Base other_) boolean
Requirements.RequirementsStatementComponent.equalsDeep
(Base other_) boolean
ResearchStudy.equalsDeep
(Base other_) boolean
ResearchStudy.ResearchStudyAssociatedPartyComponent.equalsDeep
(Base other_) boolean
ResearchStudy.ResearchStudyComparisonGroupComponent.equalsDeep
(Base other_) boolean
ResearchStudy.ResearchStudyLabelComponent.equalsDeep
(Base other_) boolean
ResearchStudy.ResearchStudyObjectiveComponent.equalsDeep
(Base other_) boolean
ResearchStudy.ResearchStudyOutcomeMeasureComponent.equalsDeep
(Base other_) boolean
ResearchStudy.ResearchStudyProgressStatusComponent.equalsDeep
(Base other_) boolean
ResearchStudy.ResearchStudyRecruitmentComponent.equalsDeep
(Base other_) boolean
ResearchSubject.equalsDeep
(Base other_) boolean
ResearchSubject.ResearchSubjectProgressComponent.equalsDeep
(Base other_) boolean
Resource.equalsDeep
(Base other_) boolean
RiskAssessment.equalsDeep
(Base other_) boolean
RiskAssessment.RiskAssessmentPredictionComponent.equalsDeep
(Base other_) boolean
SampledData.equalsDeep
(Base other_) boolean
Schedule.equalsDeep
(Base other_) boolean
SearchParameter.equalsDeep
(Base other_) boolean
SearchParameter.SearchParameterComponentComponent.equalsDeep
(Base other_) boolean
ServiceRequest.equalsDeep
(Base other_) boolean
ServiceRequest.ServiceRequestOrderDetailComponent.equalsDeep
(Base other_) boolean
ServiceRequest.ServiceRequestOrderDetailParameterComponent.equalsDeep
(Base other_) boolean
ServiceRequest.ServiceRequestPatientInstructionComponent.equalsDeep
(Base other_) boolean
Signature.equalsDeep
(Base other_) boolean
SimpleQuantity.equalsDeep
(Base other_) boolean
Slot.equalsDeep
(Base other_) boolean
Specimen.equalsDeep
(Base other_) boolean
Specimen.SpecimenCollectionComponent.equalsDeep
(Base other_) boolean
Specimen.SpecimenContainerComponent.equalsDeep
(Base other_) boolean
Specimen.SpecimenFeatureComponent.equalsDeep
(Base other_) boolean
Specimen.SpecimenProcessingComponent.equalsDeep
(Base other_) boolean
SpecimenDefinition.equalsDeep
(Base other_) boolean
SpecimenDefinition.SpecimenDefinitionTypeTestedComponent.equalsDeep
(Base other_) boolean
SpecimenDefinition.SpecimenDefinitionTypeTestedContainerAdditiveComponent.equalsDeep
(Base other_) boolean
SpecimenDefinition.SpecimenDefinitionTypeTestedContainerComponent.equalsDeep
(Base other_) boolean
SpecimenDefinition.SpecimenDefinitionTypeTestedHandlingComponent.equalsDeep
(Base other_) boolean
Statistic.equalsDeep
(Base other_) boolean
Statistic.StatisticAttributeEstimateAttributeEstimateComponent.equalsDeep
(Base other_) boolean
Statistic.StatisticAttributeEstimateComponent.equalsDeep
(Base other_) boolean
Statistic.StatisticModelCharacteristicComponent.equalsDeep
(Base other_) boolean
Statistic.StatisticModelCharacteristicVariableComponent.equalsDeep
(Base other_) boolean
Statistic.StatisticSampleSizeComponent.equalsDeep
(Base other_) boolean
StructureDefinition.equalsDeep
(Base other_) boolean
StructureDefinition.StructureDefinitionContextComponent.equalsDeep
(Base other_) boolean
StructureDefinition.StructureDefinitionDifferentialComponent.equalsDeep
(Base other_) boolean
StructureDefinition.StructureDefinitionMappingComponent.equalsDeep
(Base other_) boolean
StructureDefinition.StructureDefinitionSnapshotComponent.equalsDeep
(Base other_) boolean
StructureMap.equalsDeep
(Base other_) boolean
StructureMap.StructureMapConstComponent.equalsDeep
(Base other_) boolean
StructureMap.StructureMapGroupComponent.equalsDeep
(Base other_) boolean
StructureMap.StructureMapGroupInputComponent.equalsDeep
(Base other_) boolean
StructureMap.StructureMapGroupRuleComponent.equalsDeep
(Base other_) boolean
StructureMap.StructureMapGroupRuleDependentComponent.equalsDeep
(Base other_) boolean
StructureMap.StructureMapGroupRuleSourceComponent.equalsDeep
(Base other_) boolean
StructureMap.StructureMapGroupRuleTargetComponent.equalsDeep
(Base other_) boolean
StructureMap.StructureMapGroupRuleTargetParameterComponent.equalsDeep
(Base other_) boolean
StructureMap.StructureMapStructureComponent.equalsDeep
(Base other_) boolean
Subscription.equalsDeep
(Base other_) boolean
Subscription.SubscriptionFilterByComponent.equalsDeep
(Base other_) boolean
Subscription.SubscriptionParameterComponent.equalsDeep
(Base other_) boolean
SubscriptionStatus.equalsDeep
(Base other_) boolean
SubscriptionStatus.SubscriptionStatusNotificationEventComponent.equalsDeep
(Base other_) boolean
SubscriptionTopic.equalsDeep
(Base other_) boolean
SubscriptionTopic.SubscriptionTopicCanFilterByComponent.equalsDeep
(Base other_) boolean
SubscriptionTopic.SubscriptionTopicEventTriggerComponent.equalsDeep
(Base other_) boolean
SubscriptionTopic.SubscriptionTopicNotificationShapeComponent.equalsDeep
(Base other_) boolean
SubscriptionTopic.SubscriptionTopicResourceTriggerComponent.equalsDeep
(Base other_) boolean
SubscriptionTopic.SubscriptionTopicResourceTriggerQueryCriteriaComponent.equalsDeep
(Base other_) boolean
Substance.equalsDeep
(Base other_) boolean
Substance.SubstanceIngredientComponent.equalsDeep
(Base other_) boolean
SubstanceAmount.equalsDeep
(Base other_) boolean
SubstanceAmount.SubstanceAmountReferenceRangeComponent.equalsDeep
(Base other_) boolean
SubstanceDefinition.equalsDeep
(Base other_) boolean
SubstanceDefinition.SubstanceDefinitionCharacterizationComponent.equalsDeep
(Base other_) boolean
SubstanceDefinition.SubstanceDefinitionCodeComponent.equalsDeep
(Base other_) boolean
SubstanceDefinition.SubstanceDefinitionMoietyComponent.equalsDeep
(Base other_) boolean
SubstanceDefinition.SubstanceDefinitionMolecularWeightComponent.equalsDeep
(Base other_) boolean
SubstanceDefinition.SubstanceDefinitionNameComponent.equalsDeep
(Base other_) boolean
SubstanceDefinition.SubstanceDefinitionNameOfficialComponent.equalsDeep
(Base other_) boolean
SubstanceDefinition.SubstanceDefinitionPropertyComponent.equalsDeep
(Base other_) boolean
SubstanceDefinition.SubstanceDefinitionRelationshipComponent.equalsDeep
(Base other_) boolean
SubstanceDefinition.SubstanceDefinitionSourceMaterialComponent.equalsDeep
(Base other_) boolean
SubstanceDefinition.SubstanceDefinitionStructureComponent.equalsDeep
(Base other_) boolean
SubstanceDefinition.SubstanceDefinitionStructureRepresentationComponent.equalsDeep
(Base other_) boolean
SubstanceNucleicAcid.equalsDeep
(Base other_) boolean
SubstanceNucleicAcid.SubstanceNucleicAcidSubunitComponent.equalsDeep
(Base other_) boolean
SubstanceNucleicAcid.SubstanceNucleicAcidSubunitLinkageComponent.equalsDeep
(Base other_) boolean
SubstanceNucleicAcid.SubstanceNucleicAcidSubunitSugarComponent.equalsDeep
(Base other_) boolean
SubstancePolymer.equalsDeep
(Base other_) boolean
SubstancePolymer.SubstancePolymerMonomerSetComponent.equalsDeep
(Base other_) boolean
SubstancePolymer.SubstancePolymerMonomerSetStartingMaterialComponent.equalsDeep
(Base other_) boolean
SubstancePolymer.SubstancePolymerRepeatComponent.equalsDeep
(Base other_) boolean
SubstancePolymer.SubstancePolymerRepeatRepeatUnitComponent.equalsDeep
(Base other_) boolean
SubstancePolymer.SubstancePolymerRepeatRepeatUnitDegreeOfPolymerisationComponent.equalsDeep
(Base other_) boolean
SubstancePolymer.SubstancePolymerRepeatRepeatUnitStructuralRepresentationComponent.equalsDeep
(Base other_) boolean
SubstanceProtein.equalsDeep
(Base other_) boolean
SubstanceProtein.SubstanceProteinSubunitComponent.equalsDeep
(Base other_) boolean
SubstanceReferenceInformation.equalsDeep
(Base other_) boolean
SubstanceReferenceInformation.SubstanceReferenceInformationGeneComponent.equalsDeep
(Base other_) boolean
SubstanceReferenceInformation.SubstanceReferenceInformationGeneElementComponent.equalsDeep
(Base other_) boolean
SubstanceReferenceInformation.SubstanceReferenceInformationTargetComponent.equalsDeep
(Base other_) boolean
SubstanceSourceMaterial.equalsDeep
(Base other_) boolean
SubstanceSourceMaterial.SubstanceSourceMaterialFractionDescriptionComponent.equalsDeep
(Base other_) boolean
SubstanceSourceMaterial.SubstanceSourceMaterialOrganismAuthorComponent.equalsDeep
(Base other_) boolean
SubstanceSourceMaterial.SubstanceSourceMaterialOrganismComponent.equalsDeep
(Base other_) boolean
SubstanceSourceMaterial.SubstanceSourceMaterialOrganismHybridComponent.equalsDeep
(Base other_) boolean
SubstanceSourceMaterial.SubstanceSourceMaterialOrganismOrganismGeneralComponent.equalsDeep
(Base other_) boolean
SubstanceSourceMaterial.SubstanceSourceMaterialPartDescriptionComponent.equalsDeep
(Base other_) boolean
SupplyDelivery.equalsDeep
(Base other_) boolean
SupplyDelivery.SupplyDeliverySuppliedItemComponent.equalsDeep
(Base other_) boolean
SupplyRequest.equalsDeep
(Base other_) boolean
SupplyRequest.SupplyRequestParameterComponent.equalsDeep
(Base other_) boolean
Task.equalsDeep
(Base other_) boolean
Task.TaskInputComponent.equalsDeep
(Base other_) boolean
Task.TaskOutputComponent.equalsDeep
(Base other_) boolean
Task.TaskPerformerComponent.equalsDeep
(Base other_) boolean
Task.TaskRestrictionComponent.equalsDeep
(Base other_) boolean
TerminologyCapabilities.equalsDeep
(Base other_) boolean
TerminologyCapabilities.TerminologyCapabilitiesClosureComponent.equalsDeep
(Base other_) boolean
TerminologyCapabilities.TerminologyCapabilitiesCodeSystemComponent.equalsDeep
(Base other_) boolean
TerminologyCapabilities.TerminologyCapabilitiesCodeSystemVersionComponent.equalsDeep
(Base other_) boolean
TerminologyCapabilities.TerminologyCapabilitiesCodeSystemVersionFilterComponent.equalsDeep
(Base other_) boolean
TerminologyCapabilities.TerminologyCapabilitiesExpansionComponent.equalsDeep
(Base other_) boolean
TerminologyCapabilities.TerminologyCapabilitiesExpansionParameterComponent.equalsDeep
(Base other_) boolean
TerminologyCapabilities.TerminologyCapabilitiesImplementationComponent.equalsDeep
(Base other_) boolean
TerminologyCapabilities.TerminologyCapabilitiesSoftwareComponent.equalsDeep
(Base other_) boolean
TerminologyCapabilities.TerminologyCapabilitiesTranslationComponent.equalsDeep
(Base other_) boolean
TerminologyCapabilities.TerminologyCapabilitiesValidateCodeComponent.equalsDeep
(Base other_) boolean
TestPlan.equalsDeep
(Base other_) boolean
TestPlan.TestCaseDependencyComponent.equalsDeep
(Base other_) boolean
TestPlan.TestPlanDependencyComponent.equalsDeep
(Base other_) boolean
TestPlan.TestPlanTestCaseAssertionComponent.equalsDeep
(Base other_) boolean
TestPlan.TestPlanTestCaseComponent.equalsDeep
(Base other_) boolean
TestPlan.TestPlanTestCaseTestDataComponent.equalsDeep
(Base other_) boolean
TestPlan.TestPlanTestCaseTestRunComponent.equalsDeep
(Base other_) boolean
TestPlan.TestPlanTestCaseTestRunScriptComponent.equalsDeep
(Base other_) boolean
TestReport.equalsDeep
(Base other_) boolean
TestReport.SetupActionAssertComponent.equalsDeep
(Base other_) boolean
TestReport.SetupActionAssertRequirementComponent.equalsDeep
(Base other_) boolean
TestReport.SetupActionComponent.equalsDeep
(Base other_) boolean
TestReport.SetupActionOperationComponent.equalsDeep
(Base other_) boolean
TestReport.TeardownActionComponent.equalsDeep
(Base other_) boolean
TestReport.TestActionComponent.equalsDeep
(Base other_) boolean
TestReport.TestReportParticipantComponent.equalsDeep
(Base other_) boolean
TestReport.TestReportSetupComponent.equalsDeep
(Base other_) boolean
TestReport.TestReportTeardownComponent.equalsDeep
(Base other_) boolean
TestReport.TestReportTestComponent.equalsDeep
(Base other_) boolean
TestScript.equalsDeep
(Base other_) boolean
TestScript.SetupActionAssertComponent.equalsDeep
(Base other_) boolean
TestScript.SetupActionAssertRequirementComponent.equalsDeep
(Base other_) boolean
TestScript.SetupActionComponent.equalsDeep
(Base other_) boolean
TestScript.SetupActionOperationComponent.equalsDeep
(Base other_) boolean
TestScript.SetupActionOperationRequestHeaderComponent.equalsDeep
(Base other_) boolean
TestScript.TeardownActionComponent.equalsDeep
(Base other_) boolean
TestScript.TestActionComponent.equalsDeep
(Base other_) boolean
TestScript.TestScriptDestinationComponent.equalsDeep
(Base other_) boolean
TestScript.TestScriptFixtureComponent.equalsDeep
(Base other_) boolean
TestScript.TestScriptMetadataCapabilityComponent.equalsDeep
(Base other_) boolean
TestScript.TestScriptMetadataComponent.equalsDeep
(Base other_) boolean
TestScript.TestScriptMetadataLinkComponent.equalsDeep
(Base other_) boolean
TestScript.TestScriptOriginComponent.equalsDeep
(Base other_) boolean
TestScript.TestScriptScopeComponent.equalsDeep
(Base other_) boolean
TestScript.TestScriptSetupComponent.equalsDeep
(Base other_) boolean
TestScript.TestScriptTeardownComponent.equalsDeep
(Base other_) boolean
TestScript.TestScriptTestComponent.equalsDeep
(Base other_) boolean
TestScript.TestScriptVariableComponent.equalsDeep
(Base other_) boolean
Timing.equalsDeep
(Base other_) boolean
Timing.TimingRepeatComponent.equalsDeep
(Base other_) boolean
Transport.equalsDeep
(Base other_) boolean
Transport.ParameterComponent.equalsDeep
(Base other_) boolean
Transport.TransportOutputComponent.equalsDeep
(Base other_) boolean
Transport.TransportRestrictionComponent.equalsDeep
(Base other_) boolean
TriggerDefinition.equalsDeep
(Base other_) boolean
UriType.equalsDeep
(Base obj) boolean
UsageContext.equalsDeep
(Base other_) boolean
ValueSet.ConceptPropertyComponent.equalsDeep
(Base other_) boolean
ValueSet.ConceptReferenceComponent.equalsDeep
(Base other_) boolean
ValueSet.ConceptReferenceDesignationComponent.equalsDeep
(Base other_) boolean
ValueSet.ConceptSetComponent.equalsDeep
(Base other_) boolean
ValueSet.ConceptSetFilterComponent.equalsDeep
(Base other_) boolean
ValueSet.ConceptSubPropertyComponent.equalsDeep
(Base other_) boolean
ValueSet.equalsDeep
(Base other_) boolean
ValueSet.ValueSetComposeComponent.equalsDeep
(Base other_) boolean
ValueSet.ValueSetExpansionComponent.equalsDeep
(Base other_) boolean
ValueSet.ValueSetExpansionContainsComponent.equalsDeep
(Base other_) boolean
ValueSet.ValueSetExpansionParameterComponent.equalsDeep
(Base other_) boolean
ValueSet.ValueSetExpansionPropertyComponent.equalsDeep
(Base other_) boolean
ValueSet.ValueSetScopeComponent.equalsDeep
(Base other_) boolean
VerificationResult.equalsDeep
(Base other_) boolean
VerificationResult.VerificationResultAttestationComponent.equalsDeep
(Base other_) boolean
VerificationResult.VerificationResultPrimarySourceComponent.equalsDeep
(Base other_) boolean
VerificationResult.VerificationResultValidatorComponent.equalsDeep
(Base other_) boolean
VirtualServiceDetail.equalsDeep
(Base other_) boolean
VisionPrescription.equalsDeep
(Base other_) boolean
VisionPrescription.PrismComponent.equalsDeep
(Base other_) boolean
VisionPrescription.VisionPrescriptionLensSpecificationComponent.equalsDeep
(Base other_) boolean
Account.AccountBalanceComponent.equalsShallow
(Base other_) boolean
Account.AccountDiagnosisComponent.equalsShallow
(Base other_) boolean
Account.AccountProcedureComponent.equalsShallow
(Base other_) boolean
Account.AccountRelatedAccountComponent.equalsShallow
(Base other_) boolean
Account.CoverageComponent.equalsShallow
(Base other_) boolean
Account.equalsShallow
(Base other_) boolean
Account.GuarantorComponent.equalsShallow
(Base other_) boolean
ActivityDefinition.ActivityDefinitionDynamicValueComponent.equalsShallow
(Base other_) boolean
ActivityDefinition.ActivityDefinitionParticipantComponent.equalsShallow
(Base other_) boolean
ActivityDefinition.equalsShallow
(Base other_) boolean
ActorDefinition.equalsShallow
(Base other_) boolean
Address.equalsShallow
(Base other_) boolean
AdministrableProductDefinition.AdministrableProductDefinitionPropertyComponent.equalsShallow
(Base other_) boolean
AdministrableProductDefinition.AdministrableProductDefinitionRouteOfAdministrationComponent.equalsShallow
(Base other_) boolean
AdministrableProductDefinition.AdministrableProductDefinitionRouteOfAdministrationTargetSpeciesComponent.equalsShallow
(Base other_) boolean
AdministrableProductDefinition.AdministrableProductDefinitionRouteOfAdministrationTargetSpeciesWithdrawalPeriodComponent.equalsShallow
(Base other_) boolean
AdministrableProductDefinition.equalsShallow
(Base other_) boolean
AdverseEvent.AdverseEventContributingFactorComponent.equalsShallow
(Base other_) boolean
AdverseEvent.AdverseEventMitigatingActionComponent.equalsShallow
(Base other_) boolean
AdverseEvent.AdverseEventParticipantComponent.equalsShallow
(Base other_) boolean
AdverseEvent.AdverseEventPreventiveActionComponent.equalsShallow
(Base other_) boolean
AdverseEvent.AdverseEventSupportingInfoComponent.equalsShallow
(Base other_) boolean
AdverseEvent.AdverseEventSuspectEntityCausalityComponent.equalsShallow
(Base other_) boolean
AdverseEvent.AdverseEventSuspectEntityComponent.equalsShallow
(Base other_) boolean
AdverseEvent.equalsShallow
(Base other_) boolean
AllergyIntolerance.AllergyIntoleranceParticipantComponent.equalsShallow
(Base other_) boolean
AllergyIntolerance.AllergyIntoleranceReactionComponent.equalsShallow
(Base other_) boolean
AllergyIntolerance.equalsShallow
(Base other_) boolean
Annotation.equalsShallow
(Base other_) boolean
Appointment.AppointmentParticipantComponent.equalsShallow
(Base other_) boolean
Appointment.AppointmentRecurrenceTemplateComponent.equalsShallow
(Base other_) boolean
Appointment.AppointmentRecurrenceTemplateMonthlyTemplateComponent.equalsShallow
(Base other_) boolean
Appointment.AppointmentRecurrenceTemplateWeeklyTemplateComponent.equalsShallow
(Base other_) boolean
Appointment.AppointmentRecurrenceTemplateYearlyTemplateComponent.equalsShallow
(Base other_) boolean
Appointment.equalsShallow
(Base other_) boolean
AppointmentResponse.equalsShallow
(Base other_) boolean
ArtifactAssessment.ArtifactAssessmentContentComponent.equalsShallow
(Base other_) boolean
ArtifactAssessment.equalsShallow
(Base other_) boolean
Attachment.equalsShallow
(Base other_) boolean
AuditEvent.AuditEventAgentComponent.equalsShallow
(Base other_) boolean
AuditEvent.AuditEventEntityComponent.equalsShallow
(Base other_) boolean
AuditEvent.AuditEventEntityDetailComponent.equalsShallow
(Base other_) boolean
AuditEvent.AuditEventOutcomeComponent.equalsShallow
(Base other_) boolean
AuditEvent.AuditEventSourceComponent.equalsShallow
(Base other_) boolean
AuditEvent.equalsShallow
(Base other_) boolean
Availability.AvailabilityAvailableTimeComponent.equalsShallow
(Base other_) boolean
Availability.AvailabilityNotAvailableTimeComponent.equalsShallow
(Base other_) boolean
Availability.equalsShallow
(Base other_) boolean
BackboneElement.equalsShallow
(Base other_) boolean
BackboneType.equalsShallow
(Base other_) boolean
Base.equalsShallow
(Base other) boolean
Basic.equalsShallow
(Base other_) boolean
Binary.equalsShallow
(Base other_) boolean
BiologicallyDerivedProduct.BiologicallyDerivedProductCollectionComponent.equalsShallow
(Base other_) boolean
BiologicallyDerivedProduct.BiologicallyDerivedProductPropertyComponent.equalsShallow
(Base other_) boolean
BiologicallyDerivedProduct.equalsShallow
(Base other_) boolean
BiologicallyDerivedProductDispense.BiologicallyDerivedProductDispensePerformerComponent.equalsShallow
(Base other_) boolean
BiologicallyDerivedProductDispense.equalsShallow
(Base other_) boolean
BodyStructure.BodyStructureIncludedStructureBodyLandmarkOrientationComponent.equalsShallow
(Base other_) boolean
BodyStructure.BodyStructureIncludedStructureBodyLandmarkOrientationDistanceFromLandmarkComponent.equalsShallow
(Base other_) boolean
BodyStructure.BodyStructureIncludedStructureComponent.equalsShallow
(Base other_) boolean
BodyStructure.equalsShallow
(Base other_) boolean
Bundle.BundleEntryComponent.equalsShallow
(Base other_) boolean
Bundle.BundleEntryRequestComponent.equalsShallow
(Base other_) boolean
Bundle.BundleEntryResponseComponent.equalsShallow
(Base other_) boolean
Bundle.BundleEntrySearchComponent.equalsShallow
(Base other_) boolean
Bundle.BundleLinkComponent.equalsShallow
(Base other_) boolean
Bundle.equalsShallow
(Base other_) boolean
CanonicalResource.equalsShallow
(Base other_) boolean
CapabilityStatement.CapabilityStatementDocumentComponent.equalsShallow
(Base other_) boolean
CapabilityStatement.CapabilityStatementImplementationComponent.equalsShallow
(Base other_) boolean
CapabilityStatement.CapabilityStatementMessagingComponent.equalsShallow
(Base other_) boolean
CapabilityStatement.CapabilityStatementMessagingEndpointComponent.equalsShallow
(Base other_) boolean
CapabilityStatement.CapabilityStatementMessagingSupportedMessageComponent.equalsShallow
(Base other_) boolean
CapabilityStatement.CapabilityStatementRestComponent.equalsShallow
(Base other_) boolean
CapabilityStatement.CapabilityStatementRestResourceComponent.equalsShallow
(Base other_) boolean
CapabilityStatement.CapabilityStatementRestResourceOperationComponent.equalsShallow
(Base other_) boolean
CapabilityStatement.CapabilityStatementRestResourceSearchParamComponent.equalsShallow
(Base other_) boolean
CapabilityStatement.CapabilityStatementRestSecurityComponent.equalsShallow
(Base other_) boolean
CapabilityStatement.CapabilityStatementSoftwareComponent.equalsShallow
(Base other_) boolean
CapabilityStatement.equalsShallow
(Base other_) boolean
CapabilityStatement.ResourceInteractionComponent.equalsShallow
(Base other_) boolean
CapabilityStatement.SystemInteractionComponent.equalsShallow
(Base other_) boolean
CarePlan.CarePlanActivityComponent.equalsShallow
(Base other_) boolean
CarePlan.equalsShallow
(Base other_) boolean
CareTeam.CareTeamParticipantComponent.equalsShallow
(Base other_) boolean
CareTeam.equalsShallow
(Base other_) boolean
ChargeItem.ChargeItemPerformerComponent.equalsShallow
(Base other_) boolean
ChargeItem.equalsShallow
(Base other_) boolean
ChargeItemDefinition.ChargeItemDefinitionApplicabilityComponent.equalsShallow
(Base other_) boolean
ChargeItemDefinition.ChargeItemDefinitionPropertyGroupComponent.equalsShallow
(Base other_) boolean
ChargeItemDefinition.equalsShallow
(Base other_) boolean
Citation.CitationCitedArtifactAbstractComponent.equalsShallow
(Base other_) boolean
Citation.CitationCitedArtifactClassificationComponent.equalsShallow
(Base other_) boolean
Citation.CitationCitedArtifactComponent.equalsShallow
(Base other_) boolean
Citation.CitationCitedArtifactContributorshipComponent.equalsShallow
(Base other_) boolean
Citation.CitationCitedArtifactContributorshipEntryComponent.equalsShallow
(Base other_) boolean
Citation.CitationCitedArtifactContributorshipEntryContributionInstanceComponent.equalsShallow
(Base other_) boolean
Citation.CitationCitedArtifactPartComponent.equalsShallow
(Base other_) boolean
Citation.CitationCitedArtifactPublicationFormComponent.equalsShallow
(Base other_) boolean
Citation.CitationCitedArtifactPublicationFormPublishedInComponent.equalsShallow
(Base other_) boolean
Citation.CitationCitedArtifactRelatesToComponent.equalsShallow
(Base other_) boolean
Citation.CitationCitedArtifactStatusDateComponent.equalsShallow
(Base other_) boolean
Citation.CitationCitedArtifactTitleComponent.equalsShallow
(Base other_) boolean
Citation.CitationCitedArtifactVersionComponent.equalsShallow
(Base other_) boolean
Citation.CitationCitedArtifactWebLocationComponent.equalsShallow
(Base other_) boolean
Citation.CitationClassificationComponent.equalsShallow
(Base other_) boolean
Citation.CitationStatusDateComponent.equalsShallow
(Base other_) boolean
Citation.CitationSummaryComponent.equalsShallow
(Base other_) boolean
Citation.ContributorshipSummaryComponent.equalsShallow
(Base other_) boolean
Citation.equalsShallow
(Base other_) boolean
Claim.AccidentComponent.equalsShallow
(Base other_) boolean
Claim.BodySiteComponent.equalsShallow
(Base other_) boolean
Claim.CareTeamComponent.equalsShallow
(Base other_) boolean
Claim.ClaimEventComponent.equalsShallow
(Base other_) boolean
Claim.DetailComponent.equalsShallow
(Base other_) boolean
Claim.DiagnosisComponent.equalsShallow
(Base other_) boolean
Claim.equalsShallow
(Base other_) boolean
Claim.InsuranceComponent.equalsShallow
(Base other_) boolean
Claim.ItemComponent.equalsShallow
(Base other_) boolean
Claim.PayeeComponent.equalsShallow
(Base other_) boolean
Claim.ProcedureComponent.equalsShallow
(Base other_) boolean
Claim.RelatedClaimComponent.equalsShallow
(Base other_) boolean
Claim.SubDetailComponent.equalsShallow
(Base other_) boolean
Claim.SupportingInformationComponent.equalsShallow
(Base other_) boolean
ClaimResponse.AddedItemComponent.equalsShallow
(Base other_) boolean
ClaimResponse.AddedItemDetailComponent.equalsShallow
(Base other_) boolean
ClaimResponse.AddedItemSubDetailComponent.equalsShallow
(Base other_) boolean
ClaimResponse.AdjudicationComponent.equalsShallow
(Base other_) boolean
ClaimResponse.BodySiteComponent.equalsShallow
(Base other_) boolean
ClaimResponse.ClaimResponseEventComponent.equalsShallow
(Base other_) boolean
ClaimResponse.equalsShallow
(Base other_) boolean
ClaimResponse.ErrorComponent.equalsShallow
(Base other_) boolean
ClaimResponse.InsuranceComponent.equalsShallow
(Base other_) boolean
ClaimResponse.ItemComponent.equalsShallow
(Base other_) boolean
ClaimResponse.ItemDetailComponent.equalsShallow
(Base other_) boolean
ClaimResponse.NoteComponent.equalsShallow
(Base other_) boolean
ClaimResponse.PaymentComponent.equalsShallow
(Base other_) boolean
ClaimResponse.ReviewOutcomeComponent.equalsShallow
(Base other_) boolean
ClaimResponse.SubDetailComponent.equalsShallow
(Base other_) boolean
ClaimResponse.TotalComponent.equalsShallow
(Base other_) boolean
ClinicalImpression.ClinicalImpressionFindingComponent.equalsShallow
(Base other_) boolean
ClinicalImpression.equalsShallow
(Base other_) boolean
ClinicalUseDefinition.ClinicalUseDefinitionContraindicationComponent.equalsShallow
(Base other_) boolean
ClinicalUseDefinition.ClinicalUseDefinitionContraindicationOtherTherapyComponent.equalsShallow
(Base other_) boolean
ClinicalUseDefinition.ClinicalUseDefinitionIndicationComponent.equalsShallow
(Base other_) boolean
ClinicalUseDefinition.ClinicalUseDefinitionInteractionComponent.equalsShallow
(Base other_) boolean
ClinicalUseDefinition.ClinicalUseDefinitionInteractionInteractantComponent.equalsShallow
(Base other_) boolean
ClinicalUseDefinition.ClinicalUseDefinitionUndesirableEffectComponent.equalsShallow
(Base other_) boolean
ClinicalUseDefinition.ClinicalUseDefinitionWarningComponent.equalsShallow
(Base other_) boolean
ClinicalUseDefinition.equalsShallow
(Base other_) boolean
CodeableConcept.equalsShallow
(Base other_) boolean
CodeableReference.equalsShallow
(Base other_) boolean
CodeSystem.CodeSystemFilterComponent.equalsShallow
(Base other_) boolean
CodeSystem.ConceptDefinitionComponent.equalsShallow
(Base other_) boolean
CodeSystem.ConceptDefinitionDesignationComponent.equalsShallow
(Base other_) boolean
CodeSystem.ConceptPropertyComponent.equalsShallow
(Base other_) boolean
CodeSystem.equalsShallow
(Base other_) boolean
CodeSystem.PropertyComponent.equalsShallow
(Base other_) boolean
Coding.equalsShallow
(Base other_) boolean
Communication.CommunicationPayloadComponent.equalsShallow
(Base other_) boolean
Communication.equalsShallow
(Base other_) boolean
CommunicationRequest.CommunicationRequestPayloadComponent.equalsShallow
(Base other_) boolean
CommunicationRequest.equalsShallow
(Base other_) boolean
CompartmentDefinition.CompartmentDefinitionResourceComponent.equalsShallow
(Base other_) boolean
CompartmentDefinition.equalsShallow
(Base other_) boolean
Composition.CompositionAttesterComponent.equalsShallow
(Base other_) boolean
Composition.CompositionEventComponent.equalsShallow
(Base other_) boolean
Composition.equalsShallow
(Base other_) boolean
Composition.SectionComponent.equalsShallow
(Base other_) boolean
ConceptMap.AdditionalAttributeComponent.equalsShallow
(Base other_) boolean
ConceptMap.ConceptMapGroupComponent.equalsShallow
(Base other_) boolean
ConceptMap.ConceptMapGroupUnmappedComponent.equalsShallow
(Base other_) boolean
ConceptMap.equalsShallow
(Base other_) boolean
ConceptMap.MappingPropertyComponent.equalsShallow
(Base other_) boolean
ConceptMap.OtherElementComponent.equalsShallow
(Base other_) boolean
ConceptMap.PropertyComponent.equalsShallow
(Base other_) boolean
ConceptMap.SourceElementComponent.equalsShallow
(Base other_) boolean
ConceptMap.TargetElementComponent.equalsShallow
(Base other_) boolean
Condition.ConditionParticipantComponent.equalsShallow
(Base other_) boolean
Condition.ConditionStageComponent.equalsShallow
(Base other_) boolean
Condition.equalsShallow
(Base other_) boolean
ConditionDefinition.ConditionDefinitionMedicationComponent.equalsShallow
(Base other_) boolean
ConditionDefinition.ConditionDefinitionObservationComponent.equalsShallow
(Base other_) boolean
ConditionDefinition.ConditionDefinitionPlanComponent.equalsShallow
(Base other_) boolean
ConditionDefinition.ConditionDefinitionPreconditionComponent.equalsShallow
(Base other_) boolean
ConditionDefinition.ConditionDefinitionQuestionnaireComponent.equalsShallow
(Base other_) boolean
ConditionDefinition.equalsShallow
(Base other_) boolean
Consent.ConsentPolicyBasisComponent.equalsShallow
(Base other_) boolean
Consent.ConsentVerificationComponent.equalsShallow
(Base other_) boolean
Consent.equalsShallow
(Base other_) boolean
Consent.ProvisionActorComponent.equalsShallow
(Base other_) boolean
Consent.ProvisionComponent.equalsShallow
(Base other_) boolean
Consent.ProvisionDataComponent.equalsShallow
(Base other_) boolean
ContactDetail.equalsShallow
(Base other_) boolean
ContactPoint.equalsShallow
(Base other_) boolean
Contract.ActionComponent.equalsShallow
(Base other_) boolean
Contract.ActionSubjectComponent.equalsShallow
(Base other_) boolean
Contract.AnswerComponent.equalsShallow
(Base other_) boolean
Contract.AssetContextComponent.equalsShallow
(Base other_) boolean
Contract.ComputableLanguageComponent.equalsShallow
(Base other_) boolean
Contract.ContentDefinitionComponent.equalsShallow
(Base other_) boolean
Contract.ContractAssetComponent.equalsShallow
(Base other_) boolean
Contract.ContractOfferComponent.equalsShallow
(Base other_) boolean
Contract.ContractPartyComponent.equalsShallow
(Base other_) boolean
Contract.equalsShallow
(Base other_) boolean
Contract.FriendlyLanguageComponent.equalsShallow
(Base other_) boolean
Contract.LegalLanguageComponent.equalsShallow
(Base other_) boolean
Contract.SecurityLabelComponent.equalsShallow
(Base other_) boolean
Contract.SignatoryComponent.equalsShallow
(Base other_) boolean
Contract.TermComponent.equalsShallow
(Base other_) boolean
Contract.ValuedItemComponent.equalsShallow
(Base other_) boolean
Contributor.equalsShallow
(Base other_) boolean
Coverage.ClassComponent.equalsShallow
(Base other_) boolean
Coverage.CostToBeneficiaryComponent.equalsShallow
(Base other_) boolean
Coverage.CoveragePaymentByComponent.equalsShallow
(Base other_) boolean
Coverage.equalsShallow
(Base other_) boolean
Coverage.ExemptionComponent.equalsShallow
(Base other_) boolean
CoverageEligibilityRequest.CoverageEligibilityRequestEventComponent.equalsShallow
(Base other_) boolean
CoverageEligibilityRequest.DetailsComponent.equalsShallow
(Base other_) boolean
CoverageEligibilityRequest.DiagnosisComponent.equalsShallow
(Base other_) boolean
CoverageEligibilityRequest.equalsShallow
(Base other_) boolean
CoverageEligibilityRequest.InsuranceComponent.equalsShallow
(Base other_) boolean
CoverageEligibilityRequest.SupportingInformationComponent.equalsShallow
(Base other_) boolean
CoverageEligibilityResponse.BenefitComponent.equalsShallow
(Base other_) boolean
CoverageEligibilityResponse.CoverageEligibilityResponseEventComponent.equalsShallow
(Base other_) boolean
CoverageEligibilityResponse.equalsShallow
(Base other_) boolean
CoverageEligibilityResponse.ErrorsComponent.equalsShallow
(Base other_) boolean
CoverageEligibilityResponse.InsuranceComponent.equalsShallow
(Base other_) boolean
CoverageEligibilityResponse.ItemsComponent.equalsShallow
(Base other_) boolean
DataRequirement.DataRequirementCodeFilterComponent.equalsShallow
(Base other_) boolean
DataRequirement.DataRequirementDateFilterComponent.equalsShallow
(Base other_) boolean
DataRequirement.DataRequirementSortComponent.equalsShallow
(Base other_) boolean
DataRequirement.DataRequirementValueFilterComponent.equalsShallow
(Base other_) boolean
DataRequirement.equalsShallow
(Base other_) boolean
DetectedIssue.DetectedIssueEvidenceComponent.equalsShallow
(Base other_) boolean
DetectedIssue.DetectedIssueMitigationComponent.equalsShallow
(Base other_) boolean
DetectedIssue.equalsShallow
(Base other_) boolean
Device.DeviceConformsToComponent.equalsShallow
(Base other_) boolean
Device.DeviceNameComponent.equalsShallow
(Base other_) boolean
Device.DevicePropertyComponent.equalsShallow
(Base other_) boolean
Device.DeviceUdiCarrierComponent.equalsShallow
(Base other_) boolean
Device.DeviceVersionComponent.equalsShallow
(Base other_) boolean
Device.equalsShallow
(Base other_) boolean
DeviceAssociation.DeviceAssociationOperationComponent.equalsShallow
(Base other_) boolean
DeviceAssociation.equalsShallow
(Base other_) boolean
DeviceDefinition.DeviceDefinitionChargeItemComponent.equalsShallow
(Base other_) boolean
DeviceDefinition.DeviceDefinitionClassificationComponent.equalsShallow
(Base other_) boolean
DeviceDefinition.DeviceDefinitionConformsToComponent.equalsShallow
(Base other_) boolean
DeviceDefinition.DeviceDefinitionCorrectiveActionComponent.equalsShallow
(Base other_) boolean
DeviceDefinition.DeviceDefinitionDeviceNameComponent.equalsShallow
(Base other_) boolean
DeviceDefinition.DeviceDefinitionGuidelineComponent.equalsShallow
(Base other_) boolean
DeviceDefinition.DeviceDefinitionHasPartComponent.equalsShallow
(Base other_) boolean
DeviceDefinition.DeviceDefinitionLinkComponent.equalsShallow
(Base other_) boolean
DeviceDefinition.DeviceDefinitionMaterialComponent.equalsShallow
(Base other_) boolean
DeviceDefinition.DeviceDefinitionPackagingComponent.equalsShallow
(Base other_) boolean
DeviceDefinition.DeviceDefinitionPropertyComponent.equalsShallow
(Base other_) boolean
DeviceDefinition.DeviceDefinitionRegulatoryIdentifierComponent.equalsShallow
(Base other_) boolean
DeviceDefinition.DeviceDefinitionUdiDeviceIdentifierComponent.equalsShallow
(Base other_) boolean
DeviceDefinition.DeviceDefinitionVersionComponent.equalsShallow
(Base other_) boolean
DeviceDefinition.equalsShallow
(Base other_) boolean
DeviceDefinition.PackagingDistributorComponent.equalsShallow
(Base other_) boolean
DeviceDefinition.UdiDeviceIdentifierMarketDistributionComponent.equalsShallow
(Base other_) boolean
DeviceDispense.DeviceDispensePerformerComponent.equalsShallow
(Base other_) boolean
DeviceDispense.equalsShallow
(Base other_) boolean
DeviceMetric.DeviceMetricCalibrationComponent.equalsShallow
(Base other_) boolean
DeviceMetric.equalsShallow
(Base other_) boolean
DeviceRequest.DeviceRequestParameterComponent.equalsShallow
(Base other_) boolean
DeviceRequest.equalsShallow
(Base other_) boolean
DeviceUsage.DeviceUsageAdherenceComponent.equalsShallow
(Base other_) boolean
DeviceUsage.equalsShallow
(Base other_) boolean
DiagnosticReport.DiagnosticReportMediaComponent.equalsShallow
(Base other_) boolean
DiagnosticReport.DiagnosticReportSupportingInfoComponent.equalsShallow
(Base other_) boolean
DiagnosticReport.equalsShallow
(Base other_) boolean
DocumentReference.DocumentReferenceAttesterComponent.equalsShallow
(Base other_) boolean
DocumentReference.DocumentReferenceContentComponent.equalsShallow
(Base other_) boolean
DocumentReference.DocumentReferenceContentProfileComponent.equalsShallow
(Base other_) boolean
DocumentReference.DocumentReferenceRelatesToComponent.equalsShallow
(Base other_) boolean
DocumentReference.equalsShallow
(Base other_) boolean
DomainResource.equalsShallow
(Base other_) boolean
Dosage.DosageDoseAndRateComponent.equalsShallow
(Base other_) boolean
Dosage.equalsShallow
(Base other_) boolean
Element.equalsShallow
(Base other_) boolean
ElementDefinition.ElementDefinitionBaseComponent.equalsShallow
(Base other_) boolean
ElementDefinition.ElementDefinitionBindingAdditionalComponent.equalsShallow
(Base other_) boolean
ElementDefinition.ElementDefinitionBindingComponent.equalsShallow
(Base other_) boolean
ElementDefinition.ElementDefinitionConstraintComponent.equalsShallow
(Base other_) boolean
ElementDefinition.ElementDefinitionExampleComponent.equalsShallow
(Base other_) boolean
ElementDefinition.ElementDefinitionMappingComponent.equalsShallow
(Base other_) boolean
ElementDefinition.ElementDefinitionSlicingComponent.equalsShallow
(Base other_) boolean
ElementDefinition.ElementDefinitionSlicingDiscriminatorComponent.equalsShallow
(Base other_) boolean
ElementDefinition.equalsShallow
(Base other_) boolean
ElementDefinition.TypeRefComponent.equalsShallow
(Base other_) boolean
Encounter.DiagnosisComponent.equalsShallow
(Base other_) boolean
Encounter.EncounterAdmissionComponent.equalsShallow
(Base other_) boolean
Encounter.EncounterLocationComponent.equalsShallow
(Base other_) boolean
Encounter.EncounterParticipantComponent.equalsShallow
(Base other_) boolean
Encounter.equalsShallow
(Base other_) boolean
Encounter.ReasonComponent.equalsShallow
(Base other_) boolean
EncounterHistory.EncounterHistoryLocationComponent.equalsShallow
(Base other_) boolean
EncounterHistory.equalsShallow
(Base other_) boolean
Endpoint.EndpointPayloadComponent.equalsShallow
(Base other_) boolean
Endpoint.equalsShallow
(Base other_) boolean
EnrollmentRequest.equalsShallow
(Base other_) boolean
EnrollmentResponse.equalsShallow
(Base other_) boolean
EpisodeOfCare.DiagnosisComponent.equalsShallow
(Base other_) boolean
EpisodeOfCare.EpisodeOfCareStatusHistoryComponent.equalsShallow
(Base other_) boolean
EpisodeOfCare.equalsShallow
(Base other_) boolean
EpisodeOfCare.ReasonComponent.equalsShallow
(Base other_) boolean
EventDefinition.equalsShallow
(Base other_) boolean
Evidence.equalsShallow
(Base other_) boolean
Evidence.EvidenceCertaintyComponent.equalsShallow
(Base other_) boolean
Evidence.EvidenceStatisticAttributeEstimateComponent.equalsShallow
(Base other_) boolean
Evidence.EvidenceStatisticComponent.equalsShallow
(Base other_) boolean
Evidence.EvidenceStatisticModelCharacteristicComponent.equalsShallow
(Base other_) boolean
Evidence.EvidenceStatisticModelCharacteristicVariableComponent.equalsShallow
(Base other_) boolean
Evidence.EvidenceStatisticSampleSizeComponent.equalsShallow
(Base other_) boolean
Evidence.EvidenceVariableDefinitionComponent.equalsShallow
(Base other_) boolean
EvidenceReport.equalsShallow
(Base other_) boolean
EvidenceReport.EvidenceReportRelatesToComponent.equalsShallow
(Base other_) boolean
EvidenceReport.EvidenceReportRelatesToTargetComponent.equalsShallow
(Base other_) boolean
EvidenceReport.EvidenceReportSubjectCharacteristicComponent.equalsShallow
(Base other_) boolean
EvidenceReport.EvidenceReportSubjectComponent.equalsShallow
(Base other_) boolean
EvidenceReport.SectionComponent.equalsShallow
(Base other_) boolean
EvidenceVariable.equalsShallow
(Base other_) boolean
EvidenceVariable.EvidenceVariableCategoryComponent.equalsShallow
(Base other_) boolean
EvidenceVariable.EvidenceVariableCharacteristicComponent.equalsShallow
(Base other_) boolean
EvidenceVariable.EvidenceVariableCharacteristicDefinitionByCombinationComponent.equalsShallow
(Base other_) boolean
EvidenceVariable.EvidenceVariableCharacteristicDefinitionByTypeAndValueComponent.equalsShallow
(Base other_) boolean
EvidenceVariable.EvidenceVariableCharacteristicTimeFromEventComponent.equalsShallow
(Base other_) boolean
ExampleScenario.equalsShallow
(Base other_) boolean
ExampleScenario.ExampleScenarioActorComponent.equalsShallow
(Base other_) boolean
ExampleScenario.ExampleScenarioInstanceComponent.equalsShallow
(Base other_) boolean
ExampleScenario.ExampleScenarioInstanceContainedInstanceComponent.equalsShallow
(Base other_) boolean
ExampleScenario.ExampleScenarioInstanceVersionComponent.equalsShallow
(Base other_) boolean
ExampleScenario.ExampleScenarioProcessComponent.equalsShallow
(Base other_) boolean
ExampleScenario.ExampleScenarioProcessStepAlternativeComponent.equalsShallow
(Base other_) boolean
ExampleScenario.ExampleScenarioProcessStepComponent.equalsShallow
(Base other_) boolean
ExampleScenario.ExampleScenarioProcessStepOperationComponent.equalsShallow
(Base other_) boolean
ExplanationOfBenefit.AccidentComponent.equalsShallow
(Base other_) boolean
ExplanationOfBenefit.AddedItemBodySiteComponent.equalsShallow
(Base other_) boolean
ExplanationOfBenefit.AddedItemComponent.equalsShallow
(Base other_) boolean
ExplanationOfBenefit.AddedItemDetailComponent.equalsShallow
(Base other_) boolean
ExplanationOfBenefit.AddedItemDetailSubDetailComponent.equalsShallow
(Base other_) boolean
ExplanationOfBenefit.AdjudicationComponent.equalsShallow
(Base other_) boolean
ExplanationOfBenefit.BenefitBalanceComponent.equalsShallow
(Base other_) boolean
ExplanationOfBenefit.BenefitComponent.equalsShallow
(Base other_) boolean
ExplanationOfBenefit.CareTeamComponent.equalsShallow
(Base other_) boolean
ExplanationOfBenefit.DetailComponent.equalsShallow
(Base other_) boolean
ExplanationOfBenefit.DiagnosisComponent.equalsShallow
(Base other_) boolean
ExplanationOfBenefit.equalsShallow
(Base other_) boolean
ExplanationOfBenefit.ExplanationOfBenefitEventComponent.equalsShallow
(Base other_) boolean
ExplanationOfBenefit.InsuranceComponent.equalsShallow
(Base other_) boolean
ExplanationOfBenefit.ItemBodySiteComponent.equalsShallow
(Base other_) boolean
ExplanationOfBenefit.ItemComponent.equalsShallow
(Base other_) boolean
ExplanationOfBenefit.ItemReviewOutcomeComponent.equalsShallow
(Base other_) boolean
ExplanationOfBenefit.NoteComponent.equalsShallow
(Base other_) boolean
ExplanationOfBenefit.PayeeComponent.equalsShallow
(Base other_) boolean
ExplanationOfBenefit.PaymentComponent.equalsShallow
(Base other_) boolean
ExplanationOfBenefit.ProcedureComponent.equalsShallow
(Base other_) boolean
ExplanationOfBenefit.RelatedClaimComponent.equalsShallow
(Base other_) boolean
ExplanationOfBenefit.SubDetailComponent.equalsShallow
(Base other_) boolean
ExplanationOfBenefit.SupportingInformationComponent.equalsShallow
(Base other_) boolean
ExplanationOfBenefit.TotalComponent.equalsShallow
(Base other_) boolean
Expression.equalsShallow
(Base other_) boolean
ExtendedContactDetail.equalsShallow
(Base other_) boolean
Extension.equalsShallow
(Base other_) boolean
FamilyMemberHistory.equalsShallow
(Base other_) boolean
FamilyMemberHistory.FamilyMemberHistoryConditionComponent.equalsShallow
(Base other_) boolean
FamilyMemberHistory.FamilyMemberHistoryParticipantComponent.equalsShallow
(Base other_) boolean
FamilyMemberHistory.FamilyMemberHistoryProcedureComponent.equalsShallow
(Base other_) boolean
Flag.equalsShallow
(Base other_) boolean
FormularyItem.equalsShallow
(Base other_) boolean
GenomicStudy.equalsShallow
(Base other_) boolean
GenomicStudy.GenomicStudyAnalysisComponent.equalsShallow
(Base other_) boolean
GenomicStudy.GenomicStudyAnalysisDeviceComponent.equalsShallow
(Base other_) boolean
GenomicStudy.GenomicStudyAnalysisInputComponent.equalsShallow
(Base other_) boolean
GenomicStudy.GenomicStudyAnalysisOutputComponent.equalsShallow
(Base other_) boolean
GenomicStudy.GenomicStudyAnalysisPerformerComponent.equalsShallow
(Base other_) boolean
Goal.equalsShallow
(Base other_) boolean
Goal.GoalTargetComponent.equalsShallow
(Base other_) boolean
GraphDefinition.equalsShallow
(Base other_) boolean
GraphDefinition.GraphDefinitionLinkCompartmentComponent.equalsShallow
(Base other_) boolean
GraphDefinition.GraphDefinitionLinkComponent.equalsShallow
(Base other_) boolean
GraphDefinition.GraphDefinitionNodeComponent.equalsShallow
(Base other_) boolean
Group.equalsShallow
(Base other_) boolean
Group.GroupCharacteristicComponent.equalsShallow
(Base other_) boolean
Group.GroupMemberComponent.equalsShallow
(Base other_) boolean
GuidanceResponse.equalsShallow
(Base other_) boolean
HealthcareService.equalsShallow
(Base other_) boolean
HealthcareService.HealthcareServiceEligibilityComponent.equalsShallow
(Base other_) boolean
HumanName.equalsShallow
(Base other_) boolean
Identifier.equalsShallow
(Base other_) boolean
ImagingSelection.equalsShallow
(Base other_) boolean
ImagingSelection.ImageRegion2DComponent.equalsShallow
(Base other_) boolean
ImagingSelection.ImageRegion3DComponent.equalsShallow
(Base other_) boolean
ImagingSelection.ImagingSelectionInstanceComponent.equalsShallow
(Base other_) boolean
ImagingSelection.ImagingSelectionPerformerComponent.equalsShallow
(Base other_) boolean
ImagingStudy.equalsShallow
(Base other_) boolean
ImagingStudy.ImagingStudySeriesComponent.equalsShallow
(Base other_) boolean
ImagingStudy.ImagingStudySeriesInstanceComponent.equalsShallow
(Base other_) boolean
ImagingStudy.ImagingStudySeriesPerformerComponent.equalsShallow
(Base other_) boolean
Immunization.equalsShallow
(Base other_) boolean
Immunization.ImmunizationPerformerComponent.equalsShallow
(Base other_) boolean
Immunization.ImmunizationProgramEligibilityComponent.equalsShallow
(Base other_) boolean
Immunization.ImmunizationProtocolAppliedComponent.equalsShallow
(Base other_) boolean
Immunization.ImmunizationReactionComponent.equalsShallow
(Base other_) boolean
ImmunizationEvaluation.equalsShallow
(Base other_) boolean
ImmunizationRecommendation.equalsShallow
(Base other_) boolean
ImmunizationRecommendation.ImmunizationRecommendationRecommendationComponent.equalsShallow
(Base other_) boolean
ImmunizationRecommendation.ImmunizationRecommendationRecommendationDateCriterionComponent.equalsShallow
(Base other_) boolean
ImplementationGuide.equalsShallow
(Base other_) boolean
ImplementationGuide.ImplementationGuideDefinitionComponent.equalsShallow
(Base other_) boolean
ImplementationGuide.ImplementationGuideDefinitionGroupingComponent.equalsShallow
(Base other_) boolean
ImplementationGuide.ImplementationGuideDefinitionPageComponent.equalsShallow
(Base other_) boolean
ImplementationGuide.ImplementationGuideDefinitionParameterComponent.equalsShallow
(Base other_) boolean
ImplementationGuide.ImplementationGuideDefinitionResourceComponent.equalsShallow
(Base other_) boolean
ImplementationGuide.ImplementationGuideDefinitionTemplateComponent.equalsShallow
(Base other_) boolean
ImplementationGuide.ImplementationGuideDependsOnComponent.equalsShallow
(Base other_) boolean
ImplementationGuide.ImplementationGuideGlobalComponent.equalsShallow
(Base other_) boolean
ImplementationGuide.ImplementationGuideManifestComponent.equalsShallow
(Base other_) boolean
ImplementationGuide.ManifestPageComponent.equalsShallow
(Base other_) boolean
ImplementationGuide.ManifestResourceComponent.equalsShallow
(Base other_) boolean
Ingredient.equalsShallow
(Base other_) boolean
Ingredient.IngredientManufacturerComponent.equalsShallow
(Base other_) boolean
Ingredient.IngredientSubstanceComponent.equalsShallow
(Base other_) boolean
Ingredient.IngredientSubstanceStrengthComponent.equalsShallow
(Base other_) boolean
Ingredient.IngredientSubstanceStrengthReferenceStrengthComponent.equalsShallow
(Base other_) boolean
InsurancePlan.CoverageBenefitComponent.equalsShallow
(Base other_) boolean
InsurancePlan.CoverageBenefitLimitComponent.equalsShallow
(Base other_) boolean
InsurancePlan.equalsShallow
(Base other_) boolean
InsurancePlan.InsurancePlanCoverageComponent.equalsShallow
(Base other_) boolean
InsurancePlan.InsurancePlanPlanComponent.equalsShallow
(Base other_) boolean
InsurancePlan.InsurancePlanPlanGeneralCostComponent.equalsShallow
(Base other_) boolean
InsurancePlan.InsurancePlanPlanSpecificCostComponent.equalsShallow
(Base other_) boolean
InsurancePlan.PlanBenefitComponent.equalsShallow
(Base other_) boolean
InsurancePlan.PlanBenefitCostComponent.equalsShallow
(Base other_) boolean
InventoryItem.equalsShallow
(Base other_) boolean
InventoryItem.InventoryItemAssociationComponent.equalsShallow
(Base other_) boolean
InventoryItem.InventoryItemCharacteristicComponent.equalsShallow
(Base other_) boolean
InventoryItem.InventoryItemDescriptionComponent.equalsShallow
(Base other_) boolean
InventoryItem.InventoryItemInstanceComponent.equalsShallow
(Base other_) boolean
InventoryItem.InventoryItemNameComponent.equalsShallow
(Base other_) boolean
InventoryItem.InventoryItemResponsibleOrganizationComponent.equalsShallow
(Base other_) boolean
InventoryReport.equalsShallow
(Base other_) boolean
InventoryReport.InventoryReportInventoryListingComponent.equalsShallow
(Base other_) boolean
InventoryReport.InventoryReportInventoryListingItemComponent.equalsShallow
(Base other_) boolean
Invoice.equalsShallow
(Base other_) boolean
Invoice.InvoiceLineItemComponent.equalsShallow
(Base other_) boolean
Invoice.InvoiceParticipantComponent.equalsShallow
(Base other_) boolean
Library.equalsShallow
(Base other_) boolean
Linkage.equalsShallow
(Base other_) boolean
Linkage.LinkageItemComponent.equalsShallow
(Base other_) boolean
ListResource.equalsShallow
(Base other_) boolean
ListResource.ListResourceEntryComponent.equalsShallow
(Base other_) boolean
Location.equalsShallow
(Base other_) boolean
Location.LocationPositionComponent.equalsShallow
(Base other_) boolean
ManufacturedItemDefinition.equalsShallow
(Base other_) boolean
ManufacturedItemDefinition.ManufacturedItemDefinitionComponentComponent.equalsShallow
(Base other_) boolean
ManufacturedItemDefinition.ManufacturedItemDefinitionComponentConstituentComponent.equalsShallow
(Base other_) boolean
ManufacturedItemDefinition.ManufacturedItemDefinitionPropertyComponent.equalsShallow
(Base other_) boolean
MarketingStatus.equalsShallow
(Base other_) boolean
Measure.equalsShallow
(Base other_) boolean
Measure.MeasureGroupComponent.equalsShallow
(Base other_) boolean
Measure.MeasureGroupPopulationComponent.equalsShallow
(Base other_) boolean
Measure.MeasureGroupStratifierComponent.equalsShallow
(Base other_) boolean
Measure.MeasureGroupStratifierComponentComponent.equalsShallow
(Base other_) boolean
Measure.MeasureSupplementalDataComponent.equalsShallow
(Base other_) boolean
Measure.MeasureTermComponent.equalsShallow
(Base other_) boolean
MeasureReport.equalsShallow
(Base other_) boolean
MeasureReport.MeasureReportGroupComponent.equalsShallow
(Base other_) boolean
MeasureReport.MeasureReportGroupPopulationComponent.equalsShallow
(Base other_) boolean
MeasureReport.MeasureReportGroupStratifierComponent.equalsShallow
(Base other_) boolean
MeasureReport.StratifierGroupComponent.equalsShallow
(Base other_) boolean
MeasureReport.StratifierGroupComponentComponent.equalsShallow
(Base other_) boolean
MeasureReport.StratifierGroupPopulationComponent.equalsShallow
(Base other_) boolean
Medication.equalsShallow
(Base other_) boolean
Medication.MedicationBatchComponent.equalsShallow
(Base other_) boolean
Medication.MedicationIngredientComponent.equalsShallow
(Base other_) boolean
MedicationAdministration.equalsShallow
(Base other_) boolean
MedicationAdministration.MedicationAdministrationDosageComponent.equalsShallow
(Base other_) boolean
MedicationAdministration.MedicationAdministrationPerformerComponent.equalsShallow
(Base other_) boolean
MedicationDispense.equalsShallow
(Base other_) boolean
MedicationDispense.MedicationDispensePerformerComponent.equalsShallow
(Base other_) boolean
MedicationDispense.MedicationDispenseSubstitutionComponent.equalsShallow
(Base other_) boolean
MedicationKnowledge.equalsShallow
(Base other_) boolean
MedicationKnowledge.MedicationKnowledgeCostComponent.equalsShallow
(Base other_) boolean
MedicationKnowledge.MedicationKnowledgeDefinitionalComponent.equalsShallow
(Base other_) boolean
MedicationKnowledge.MedicationKnowledgeDefinitionalDrugCharacteristicComponent.equalsShallow
(Base other_) boolean
MedicationKnowledge.MedicationKnowledgeDefinitionalIngredientComponent.equalsShallow
(Base other_) boolean
MedicationKnowledge.MedicationKnowledgeIndicationGuidelineComponent.equalsShallow
(Base other_) boolean
MedicationKnowledge.MedicationKnowledgeIndicationGuidelineDosingGuidelineComponent.equalsShallow
(Base other_) boolean
MedicationKnowledge.MedicationKnowledgeIndicationGuidelineDosingGuidelineDosageComponent.equalsShallow
(Base other_) boolean
MedicationKnowledge.MedicationKnowledgeIndicationGuidelineDosingGuidelinePatientCharacteristicComponent.equalsShallow
(Base other_) boolean
MedicationKnowledge.MedicationKnowledgeMedicineClassificationComponent.equalsShallow
(Base other_) boolean
MedicationKnowledge.MedicationKnowledgeMonitoringProgramComponent.equalsShallow
(Base other_) boolean
MedicationKnowledge.MedicationKnowledgeMonographComponent.equalsShallow
(Base other_) boolean
MedicationKnowledge.MedicationKnowledgePackagingComponent.equalsShallow
(Base other_) boolean
MedicationKnowledge.MedicationKnowledgeRegulatoryComponent.equalsShallow
(Base other_) boolean
MedicationKnowledge.MedicationKnowledgeRegulatoryMaxDispenseComponent.equalsShallow
(Base other_) boolean
MedicationKnowledge.MedicationKnowledgeRegulatorySubstitutionComponent.equalsShallow
(Base other_) boolean
MedicationKnowledge.MedicationKnowledgeRelatedMedicationKnowledgeComponent.equalsShallow
(Base other_) boolean
MedicationKnowledge.MedicationKnowledgeStorageGuidelineComponent.equalsShallow
(Base other_) boolean
MedicationKnowledge.MedicationKnowledgeStorageGuidelineEnvironmentalSettingComponent.equalsShallow
(Base other_) boolean
MedicationRequest.equalsShallow
(Base other_) boolean
MedicationRequest.MedicationRequestDispenseRequestComponent.equalsShallow
(Base other_) boolean
MedicationRequest.MedicationRequestDispenseRequestInitialFillComponent.equalsShallow
(Base other_) boolean
MedicationRequest.MedicationRequestSubstitutionComponent.equalsShallow
(Base other_) boolean
MedicationStatement.equalsShallow
(Base other_) boolean
MedicationStatement.MedicationStatementAdherenceComponent.equalsShallow
(Base other_) boolean
MedicinalProductDefinition.equalsShallow
(Base other_) boolean
MedicinalProductDefinition.MedicinalProductDefinitionCharacteristicComponent.equalsShallow
(Base other_) boolean
MedicinalProductDefinition.MedicinalProductDefinitionContactComponent.equalsShallow
(Base other_) boolean
MedicinalProductDefinition.MedicinalProductDefinitionCrossReferenceComponent.equalsShallow
(Base other_) boolean
MedicinalProductDefinition.MedicinalProductDefinitionNameComponent.equalsShallow
(Base other_) boolean
MedicinalProductDefinition.MedicinalProductDefinitionNamePartComponent.equalsShallow
(Base other_) boolean
MedicinalProductDefinition.MedicinalProductDefinitionNameUsageComponent.equalsShallow
(Base other_) boolean
MedicinalProductDefinition.MedicinalProductDefinitionOperationComponent.equalsShallow
(Base other_) boolean
MessageDefinition.equalsShallow
(Base other_) boolean
MessageDefinition.MessageDefinitionAllowedResponseComponent.equalsShallow
(Base other_) boolean
MessageDefinition.MessageDefinitionFocusComponent.equalsShallow
(Base other_) boolean
MessageHeader.equalsShallow
(Base other_) boolean
MessageHeader.MessageDestinationComponent.equalsShallow
(Base other_) boolean
MessageHeader.MessageHeaderResponseComponent.equalsShallow
(Base other_) boolean
MessageHeader.MessageSourceComponent.equalsShallow
(Base other_) boolean
Meta.equalsShallow
(Base other_) boolean
MetadataResource.equalsShallow
(Base other_) boolean
MolecularSequence.equalsShallow
(Base other_) boolean
MolecularSequence.MolecularSequenceRelativeComponent.equalsShallow
(Base other_) boolean
MolecularSequence.MolecularSequenceRelativeEditComponent.equalsShallow
(Base other_) boolean
MolecularSequence.MolecularSequenceRelativeStartingSequenceComponent.equalsShallow
(Base other_) boolean
MonetaryComponent.equalsShallow
(Base other_) boolean
Money.equalsShallow
(Base other_) boolean
MoneyQuantity.equalsShallow
(Base other_) boolean
NamingSystem.equalsShallow
(Base other_) boolean
NamingSystem.NamingSystemUniqueIdComponent.equalsShallow
(Base other_) boolean
Narrative.equalsShallow
(Base other_) boolean
NutritionIntake.equalsShallow
(Base other_) boolean
NutritionIntake.NutritionIntakeConsumedItemComponent.equalsShallow
(Base other_) boolean
NutritionIntake.NutritionIntakeIngredientLabelComponent.equalsShallow
(Base other_) boolean
NutritionIntake.NutritionIntakePerformerComponent.equalsShallow
(Base other_) boolean
NutritionOrder.EnteralFormulaScheduleComponent.equalsShallow
(Base other_) boolean
NutritionOrder.equalsShallow
(Base other_) boolean
NutritionOrder.NutritionOrderEnteralFormulaAdditiveComponent.equalsShallow
(Base other_) boolean
NutritionOrder.NutritionOrderEnteralFormulaAdministrationComponent.equalsShallow
(Base other_) boolean
NutritionOrder.NutritionOrderEnteralFormulaComponent.equalsShallow
(Base other_) boolean
NutritionOrder.NutritionOrderOralDietComponent.equalsShallow
(Base other_) boolean
NutritionOrder.NutritionOrderOralDietNutrientComponent.equalsShallow
(Base other_) boolean
NutritionOrder.NutritionOrderOralDietTextureComponent.equalsShallow
(Base other_) boolean
NutritionOrder.NutritionOrderSupplementComponent.equalsShallow
(Base other_) boolean
NutritionOrder.OralDietScheduleComponent.equalsShallow
(Base other_) boolean
NutritionOrder.SupplementScheduleComponent.equalsShallow
(Base other_) boolean
NutritionProduct.equalsShallow
(Base other_) boolean
NutritionProduct.NutritionProductCharacteristicComponent.equalsShallow
(Base other_) boolean
NutritionProduct.NutritionProductIngredientComponent.equalsShallow
(Base other_) boolean
NutritionProduct.NutritionProductInstanceComponent.equalsShallow
(Base other_) boolean
NutritionProduct.NutritionProductNutrientComponent.equalsShallow
(Base other_) boolean
Observation.equalsShallow
(Base other_) boolean
Observation.ObservationComponentComponent.equalsShallow
(Base other_) boolean
Observation.ObservationReferenceRangeComponent.equalsShallow
(Base other_) boolean
Observation.ObservationTriggeredByComponent.equalsShallow
(Base other_) boolean
ObservationDefinition.equalsShallow
(Base other_) boolean
ObservationDefinition.ObservationDefinitionComponentComponent.equalsShallow
(Base other_) boolean
ObservationDefinition.ObservationDefinitionQualifiedValueComponent.equalsShallow
(Base other_) boolean
OperationDefinition.equalsShallow
(Base other_) boolean
OperationDefinition.OperationDefinitionOverloadComponent.equalsShallow
(Base other_) boolean
OperationDefinition.OperationDefinitionParameterBindingComponent.equalsShallow
(Base other_) boolean
OperationDefinition.OperationDefinitionParameterComponent.equalsShallow
(Base other_) boolean
OperationDefinition.OperationDefinitionParameterReferencedFromComponent.equalsShallow
(Base other_) boolean
OperationOutcome.equalsShallow
(Base other_) boolean
OperationOutcome.OperationOutcomeIssueComponent.equalsShallow
(Base other_) boolean
OrderedDistribution.equalsShallow
(Base other_) boolean
OrderedDistribution.OrderedDistributionIntervalComponent.equalsShallow
(Base other_) boolean
Organization.equalsShallow
(Base other_) boolean
Organization.OrganizationQualificationComponent.equalsShallow
(Base other_) boolean
OrganizationAffiliation.equalsShallow
(Base other_) boolean
PackagedProductDefinition.equalsShallow
(Base other_) boolean
PackagedProductDefinition.PackagedProductDefinitionLegalStatusOfSupplyComponent.equalsShallow
(Base other_) boolean
PackagedProductDefinition.PackagedProductDefinitionPackagingComponent.equalsShallow
(Base other_) boolean
PackagedProductDefinition.PackagedProductDefinitionPackagingContainedItemComponent.equalsShallow
(Base other_) boolean
PackagedProductDefinition.PackagedProductDefinitionPackagingPropertyComponent.equalsShallow
(Base other_) boolean
ParameterDefinition.equalsShallow
(Base other_) boolean
Parameters.equalsShallow
(Base other_) boolean
Parameters.ParametersParameterComponent.equalsShallow
(Base other_) boolean
Patient.ContactComponent.equalsShallow
(Base other_) boolean
Patient.equalsShallow
(Base other_) boolean
Patient.PatientCommunicationComponent.equalsShallow
(Base other_) boolean
Patient.PatientLinkComponent.equalsShallow
(Base other_) boolean
PaymentNotice.equalsShallow
(Base other_) boolean
PaymentReconciliation.equalsShallow
(Base other_) boolean
PaymentReconciliation.NotesComponent.equalsShallow
(Base other_) boolean
PaymentReconciliation.PaymentReconciliationAllocationComponent.equalsShallow
(Base other_) boolean
Period.equalsShallow
(Base other_) boolean
Permission.equalsShallow
(Base other_) boolean
Permission.PermissionJustificationComponent.equalsShallow
(Base other_) boolean
Permission.RuleActivityComponent.equalsShallow
(Base other_) boolean
Permission.RuleComponent.equalsShallow
(Base other_) boolean
Permission.RuleDataComponent.equalsShallow
(Base other_) boolean
Permission.RuleDataResourceComponent.equalsShallow
(Base other_) boolean
Person.equalsShallow
(Base other_) boolean
Person.PersonCommunicationComponent.equalsShallow
(Base other_) boolean
Person.PersonLinkComponent.equalsShallow
(Base other_) boolean
PlanDefinition.equalsShallow
(Base other_) boolean
PlanDefinition.PlanDefinitionActionComponent.equalsShallow
(Base other_) boolean
PlanDefinition.PlanDefinitionActionConditionComponent.equalsShallow
(Base other_) boolean
PlanDefinition.PlanDefinitionActionDynamicValueComponent.equalsShallow
(Base other_) boolean
PlanDefinition.PlanDefinitionActionInputComponent.equalsShallow
(Base other_) boolean
PlanDefinition.PlanDefinitionActionOutputComponent.equalsShallow
(Base other_) boolean
PlanDefinition.PlanDefinitionActionParticipantComponent.equalsShallow
(Base other_) boolean
PlanDefinition.PlanDefinitionActionRelatedActionComponent.equalsShallow
(Base other_) boolean
PlanDefinition.PlanDefinitionActorComponent.equalsShallow
(Base other_) boolean
PlanDefinition.PlanDefinitionActorOptionComponent.equalsShallow
(Base other_) boolean
PlanDefinition.PlanDefinitionGoalComponent.equalsShallow
(Base other_) boolean
PlanDefinition.PlanDefinitionGoalTargetComponent.equalsShallow
(Base other_) boolean
Practitioner.equalsShallow
(Base other_) boolean
Practitioner.PractitionerCommunicationComponent.equalsShallow
(Base other_) boolean
Practitioner.PractitionerQualificationComponent.equalsShallow
(Base other_) boolean
PractitionerRole.equalsShallow
(Base other_) boolean
PrimitiveType.equalsShallow
(Base obj) boolean
Procedure.equalsShallow
(Base other_) boolean
Procedure.ProcedureFocalDeviceComponent.equalsShallow
(Base other_) boolean
Procedure.ProcedurePerformerComponent.equalsShallow
(Base other_) boolean
ProdCharacteristic.equalsShallow
(Base other_) boolean
ProductShelfLife.equalsShallow
(Base other_) boolean
Provenance.equalsShallow
(Base other_) boolean
Provenance.ProvenanceAgentComponent.equalsShallow
(Base other_) boolean
Provenance.ProvenanceEntityComponent.equalsShallow
(Base other_) boolean
Quantity.equalsShallow
(Base other_) boolean
Questionnaire.equalsShallow
(Base other_) boolean
Questionnaire.QuestionnaireItemAnswerOptionComponent.equalsShallow
(Base other_) boolean
Questionnaire.QuestionnaireItemComponent.equalsShallow
(Base other_) boolean
Questionnaire.QuestionnaireItemEnableWhenComponent.equalsShallow
(Base other_) boolean
Questionnaire.QuestionnaireItemInitialComponent.equalsShallow
(Base other_) boolean
QuestionnaireResponse.equalsShallow
(Base other_) boolean
QuestionnaireResponse.QuestionnaireResponseItemAnswerComponent.equalsShallow
(Base other_) boolean
QuestionnaireResponse.QuestionnaireResponseItemComponent.equalsShallow
(Base other_) boolean
Range.equalsShallow
(Base other_) boolean
Ratio.equalsShallow
(Base other_) boolean
RatioRange.equalsShallow
(Base other_) boolean
Reference.equalsShallow
(Base other_) boolean
RegulatedAuthorization.equalsShallow
(Base other_) boolean
RegulatedAuthorization.RegulatedAuthorizationCaseComponent.equalsShallow
(Base other_) boolean
RelatedArtifact.equalsShallow
(Base other_) boolean
RelatedPerson.equalsShallow
(Base other_) boolean
RelatedPerson.RelatedPersonCommunicationComponent.equalsShallow
(Base other_) boolean
RequestOrchestration.equalsShallow
(Base other_) boolean
RequestOrchestration.RequestOrchestrationActionComponent.equalsShallow
(Base other_) boolean
RequestOrchestration.RequestOrchestrationActionConditionComponent.equalsShallow
(Base other_) boolean
RequestOrchestration.RequestOrchestrationActionDynamicValueComponent.equalsShallow
(Base other_) boolean
RequestOrchestration.RequestOrchestrationActionInputComponent.equalsShallow
(Base other_) boolean
RequestOrchestration.RequestOrchestrationActionOutputComponent.equalsShallow
(Base other_) boolean
RequestOrchestration.RequestOrchestrationActionParticipantComponent.equalsShallow
(Base other_) boolean
RequestOrchestration.RequestOrchestrationActionRelatedActionComponent.equalsShallow
(Base other_) boolean
Requirements.equalsShallow
(Base other_) boolean
Requirements.RequirementsStatementComponent.equalsShallow
(Base other_) boolean
ResearchStudy.equalsShallow
(Base other_) boolean
ResearchStudy.ResearchStudyAssociatedPartyComponent.equalsShallow
(Base other_) boolean
ResearchStudy.ResearchStudyComparisonGroupComponent.equalsShallow
(Base other_) boolean
ResearchStudy.ResearchStudyLabelComponent.equalsShallow
(Base other_) boolean
ResearchStudy.ResearchStudyObjectiveComponent.equalsShallow
(Base other_) boolean
ResearchStudy.ResearchStudyOutcomeMeasureComponent.equalsShallow
(Base other_) boolean
ResearchStudy.ResearchStudyProgressStatusComponent.equalsShallow
(Base other_) boolean
ResearchStudy.ResearchStudyRecruitmentComponent.equalsShallow
(Base other_) boolean
ResearchSubject.equalsShallow
(Base other_) boolean
ResearchSubject.ResearchSubjectProgressComponent.equalsShallow
(Base other_) boolean
Resource.equalsShallow
(Base other_) boolean
RiskAssessment.equalsShallow
(Base other_) boolean
RiskAssessment.RiskAssessmentPredictionComponent.equalsShallow
(Base other_) boolean
SampledData.equalsShallow
(Base other_) boolean
Schedule.equalsShallow
(Base other_) boolean
SearchParameter.equalsShallow
(Base other_) boolean
SearchParameter.SearchParameterComponentComponent.equalsShallow
(Base other_) boolean
ServiceRequest.equalsShallow
(Base other_) boolean
ServiceRequest.ServiceRequestOrderDetailComponent.equalsShallow
(Base other_) boolean
ServiceRequest.ServiceRequestOrderDetailParameterComponent.equalsShallow
(Base other_) boolean
ServiceRequest.ServiceRequestPatientInstructionComponent.equalsShallow
(Base other_) boolean
Signature.equalsShallow
(Base other_) boolean
SimpleQuantity.equalsShallow
(Base other_) boolean
Slot.equalsShallow
(Base other_) boolean
Specimen.equalsShallow
(Base other_) boolean
Specimen.SpecimenCollectionComponent.equalsShallow
(Base other_) boolean
Specimen.SpecimenContainerComponent.equalsShallow
(Base other_) boolean
Specimen.SpecimenFeatureComponent.equalsShallow
(Base other_) boolean
Specimen.SpecimenProcessingComponent.equalsShallow
(Base other_) boolean
SpecimenDefinition.equalsShallow
(Base other_) boolean
SpecimenDefinition.SpecimenDefinitionTypeTestedComponent.equalsShallow
(Base other_) boolean
SpecimenDefinition.SpecimenDefinitionTypeTestedContainerAdditiveComponent.equalsShallow
(Base other_) boolean
SpecimenDefinition.SpecimenDefinitionTypeTestedContainerComponent.equalsShallow
(Base other_) boolean
SpecimenDefinition.SpecimenDefinitionTypeTestedHandlingComponent.equalsShallow
(Base other_) boolean
Statistic.equalsShallow
(Base other_) boolean
Statistic.StatisticAttributeEstimateAttributeEstimateComponent.equalsShallow
(Base other_) boolean
Statistic.StatisticAttributeEstimateComponent.equalsShallow
(Base other_) boolean
Statistic.StatisticModelCharacteristicComponent.equalsShallow
(Base other_) boolean
Statistic.StatisticModelCharacteristicVariableComponent.equalsShallow
(Base other_) boolean
Statistic.StatisticSampleSizeComponent.equalsShallow
(Base other_) boolean
StructureDefinition.equalsShallow
(Base other_) boolean
StructureDefinition.StructureDefinitionContextComponent.equalsShallow
(Base other_) boolean
StructureDefinition.StructureDefinitionDifferentialComponent.equalsShallow
(Base other_) boolean
StructureDefinition.StructureDefinitionMappingComponent.equalsShallow
(Base other_) boolean
StructureDefinition.StructureDefinitionSnapshotComponent.equalsShallow
(Base other_) boolean
StructureMap.equalsShallow
(Base other_) boolean
StructureMap.StructureMapConstComponent.equalsShallow
(Base other_) boolean
StructureMap.StructureMapGroupComponent.equalsShallow
(Base other_) boolean
StructureMap.StructureMapGroupInputComponent.equalsShallow
(Base other_) boolean
StructureMap.StructureMapGroupRuleComponent.equalsShallow
(Base other_) boolean
StructureMap.StructureMapGroupRuleDependentComponent.equalsShallow
(Base other_) boolean
StructureMap.StructureMapGroupRuleSourceComponent.equalsShallow
(Base other_) boolean
StructureMap.StructureMapGroupRuleTargetComponent.equalsShallow
(Base other_) boolean
StructureMap.StructureMapGroupRuleTargetParameterComponent.equalsShallow
(Base other_) boolean
StructureMap.StructureMapStructureComponent.equalsShallow
(Base other_) boolean
Subscription.equalsShallow
(Base other_) boolean
Subscription.SubscriptionFilterByComponent.equalsShallow
(Base other_) boolean
Subscription.SubscriptionParameterComponent.equalsShallow
(Base other_) boolean
SubscriptionStatus.equalsShallow
(Base other_) boolean
SubscriptionStatus.SubscriptionStatusNotificationEventComponent.equalsShallow
(Base other_) boolean
SubscriptionTopic.equalsShallow
(Base other_) boolean
SubscriptionTopic.SubscriptionTopicCanFilterByComponent.equalsShallow
(Base other_) boolean
SubscriptionTopic.SubscriptionTopicEventTriggerComponent.equalsShallow
(Base other_) boolean
SubscriptionTopic.SubscriptionTopicNotificationShapeComponent.equalsShallow
(Base other_) boolean
SubscriptionTopic.SubscriptionTopicResourceTriggerComponent.equalsShallow
(Base other_) boolean
SubscriptionTopic.SubscriptionTopicResourceTriggerQueryCriteriaComponent.equalsShallow
(Base other_) boolean
Substance.equalsShallow
(Base other_) boolean
Substance.SubstanceIngredientComponent.equalsShallow
(Base other_) boolean
SubstanceAmount.equalsShallow
(Base other_) boolean
SubstanceAmount.SubstanceAmountReferenceRangeComponent.equalsShallow
(Base other_) boolean
SubstanceDefinition.equalsShallow
(Base other_) boolean
SubstanceDefinition.SubstanceDefinitionCharacterizationComponent.equalsShallow
(Base other_) boolean
SubstanceDefinition.SubstanceDefinitionCodeComponent.equalsShallow
(Base other_) boolean
SubstanceDefinition.SubstanceDefinitionMoietyComponent.equalsShallow
(Base other_) boolean
SubstanceDefinition.SubstanceDefinitionMolecularWeightComponent.equalsShallow
(Base other_) boolean
SubstanceDefinition.SubstanceDefinitionNameComponent.equalsShallow
(Base other_) boolean
SubstanceDefinition.SubstanceDefinitionNameOfficialComponent.equalsShallow
(Base other_) boolean
SubstanceDefinition.SubstanceDefinitionPropertyComponent.equalsShallow
(Base other_) boolean
SubstanceDefinition.SubstanceDefinitionRelationshipComponent.equalsShallow
(Base other_) boolean
SubstanceDefinition.SubstanceDefinitionSourceMaterialComponent.equalsShallow
(Base other_) boolean
SubstanceDefinition.SubstanceDefinitionStructureComponent.equalsShallow
(Base other_) boolean
SubstanceDefinition.SubstanceDefinitionStructureRepresentationComponent.equalsShallow
(Base other_) boolean
SubstanceNucleicAcid.equalsShallow
(Base other_) boolean
SubstanceNucleicAcid.SubstanceNucleicAcidSubunitComponent.equalsShallow
(Base other_) boolean
SubstanceNucleicAcid.SubstanceNucleicAcidSubunitLinkageComponent.equalsShallow
(Base other_) boolean
SubstanceNucleicAcid.SubstanceNucleicAcidSubunitSugarComponent.equalsShallow
(Base other_) boolean
SubstancePolymer.equalsShallow
(Base other_) boolean
SubstancePolymer.SubstancePolymerMonomerSetComponent.equalsShallow
(Base other_) boolean
SubstancePolymer.SubstancePolymerMonomerSetStartingMaterialComponent.equalsShallow
(Base other_) boolean
SubstancePolymer.SubstancePolymerRepeatComponent.equalsShallow
(Base other_) boolean
SubstancePolymer.SubstancePolymerRepeatRepeatUnitComponent.equalsShallow
(Base other_) boolean
SubstancePolymer.SubstancePolymerRepeatRepeatUnitDegreeOfPolymerisationComponent.equalsShallow
(Base other_) boolean
SubstancePolymer.SubstancePolymerRepeatRepeatUnitStructuralRepresentationComponent.equalsShallow
(Base other_) boolean
SubstanceProtein.equalsShallow
(Base other_) boolean
SubstanceProtein.SubstanceProteinSubunitComponent.equalsShallow
(Base other_) boolean
SubstanceReferenceInformation.equalsShallow
(Base other_) boolean
SubstanceReferenceInformation.SubstanceReferenceInformationGeneComponent.equalsShallow
(Base other_) boolean
SubstanceReferenceInformation.SubstanceReferenceInformationGeneElementComponent.equalsShallow
(Base other_) boolean
SubstanceReferenceInformation.SubstanceReferenceInformationTargetComponent.equalsShallow
(Base other_) boolean
SubstanceSourceMaterial.equalsShallow
(Base other_) boolean
SubstanceSourceMaterial.SubstanceSourceMaterialFractionDescriptionComponent.equalsShallow
(Base other_) boolean
SubstanceSourceMaterial.SubstanceSourceMaterialOrganismAuthorComponent.equalsShallow
(Base other_) boolean
SubstanceSourceMaterial.SubstanceSourceMaterialOrganismComponent.equalsShallow
(Base other_) boolean
SubstanceSourceMaterial.SubstanceSourceMaterialOrganismHybridComponent.equalsShallow
(Base other_) boolean
SubstanceSourceMaterial.SubstanceSourceMaterialOrganismOrganismGeneralComponent.equalsShallow
(Base other_) boolean
SubstanceSourceMaterial.SubstanceSourceMaterialPartDescriptionComponent.equalsShallow
(Base other_) boolean
SupplyDelivery.equalsShallow
(Base other_) boolean
SupplyDelivery.SupplyDeliverySuppliedItemComponent.equalsShallow
(Base other_) boolean
SupplyRequest.equalsShallow
(Base other_) boolean
SupplyRequest.SupplyRequestParameterComponent.equalsShallow
(Base other_) boolean
Task.equalsShallow
(Base other_) boolean
Task.TaskInputComponent.equalsShallow
(Base other_) boolean
Task.TaskOutputComponent.equalsShallow
(Base other_) boolean
Task.TaskPerformerComponent.equalsShallow
(Base other_) boolean
Task.TaskRestrictionComponent.equalsShallow
(Base other_) boolean
TerminologyCapabilities.equalsShallow
(Base other_) boolean
TerminologyCapabilities.TerminologyCapabilitiesClosureComponent.equalsShallow
(Base other_) boolean
TerminologyCapabilities.TerminologyCapabilitiesCodeSystemComponent.equalsShallow
(Base other_) boolean
TerminologyCapabilities.TerminologyCapabilitiesCodeSystemVersionComponent.equalsShallow
(Base other_) boolean
TerminologyCapabilities.TerminologyCapabilitiesCodeSystemVersionFilterComponent.equalsShallow
(Base other_) boolean
TerminologyCapabilities.TerminologyCapabilitiesExpansionComponent.equalsShallow
(Base other_) boolean
TerminologyCapabilities.TerminologyCapabilitiesExpansionParameterComponent.equalsShallow
(Base other_) boolean
TerminologyCapabilities.TerminologyCapabilitiesImplementationComponent.equalsShallow
(Base other_) boolean
TerminologyCapabilities.TerminologyCapabilitiesSoftwareComponent.equalsShallow
(Base other_) boolean
TerminologyCapabilities.TerminologyCapabilitiesTranslationComponent.equalsShallow
(Base other_) boolean
TerminologyCapabilities.TerminologyCapabilitiesValidateCodeComponent.equalsShallow
(Base other_) boolean
TestPlan.equalsShallow
(Base other_) boolean
TestPlan.TestCaseDependencyComponent.equalsShallow
(Base other_) boolean
TestPlan.TestPlanDependencyComponent.equalsShallow
(Base other_) boolean
TestPlan.TestPlanTestCaseAssertionComponent.equalsShallow
(Base other_) boolean
TestPlan.TestPlanTestCaseComponent.equalsShallow
(Base other_) boolean
TestPlan.TestPlanTestCaseTestDataComponent.equalsShallow
(Base other_) boolean
TestPlan.TestPlanTestCaseTestRunComponent.equalsShallow
(Base other_) boolean
TestPlan.TestPlanTestCaseTestRunScriptComponent.equalsShallow
(Base other_) boolean
TestReport.equalsShallow
(Base other_) boolean
TestReport.SetupActionAssertComponent.equalsShallow
(Base other_) boolean
TestReport.SetupActionAssertRequirementComponent.equalsShallow
(Base other_) boolean
TestReport.SetupActionComponent.equalsShallow
(Base other_) boolean
TestReport.SetupActionOperationComponent.equalsShallow
(Base other_) boolean
TestReport.TeardownActionComponent.equalsShallow
(Base other_) boolean
TestReport.TestActionComponent.equalsShallow
(Base other_) boolean
TestReport.TestReportParticipantComponent.equalsShallow
(Base other_) boolean
TestReport.TestReportSetupComponent.equalsShallow
(Base other_) boolean
TestReport.TestReportTeardownComponent.equalsShallow
(Base other_) boolean
TestReport.TestReportTestComponent.equalsShallow
(Base other_) boolean
TestScript.equalsShallow
(Base other_) boolean
TestScript.SetupActionAssertComponent.equalsShallow
(Base other_) boolean
TestScript.SetupActionAssertRequirementComponent.equalsShallow
(Base other_) boolean
TestScript.SetupActionComponent.equalsShallow
(Base other_) boolean
TestScript.SetupActionOperationComponent.equalsShallow
(Base other_) boolean
TestScript.SetupActionOperationRequestHeaderComponent.equalsShallow
(Base other_) boolean
TestScript.TeardownActionComponent.equalsShallow
(Base other_) boolean
TestScript.TestActionComponent.equalsShallow
(Base other_) boolean
TestScript.TestScriptDestinationComponent.equalsShallow
(Base other_) boolean
TestScript.TestScriptFixtureComponent.equalsShallow
(Base other_) boolean
TestScript.TestScriptMetadataCapabilityComponent.equalsShallow
(Base other_) boolean
TestScript.TestScriptMetadataComponent.equalsShallow
(Base other_) boolean
TestScript.TestScriptMetadataLinkComponent.equalsShallow
(Base other_) boolean
TestScript.TestScriptOriginComponent.equalsShallow
(Base other_) boolean
TestScript.TestScriptScopeComponent.equalsShallow
(Base other_) boolean
TestScript.TestScriptSetupComponent.equalsShallow
(Base other_) boolean
TestScript.TestScriptTeardownComponent.equalsShallow
(Base other_) boolean
TestScript.TestScriptTestComponent.equalsShallow
(Base other_) boolean
TestScript.TestScriptVariableComponent.equalsShallow
(Base other_) boolean
Timing.equalsShallow
(Base other_) boolean
Timing.TimingRepeatComponent.equalsShallow
(Base other_) boolean
Transport.equalsShallow
(Base other_) boolean
Transport.ParameterComponent.equalsShallow
(Base other_) boolean
Transport.TransportOutputComponent.equalsShallow
(Base other_) boolean
Transport.TransportRestrictionComponent.equalsShallow
(Base other_) boolean
TriggerDefinition.equalsShallow
(Base other_) boolean
UsageContext.equalsShallow
(Base other_) boolean
ValueSet.ConceptPropertyComponent.equalsShallow
(Base other_) boolean
ValueSet.ConceptReferenceComponent.equalsShallow
(Base other_) boolean
ValueSet.ConceptReferenceDesignationComponent.equalsShallow
(Base other_) boolean
ValueSet.ConceptSetComponent.equalsShallow
(Base other_) boolean
ValueSet.ConceptSetFilterComponent.equalsShallow
(Base other_) boolean
ValueSet.ConceptSubPropertyComponent.equalsShallow
(Base other_) boolean
ValueSet.equalsShallow
(Base other_) boolean
ValueSet.ValueSetComposeComponent.equalsShallow
(Base other_) boolean
ValueSet.ValueSetExpansionComponent.equalsShallow
(Base other_) boolean
ValueSet.ValueSetExpansionContainsComponent.equalsShallow
(Base other_) boolean
ValueSet.ValueSetExpansionParameterComponent.equalsShallow
(Base other_) boolean
ValueSet.ValueSetExpansionPropertyComponent.equalsShallow
(Base other_) boolean
ValueSet.ValueSetScopeComponent.equalsShallow
(Base other_) boolean
VerificationResult.equalsShallow
(Base other_) boolean
VerificationResult.VerificationResultAttestationComponent.equalsShallow
(Base other_) boolean
VerificationResult.VerificationResultPrimarySourceComponent.equalsShallow
(Base other_) boolean
VerificationResult.VerificationResultValidatorComponent.equalsShallow
(Base other_) boolean
VirtualServiceDetail.equalsShallow
(Base other_) boolean
VisionPrescription.equalsShallow
(Base other_) boolean
VisionPrescription.PrismComponent.equalsShallow
(Base other_) boolean
VisionPrescription.VisionPrescriptionLensSpecificationComponent.equalsShallow
(Base other_) void
Account.AccountBalanceComponent.removeChild
(String name, Base value) void
Account.AccountDiagnosisComponent.removeChild
(String name, Base value) void
Account.AccountProcedureComponent.removeChild
(String name, Base value) void
Account.AccountRelatedAccountComponent.removeChild
(String name, Base value) void
Account.CoverageComponent.removeChild
(String name, Base value) void
Account.GuarantorComponent.removeChild
(String name, Base value) void
Account.removeChild
(String name, Base value) void
ActivityDefinition.ActivityDefinitionDynamicValueComponent.removeChild
(String name, Base value) void
ActivityDefinition.ActivityDefinitionParticipantComponent.removeChild
(String name, Base value) void
ActivityDefinition.removeChild
(String name, Base value) void
ActorDefinition.removeChild
(String name, Base value) void
Address.removeChild
(String name, Base value) void
AdministrableProductDefinition.AdministrableProductDefinitionPropertyComponent.removeChild
(String name, Base value) void
AdministrableProductDefinition.AdministrableProductDefinitionRouteOfAdministrationComponent.removeChild
(String name, Base value) void
AdministrableProductDefinition.AdministrableProductDefinitionRouteOfAdministrationTargetSpeciesComponent.removeChild
(String name, Base value) void
AdministrableProductDefinition.AdministrableProductDefinitionRouteOfAdministrationTargetSpeciesWithdrawalPeriodComponent.removeChild
(String name, Base value) void
AdministrableProductDefinition.removeChild
(String name, Base value) void
AdverseEvent.AdverseEventContributingFactorComponent.removeChild
(String name, Base value) void
AdverseEvent.AdverseEventMitigatingActionComponent.removeChild
(String name, Base value) void
AdverseEvent.AdverseEventParticipantComponent.removeChild
(String name, Base value) void
AdverseEvent.AdverseEventPreventiveActionComponent.removeChild
(String name, Base value) void
AdverseEvent.AdverseEventSupportingInfoComponent.removeChild
(String name, Base value) void
AdverseEvent.AdverseEventSuspectEntityCausalityComponent.removeChild
(String name, Base value) void
AdverseEvent.AdverseEventSuspectEntityComponent.removeChild
(String name, Base value) void
AdverseEvent.removeChild
(String name, Base value) void
AllergyIntolerance.AllergyIntoleranceParticipantComponent.removeChild
(String name, Base value) void
AllergyIntolerance.AllergyIntoleranceReactionComponent.removeChild
(String name, Base value) void
AllergyIntolerance.removeChild
(String name, Base value) void
Annotation.removeChild
(String name, Base value) void
Appointment.AppointmentParticipantComponent.removeChild
(String name, Base value) void
Appointment.AppointmentRecurrenceTemplateComponent.removeChild
(String name, Base value) void
Appointment.AppointmentRecurrenceTemplateMonthlyTemplateComponent.removeChild
(String name, Base value) void
Appointment.AppointmentRecurrenceTemplateWeeklyTemplateComponent.removeChild
(String name, Base value) void
Appointment.AppointmentRecurrenceTemplateYearlyTemplateComponent.removeChild
(String name, Base value) void
Appointment.removeChild
(String name, Base value) void
AppointmentResponse.removeChild
(String name, Base value) void
ArtifactAssessment.ArtifactAssessmentContentComponent.removeChild
(String name, Base value) void
ArtifactAssessment.removeChild
(String name, Base value) void
Attachment.removeChild
(String name, Base value) void
AuditEvent.AuditEventAgentComponent.removeChild
(String name, Base value) void
AuditEvent.AuditEventEntityComponent.removeChild
(String name, Base value) void
AuditEvent.AuditEventEntityDetailComponent.removeChild
(String name, Base value) void
AuditEvent.AuditEventOutcomeComponent.removeChild
(String name, Base value) void
AuditEvent.AuditEventSourceComponent.removeChild
(String name, Base value) void
AuditEvent.removeChild
(String name, Base value) void
Availability.AvailabilityAvailableTimeComponent.removeChild
(String name, Base value) void
Availability.AvailabilityNotAvailableTimeComponent.removeChild
(String name, Base value) void
Availability.removeChild
(String name, Base value) void
BackboneElement.removeChild
(String name, Base value) void
BackboneType.removeChild
(String name, Base value) void
Base.removeChild
(String name, Base value) void
Basic.removeChild
(String name, Base value) void
Binary.removeChild
(String name, Base value) void
BiologicallyDerivedProduct.BiologicallyDerivedProductCollectionComponent.removeChild
(String name, Base value) void
BiologicallyDerivedProduct.BiologicallyDerivedProductPropertyComponent.removeChild
(String name, Base value) void
BiologicallyDerivedProduct.removeChild
(String name, Base value) void
BiologicallyDerivedProductDispense.BiologicallyDerivedProductDispensePerformerComponent.removeChild
(String name, Base value) void
BiologicallyDerivedProductDispense.removeChild
(String name, Base value) void
BodyStructure.BodyStructureIncludedStructureBodyLandmarkOrientationComponent.removeChild
(String name, Base value) void
BodyStructure.BodyStructureIncludedStructureBodyLandmarkOrientationDistanceFromLandmarkComponent.removeChild
(String name, Base value) void
BodyStructure.BodyStructureIncludedStructureComponent.removeChild
(String name, Base value) void
BodyStructure.removeChild
(String name, Base value) void
Bundle.BundleEntryComponent.removeChild
(String name, Base value) void
Bundle.BundleEntryRequestComponent.removeChild
(String name, Base value) void
Bundle.BundleEntryResponseComponent.removeChild
(String name, Base value) void
Bundle.BundleEntrySearchComponent.removeChild
(String name, Base value) void
Bundle.BundleLinkComponent.removeChild
(String name, Base value) void
Bundle.removeChild
(String name, Base value) void
CanonicalResource.removeChild
(String name, Base value) void
CapabilityStatement.CapabilityStatementDocumentComponent.removeChild
(String name, Base value) void
CapabilityStatement.CapabilityStatementImplementationComponent.removeChild
(String name, Base value) void
CapabilityStatement.CapabilityStatementMessagingComponent.removeChild
(String name, Base value) void
CapabilityStatement.CapabilityStatementMessagingEndpointComponent.removeChild
(String name, Base value) void
CapabilityStatement.CapabilityStatementMessagingSupportedMessageComponent.removeChild
(String name, Base value) void
CapabilityStatement.CapabilityStatementRestComponent.removeChild
(String name, Base value) void
CapabilityStatement.CapabilityStatementRestResourceComponent.removeChild
(String name, Base value) void
CapabilityStatement.CapabilityStatementRestResourceOperationComponent.removeChild
(String name, Base value) void
CapabilityStatement.CapabilityStatementRestResourceSearchParamComponent.removeChild
(String name, Base value) void
CapabilityStatement.CapabilityStatementRestSecurityComponent.removeChild
(String name, Base value) void
CapabilityStatement.CapabilityStatementSoftwareComponent.removeChild
(String name, Base value) void
CapabilityStatement.removeChild
(String name, Base value) void
CapabilityStatement.ResourceInteractionComponent.removeChild
(String name, Base value) void
CapabilityStatement.SystemInteractionComponent.removeChild
(String name, Base value) void
CarePlan.CarePlanActivityComponent.removeChild
(String name, Base value) void
CarePlan.removeChild
(String name, Base value) void
CareTeam.CareTeamParticipantComponent.removeChild
(String name, Base value) void
CareTeam.removeChild
(String name, Base value) void
ChargeItem.ChargeItemPerformerComponent.removeChild
(String name, Base value) void
ChargeItem.removeChild
(String name, Base value) void
ChargeItemDefinition.ChargeItemDefinitionApplicabilityComponent.removeChild
(String name, Base value) void
ChargeItemDefinition.ChargeItemDefinitionPropertyGroupComponent.removeChild
(String name, Base value) void
ChargeItemDefinition.removeChild
(String name, Base value) void
Citation.CitationCitedArtifactAbstractComponent.removeChild
(String name, Base value) void
Citation.CitationCitedArtifactClassificationComponent.removeChild
(String name, Base value) void
Citation.CitationCitedArtifactComponent.removeChild
(String name, Base value) void
Citation.CitationCitedArtifactContributorshipComponent.removeChild
(String name, Base value) void
Citation.CitationCitedArtifactContributorshipEntryComponent.removeChild
(String name, Base value) void
Citation.CitationCitedArtifactContributorshipEntryContributionInstanceComponent.removeChild
(String name, Base value) void
Citation.CitationCitedArtifactPartComponent.removeChild
(String name, Base value) void
Citation.CitationCitedArtifactPublicationFormComponent.removeChild
(String name, Base value) void
Citation.CitationCitedArtifactPublicationFormPublishedInComponent.removeChild
(String name, Base value) void
Citation.CitationCitedArtifactRelatesToComponent.removeChild
(String name, Base value) void
Citation.CitationCitedArtifactStatusDateComponent.removeChild
(String name, Base value) void
Citation.CitationCitedArtifactTitleComponent.removeChild
(String name, Base value) void
Citation.CitationCitedArtifactVersionComponent.removeChild
(String name, Base value) void
Citation.CitationCitedArtifactWebLocationComponent.removeChild
(String name, Base value) void
Citation.CitationClassificationComponent.removeChild
(String name, Base value) void
Citation.CitationStatusDateComponent.removeChild
(String name, Base value) void
Citation.CitationSummaryComponent.removeChild
(String name, Base value) void
Citation.ContributorshipSummaryComponent.removeChild
(String name, Base value) void
Citation.removeChild
(String name, Base value) void
Claim.AccidentComponent.removeChild
(String name, Base value) void
Claim.BodySiteComponent.removeChild
(String name, Base value) void
Claim.CareTeamComponent.removeChild
(String name, Base value) void
Claim.ClaimEventComponent.removeChild
(String name, Base value) void
Claim.DetailComponent.removeChild
(String name, Base value) void
Claim.DiagnosisComponent.removeChild
(String name, Base value) void
Claim.InsuranceComponent.removeChild
(String name, Base value) void
Claim.ItemComponent.removeChild
(String name, Base value) void
Claim.PayeeComponent.removeChild
(String name, Base value) void
Claim.ProcedureComponent.removeChild
(String name, Base value) void
Claim.RelatedClaimComponent.removeChild
(String name, Base value) void
Claim.removeChild
(String name, Base value) void
Claim.SubDetailComponent.removeChild
(String name, Base value) void
Claim.SupportingInformationComponent.removeChild
(String name, Base value) void
ClaimResponse.AddedItemComponent.removeChild
(String name, Base value) void
ClaimResponse.AddedItemDetailComponent.removeChild
(String name, Base value) void
ClaimResponse.AddedItemSubDetailComponent.removeChild
(String name, Base value) void
ClaimResponse.AdjudicationComponent.removeChild
(String name, Base value) void
ClaimResponse.BodySiteComponent.removeChild
(String name, Base value) void
ClaimResponse.ClaimResponseEventComponent.removeChild
(String name, Base value) void
ClaimResponse.ErrorComponent.removeChild
(String name, Base value) void
ClaimResponse.InsuranceComponent.removeChild
(String name, Base value) void
ClaimResponse.ItemComponent.removeChild
(String name, Base value) void
ClaimResponse.ItemDetailComponent.removeChild
(String name, Base value) void
ClaimResponse.NoteComponent.removeChild
(String name, Base value) void
ClaimResponse.PaymentComponent.removeChild
(String name, Base value) void
ClaimResponse.removeChild
(String name, Base value) void
ClaimResponse.ReviewOutcomeComponent.removeChild
(String name, Base value) void
ClaimResponse.SubDetailComponent.removeChild
(String name, Base value) void
ClaimResponse.TotalComponent.removeChild
(String name, Base value) void
ClinicalImpression.ClinicalImpressionFindingComponent.removeChild
(String name, Base value) void
ClinicalImpression.removeChild
(String name, Base value) void
ClinicalUseDefinition.ClinicalUseDefinitionContraindicationComponent.removeChild
(String name, Base value) void
ClinicalUseDefinition.ClinicalUseDefinitionContraindicationOtherTherapyComponent.removeChild
(String name, Base value) void
ClinicalUseDefinition.ClinicalUseDefinitionIndicationComponent.removeChild
(String name, Base value) void
ClinicalUseDefinition.ClinicalUseDefinitionInteractionComponent.removeChild
(String name, Base value) void
ClinicalUseDefinition.ClinicalUseDefinitionInteractionInteractantComponent.removeChild
(String name, Base value) void
ClinicalUseDefinition.ClinicalUseDefinitionUndesirableEffectComponent.removeChild
(String name, Base value) void
ClinicalUseDefinition.ClinicalUseDefinitionWarningComponent.removeChild
(String name, Base value) void
ClinicalUseDefinition.removeChild
(String name, Base value) void
CodeableConcept.removeChild
(String name, Base value) void
CodeableReference.removeChild
(String name, Base value) void
CodeSystem.CodeSystemFilterComponent.removeChild
(String name, Base value) void
CodeSystem.ConceptDefinitionComponent.removeChild
(String name, Base value) void
CodeSystem.ConceptDefinitionDesignationComponent.removeChild
(String name, Base value) void
CodeSystem.ConceptPropertyComponent.removeChild
(String name, Base value) void
CodeSystem.PropertyComponent.removeChild
(String name, Base value) void
CodeSystem.removeChild
(String name, Base value) void
Coding.removeChild
(String name, Base value) void
Communication.CommunicationPayloadComponent.removeChild
(String name, Base value) void
Communication.removeChild
(String name, Base value) void
CommunicationRequest.CommunicationRequestPayloadComponent.removeChild
(String name, Base value) void
CommunicationRequest.removeChild
(String name, Base value) void
CompartmentDefinition.CompartmentDefinitionResourceComponent.removeChild
(String name, Base value) void
CompartmentDefinition.removeChild
(String name, Base value) void
Composition.CompositionAttesterComponent.removeChild
(String name, Base value) void
Composition.CompositionEventComponent.removeChild
(String name, Base value) void
Composition.removeChild
(String name, Base value) void
Composition.SectionComponent.removeChild
(String name, Base value) void
ConceptMap.AdditionalAttributeComponent.removeChild
(String name, Base value) void
ConceptMap.ConceptMapGroupComponent.removeChild
(String name, Base value) void
ConceptMap.ConceptMapGroupUnmappedComponent.removeChild
(String name, Base value) void
ConceptMap.MappingPropertyComponent.removeChild
(String name, Base value) void
ConceptMap.OtherElementComponent.removeChild
(String name, Base value) void
ConceptMap.PropertyComponent.removeChild
(String name, Base value) void
ConceptMap.removeChild
(String name, Base value) void
ConceptMap.SourceElementComponent.removeChild
(String name, Base value) void
ConceptMap.TargetElementComponent.removeChild
(String name, Base value) void
Condition.ConditionParticipantComponent.removeChild
(String name, Base value) void
Condition.ConditionStageComponent.removeChild
(String name, Base value) void
Condition.removeChild
(String name, Base value) void
ConditionDefinition.ConditionDefinitionMedicationComponent.removeChild
(String name, Base value) void
ConditionDefinition.ConditionDefinitionObservationComponent.removeChild
(String name, Base value) void
ConditionDefinition.ConditionDefinitionPlanComponent.removeChild
(String name, Base value) void
ConditionDefinition.ConditionDefinitionPreconditionComponent.removeChild
(String name, Base value) void
ConditionDefinition.ConditionDefinitionQuestionnaireComponent.removeChild
(String name, Base value) void
ConditionDefinition.removeChild
(String name, Base value) void
Consent.ConsentPolicyBasisComponent.removeChild
(String name, Base value) void
Consent.ConsentVerificationComponent.removeChild
(String name, Base value) void
Consent.ProvisionActorComponent.removeChild
(String name, Base value) void
Consent.ProvisionComponent.removeChild
(String name, Base value) void
Consent.ProvisionDataComponent.removeChild
(String name, Base value) void
Consent.removeChild
(String name, Base value) void
ContactDetail.removeChild
(String name, Base value) void
ContactPoint.removeChild
(String name, Base value) void
Contract.ActionComponent.removeChild
(String name, Base value) void
Contract.ActionSubjectComponent.removeChild
(String name, Base value) void
Contract.AnswerComponent.removeChild
(String name, Base value) void
Contract.AssetContextComponent.removeChild
(String name, Base value) void
Contract.ComputableLanguageComponent.removeChild
(String name, Base value) void
Contract.ContentDefinitionComponent.removeChild
(String name, Base value) void
Contract.ContractAssetComponent.removeChild
(String name, Base value) void
Contract.ContractOfferComponent.removeChild
(String name, Base value) void
Contract.ContractPartyComponent.removeChild
(String name, Base value) void
Contract.FriendlyLanguageComponent.removeChild
(String name, Base value) void
Contract.LegalLanguageComponent.removeChild
(String name, Base value) void
Contract.removeChild
(String name, Base value) void
Contract.SecurityLabelComponent.removeChild
(String name, Base value) void
Contract.SignatoryComponent.removeChild
(String name, Base value) void
Contract.TermComponent.removeChild
(String name, Base value) void
Contract.ValuedItemComponent.removeChild
(String name, Base value) void
Contributor.removeChild
(String name, Base value) void
Coverage.ClassComponent.removeChild
(String name, Base value) void
Coverage.CostToBeneficiaryComponent.removeChild
(String name, Base value) void
Coverage.CoveragePaymentByComponent.removeChild
(String name, Base value) void
Coverage.ExemptionComponent.removeChild
(String name, Base value) void
Coverage.removeChild
(String name, Base value) void
CoverageEligibilityRequest.CoverageEligibilityRequestEventComponent.removeChild
(String name, Base value) void
CoverageEligibilityRequest.DetailsComponent.removeChild
(String name, Base value) void
CoverageEligibilityRequest.DiagnosisComponent.removeChild
(String name, Base value) void
CoverageEligibilityRequest.InsuranceComponent.removeChild
(String name, Base value) void
CoverageEligibilityRequest.removeChild
(String name, Base value) void
CoverageEligibilityRequest.SupportingInformationComponent.removeChild
(String name, Base value) void
CoverageEligibilityResponse.BenefitComponent.removeChild
(String name, Base value) void
CoverageEligibilityResponse.CoverageEligibilityResponseEventComponent.removeChild
(String name, Base value) void
CoverageEligibilityResponse.ErrorsComponent.removeChild
(String name, Base value) void
CoverageEligibilityResponse.InsuranceComponent.removeChild
(String name, Base value) void
CoverageEligibilityResponse.ItemsComponent.removeChild
(String name, Base value) void
CoverageEligibilityResponse.removeChild
(String name, Base value) void
DataRequirement.DataRequirementCodeFilterComponent.removeChild
(String name, Base value) void
DataRequirement.DataRequirementDateFilterComponent.removeChild
(String name, Base value) void
DataRequirement.DataRequirementSortComponent.removeChild
(String name, Base value) void
DataRequirement.DataRequirementValueFilterComponent.removeChild
(String name, Base value) void
DataRequirement.removeChild
(String name, Base value) void
DetectedIssue.DetectedIssueEvidenceComponent.removeChild
(String name, Base value) void
DetectedIssue.DetectedIssueMitigationComponent.removeChild
(String name, Base value) void
DetectedIssue.removeChild
(String name, Base value) void
Device.DeviceConformsToComponent.removeChild
(String name, Base value) void
Device.DeviceNameComponent.removeChild
(String name, Base value) void
Device.DevicePropertyComponent.removeChild
(String name, Base value) void
Device.DeviceUdiCarrierComponent.removeChild
(String name, Base value) void
Device.DeviceVersionComponent.removeChild
(String name, Base value) void
Device.removeChild
(String name, Base value) void
DeviceAssociation.DeviceAssociationOperationComponent.removeChild
(String name, Base value) void
DeviceAssociation.removeChild
(String name, Base value) void
DeviceDefinition.DeviceDefinitionChargeItemComponent.removeChild
(String name, Base value) void
DeviceDefinition.DeviceDefinitionClassificationComponent.removeChild
(String name, Base value) void
DeviceDefinition.DeviceDefinitionConformsToComponent.removeChild
(String name, Base value) void
DeviceDefinition.DeviceDefinitionCorrectiveActionComponent.removeChild
(String name, Base value) void
DeviceDefinition.DeviceDefinitionDeviceNameComponent.removeChild
(String name, Base value) void
DeviceDefinition.DeviceDefinitionGuidelineComponent.removeChild
(String name, Base value) void
DeviceDefinition.DeviceDefinitionHasPartComponent.removeChild
(String name, Base value) void
DeviceDefinition.DeviceDefinitionLinkComponent.removeChild
(String name, Base value) void
DeviceDefinition.DeviceDefinitionMaterialComponent.removeChild
(String name, Base value) void
DeviceDefinition.DeviceDefinitionPackagingComponent.removeChild
(String name, Base value) void
DeviceDefinition.DeviceDefinitionPropertyComponent.removeChild
(String name, Base value) void
DeviceDefinition.DeviceDefinitionRegulatoryIdentifierComponent.removeChild
(String name, Base value) void
DeviceDefinition.DeviceDefinitionUdiDeviceIdentifierComponent.removeChild
(String name, Base value) void
DeviceDefinition.DeviceDefinitionVersionComponent.removeChild
(String name, Base value) void
DeviceDefinition.PackagingDistributorComponent.removeChild
(String name, Base value) void
DeviceDefinition.removeChild
(String name, Base value) void
DeviceDefinition.UdiDeviceIdentifierMarketDistributionComponent.removeChild
(String name, Base value) void
DeviceDispense.DeviceDispensePerformerComponent.removeChild
(String name, Base value) void
DeviceDispense.removeChild
(String name, Base value) void
DeviceMetric.DeviceMetricCalibrationComponent.removeChild
(String name, Base value) void
DeviceMetric.removeChild
(String name, Base value) void
DeviceRequest.DeviceRequestParameterComponent.removeChild
(String name, Base value) void
DeviceRequest.removeChild
(String name, Base value) void
DeviceUsage.DeviceUsageAdherenceComponent.removeChild
(String name, Base value) void
DeviceUsage.removeChild
(String name, Base value) void
DiagnosticReport.DiagnosticReportMediaComponent.removeChild
(String name, Base value) void
DiagnosticReport.DiagnosticReportSupportingInfoComponent.removeChild
(String name, Base value) void
DiagnosticReport.removeChild
(String name, Base value) void
DocumentReference.DocumentReferenceAttesterComponent.removeChild
(String name, Base value) void
DocumentReference.DocumentReferenceContentComponent.removeChild
(String name, Base value) void
DocumentReference.DocumentReferenceContentProfileComponent.removeChild
(String name, Base value) void
DocumentReference.DocumentReferenceRelatesToComponent.removeChild
(String name, Base value) void
DocumentReference.removeChild
(String name, Base value) void
DomainResource.removeChild
(String name, Base value) void
Dosage.DosageDoseAndRateComponent.removeChild
(String name, Base value) void
Dosage.removeChild
(String name, Base value) void
Element.removeChild
(String name, Base value) void
ElementDefinition.ElementDefinitionBaseComponent.removeChild
(String name, Base value) void
ElementDefinition.ElementDefinitionBindingAdditionalComponent.removeChild
(String name, Base value) void
ElementDefinition.ElementDefinitionBindingComponent.removeChild
(String name, Base value) void
ElementDefinition.ElementDefinitionConstraintComponent.removeChild
(String name, Base value) void
ElementDefinition.ElementDefinitionExampleComponent.removeChild
(String name, Base value) void
ElementDefinition.ElementDefinitionMappingComponent.removeChild
(String name, Base value) void
ElementDefinition.ElementDefinitionSlicingComponent.removeChild
(String name, Base value) void
ElementDefinition.ElementDefinitionSlicingDiscriminatorComponent.removeChild
(String name, Base value) void
ElementDefinition.removeChild
(String name, Base value) void
ElementDefinition.TypeRefComponent.removeChild
(String name, Base value) void
Encounter.DiagnosisComponent.removeChild
(String name, Base value) void
Encounter.EncounterAdmissionComponent.removeChild
(String name, Base value) void
Encounter.EncounterLocationComponent.removeChild
(String name, Base value) void
Encounter.EncounterParticipantComponent.removeChild
(String name, Base value) void
Encounter.ReasonComponent.removeChild
(String name, Base value) void
Encounter.removeChild
(String name, Base value) void
EncounterHistory.EncounterHistoryLocationComponent.removeChild
(String name, Base value) void
EncounterHistory.removeChild
(String name, Base value) void
Endpoint.EndpointPayloadComponent.removeChild
(String name, Base value) void
Endpoint.removeChild
(String name, Base value) void
EnrollmentRequest.removeChild
(String name, Base value) void
EnrollmentResponse.removeChild
(String name, Base value) void
EpisodeOfCare.DiagnosisComponent.removeChild
(String name, Base value) void
EpisodeOfCare.EpisodeOfCareStatusHistoryComponent.removeChild
(String name, Base value) void
EpisodeOfCare.ReasonComponent.removeChild
(String name, Base value) void
EpisodeOfCare.removeChild
(String name, Base value) void
EventDefinition.removeChild
(String name, Base value) void
Evidence.EvidenceCertaintyComponent.removeChild
(String name, Base value) void
Evidence.EvidenceStatisticAttributeEstimateComponent.removeChild
(String name, Base value) void
Evidence.EvidenceStatisticComponent.removeChild
(String name, Base value) void
Evidence.EvidenceStatisticModelCharacteristicComponent.removeChild
(String name, Base value) void
Evidence.EvidenceStatisticModelCharacteristicVariableComponent.removeChild
(String name, Base value) void
Evidence.EvidenceStatisticSampleSizeComponent.removeChild
(String name, Base value) void
Evidence.EvidenceVariableDefinitionComponent.removeChild
(String name, Base value) void
Evidence.removeChild
(String name, Base value) void
EvidenceReport.EvidenceReportRelatesToComponent.removeChild
(String name, Base value) void
EvidenceReport.EvidenceReportRelatesToTargetComponent.removeChild
(String name, Base value) void
EvidenceReport.EvidenceReportSubjectCharacteristicComponent.removeChild
(String name, Base value) void
EvidenceReport.EvidenceReportSubjectComponent.removeChild
(String name, Base value) void
EvidenceReport.removeChild
(String name, Base value) void
EvidenceReport.SectionComponent.removeChild
(String name, Base value) void
EvidenceVariable.EvidenceVariableCategoryComponent.removeChild
(String name, Base value) void
EvidenceVariable.EvidenceVariableCharacteristicComponent.removeChild
(String name, Base value) void
EvidenceVariable.EvidenceVariableCharacteristicDefinitionByCombinationComponent.removeChild
(String name, Base value) void
EvidenceVariable.EvidenceVariableCharacteristicDefinitionByTypeAndValueComponent.removeChild
(String name, Base value) void
EvidenceVariable.EvidenceVariableCharacteristicTimeFromEventComponent.removeChild
(String name, Base value) void
EvidenceVariable.removeChild
(String name, Base value) void
ExampleScenario.ExampleScenarioActorComponent.removeChild
(String name, Base value) void
ExampleScenario.ExampleScenarioInstanceComponent.removeChild
(String name, Base value) void
ExampleScenario.ExampleScenarioInstanceContainedInstanceComponent.removeChild
(String name, Base value) void
ExampleScenario.ExampleScenarioInstanceVersionComponent.removeChild
(String name, Base value) void
ExampleScenario.ExampleScenarioProcessComponent.removeChild
(String name, Base value) void
ExampleScenario.ExampleScenarioProcessStepAlternativeComponent.removeChild
(String name, Base value) void
ExampleScenario.ExampleScenarioProcessStepComponent.removeChild
(String name, Base value) void
ExampleScenario.ExampleScenarioProcessStepOperationComponent.removeChild
(String name, Base value) void
ExampleScenario.removeChild
(String name, Base value) void
ExplanationOfBenefit.AccidentComponent.removeChild
(String name, Base value) void
ExplanationOfBenefit.AddedItemBodySiteComponent.removeChild
(String name, Base value) void
ExplanationOfBenefit.AddedItemComponent.removeChild
(String name, Base value) void
ExplanationOfBenefit.AddedItemDetailComponent.removeChild
(String name, Base value) void
ExplanationOfBenefit.AddedItemDetailSubDetailComponent.removeChild
(String name, Base value) void
ExplanationOfBenefit.AdjudicationComponent.removeChild
(String name, Base value) void
ExplanationOfBenefit.BenefitBalanceComponent.removeChild
(String name, Base value) void
ExplanationOfBenefit.BenefitComponent.removeChild
(String name, Base value) void
ExplanationOfBenefit.CareTeamComponent.removeChild
(String name, Base value) void
ExplanationOfBenefit.DetailComponent.removeChild
(String name, Base value) void
ExplanationOfBenefit.DiagnosisComponent.removeChild
(String name, Base value) void
ExplanationOfBenefit.ExplanationOfBenefitEventComponent.removeChild
(String name, Base value) void
ExplanationOfBenefit.InsuranceComponent.removeChild
(String name, Base value) void
ExplanationOfBenefit.ItemBodySiteComponent.removeChild
(String name, Base value) void
ExplanationOfBenefit.ItemComponent.removeChild
(String name, Base value) void
ExplanationOfBenefit.ItemReviewOutcomeComponent.removeChild
(String name, Base value) void
ExplanationOfBenefit.NoteComponent.removeChild
(String name, Base value) void
ExplanationOfBenefit.PayeeComponent.removeChild
(String name, Base value) void
ExplanationOfBenefit.PaymentComponent.removeChild
(String name, Base value) void
ExplanationOfBenefit.ProcedureComponent.removeChild
(String name, Base value) void
ExplanationOfBenefit.RelatedClaimComponent.removeChild
(String name, Base value) void
ExplanationOfBenefit.removeChild
(String name, Base value) void
ExplanationOfBenefit.SubDetailComponent.removeChild
(String name, Base value) void
ExplanationOfBenefit.SupportingInformationComponent.removeChild
(String name, Base value) void
ExplanationOfBenefit.TotalComponent.removeChild
(String name, Base value) void
Expression.removeChild
(String name, Base value) void
ExtendedContactDetail.removeChild
(String name, Base value) void
Extension.removeChild
(String name, Base value) void
FamilyMemberHistory.FamilyMemberHistoryConditionComponent.removeChild
(String name, Base value) void
FamilyMemberHistory.FamilyMemberHistoryParticipantComponent.removeChild
(String name, Base value) void
FamilyMemberHistory.FamilyMemberHistoryProcedureComponent.removeChild
(String name, Base value) void
FamilyMemberHistory.removeChild
(String name, Base value) void
Flag.removeChild
(String name, Base value) void
FormularyItem.removeChild
(String name, Base value) void
GenomicStudy.GenomicStudyAnalysisComponent.removeChild
(String name, Base value) void
GenomicStudy.GenomicStudyAnalysisDeviceComponent.removeChild
(String name, Base value) void
GenomicStudy.GenomicStudyAnalysisInputComponent.removeChild
(String name, Base value) void
GenomicStudy.GenomicStudyAnalysisOutputComponent.removeChild
(String name, Base value) void
GenomicStudy.GenomicStudyAnalysisPerformerComponent.removeChild
(String name, Base value) void
GenomicStudy.removeChild
(String name, Base value) void
Goal.GoalTargetComponent.removeChild
(String name, Base value) void
Goal.removeChild
(String name, Base value) void
GraphDefinition.GraphDefinitionLinkCompartmentComponent.removeChild
(String name, Base value) void
GraphDefinition.GraphDefinitionLinkComponent.removeChild
(String name, Base value) void
GraphDefinition.GraphDefinitionNodeComponent.removeChild
(String name, Base value) void
GraphDefinition.removeChild
(String name, Base value) void
Group.GroupCharacteristicComponent.removeChild
(String name, Base value) void
Group.GroupMemberComponent.removeChild
(String name, Base value) void
Group.removeChild
(String name, Base value) void
GuidanceResponse.removeChild
(String name, Base value) void
HealthcareService.HealthcareServiceEligibilityComponent.removeChild
(String name, Base value) void
HealthcareService.removeChild
(String name, Base value) void
HumanName.removeChild
(String name, Base value) void
Identifier.removeChild
(String name, Base value) void
ImagingSelection.ImageRegion2DComponent.removeChild
(String name, Base value) void
ImagingSelection.ImageRegion3DComponent.removeChild
(String name, Base value) void
ImagingSelection.ImagingSelectionInstanceComponent.removeChild
(String name, Base value) void
ImagingSelection.ImagingSelectionPerformerComponent.removeChild
(String name, Base value) void
ImagingSelection.removeChild
(String name, Base value) void
ImagingStudy.ImagingStudySeriesComponent.removeChild
(String name, Base value) void
ImagingStudy.ImagingStudySeriesInstanceComponent.removeChild
(String name, Base value) void
ImagingStudy.ImagingStudySeriesPerformerComponent.removeChild
(String name, Base value) void
ImagingStudy.removeChild
(String name, Base value) void
Immunization.ImmunizationPerformerComponent.removeChild
(String name, Base value) void
Immunization.ImmunizationProgramEligibilityComponent.removeChild
(String name, Base value) void
Immunization.ImmunizationProtocolAppliedComponent.removeChild
(String name, Base value) void
Immunization.ImmunizationReactionComponent.removeChild
(String name, Base value) void
Immunization.removeChild
(String name, Base value) void
ImmunizationEvaluation.removeChild
(String name, Base value) void
ImmunizationRecommendation.ImmunizationRecommendationRecommendationComponent.removeChild
(String name, Base value) void
ImmunizationRecommendation.ImmunizationRecommendationRecommendationDateCriterionComponent.removeChild
(String name, Base value) void
ImmunizationRecommendation.removeChild
(String name, Base value) void
ImplementationGuide.ImplementationGuideDefinitionComponent.removeChild
(String name, Base value) void
ImplementationGuide.ImplementationGuideDefinitionGroupingComponent.removeChild
(String name, Base value) void
ImplementationGuide.ImplementationGuideDefinitionPageComponent.removeChild
(String name, Base value) void
ImplementationGuide.ImplementationGuideDefinitionParameterComponent.removeChild
(String name, Base value) void
ImplementationGuide.ImplementationGuideDefinitionResourceComponent.removeChild
(String name, Base value) void
ImplementationGuide.ImplementationGuideDefinitionTemplateComponent.removeChild
(String name, Base value) void
ImplementationGuide.ImplementationGuideDependsOnComponent.removeChild
(String name, Base value) void
ImplementationGuide.ImplementationGuideGlobalComponent.removeChild
(String name, Base value) void
ImplementationGuide.ImplementationGuideManifestComponent.removeChild
(String name, Base value) void
ImplementationGuide.ManifestPageComponent.removeChild
(String name, Base value) void
ImplementationGuide.ManifestResourceComponent.removeChild
(String name, Base value) void
ImplementationGuide.removeChild
(String name, Base value) void
Ingredient.IngredientManufacturerComponent.removeChild
(String name, Base value) void
Ingredient.IngredientSubstanceComponent.removeChild
(String name, Base value) void
Ingredient.IngredientSubstanceStrengthComponent.removeChild
(String name, Base value) void
Ingredient.IngredientSubstanceStrengthReferenceStrengthComponent.removeChild
(String name, Base value) void
Ingredient.removeChild
(String name, Base value) void
InsurancePlan.CoverageBenefitComponent.removeChild
(String name, Base value) void
InsurancePlan.CoverageBenefitLimitComponent.removeChild
(String name, Base value) void
InsurancePlan.InsurancePlanCoverageComponent.removeChild
(String name, Base value) void
InsurancePlan.InsurancePlanPlanComponent.removeChild
(String name, Base value) void
InsurancePlan.InsurancePlanPlanGeneralCostComponent.removeChild
(String name, Base value) void
InsurancePlan.InsurancePlanPlanSpecificCostComponent.removeChild
(String name, Base value) void
InsurancePlan.PlanBenefitComponent.removeChild
(String name, Base value) void
InsurancePlan.PlanBenefitCostComponent.removeChild
(String name, Base value) void
InsurancePlan.removeChild
(String name, Base value) void
InventoryItem.InventoryItemAssociationComponent.removeChild
(String name, Base value) void
InventoryItem.InventoryItemCharacteristicComponent.removeChild
(String name, Base value) void
InventoryItem.InventoryItemDescriptionComponent.removeChild
(String name, Base value) void
InventoryItem.InventoryItemInstanceComponent.removeChild
(String name, Base value) void
InventoryItem.InventoryItemNameComponent.removeChild
(String name, Base value) void
InventoryItem.InventoryItemResponsibleOrganizationComponent.removeChild
(String name, Base value) void
InventoryItem.removeChild
(String name, Base value) void
InventoryReport.InventoryReportInventoryListingComponent.removeChild
(String name, Base value) void
InventoryReport.InventoryReportInventoryListingItemComponent.removeChild
(String name, Base value) void
InventoryReport.removeChild
(String name, Base value) void
Invoice.InvoiceLineItemComponent.removeChild
(String name, Base value) void
Invoice.InvoiceParticipantComponent.removeChild
(String name, Base value) void
Invoice.removeChild
(String name, Base value) void
Library.removeChild
(String name, Base value) void
Linkage.LinkageItemComponent.removeChild
(String name, Base value) void
Linkage.removeChild
(String name, Base value) void
ListResource.ListResourceEntryComponent.removeChild
(String name, Base value) void
ListResource.removeChild
(String name, Base value) void
Location.LocationPositionComponent.removeChild
(String name, Base value) void
Location.removeChild
(String name, Base value) void
ManufacturedItemDefinition.ManufacturedItemDefinitionComponentComponent.removeChild
(String name, Base value) void
ManufacturedItemDefinition.ManufacturedItemDefinitionComponentConstituentComponent.removeChild
(String name, Base value) void
ManufacturedItemDefinition.ManufacturedItemDefinitionPropertyComponent.removeChild
(String name, Base value) void
ManufacturedItemDefinition.removeChild
(String name, Base value) void
MarketingStatus.removeChild
(String name, Base value) void
Measure.MeasureGroupComponent.removeChild
(String name, Base value) void
Measure.MeasureGroupPopulationComponent.removeChild
(String name, Base value) void
Measure.MeasureGroupStratifierComponent.removeChild
(String name, Base value) void
Measure.MeasureGroupStratifierComponentComponent.removeChild
(String name, Base value) void
Measure.MeasureSupplementalDataComponent.removeChild
(String name, Base value) void
Measure.MeasureTermComponent.removeChild
(String name, Base value) void
Measure.removeChild
(String name, Base value) void
MeasureReport.MeasureReportGroupComponent.removeChild
(String name, Base value) void
MeasureReport.MeasureReportGroupPopulationComponent.removeChild
(String name, Base value) void
MeasureReport.MeasureReportGroupStratifierComponent.removeChild
(String name, Base value) void
MeasureReport.removeChild
(String name, Base value) void
MeasureReport.StratifierGroupComponent.removeChild
(String name, Base value) void
MeasureReport.StratifierGroupComponentComponent.removeChild
(String name, Base value) void
MeasureReport.StratifierGroupPopulationComponent.removeChild
(String name, Base value) void
Medication.MedicationBatchComponent.removeChild
(String name, Base value) void
Medication.MedicationIngredientComponent.removeChild
(String name, Base value) void
Medication.removeChild
(String name, Base value) void
MedicationAdministration.MedicationAdministrationDosageComponent.removeChild
(String name, Base value) void
MedicationAdministration.MedicationAdministrationPerformerComponent.removeChild
(String name, Base value) void
MedicationAdministration.removeChild
(String name, Base value) void
MedicationDispense.MedicationDispensePerformerComponent.removeChild
(String name, Base value) void
MedicationDispense.MedicationDispenseSubstitutionComponent.removeChild
(String name, Base value) void
MedicationDispense.removeChild
(String name, Base value) void
MedicationKnowledge.MedicationKnowledgeCostComponent.removeChild
(String name, Base value) void
MedicationKnowledge.MedicationKnowledgeDefinitionalComponent.removeChild
(String name, Base value) void
MedicationKnowledge.MedicationKnowledgeDefinitionalDrugCharacteristicComponent.removeChild
(String name, Base value) void
MedicationKnowledge.MedicationKnowledgeDefinitionalIngredientComponent.removeChild
(String name, Base value) void
MedicationKnowledge.MedicationKnowledgeIndicationGuidelineComponent.removeChild
(String name, Base value) void
MedicationKnowledge.MedicationKnowledgeIndicationGuidelineDosingGuidelineComponent.removeChild
(String name, Base value) void
MedicationKnowledge.MedicationKnowledgeIndicationGuidelineDosingGuidelineDosageComponent.removeChild
(String name, Base value) void
MedicationKnowledge.MedicationKnowledgeIndicationGuidelineDosingGuidelinePatientCharacteristicComponent.removeChild
(String name, Base value) void
MedicationKnowledge.MedicationKnowledgeMedicineClassificationComponent.removeChild
(String name, Base value) void
MedicationKnowledge.MedicationKnowledgeMonitoringProgramComponent.removeChild
(String name, Base value) void
MedicationKnowledge.MedicationKnowledgeMonographComponent.removeChild
(String name, Base value) void
MedicationKnowledge.MedicationKnowledgePackagingComponent.removeChild
(String name, Base value) void
MedicationKnowledge.MedicationKnowledgeRegulatoryComponent.removeChild
(String name, Base value) void
MedicationKnowledge.MedicationKnowledgeRegulatoryMaxDispenseComponent.removeChild
(String name, Base value) void
MedicationKnowledge.MedicationKnowledgeRegulatorySubstitutionComponent.removeChild
(String name, Base value) void
MedicationKnowledge.MedicationKnowledgeRelatedMedicationKnowledgeComponent.removeChild
(String name, Base value) void
MedicationKnowledge.MedicationKnowledgeStorageGuidelineComponent.removeChild
(String name, Base value) void
MedicationKnowledge.MedicationKnowledgeStorageGuidelineEnvironmentalSettingComponent.removeChild
(String name, Base value) void
MedicationKnowledge.removeChild
(String name, Base value) void
MedicationRequest.MedicationRequestDispenseRequestComponent.removeChild
(String name, Base value) void
MedicationRequest.MedicationRequestDispenseRequestInitialFillComponent.removeChild
(String name, Base value) void
MedicationRequest.MedicationRequestSubstitutionComponent.removeChild
(String name, Base value) void
MedicationRequest.removeChild
(String name, Base value) void
MedicationStatement.MedicationStatementAdherenceComponent.removeChild
(String name, Base value) void
MedicationStatement.removeChild
(String name, Base value) void
MedicinalProductDefinition.MedicinalProductDefinitionCharacteristicComponent.removeChild
(String name, Base value) void
MedicinalProductDefinition.MedicinalProductDefinitionContactComponent.removeChild
(String name, Base value) void
MedicinalProductDefinition.MedicinalProductDefinitionCrossReferenceComponent.removeChild
(String name, Base value) void
MedicinalProductDefinition.MedicinalProductDefinitionNameComponent.removeChild
(String name, Base value) void
MedicinalProductDefinition.MedicinalProductDefinitionNamePartComponent.removeChild
(String name, Base value) void
MedicinalProductDefinition.MedicinalProductDefinitionNameUsageComponent.removeChild
(String name, Base value) void
MedicinalProductDefinition.MedicinalProductDefinitionOperationComponent.removeChild
(String name, Base value) void
MedicinalProductDefinition.removeChild
(String name, Base value) void
MessageDefinition.MessageDefinitionAllowedResponseComponent.removeChild
(String name, Base value) void
MessageDefinition.MessageDefinitionFocusComponent.removeChild
(String name, Base value) void
MessageDefinition.removeChild
(String name, Base value) void
MessageHeader.MessageDestinationComponent.removeChild
(String name, Base value) void
MessageHeader.MessageHeaderResponseComponent.removeChild
(String name, Base value) void
MessageHeader.MessageSourceComponent.removeChild
(String name, Base value) void
MessageHeader.removeChild
(String name, Base value) void
Meta.removeChild
(String name, Base value) void
MetadataResource.removeChild
(String name, Base value) void
MolecularSequence.MolecularSequenceRelativeComponent.removeChild
(String name, Base value) void
MolecularSequence.MolecularSequenceRelativeEditComponent.removeChild
(String name, Base value) void
MolecularSequence.MolecularSequenceRelativeStartingSequenceComponent.removeChild
(String name, Base value) void
MolecularSequence.removeChild
(String name, Base value) void
MonetaryComponent.removeChild
(String name, Base value) void
Money.removeChild
(String name, Base value) void
NamingSystem.NamingSystemUniqueIdComponent.removeChild
(String name, Base value) void
NamingSystem.removeChild
(String name, Base value) void
Narrative.removeChild
(String name, Base value) void
NutritionIntake.NutritionIntakeConsumedItemComponent.removeChild
(String name, Base value) void
NutritionIntake.NutritionIntakeIngredientLabelComponent.removeChild
(String name, Base value) void
NutritionIntake.NutritionIntakePerformerComponent.removeChild
(String name, Base value) void
NutritionIntake.removeChild
(String name, Base value) void
NutritionOrder.EnteralFormulaScheduleComponent.removeChild
(String name, Base value) void
NutritionOrder.NutritionOrderEnteralFormulaAdditiveComponent.removeChild
(String name, Base value) void
NutritionOrder.NutritionOrderEnteralFormulaAdministrationComponent.removeChild
(String name, Base value) void
NutritionOrder.NutritionOrderEnteralFormulaComponent.removeChild
(String name, Base value) void
NutritionOrder.NutritionOrderOralDietComponent.removeChild
(String name, Base value) void
NutritionOrder.NutritionOrderOralDietNutrientComponent.removeChild
(String name, Base value) void
NutritionOrder.NutritionOrderOralDietTextureComponent.removeChild
(String name, Base value) void
NutritionOrder.NutritionOrderSupplementComponent.removeChild
(String name, Base value) void
NutritionOrder.OralDietScheduleComponent.removeChild
(String name, Base value) void
NutritionOrder.removeChild
(String name, Base value) void
NutritionOrder.SupplementScheduleComponent.removeChild
(String name, Base value) void
NutritionProduct.NutritionProductCharacteristicComponent.removeChild
(String name, Base value) void
NutritionProduct.NutritionProductIngredientComponent.removeChild
(String name, Base value) void
NutritionProduct.NutritionProductInstanceComponent.removeChild
(String name, Base value) void
NutritionProduct.NutritionProductNutrientComponent.removeChild
(String name, Base value) void
NutritionProduct.removeChild
(String name, Base value) void
Observation.ObservationComponentComponent.removeChild
(String name, Base value) void
Observation.ObservationReferenceRangeComponent.removeChild
(String name, Base value) void
Observation.ObservationTriggeredByComponent.removeChild
(String name, Base value) void
Observation.removeChild
(String name, Base value) void
ObservationDefinition.ObservationDefinitionComponentComponent.removeChild
(String name, Base value) void
ObservationDefinition.ObservationDefinitionQualifiedValueComponent.removeChild
(String name, Base value) void
ObservationDefinition.removeChild
(String name, Base value) void
OperationDefinition.OperationDefinitionOverloadComponent.removeChild
(String name, Base value) void
OperationDefinition.OperationDefinitionParameterBindingComponent.removeChild
(String name, Base value) void
OperationDefinition.OperationDefinitionParameterComponent.removeChild
(String name, Base value) void
OperationDefinition.OperationDefinitionParameterReferencedFromComponent.removeChild
(String name, Base value) void
OperationDefinition.removeChild
(String name, Base value) void
OperationOutcome.OperationOutcomeIssueComponent.removeChild
(String name, Base value) void
OperationOutcome.removeChild
(String name, Base value) void
OrderedDistribution.OrderedDistributionIntervalComponent.removeChild
(String name, Base value) void
OrderedDistribution.removeChild
(String name, Base value) void
Organization.OrganizationQualificationComponent.removeChild
(String name, Base value) void
Organization.removeChild
(String name, Base value) void
OrganizationAffiliation.removeChild
(String name, Base value) void
PackagedProductDefinition.PackagedProductDefinitionLegalStatusOfSupplyComponent.removeChild
(String name, Base value) void
PackagedProductDefinition.PackagedProductDefinitionPackagingComponent.removeChild
(String name, Base value) void
PackagedProductDefinition.PackagedProductDefinitionPackagingContainedItemComponent.removeChild
(String name, Base value) void
PackagedProductDefinition.PackagedProductDefinitionPackagingPropertyComponent.removeChild
(String name, Base value) void
PackagedProductDefinition.removeChild
(String name, Base value) void
ParameterDefinition.removeChild
(String name, Base value) void
Parameters.ParametersParameterComponent.removeChild
(String name, Base value) void
Parameters.removeChild
(String name, Base value) void
Patient.ContactComponent.removeChild
(String name, Base value) void
Patient.PatientCommunicationComponent.removeChild
(String name, Base value) void
Patient.PatientLinkComponent.removeChild
(String name, Base value) void
Patient.removeChild
(String name, Base value) void
PaymentNotice.removeChild
(String name, Base value) void
PaymentReconciliation.NotesComponent.removeChild
(String name, Base value) void
PaymentReconciliation.PaymentReconciliationAllocationComponent.removeChild
(String name, Base value) void
PaymentReconciliation.removeChild
(String name, Base value) void
Period.removeChild
(String name, Base value) void
Permission.PermissionJustificationComponent.removeChild
(String name, Base value) void
Permission.removeChild
(String name, Base value) void
Permission.RuleActivityComponent.removeChild
(String name, Base value) void
Permission.RuleComponent.removeChild
(String name, Base value) void
Permission.RuleDataComponent.removeChild
(String name, Base value) void
Permission.RuleDataResourceComponent.removeChild
(String name, Base value) void
Person.PersonCommunicationComponent.removeChild
(String name, Base value) void
Person.PersonLinkComponent.removeChild
(String name, Base value) void
Person.removeChild
(String name, Base value) void
PlanDefinition.PlanDefinitionActionComponent.removeChild
(String name, Base value) void
PlanDefinition.PlanDefinitionActionConditionComponent.removeChild
(String name, Base value) void
PlanDefinition.PlanDefinitionActionDynamicValueComponent.removeChild
(String name, Base value) void
PlanDefinition.PlanDefinitionActionInputComponent.removeChild
(String name, Base value) void
PlanDefinition.PlanDefinitionActionOutputComponent.removeChild
(String name, Base value) void
PlanDefinition.PlanDefinitionActionParticipantComponent.removeChild
(String name, Base value) void
PlanDefinition.PlanDefinitionActionRelatedActionComponent.removeChild
(String name, Base value) void
PlanDefinition.PlanDefinitionActorComponent.removeChild
(String name, Base value) void
PlanDefinition.PlanDefinitionActorOptionComponent.removeChild
(String name, Base value) void
PlanDefinition.PlanDefinitionGoalComponent.removeChild
(String name, Base value) void
PlanDefinition.PlanDefinitionGoalTargetComponent.removeChild
(String name, Base value) void
PlanDefinition.removeChild
(String name, Base value) void
Practitioner.PractitionerCommunicationComponent.removeChild
(String name, Base value) void
Practitioner.PractitionerQualificationComponent.removeChild
(String name, Base value) void
Practitioner.removeChild
(String name, Base value) void
PractitionerRole.removeChild
(String name, Base value) void
PrimitiveType.removeChild
(String name, Base value) void
Procedure.ProcedureFocalDeviceComponent.removeChild
(String name, Base value) void
Procedure.ProcedurePerformerComponent.removeChild
(String name, Base value) void
Procedure.removeChild
(String name, Base value) void
ProdCharacteristic.removeChild
(String name, Base value) void
ProductShelfLife.removeChild
(String name, Base value) void
Provenance.ProvenanceAgentComponent.removeChild
(String name, Base value) void
Provenance.ProvenanceEntityComponent.removeChild
(String name, Base value) void
Provenance.removeChild
(String name, Base value) void
Quantity.removeChild
(String name, Base value) void
Questionnaire.QuestionnaireItemAnswerOptionComponent.removeChild
(String name, Base value) void
Questionnaire.QuestionnaireItemComponent.removeChild
(String name, Base value) void
Questionnaire.QuestionnaireItemEnableWhenComponent.removeChild
(String name, Base value) void
Questionnaire.QuestionnaireItemInitialComponent.removeChild
(String name, Base value) void
Questionnaire.removeChild
(String name, Base value) void
QuestionnaireResponse.QuestionnaireResponseItemAnswerComponent.removeChild
(String name, Base value) void
QuestionnaireResponse.QuestionnaireResponseItemComponent.removeChild
(String name, Base value) void
QuestionnaireResponse.removeChild
(String name, Base value) void
Range.removeChild
(String name, Base value) void
Ratio.removeChild
(String name, Base value) void
RatioRange.removeChild
(String name, Base value) void
Reference.removeChild
(String name, Base value) void
RegulatedAuthorization.RegulatedAuthorizationCaseComponent.removeChild
(String name, Base value) void
RegulatedAuthorization.removeChild
(String name, Base value) void
RelatedArtifact.removeChild
(String name, Base value) void
RelatedPerson.RelatedPersonCommunicationComponent.removeChild
(String name, Base value) void
RelatedPerson.removeChild
(String name, Base value) void
RequestOrchestration.removeChild
(String name, Base value) void
RequestOrchestration.RequestOrchestrationActionComponent.removeChild
(String name, Base value) void
RequestOrchestration.RequestOrchestrationActionConditionComponent.removeChild
(String name, Base value) void
RequestOrchestration.RequestOrchestrationActionDynamicValueComponent.removeChild
(String name, Base value) void
RequestOrchestration.RequestOrchestrationActionInputComponent.removeChild
(String name, Base value) void
RequestOrchestration.RequestOrchestrationActionOutputComponent.removeChild
(String name, Base value) void
RequestOrchestration.RequestOrchestrationActionParticipantComponent.removeChild
(String name, Base value) void
RequestOrchestration.RequestOrchestrationActionRelatedActionComponent.removeChild
(String name, Base value) void
Requirements.removeChild
(String name, Base value) void
Requirements.RequirementsStatementComponent.removeChild
(String name, Base value) void
ResearchStudy.removeChild
(String name, Base value) void
ResearchStudy.ResearchStudyAssociatedPartyComponent.removeChild
(String name, Base value) void
ResearchStudy.ResearchStudyComparisonGroupComponent.removeChild
(String name, Base value) void
ResearchStudy.ResearchStudyLabelComponent.removeChild
(String name, Base value) void
ResearchStudy.ResearchStudyObjectiveComponent.removeChild
(String name, Base value) void
ResearchStudy.ResearchStudyOutcomeMeasureComponent.removeChild
(String name, Base value) void
ResearchStudy.ResearchStudyProgressStatusComponent.removeChild
(String name, Base value) void
ResearchStudy.ResearchStudyRecruitmentComponent.removeChild
(String name, Base value) void
ResearchSubject.removeChild
(String name, Base value) void
ResearchSubject.ResearchSubjectProgressComponent.removeChild
(String name, Base value) void
Resource.removeChild
(String name, Base value) void
RiskAssessment.removeChild
(String name, Base value) void
RiskAssessment.RiskAssessmentPredictionComponent.removeChild
(String name, Base value) void
SampledData.removeChild
(String name, Base value) void
Schedule.removeChild
(String name, Base value) void
SearchParameter.removeChild
(String name, Base value) void
SearchParameter.SearchParameterComponentComponent.removeChild
(String name, Base value) void
ServiceRequest.removeChild
(String name, Base value) void
ServiceRequest.ServiceRequestOrderDetailComponent.removeChild
(String name, Base value) void
ServiceRequest.ServiceRequestOrderDetailParameterComponent.removeChild
(String name, Base value) void
ServiceRequest.ServiceRequestPatientInstructionComponent.removeChild
(String name, Base value) void
Signature.removeChild
(String name, Base value) void
Slot.removeChild
(String name, Base value) void
Specimen.removeChild
(String name, Base value) void
Specimen.SpecimenCollectionComponent.removeChild
(String name, Base value) void
Specimen.SpecimenContainerComponent.removeChild
(String name, Base value) void
Specimen.SpecimenFeatureComponent.removeChild
(String name, Base value) void
Specimen.SpecimenProcessingComponent.removeChild
(String name, Base value) void
SpecimenDefinition.removeChild
(String name, Base value) void
SpecimenDefinition.SpecimenDefinitionTypeTestedComponent.removeChild
(String name, Base value) void
SpecimenDefinition.SpecimenDefinitionTypeTestedContainerAdditiveComponent.removeChild
(String name, Base value) void
SpecimenDefinition.SpecimenDefinitionTypeTestedContainerComponent.removeChild
(String name, Base value) void
SpecimenDefinition.SpecimenDefinitionTypeTestedHandlingComponent.removeChild
(String name, Base value) void
Statistic.removeChild
(String name, Base value) void
Statistic.StatisticAttributeEstimateAttributeEstimateComponent.removeChild
(String name, Base value) void
Statistic.StatisticAttributeEstimateComponent.removeChild
(String name, Base value) void
Statistic.StatisticModelCharacteristicComponent.removeChild
(String name, Base value) void
Statistic.StatisticModelCharacteristicVariableComponent.removeChild
(String name, Base value) void
Statistic.StatisticSampleSizeComponent.removeChild
(String name, Base value) void
StructureDefinition.removeChild
(String name, Base value) void
StructureDefinition.StructureDefinitionContextComponent.removeChild
(String name, Base value) void
StructureDefinition.StructureDefinitionDifferentialComponent.removeChild
(String name, Base value) void
StructureDefinition.StructureDefinitionMappingComponent.removeChild
(String name, Base value) void
StructureDefinition.StructureDefinitionSnapshotComponent.removeChild
(String name, Base value) void
StructureMap.removeChild
(String name, Base value) void
StructureMap.StructureMapConstComponent.removeChild
(String name, Base value) void
StructureMap.StructureMapGroupComponent.removeChild
(String name, Base value) void
StructureMap.StructureMapGroupInputComponent.removeChild
(String name, Base value) void
StructureMap.StructureMapGroupRuleComponent.removeChild
(String name, Base value) void
StructureMap.StructureMapGroupRuleDependentComponent.removeChild
(String name, Base value) void
StructureMap.StructureMapGroupRuleSourceComponent.removeChild
(String name, Base value) void
StructureMap.StructureMapGroupRuleTargetComponent.removeChild
(String name, Base value) void
StructureMap.StructureMapGroupRuleTargetParameterComponent.removeChild
(String name, Base value) void
StructureMap.StructureMapStructureComponent.removeChild
(String name, Base value) void
Subscription.removeChild
(String name, Base value) void
Subscription.SubscriptionFilterByComponent.removeChild
(String name, Base value) void
Subscription.SubscriptionParameterComponent.removeChild
(String name, Base value) void
SubscriptionStatus.removeChild
(String name, Base value) void
SubscriptionStatus.SubscriptionStatusNotificationEventComponent.removeChild
(String name, Base value) void
SubscriptionTopic.removeChild
(String name, Base value) void
SubscriptionTopic.SubscriptionTopicCanFilterByComponent.removeChild
(String name, Base value) void
SubscriptionTopic.SubscriptionTopicEventTriggerComponent.removeChild
(String name, Base value) void
SubscriptionTopic.SubscriptionTopicNotificationShapeComponent.removeChild
(String name, Base value) void
SubscriptionTopic.SubscriptionTopicResourceTriggerComponent.removeChild
(String name, Base value) void
SubscriptionTopic.SubscriptionTopicResourceTriggerQueryCriteriaComponent.removeChild
(String name, Base value) void
Substance.removeChild
(String name, Base value) void
Substance.SubstanceIngredientComponent.removeChild
(String name, Base value) void
SubstanceAmount.removeChild
(String name, Base value) void
SubstanceAmount.SubstanceAmountReferenceRangeComponent.removeChild
(String name, Base value) void
SubstanceDefinition.removeChild
(String name, Base value) void
SubstanceDefinition.SubstanceDefinitionCharacterizationComponent.removeChild
(String name, Base value) void
SubstanceDefinition.SubstanceDefinitionCodeComponent.removeChild
(String name, Base value) void
SubstanceDefinition.SubstanceDefinitionMoietyComponent.removeChild
(String name, Base value) void
SubstanceDefinition.SubstanceDefinitionMolecularWeightComponent.removeChild
(String name, Base value) void
SubstanceDefinition.SubstanceDefinitionNameComponent.removeChild
(String name, Base value) void
SubstanceDefinition.SubstanceDefinitionNameOfficialComponent.removeChild
(String name, Base value) void
SubstanceDefinition.SubstanceDefinitionPropertyComponent.removeChild
(String name, Base value) void
SubstanceDefinition.SubstanceDefinitionRelationshipComponent.removeChild
(String name, Base value) void
SubstanceDefinition.SubstanceDefinitionSourceMaterialComponent.removeChild
(String name, Base value) void
SubstanceDefinition.SubstanceDefinitionStructureComponent.removeChild
(String name, Base value) void
SubstanceDefinition.SubstanceDefinitionStructureRepresentationComponent.removeChild
(String name, Base value) void
SubstanceNucleicAcid.removeChild
(String name, Base value) void
SubstanceNucleicAcid.SubstanceNucleicAcidSubunitComponent.removeChild
(String name, Base value) void
SubstanceNucleicAcid.SubstanceNucleicAcidSubunitLinkageComponent.removeChild
(String name, Base value) void
SubstanceNucleicAcid.SubstanceNucleicAcidSubunitSugarComponent.removeChild
(String name, Base value) void
SubstancePolymer.removeChild
(String name, Base value) void
SubstancePolymer.SubstancePolymerMonomerSetComponent.removeChild
(String name, Base value) void
SubstancePolymer.SubstancePolymerMonomerSetStartingMaterialComponent.removeChild
(String name, Base value) void
SubstancePolymer.SubstancePolymerRepeatComponent.removeChild
(String name, Base value) void
SubstancePolymer.SubstancePolymerRepeatRepeatUnitComponent.removeChild
(String name, Base value) void
SubstancePolymer.SubstancePolymerRepeatRepeatUnitDegreeOfPolymerisationComponent.removeChild
(String name, Base value) void
SubstancePolymer.SubstancePolymerRepeatRepeatUnitStructuralRepresentationComponent.removeChild
(String name, Base value) void
SubstanceProtein.removeChild
(String name, Base value) void
SubstanceProtein.SubstanceProteinSubunitComponent.removeChild
(String name, Base value) void
SubstanceReferenceInformation.removeChild
(String name, Base value) void
SubstanceReferenceInformation.SubstanceReferenceInformationGeneComponent.removeChild
(String name, Base value) void
SubstanceReferenceInformation.SubstanceReferenceInformationGeneElementComponent.removeChild
(String name, Base value) void
SubstanceReferenceInformation.SubstanceReferenceInformationTargetComponent.removeChild
(String name, Base value) void
SubstanceSourceMaterial.removeChild
(String name, Base value) void
SubstanceSourceMaterial.SubstanceSourceMaterialFractionDescriptionComponent.removeChild
(String name, Base value) void
SubstanceSourceMaterial.SubstanceSourceMaterialOrganismAuthorComponent.removeChild
(String name, Base value) void
SubstanceSourceMaterial.SubstanceSourceMaterialOrganismComponent.removeChild
(String name, Base value) void
SubstanceSourceMaterial.SubstanceSourceMaterialOrganismHybridComponent.removeChild
(String name, Base value) void
SubstanceSourceMaterial.SubstanceSourceMaterialOrganismOrganismGeneralComponent.removeChild
(String name, Base value) void
SubstanceSourceMaterial.SubstanceSourceMaterialPartDescriptionComponent.removeChild
(String name, Base value) void
SupplyDelivery.removeChild
(String name, Base value) void
SupplyDelivery.SupplyDeliverySuppliedItemComponent.removeChild
(String name, Base value) void
SupplyRequest.removeChild
(String name, Base value) void
SupplyRequest.SupplyRequestParameterComponent.removeChild
(String name, Base value) void
Task.removeChild
(String name, Base value) void
Task.TaskInputComponent.removeChild
(String name, Base value) void
Task.TaskOutputComponent.removeChild
(String name, Base value) void
Task.TaskPerformerComponent.removeChild
(String name, Base value) void
Task.TaskRestrictionComponent.removeChild
(String name, Base value) void
TerminologyCapabilities.removeChild
(String name, Base value) void
TerminologyCapabilities.TerminologyCapabilitiesClosureComponent.removeChild
(String name, Base value) void
TerminologyCapabilities.TerminologyCapabilitiesCodeSystemComponent.removeChild
(String name, Base value) void
TerminologyCapabilities.TerminologyCapabilitiesCodeSystemVersionComponent.removeChild
(String name, Base value) void
TerminologyCapabilities.TerminologyCapabilitiesCodeSystemVersionFilterComponent.removeChild
(String name, Base value) void
TerminologyCapabilities.TerminologyCapabilitiesExpansionComponent.removeChild
(String name, Base value) void
TerminologyCapabilities.TerminologyCapabilitiesExpansionParameterComponent.removeChild
(String name, Base value) void
TerminologyCapabilities.TerminologyCapabilitiesImplementationComponent.removeChild
(String name, Base value) void
TerminologyCapabilities.TerminologyCapabilitiesSoftwareComponent.removeChild
(String name, Base value) void
TerminologyCapabilities.TerminologyCapabilitiesTranslationComponent.removeChild
(String name, Base value) void
TerminologyCapabilities.TerminologyCapabilitiesValidateCodeComponent.removeChild
(String name, Base value) void
TestPlan.removeChild
(String name, Base value) void
TestPlan.TestCaseDependencyComponent.removeChild
(String name, Base value) void
TestPlan.TestPlanDependencyComponent.removeChild
(String name, Base value) void
TestPlan.TestPlanTestCaseAssertionComponent.removeChild
(String name, Base value) void
TestPlan.TestPlanTestCaseComponent.removeChild
(String name, Base value) void
TestPlan.TestPlanTestCaseTestDataComponent.removeChild
(String name, Base value) void
TestPlan.TestPlanTestCaseTestRunComponent.removeChild
(String name, Base value) void
TestPlan.TestPlanTestCaseTestRunScriptComponent.removeChild
(String name, Base value) void
TestReport.removeChild
(String name, Base value) void
TestReport.SetupActionAssertComponent.removeChild
(String name, Base value) void
TestReport.SetupActionAssertRequirementComponent.removeChild
(String name, Base value) void
TestReport.SetupActionComponent.removeChild
(String name, Base value) void
TestReport.SetupActionOperationComponent.removeChild
(String name, Base value) void
TestReport.TeardownActionComponent.removeChild
(String name, Base value) void
TestReport.TestActionComponent.removeChild
(String name, Base value) void
TestReport.TestReportParticipantComponent.removeChild
(String name, Base value) void
TestReport.TestReportSetupComponent.removeChild
(String name, Base value) void
TestReport.TestReportTeardownComponent.removeChild
(String name, Base value) void
TestReport.TestReportTestComponent.removeChild
(String name, Base value) void
TestScript.removeChild
(String name, Base value) void
TestScript.SetupActionAssertComponent.removeChild
(String name, Base value) void
TestScript.SetupActionAssertRequirementComponent.removeChild
(String name, Base value) void
TestScript.SetupActionComponent.removeChild
(String name, Base value) void
TestScript.SetupActionOperationComponent.removeChild
(String name, Base value) void
TestScript.SetupActionOperationRequestHeaderComponent.removeChild
(String name, Base value) void
TestScript.TeardownActionComponent.removeChild
(String name, Base value) void
TestScript.TestActionComponent.removeChild
(String name, Base value) void
TestScript.TestScriptDestinationComponent.removeChild
(String name, Base value) void
TestScript.TestScriptFixtureComponent.removeChild
(String name, Base value) void
TestScript.TestScriptMetadataCapabilityComponent.removeChild
(String name, Base value) void
TestScript.TestScriptMetadataComponent.removeChild
(String name, Base value) void
TestScript.TestScriptMetadataLinkComponent.removeChild
(String name, Base value) void
TestScript.TestScriptOriginComponent.removeChild
(String name, Base value) void
TestScript.TestScriptScopeComponent.removeChild
(String name, Base value) void
TestScript.TestScriptSetupComponent.removeChild
(String name, Base value) void
TestScript.TestScriptTeardownComponent.removeChild
(String name, Base value) void
TestScript.TestScriptTestComponent.removeChild
(String name, Base value) void
TestScript.TestScriptVariableComponent.removeChild
(String name, Base value) void
Timing.removeChild
(String name, Base value) void
Timing.TimingRepeatComponent.removeChild
(String name, Base value) void
Transport.ParameterComponent.removeChild
(String name, Base value) void
Transport.removeChild
(String name, Base value) void
Transport.TransportOutputComponent.removeChild
(String name, Base value) void
Transport.TransportRestrictionComponent.removeChild
(String name, Base value) void
TriggerDefinition.removeChild
(String name, Base value) void
UsageContext.removeChild
(String name, Base value) void
ValueSet.ConceptPropertyComponent.removeChild
(String name, Base value) void
ValueSet.ConceptReferenceComponent.removeChild
(String name, Base value) void
ValueSet.ConceptReferenceDesignationComponent.removeChild
(String name, Base value) void
ValueSet.ConceptSetComponent.removeChild
(String name, Base value) void
ValueSet.ConceptSetFilterComponent.removeChild
(String name, Base value) void
ValueSet.ConceptSubPropertyComponent.removeChild
(String name, Base value) void
ValueSet.removeChild
(String name, Base value) void
ValueSet.ValueSetComposeComponent.removeChild
(String name, Base value) void
ValueSet.ValueSetExpansionComponent.removeChild
(String name, Base value) void
ValueSet.ValueSetExpansionContainsComponent.removeChild
(String name, Base value) void
ValueSet.ValueSetExpansionParameterComponent.removeChild
(String name, Base value) void
ValueSet.ValueSetExpansionPropertyComponent.removeChild
(String name, Base value) void
ValueSet.ValueSetScopeComponent.removeChild
(String name, Base value) void
VerificationResult.removeChild
(String name, Base value) void
VerificationResult.VerificationResultAttestationComponent.removeChild
(String name, Base value) void
VerificationResult.VerificationResultPrimarySourceComponent.removeChild
(String name, Base value) void
VerificationResult.VerificationResultValidatorComponent.removeChild
(String name, Base value) void
VirtualServiceDetail.removeChild
(String name, Base value) void
VisionPrescription.PrismComponent.removeChild
(String name, Base value) void
VisionPrescription.removeChild
(String name, Base value) void
VisionPrescription.VisionPrescriptionLensSpecificationComponent.removeChild
(String name, Base value) void
ExpressionNode.setConstant
(Base constant) Deprecated.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) 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) Modifier and TypeMethodDescriptionvoid
Tuple.addProperty
(String s, List<Base> list) static boolean
Base.compareDeep
(List<? extends Base> e1, List<? extends Base> e2, boolean allowNull) static Tuple
static Tuple
Tuple.fromMapList
(org.hl7.fhir.utilities.FhirPublication publicationVersion, Map<String, List<Base>> map) -
Uses of Base in org.hl7.fhir.r5.patterns
-
Uses of Base in org.hl7.fhir.r5.profilemodel
Modifier and TypeMethodDescriptionPEInstance.addChild
(String name, BackboneElement value) PEInstance.data()
PEInstance.getBase()
Modifier and TypeMethodDescriptionModifier and TypeMethodDescriptionprotected void
PEBuilder.populateByProfile
(Base base, PEDefinition definition) ModifierConstructorDescriptionprotected
PEInstance
(PEBuilder builder, PEDefinition definition, Resource resource, Base data, String path) -
Uses of Base in org.hl7.fhir.r5.profilemodel.gen
-
Uses of Base in org.hl7.fhir.r5.renderers
Modifier and TypeMethodDescriptionorg.hl7.fhir.utilities.xhtml.XhtmlNode
StructureDefinitionRenderer.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.XhtmlNode
StructureDefinitionRenderer.compareString
(String newStr, Base source, String nLink, String name, Base parent, String oldStr, String oLink, int mode, boolean externalN, boolean externalO, boolean code) boolean
StructureDefinitionRenderer.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) void
DataRenderer.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.XhtmlNode
Renderer.renderStatus
(Base b, org.hl7.fhir.utilities.xhtml.XhtmlNode x) protected org.hl7.fhir.utilities.xhtml.XhtmlNode
Renderer.renderStatusDiv
(Base b, org.hl7.fhir.utilities.xhtml.XhtmlNode x) protected org.hl7.fhir.utilities.xhtml.XhtmlNode
Renderer.renderStatusRow
(Base b, org.hl7.fhir.utilities.xhtml.XhtmlNode tbl, org.hl7.fhir.utilities.xhtml.XhtmlNode tr) static void
Renderer.renderStatusSummary
(RenderingContext context, Base base, org.hl7.fhir.utilities.xhtml.XhtmlNode x, String version, String... metadataFields) -
Uses of Base in org.hl7.fhir.r5.renderers.utils
Modifier and TypeMethodDescriptionabstract Base
ResourceWrapper.getBase()
ResourceWrapperModel.getBase()
ResourceWrapperNative.getBase()
-
Uses of Base in org.hl7.fhir.r5.utils
Modifier and TypeClassDescriptionstatic class
static class
Modifier and TypeMethodDescriptionGraphQLEngine.SearchEdge.copy()
GraphQLEngine.SearchWrapper.copy()
DefinitionNavigator.parent()
LiquidEngine.resolveReference
(FHIRPathEngine engine, Object appContext, String url, Base refContext) Modifier and TypeMethodDescriptionFHIRPathEngine.evaluate
(Base base, ExpressionNode expressionNode) Deprecated.LiquidEngine.executeFunction
(FHIRPathEngine engine, Object appContext, List<Base> focus, String functionName, List<List<Base>> parameters) LiquidEngine.resolveConstant
(FHIRPathEngine engine, Object appContext, String name, boolean beforeContext, boolean explicitConstant) Modifier and TypeMethodDescriptionboolean
LiquidEngine.conformsToProfile
(FHIRPathEngine engine, Object appContext, Base item, String url) FHIRPathEngine.evaluate
(Base base, ExpressionNode expressionNode) Deprecated.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) static boolean
ToolingExtensions.usesExtension
(String url, Base base) -
Uses of Base in org.hl7.fhir.r5.utils.sql
Modifier and TypeMethodDescriptionValue.getValueComplex()
Provider.resolveReference
(Base rootResource, String ref, String specifiedResourceType) Runner.resolveReference
(FHIRPathEngine engine, Object appContext, String url, Base refContext) Modifier and TypeMethodDescriptionRunner.executeFunction
(FHIRPathEngine engine, Object appContext, List<Base> focus, String functionName, List<List<Base>> parameters) Runner.resolveConstant
(FHIRPathEngine engine, Object appContext, String name, boolean beforeContext, boolean explicitConstant) Modifier and TypeMethodDescriptionboolean
Runner.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) static Value
Value.makeComplex
(Base b) Provider.resolveReference
(Base rootResource, String ref, String specifiedResourceType) Runner.resolveReference
(FHIRPathEngine engine, Object appContext, String url, Base refContext) -
Uses of Base in org.hl7.fhir.r5.utils.structuremap
Modifier and TypeMethodDescriptionITransformerServices.createResource
(Object appInfo, Base res, boolean atRootofTransform) ITransformerServices.createType
(Object appInfo, String name) 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) Modifier 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, boolean beforeContext, boolean explicitConstant) Modifier and TypeMethodDescriptionvoid
Variables.add
(VariableMode mode, String name, Base object) boolean
FHIRPathHostServices.conformsToProfile
(FHIRPathEngine engine, Object appContext, Base item, String url) ITransformerServices.createResource
(Object appInfo, Base res, boolean atRootofTransform) protected void
StructureMapUtilities.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) void
StructureMapUtilities.transform
(Object appInfo, Base source, StructureMap map, Base target) StructureMapUtilities.translate
(TransformContext context, StructureMap map, Base source, String conceptMapUrl, String fieldToReturn) Modifier and TypeMethodDescriptionFHIRPathHostServices.executeFunction
(FHIRPathEngine engine, Object appContext, List<Base> focus, String functionName, List<List<Base>> parameters) protected void
StructureMapUtilities.getChildrenByName
(Base item, String name, List<Base> result) Given an item, return all the children that conform to the pattern described in nameboolean