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[]