
Uses of Class
org.hl7.fhir.r4.model.Resource
Packages that use Resource
Package
Description
- 
Uses of Resource in org.hl7.fhir.r4.context
Methods in org.hl7.fhir.r4.context with type parameters of type ResourceModifier and TypeMethodDescription<T extends Resource>
TBaseWorkerContext.fetchResource(Class<T> class_, String uri) <T extends Resource>
TBaseWorkerContext.fetchResource(Class<T> class_, String uri, String version) <T extends Resource>
TBaseWorkerContext.fetchResource(Class<T> class_, String uri, Resource source) <T extends Resource>
TIWorkerContext.fetchResource(Class<T> class_, String uri) Find an identified resource.<T extends Resource>
TIWorkerContext.fetchResource(Class<T> class_, String uri, String version) <T extends Resource>
TIWorkerContext.fetchResource(Class<T> class_, String uri, Resource source) <T extends Resource>
TSimpleWorkerContext.fetchResource(Class<T> class_, String uri) BaseWorkerContext.fetchResourcesByType(Class<T> class_) IWorkerContext.fetchResourcesByType(Class<T> class_) <T extends Resource>
TBaseWorkerContext.fetchResourceWithException(Class<T> class_, String uri) <T extends Resource>
TIWorkerContext.fetchResourceWithException(Class<T> class_, String uri) <T extends Resource>
booleanBaseWorkerContext.hasResource(Class<T> class_, String uri) <T extends Resource>
booleanIWorkerContext.hasResource(Class<T> class_, String uri) find whether a resource is available.Methods in org.hl7.fhir.r4.context that return ResourceModifier and TypeMethodDescriptionBaseWorkerContext.fetchResourceById(String type, String uri) IWorkerContext.fetchResourceById(String type, String uri) Variation of fetchResource when you have a string type, and don't need the right class The URI can have one of 3 formats: - a full URL e.g.Methods in org.hl7.fhir.r4.context with parameters of type ResourceModifier and TypeMethodDescriptionvoidBaseWorkerContext.cacheResource(Resource r) voidIWorkerContext.cacheResource(Resource res) cache a resource for later retrieval using fetchResource.voidBaseWorkerContext.dropResource(Resource r) <T extends Resource>
TBaseWorkerContext.fetchResource(Class<T> class_, String uri, Resource source) <T extends Resource>
TIWorkerContext.fetchResource(Class<T> class_, String uri, Resource source)  - 
Uses of Resource in org.hl7.fhir.r4.elementmodel
Methods in org.hl7.fhir.r4.elementmodel that return ResourceMethods in org.hl7.fhir.r4.elementmodel with parameters of type Resource - 
Uses of Resource in org.hl7.fhir.r4.fhirpath
Methods in org.hl7.fhir.r4.fhirpath with parameters of type ResourceModifier and TypeMethodDescriptionFHIRPathEngine.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 elementsbooleanFHIRPathEngine.evaluateToBoolean(Object appInfo, Resource focusResource, Resource rootResource, Base base, ExpressionNode node) evaluate a path and return true or false (e.g. for an invariant)booleanFHIRPathEngine.evaluateToBoolean(Resource focusResource, Resource rootResource, Base base, String path) evaluate a path and return true or false (e.g. for an invariant)booleanFHIRPathEngine.evaluateToBoolean(Resource focusResource, Resource rootResource, Base base, ExpressionNode node) evaluate a path and return true or false (e.g. for an invariant) - 
Uses of Resource in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return ResourceModifier and TypeMethodDescriptionstatic ResourceFormatUtilities.loadFile(InputStream source) static Resourcestatic ResourceFormatUtilities.loadFileTight(InputStream source) static ResourceFormatUtilities.loadFileTight(String path) IParser.parse(byte[] bytes) parse content that is known to be a resourceIParser.parse(InputStream input) parse content that is known to be a resourceparse content that is known to be a resourceJsonParserBase.parse(com.google.gson.JsonObject json) parse xml that is known to be a resource, and that has already been read into a JSON objectJsonParserBase.parse(InputStream input) ParserBase.parse(byte[] bytes) RdfParserBase.parse(InputStream input) XmlParserBase.parse(InputStream input) Parse content that is known to be a resource @XmlParserBase.parse(org.xmlpull.v1.XmlPullParser xpp) parse xml that is known to be a resource, and that is already being read by an XML Pull Parser This is if a resource is in a bigger piece of XMLprotected ResourceJsonParser.parseResource(com.google.gson.JsonObject json) protected abstract ResourceJsonParserBase.parseResource(com.google.gson.JsonObject json) protected ResourceXmlParser.parseResource(org.xmlpull.v1.XmlPullParser xpp) protected abstract ResourceXmlParserBase.parseResource(org.xmlpull.v1.XmlPullParser xpp) protected ResourceXmlParserBase.parseResourceContained(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r4.formats with parameters of type ResourceModifier and TypeMethodDescriptionvoidIParser.compose(OutputStream stream, Resource resource) Compose a resource to a stream, possibly using pretty presentation for a human reader (used in the spec, for example, but not normally in production)voidJsonParserBase.compose(OutputStream stream, Resource resource) Compose a resource to a stream, possibly using pretty presentation for a human reader (used in the spec, for example, but not normally in production)voidJsonParserBase.compose(JsonCreator writer, Resource resource) Compose a resource using a pre-existing JsonWritervoidRdfParserBase.compose(OutputStream stream, Resource resource) voidXmlParserBase.compose(OutputStream stream, Resource resource) Compose a resource to a stream, possibly using pretty presentation for a human reader (used in the spec, for example, but not normally in production) @voidXmlParserBase.compose(OutputStream stream, Resource resource, boolean htmlPretty) Compose a resource to a stream, possibly using pretty presentation for a human reader, and maybe a different choice in the xhtml narrative (used in the spec in one place, but should not be used in production) @voidXmlParserBase.compose(org.hl7.fhir.utilities.xml.IXMLWriter writer, Resource resource, boolean htmlPretty) byte[]IParser.composeBytes(Resource resource) Compose a resource to a stream, possibly using pretty presentation for a human reader (used in the spec, for example, but not normally in production)byte[]ParserBase.composeBytes(Resource resource) protected voidJsonParser.composeNamedReference(String name, Resource resource) protected voidJsonParser.composeResource(Resource resource) protected abstract voidJsonParserBase.composeResource(Resource resource) protected voidRdfParser.composeResource(Turtle.Complex t, String parentType, String name, Resource element, int index) protected voidRdfParser.composeResource(Turtle.Complex parent, Resource resource) protected abstract voidRdfParserBase.composeResource(Turtle.Complex complex, Resource resource) protected voidXmlParser.composeResource(String name, Resource resource) protected voidXmlParser.composeResource(Resource resource) protected abstract voidXmlParserBase.composeResource(String name, Resource res) protected abstract voidXmlParserBase.composeResource(Resource resource) protected voidXmlParser.composeResourceAttributes(Resource element) protected voidJsonParser.composeResourceElements(Resource element) protected voidXmlParser.composeResourceElements(Resource element) IParser.composeString(Resource resource) Compose a resource to a stream, possibly using pretty presentation for a human reader (used in the spec, for example, but not normally in production)ParserBase.composeString(Resource resource) protected voidXmlParser.parseResourceAttributes(org.xmlpull.v1.XmlPullParser xpp, Resource res) protected booleanXmlParser.parseResourceContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Resource res) protected voidJsonParser.parseResourceProperties(com.google.gson.JsonObject json, Resource res)  - 
Uses of Resource in org.hl7.fhir.r4.hapi.ctx
Methods in org.hl7.fhir.r4.hapi.ctx with type parameters of type ResourceModifier and TypeMethodDescription<T extends Resource>
THapiWorkerContext.fetchResource(Class<T> theClass, String theUri) <T extends Resource>
THapiWorkerContext.fetchResource(Class<T> theClass, String theUri, String theVersion) <T extends Resource>
THapiWorkerContext.fetchResource(Class<T> theClass, String theUri, Resource resource) HapiWorkerContext.fetchResourcesByType(Class<T> aClass) <T extends Resource>
THapiWorkerContext.fetchResourceWithException(Class<T> theClass, String theUri) <T extends Resource>
booleanHapiWorkerContext.hasResource(Class<T> theClass_, String theUri) Methods in org.hl7.fhir.r4.hapi.ctx that return ResourceModifier and TypeMethodDescriptionHapiWorkerContext.fetchResourceById(String theType, String theUri) Methods in org.hl7.fhir.r4.hapi.ctx with parameters of type ResourceModifier and TypeMethodDescriptionvoidHapiWorkerContext.cacheResource(Resource theRes) <T extends Resource>
THapiWorkerContext.fetchResource(Class<T> theClass, String theUri, Resource resource)  - 
Uses of Resource in org.hl7.fhir.r4.model
Subclasses of Resource in org.hl7.fhir.r4.modelModifier and TypeClassDescriptionclassA financial tool for tracking value accrued for a particular purpose.classThis resource allows for the definition of some activity to be performed, independent of a particular patient, practitioner, or other performance context.classActual or potential/avoided event causing unintended physical injury resulting from or contributed to by medical care, a research study or other healthcare setting factors that requires additional monitoring, treatment, or hospitalization, or that results in death.classRisk of harmful or undesirable, physiological response which is unique to an individual and associated with exposure to a substance.classA booking of a healthcare event among patient(s), practitioner(s), related person(s) and/or device(s) for a specific date/time.classA reply to an appointment request for a patient and/or practitioner(s), such as a confirmation or rejection.classA record of an event made for purposes of maintaining a security log.classclassBasic is used for handling concepts not yet defined in FHIR, narrative-only resources that don't map to an existing resource, and custom resources not appropriate for inclusion in the FHIR specification.classA resource that represents the data of a single raw artifact as digital content accessible in its native format.classA material substance originating from a biological entity intended to be transplanted or infused into another (possibly the same) biological entity.classRecord details about an anatomical structure.classA container for a collection of resources.classA Capability Statement documents a set of capabilities (behaviors) of a FHIR Server for a particular version of FHIR that may be used as a statement of actual server functionality or a statement of required or desired server implementation.classDescribes 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.classThe Care Team includes all the people and organizations who plan to participate in the coordination and delivery of care for a patient.classCatalog entries are wrappers that contextualize items included in a catalog.classThe 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.classThe ChargeItemDefinition resource provides the properties that apply to the (billing) codes necessary to calculate costs and prices.classA 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.classThis resource provides the adjudication details from the processing of a Claim resource.classA 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.classThe CodeSystem resource is used to declare the existence of and describe a code system or code system supplement and its key properties, and optionally define a part or all of its content.classAn occurrence of information being transmitted; e.g. an alert that was sent to a responsible provider, a public health agency that was notified about a reportable condition.classA request to convey information; e.g. the CDS system proposes that an alert be sent to a responsible provider, the CDS system proposes that the public health agency be notified about a reportable condition.classA compartment definition that defines how resources are accessed on a server.classA 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.classA 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.classA clinical condition, problem, diagnosis, or other event, situation, issue, or clinical concept that has risen to a level of concern.classA record of a healthcare consumer?s choices, which permits or denies identified recipient(s) or recipient role(s) to perform one or more actions within a given policy context, for specific purposes and periods of time.classLegally enforceable, formally recorded unilateral or bilateral directive i.e., a policy or agreement.classFinancial instrument which may be used to reimburse or pay for health care products and services.classThe 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.classThis resource provides eligibility and plan details from the processing of an CoverageEligibilityRequest resource.classIndicates an actual or potential clinical issue with or between one or more active or proposed clinical actions for a patient; e.g.classA type of a manufactured item that is used in the provision of healthcare without being substantially changed through that activity.classThe characteristics, operational status and capabilities of a medical-related component of a medical device.classDescribes a measurement, calculation or setting capability of a medical device.classRepresents a request for a patient to employ a medical device.classA record of a device being used by a patient where the record is the result of a report from the patient or another clinician.classThe findings and interpretation of diagnostic tests performed on patients, groups of patients, devices, and locations, and/or specimens derived from these.classA collection of documents compiled for a purpose together with metadata that applies to the collection.classA reference to a document of any kind for any purpose.classA resource that includes narrative, extensions, and contained resources.classThe EffectEvidenceSynthesis resource describes the difference in an outcome between exposures states in a population where the effect estimate is derived from a combination of research studies.classAn interaction between a patient and healthcare provider(s) for the purpose of providing healthcare service(s) or assessing the health status of a patient.classThe technical details of an endpoint that can be used for electronic services, such as for web services providing XDS.b or a REST endpoint for another FHIR server.classThis resource provides the insurance enrollment details to the insurer regarding a specified coverage.classThis resource provides enrollment and plan details from the processing of an EnrollmentRequest resource.classAn association between a patient and an organization / healthcare provider(s) during which time encounters may occur.classThe EventDefinition resource provides a reusable description of when a particular event can occur.classThe Evidence resource describes the conditional state (population and any exposures being compared within the population) and outcome (if specified) that the knowledge (evidence, assertion, recommendation) is about.classThe EvidenceVariable resource describes a "PICO" element that knowledge (evidence, assertion, recommendation) is about.classExample of workflow instance.classThis 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.classSignificant health conditions for a person related to the patient relevant in the context of care for the patient.classProspective warnings of potential issues when providing care to the patient.classDescribes the intended objective(s) for a patient, group or organization care, for example, weight loss, restoring an activity of daily living, obtaining herd immunity via immunization, meeting a process improvement objective, etc.classA formal computable definition of a graph of resources - that is, a coherent set of resources that form a graph by following references.classRepresents a defined collection of entities that may be discussed or acted upon collectively but which are not expected to act collectively, and are not formally or legally recognized; i.e. a collection of entities that isn't an Organization.classA guidance response is the formal response to a guidance request, including any output parameters returned by the evaluation, as well as the description of any proposed actions to be taken.classThe details of a healthcare service available at a location.classRepresentation of the content produced in a DICOM imaging study.classDescribes 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.classDescribes a comparison of an immunization event against published recommendations to determine if the administration is "valid" in relation to those recommendations.classA patient's point-in-time set of recommendations (i.e. forecasting) according to a published schedule with optional supporting justification.classA set of rules of how a particular interoperability or standards problem is solved - typically through the use of FHIR resources.classDetails of a Health Insurance product/plan provided by an organization.classInvoice containing collected ChargeItems from an Account with calculated individual and total price for Billing purpose.classThe Library resource is a general-purpose container for knowledge asset definitions.classIdentifies two or more records (resource instances) that refer to the same real-world "occurrence".classA list is a curated collection of resources.classDetails and position information for a physical place where services are provided and resources and participants may be stored, found, contained, or accommodated.classThe Measure resource provides the definition of a quality measure.classThe MeasureReport resource contains the results of the calculation of a measure; and optionally a reference to the resources involved in that calculation.classA photo, video, or audio recording acquired or used in healthcare.classThis resource is primarily used for the identification and definition of a medication for the purposes of prescribing, dispensing, and administering a medication as well as for making statements about medication use.classDescribes the event of a patient consuming or otherwise being administered a medication.classIndicates that a medication product is to be or has been dispensed for a named person/patient.classInformation about a medication that is used to support knowledge.classAn order or request for both supply of the medication and the instructions for administration of the medication to a patient.classA record of a medication that is being consumed by a patient.classDetailed definition of a medicinal product, typically for uses other than direct patient care (e.g. regulatory use).classThe regulatory authorization of a medicinal product.classThe clinical particulars - indications, contraindications etc. of a medicinal product, including for regulatory purposes.classIndication for the Medicinal Product.classAn ingredient of a manufactured item or pharmaceutical product.classThe interactions of the medicinal product with other medicinal products, or other forms of interactions.classThe manufactured item as contained in the packaged medicinal product.classA medicinal product in a container or package.classA pharmaceutical product described in terms of its composition and dose form.classDescribe the undesirable effects of the medicinal product.classDefines the characteristics of a message that can be shared between systems, including the type of event that initiates the message, the content to be transmitted and what response(s), if any, are permitted.classThe header for a message exchange that is either requesting or responding to an action.classCommon Ancestor declaration for conformance and knowledge artifact resources.classRaw data describing a biological sequence.classA curated namespace that issues unique symbols within that namespace for the identification of concepts, people, devices, etc.classA request to supply a diet, formula feeding (enteral) or oral nutritional supplement to a patient/resident.classMeasurements and simple assertions made about a patient, device or other subject.classSet of definitional characteristics for a kind of observation or measurement produced or consumed by an orderable health care service.classA formal computable definition of an operation (on the RESTful interface) or a named query (using the search interaction).classA collection of error, warning, or information messages that result from a system action.classA formally or informally recognized grouping of people or organizations formed for the purpose of achieving some form of collective action.classDefines an affiliation/assotiation/relationship between 2 distinct oganizations, that is not a part-of relationship/sub-division relationship.classThis resource is a non-persisted resource used to pass information into and back from an [operation](operations.html).classDemographics and other administrative information about an individual or animal receiving care or other health-related services.classThis resource provides the status of the payment for goods and services rendered, and the request and response resource references.classThis resource provides the details including amount of a payment and allocates the payment items being paid.classDemographics and administrative information about a person independent of a specific health-related context.classThis resource allows for the definition of various types of plans as a sharable, consumable, and executable artifact.classA person who is directly or indirectly involved in the provisioning of healthcare.classA specific set of Roles/Locations/specialties/services that a practitioner may perform at an organization for a period of time.classAn action that is or was performed on or for a patient.classProvenance of a resource is a record that describes entities and processes involved in producing and delivering or otherwise influencing that resource.classA structured set of questions intended to guide the collection of answers from end-users.classA structured set of questions and their answers.classInformation about a person that is involved in the care for a patient, but who is not the target of healthcare, nor has a formal responsibility in the care process.classA group of related requests that can be used to capture intended activities that have inter-dependencies such as "give this medication after that one".classThe ResearchDefinition resource describes the conditional state (population and any exposures being compared within the population) and outcome (if specified) that the knowledge (evidence, assertion, recommendation) is about.classThe ResearchElementDefinition resource describes a "PICO" element that knowledge (evidence, assertion, recommendation) is about.classA process where a researcher or organization plans and then executes a series of steps intended to increase the field of healthcare-related knowledge.classA physical entity which is the primary unit of operational and/or administrative interest in a study.classAn assessment of the likely outcome(s) for a patient or other subject as well as the likelihood of each outcome.classThe RiskEvidenceSynthesis resource describes the likelihood of an outcome in a population plus exposure state where the risk estimate is derived from a combination of research studies.classA container for slots of time that may be available for booking appointments.classA search parameter that defines a named search item that can be used to search/filter on a resource.classA record of a request for service such as diagnostic investigations, treatments, or operations to be performed.classA slot of time on a schedule that may be available for booking appointments.classA sample to be used for analysis.classA kind of specimen with associated set of requirements.classA definition of a FHIR structure.classA Map of relationships between 2 structures that can be used to transform data.classThe subscription resource is used to define a push-based subscription from a server to another system.classA homogeneous material with a definite composition.classNucleic acids are defined by three distinct elements: the base, sugar and linkage.classTodo.classA 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.classTodo.classSource 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.classThe detailed description of a substance, typically at a level beyond what is used for prescribing.classRecord of delivery of what is supplied.classA record of a request for a medication, substance or device used in the healthcare setting.classA task to be performed.classA 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.classA summary of information based on the results of executing a TestScript.classA structured set of tests against a FHIR server or client implementation to determine compliance against the FHIR specification.classA ValueSet resource instance specifies a set of codes drawn from one or more code systems, intended for use in a particular context.classDescribes validation requirements, source(s), status and dates for one or more elements.classAn authorization for the provision of glasses and/or contact lenses to a patient.Fields in org.hl7.fhir.r4.model declared as ResourceModifier and TypeFieldDescriptionprotected ResourceAppointment.AppointmentParticipantComponent.actorTargetThe actual object that is the target of the reference (A Person, Location/HealthcareService or Device that is participating in the appointment.)protected ResourceAppointmentResponse.actorTargetThe actual object that is the target of the reference (A Person, Location, HealthcareService, or Device that is participating in the appointment.)protected ResourceChargeItem.ChargeItemPerformerComponent.actorTargetThe actual object that is the target of the reference (The device, practitioner, etc. who performed or participated in the service.)protected ResourceImagingStudy.ImagingStudySeriesPerformerComponent.actorTargetThe actual object that is the target of the reference (Indicates who or what performed the series.)protected ResourceImmunization.ImmunizationPerformerComponent.actorTargetThe actual object that is the target of the reference (The practitioner or organization who performed the action.)protected ResourceInvoice.InvoiceParticipantComponent.actorTargetThe actual object that is the target of the reference (The device, practitioner, etc. who performed or participated in the service.)protected ResourceMedicationAdministration.MedicationAdministrationPerformerComponent.actorTargetThe actual object that is the target of the reference (Indicates who or what performed the medication administration.)protected ResourceMedicationDispense.MedicationDispensePerformerComponent.actorTargetThe actual object that is the target of the reference (The device, practitioner, etc. who performed the action.protected ResourceProcedure.ProcedurePerformerComponent.actorTargetThe actual object that is the target of the reference (The practitioner who was involved in the procedure.)protected ResourceAllergyIntolerance.asserterTargetThe actual object that is the target of the reference (The source of the information about the allergy that is recorded.)protected ResourceCondition.asserterTargetThe actual object that is the target of the reference (Individual who is making the condition statement.)protected ResourceProcedure.asserterTargetThe actual object that is the target of the reference (Individual who is making the procedure statement.)protected ResourceClinicalImpression.assessorTargetThe actual object that is the target of the reference (The clinician performing the assessment.)protected ResourceDocumentReference.authenticatorTargetThe actual object that is the target of the reference (Which person or organization authenticates that this document is valid.)protected ResourceAdverseEvent.AdverseEventSuspectEntityCausalityComponent.authorTargetThe actual object that is the target of the reference (AdverseEvent.suspectEntity.causalityAuthor.)protected ResourceBasic.authorTargetThe actual object that is the target of the reference (Indicates who was responsible for creating the resource instance.)protected ResourceCarePlan.authorTargetThe actual object that is the target of the reference (When populated, the author is responsible for the care plan.protected ResourceContract.authorTargetThe actual object that is the target of the reference (The individual or organization that authored the Contract definition, derivative, or instance in any legal state.)protected ResourceDetectedIssue.authorTargetThe actual object that is the target of the reference (Individual or device responsible for the issue being raised.protected ResourceDetectedIssue.DetectedIssueMitigationComponent.authorTargetThe actual object that is the target of the reference (Identifies the practitioner who determined the mitigation and takes responsibility for the mitigation step occurring.)protected ResourceFlag.authorTargetThe actual object that is the target of the reference (The person, organization or device that created the flag.)protected ResourceLinkage.authorTargetThe actual object that is the target of the reference (Identifies the user or organization responsible for asserting the linkages as well as the user or organization who establishes the context in which the nature of each linkage is evaluated.)protected ResourceMessageHeader.authorTargetThe actual object that is the target of the reference (The logical author of the message - the person or device that decided the described event should happen.protected ResourceQuestionnaireResponse.authorTargetThe actual object that is the target of the reference (Person who received the answers to the questions in the QuestionnaireResponse and recorded them in the system.)protected ResourceRequestGroup.authorTargetThe actual object that is the target of the reference (Provides a reference to the author of the request group.)protected ResourceRiskAssessment.basedOnTargetThe actual object that is the target of the reference (A reference to the request that is fulfilled by this risk assessment.)protected ResourceEpisodeOfCare.careManagerTargetThe actual object that is the target of the reference (The practitioner that is the care manager/care coordinator for this patient.)protected ResourceBiologicallyDerivedProduct.BiologicallyDerivedProductCollectionComponent.collectorTargetThe actual object that is the target of the reference (Healthcare professional who is performing the collection.)protected ResourceSpecimen.SpecimenCollectionComponent.collectorTargetThe actual object that is the target of the reference (Person who collected the specimen.)protected ResourceEncounter.DiagnosisComponent.conditionTargetThe actual object that is the target of the reference (Reason the encounter takes place, as specified using information from another resource.protected ResourceChargeItem.contextTargetThe actual object that is the target of the reference (The encounter or episode of care that establishes the context for this event.)protected ResourceContract.ActionComponent.contextTargetThe actual object that is the target of the reference (Encounter or Episode with primary association to specified term activity.)protected ResourceMedicationAdministration.contextTargetThe actual object that is the target of the reference (The visit, admission, or other contact between patient and health care provider during which the medication administration was performed.)protected ResourceMedicationDispense.contextTargetThe actual object that is the target of the reference (The encounter or episode of care that establishes the context for this event.)protected ResourceMedicationStatement.contextTargetThe actual object that is the target of the reference (The encounter or episode of care that establishes the context for this MedicationStatement.)protected ResourceSupplyRequest.deliverFromTargetThe actual object that is the target of the reference (Where the supply is expected to come from.)protected ResourceSupplyRequest.deliverToTargetThe actual object that is the target of the reference (Where the supply is destined to go.)protected ResourceEncounter.EncounterHospitalizationComponent.destinationTargetThe actual object that is the target of the reference (Location/organization to which the patient is discharged.)protected ResourceMedia.deviceTargetThe actual object that is the target of the reference (The device used to collect the media.)protected ResourceObservation.deviceTargetThe actual object that is the target of the reference (The device used to generate the observation data.)protected ResourceChargeItem.entererTargetThe actual object that is the target of the reference (The device, practitioner, etc. who entered the charge item.)protected ResourceClaim.entererTargetThe actual object that is the target of the reference (Individual who created the claim, predetermination or preauthorization.)protected ResourceCoverageEligibilityRequest.entererTargetThe actual object that is the target of the reference (Person who created the request.)protected ResourceExplanationOfBenefit.entererTargetThe actual object that is the target of the reference (Individual who created the claim, predetermination or preauthorization.)protected ResourceMessageHeader.entererTargetThe actual object that is the target of the reference (The person or device that performed the data entry leading to this message.protected ResourceGroup.GroupMemberComponent.entityTargetThe actual object that is the target of the reference (A reference to the entity that is a member of the group.protected ResourceGoal.expressedByTargetThe actual object that is the target of the reference (Indicates whose goal this is - patient goal, practitioner goal, etc.)protected ResourceCoverageEligibilityRequest.DetailsComponent.facilityTargetThe actual object that is the target of the reference (Facility where the services will be provided.)protected ResourceComposition.SectionComponent.focusTargetThe actual object that is the target of the reference (The actual focus of the section when it is not the subject of the composition, but instead represents something or someone associated with the subject such as (for a patient subject) a spouse, parent, fetus, or donor.protected ResourceTask.focusTargetThe actual object that is the target of the reference (The request being actioned or the resource being manipulated by this task.)protected ResourceTask.for_TargetThe actual object that is the target of the reference (The entity who benefits from the performance of the service specified in the task (e.g., the patient).)protected ResourceEncounter.EncounterParticipantComponent.individualTargetThe actual object that is the target of the reference (Persons involved in the encounter other than the patient.)protected ResourceMedicationStatement.informationSourceTargetThe actual object that is the target of the reference (The person or organization that provided the information about the taking of this medication.protected ResourceCoverageEligibilityRequest.SupportingInformationComponent.informationTargetThe actual object that is the target of the reference (Additional data or information such as resources, documents, images etc. including references to the data or the actual inclusion of the data.)protected ResourceAdverseEvent.AdverseEventSuspectEntityComponent.instanceTargetThe actual object that is the target of the reference (Identifies the actual instance of what caused the adverse event.protected ResourceClinicalImpression.ClinicalImpressionFindingComponent.itemReferenceTargetThe actual object that is the target of the reference (Specific reference for finding or diagnosis, which may include ruled-out or resolved conditions.)protected ResourceListResource.ListEntryComponent.itemTargetThe actual object that is the target of the reference (A reference to the actual resource from which data was derived.)protected ResourceGroup.managingEntityTargetThe actual object that is the target of the reference (Entity responsible for defining and maintaining Group characteristics and/or registered members.)protected ResourceCareTeam.CareTeamParticipantComponent.memberTargetThe actual object that is the target of the reference (The specific person or organization who is participating/expected to participate in the care team.)protected ResourceAuditEvent.AuditEventSourceComponent.observerTargetThe actual object that is the target of the reference (Identifier of the source where the event was detected.)protected ResourceProvenance.ProvenanceAgentComponent.onBehalfOfTargetThe actual object that is the target of the reference (The individual, device, or organization for whom the change was made.)protected ResourceSignature.onBehalfOfTargetThe actual object that is the target of the reference (A reference to an application-usable description of the identity that is represented by the signature.)protected ResourceVerificationResult.VerificationResultAttestationComponent.onBehalfOfTargetThe actual object that is the target of the reference (When the who is asserting on behalf of another (organization or individual).)protected ResourceMedia.operatorTargetThe actual object that is the target of the reference (The person who administered the collection of the image.)protected ResourceNutritionOrder.ordererTargetThe actual object that is the target of the reference (The practitioner that holds legal responsibility for ordering the diet, nutritional supplement, or formula feedings.)protected ResourceThe actual object that is the target of the reference (Original prescription which has been superseded by this prescription to support the dispensing of pharmacy services, medications or products.)protected ResourceEncounter.EncounterHospitalizationComponent.originTargetThe actual object that is the target of the reference (The location/organization from which the patient came before admission.)protected ResourcePatient.PatientLinkComponent.otherTargetThe actual object that is the target of the reference (The other patient resource that the link refers to.)protected ResourceBundle.BundleEntryResponseComponent.outcomeAn OperationOutcome containing hints and warnings produced as part of processing this entry in a batch or transaction.protected ResourceTask.ownerTargetThe actual object that is the target of the reference (Individual organization or Device currently responsible for task execution.)protected ResourceRiskAssessment.parentTargetThe actual object that is the target of the reference (A reference to a resource that this risk assessment is part of, such as a Procedure.)protected ResourceAccount.GuarantorComponent.partyTargetThe actual object that is the target of the reference (The entity who is responsible.)protected ResourceClaim.PayeeComponent.partyTargetThe actual object that is the target of the reference (Reference to the individual or organization to whom any payment will be made.)protected ResourceComposition.CompositionAttesterComponent.partyTargetThe actual object that is the target of the reference (Who attested the composition in the specified way.)protected ResourceContract.SignatoryComponent.partyTargetThe actual object that is the target of the reference (Party which is a signator to this Contract.)protected ResourceExplanationOfBenefit.PayeeComponent.partyTargetThe actual object that is the target of the reference (Reference to the individual or organization to whom any payment will be made.)protected ResourcePaymentNotice.payeeTargetThe actual object that is the target of the reference (The party who will receive or has received payment that is the subject of this notification.)protected ResourcePaymentReconciliation.DetailsComponent.payeeTargetThe actual object that is the target of the reference (The party which is receiving the payment.)protected ResourceContract.ActionComponent.performerTargetThe actual object that is the target of the reference (Indicates who or what is being asked to perform (or not perform) the ction.)protected ResourceDeviceRequest.performerTargetThe actual object that is the target of the reference (The desired performer for doing the diagnostic testing.)protected ResourceMedicationRequest.performerTargetThe actual object that is the target of the reference (The specified desired performer of the medication treatment (e.g. the performer of the medication administration).)protected ResourceRiskAssessment.performerTargetThe actual object that is the target of the reference (The provider or software application that performed the assessment.)protected ResourceCoverage.policyHolderTargetThe actual object that is the target of the reference (The party who 'owns' the insurance policy.)protected ResourceVisionPrescription.prescriberTargetThe actual object that is the target of the reference (The healthcare professional responsible for authorizing the prescription.)protected ResourceClaim.prescriptionTargetThe actual object that is the target of the reference (Prescription to support the dispensing of pharmacy, device or vision products.)protected ResourceExplanationOfBenefit.prescriptionTargetThe actual object that is the target of the reference (Prescription to support the dispensing of pharmacy, device or vision products.)protected ResourceResearchStudy.principalInvestigatorTargetThe actual object that is the target of the reference (A researcher in a study who oversees multiple aspects of the study, such as concept development, protocol writing, protocol submission for IRB approval, participant recruitment, informed consent, data collection, analysis, interpretation and presentation.)protected ResourceClaim.CareTeamComponent.providerTargetThe actual object that is the target of the reference (Member of the team who provided the product or service.)protected ResourceClaim.providerTargetThe actual object that is the target of the reference (The provider which is responsible for the claim, predetermination or preauthorization.)protected ResourceCoverageEligibilityRequest.DetailsComponent.providerTargetThe actual object that is the target of the reference (The practitioner who is responsible for the product or service to be rendered to the patient.)protected ResourceCoverageEligibilityRequest.providerTargetThe actual object that is the target of the reference (The provider which is responsible for the request.)protected ResourceCoverageEligibilityResponse.ItemsComponent.providerTargetThe actual object that is the target of the reference (The practitioner who is eligible for the provision of the product or service.)protected ResourceEnrollmentRequest.providerTargetThe actual object that is the target of the reference (The practitioner who is responsible for the services rendered to the patient.)protected ResourceExplanationOfBenefit.CareTeamComponent.providerTargetThe actual object that is the target of the reference (Member of the team who provided the product or service.)protected ResourceExplanationOfBenefit.providerTargetThe actual object that is the target of the reference (The provider which is responsible for the claim, predetermination or preauthorization.)protected ResourcePaymentNotice.providerTargetThe actual object that is the target of the reference (The practitioner who is responsible for the services rendered to the patient.)protected ResourceContract.ContentDefinitionComponent.publisherTargetThe actual object that is the target of the reference (The individual or organization that published the Contract precursor content.)protected ResourceThe actual object that is the target of the reference (A resource reference indicating why this task needs to be performed.)protected ResourceMessageHeader.MessageDestinationComponent.receiverTargetThe actual object that is the target of the reference (Allows data conveyed by a message to be addressed to a particular person or department when routing to a specific application isn't sufficient.)protected ResourceContract.ValuedItemComponent.recipientTargetThe actual object that is the target of the reference (Who will receive payment.)protected ResourceInvoice.recipientTargetThe actual object that is the target of the reference (The individual or Organization responsible for balancing of this invoice.)protected ResourceAdverseEvent.recorderTargetThe actual object that is the target of the reference (Information on who recorded the adverse event.protected ResourceAllergyIntolerance.recorderTargetThe actual object that is the target of the reference (Individual who recorded the record and takes responsibility for its content.)protected ResourceCondition.recorderTargetThe actual object that is the target of the reference (Individual who recorded the record and takes responsibility for its content.)protected ResourceMedicationRequest.recorderTargetThe actual object that is the target of the reference (The person who entered the order on behalf of another individual for example in the case of a verbal or a telephone order.)protected ResourceProcedure.recorderTargetThe actual object that is the target of the reference (Individual who recorded the record and takes responsibility for its content.)protected ResourceCatalogEntry.referencedItemTargetThe actual object that is the target of the reference (The item in a catalog or definition.)protected ResourceCarePlan.CarePlanActivityComponent.referenceTargetThe actual object that is the target of the reference (The details of the proposed activity represented in a specific resource.)protected ResourceConsent.provisionActorComponent.referenceTargetThe actual object that is the target of the reference (The resource that identifies the actor.protected ResourceConsent.provisionDataComponent.referenceTargetThe actual object that is the target of the reference (A reference to a specific resource that defines which resources are covered by this consent.)protected ResourceContract.AssetContextComponent.referenceTargetThe actual object that is the target of the reference (Asset context reference may include the creator, custodian, or owning Person or Organization (e.g., bank, repository), location held, e.g., building, jurisdiction.)protected ResourceImplementationGuide.ImplementationGuideDefinitionResourceComponent.referenceTargetThe actual object that is the target of the reference (Where this resource is found.)protected ResourceImplementationGuide.ManifestResourceComponent.referenceTargetThe actual object that is the target of the reference (Where this resource is found.)protected ResourceImagingStudy.referrerTargetThe actual object that is the target of the reference (The requesting/referring physician.)protected ResourceDocumentManifest.DocumentManifestRelatedComponent.refTargetThe actual object that is the target of the reference (Related Resource to this DocumentManifest.protected ResourceMeasureReport.reporterTargetThe actual object that is the target of the reference (The individual, location, or organization that is reporting the data.)protected ResourceCommunicationRequest.requesterTargetThe actual object that is the target of the reference (The device, individual, or organization who initiated the request and has responsibility for its activation.)protected ResourceDeviceRequest.requesterTargetThe actual object that is the target of the reference (The individual who initiated the request and has responsibility for its activation.)protected ResourceMedicationRequest.requesterTargetThe actual object that is the target of the reference (The individual, organization, or device that initiated the request and has responsibility for its activation.)protected ResourceServiceRequest.requesterTargetThe actual object that is the target of the reference (The individual who initiated the request and has responsibility for its activation.)protected ResourceSupplyRequest.requesterTargetThe actual object that is the target of the reference (The device, practitioner, etc. who initiated the request.)protected ResourceTask.requesterTargetThe actual object that is the target of the reference (The creator of the task.)protected ResourceClaimResponse.requestorTargetThe actual object that is the target of the reference (The provider which is responsible for the claim, predetermination or preauthorization.)protected ResourceCoverageEligibilityResponse.requestorTargetThe actual object that is the target of the reference (The provider which is responsible for the request.)protected ResourcePaymentReconciliation.requestorTargetThe actual object that is the target of the reference (The practitioner who is responsible for the services rendered to the patient.)protected ResourceEnrollmentResponse.requestProviderTargetThe actual object that is the target of the reference (The practitioner who is responsible for the services rendered to the patient.)protected ResourcePaymentNotice.requestTargetThe actual object that is the target of the reference (Reference of resource for which payment is being made.)protected ResourcePaymentReconciliation.DetailsComponent.requestTargetThe actual object that is the target of the reference (A resource, such as a Claim, the evaluation of which could lead to payment.)protected ResourceBundle.BundleEntryComponent.resourceThe Resource for the entry.protected ResourceParameters.ParametersParameterComponent.resourceIf the parameter is a whole resource.protected ResourceLinkage.LinkageItemComponent.resourceTargetThe actual object that is the target of the reference (The resource instance being linked as part of the group.)protected ResourceRequestGroup.RequestGroupActionComponent.resourceTargetThe actual object that is the target of the reference (The resource that is the target of the action (e.g.protected ResourceTestScript.TestScriptFixtureComponent.resourceTargetThe actual object that is the target of the reference (Reference to the resource (containing the contents of the resource needed for operations).)protected ResourcePaymentNotice.responseTargetThe actual object that is the target of the reference (Reference of response to resource for which payment is being made.)protected ResourcePaymentReconciliation.DetailsComponent.responseTargetThe actual object that is the target of the reference (A resource, such as a ClaimResponse, which contains a commitment to payment.)protected ResourceContract.ValuedItemComponent.responsibleTargetThe actual object that is the target of the reference (Who will make payment.)protected ResourceMessageHeader.responsibleTargetThe actual object that is the target of the reference (The person or organization that accepts overall responsibility for the contents of the message.protected ResourceGuidanceResponse.resultTargetThe actual object that is the target of the reference (The actions, if any, produced by the evaluation of the artifact.)protected ResourceBinary.securityContextTargetThe actual object that is the target of the reference (This element identifies another resource that can be used as a proxy of the security sensitivity to use when deciding and enforcing access control rules for the Binary resource.protected ResourceCommunication.senderTargetThe actual object that is the target of the reference (The entity (e.g.protected ResourceCommunicationRequest.senderTargetThe actual object that is the target of the reference (The entity (e.g.protected ResourceMessageHeader.senderTargetThe actual object that is the target of the reference (Identifies the sending system to allow the use of a trust relationship.)protected ResourceBiologicallyDerivedProduct.BiologicallyDerivedProductCollectionComponent.sourceTargetThe actual object that is the target of the reference (The patient or entity, such as a hospital or vendor in the case of a processed/manipulated/manufactured product, providing the product.)protected ResourceDeviceUseStatement.sourceTargetThe actual object that is the target of the reference (Who reported the device was being used by the patient.)protected ResourceListResource.sourceTargetThe actual object that is the target of the reference (The entity responsible for deciding what the contents of the list were.protected ResourceMedicationKnowledge.MedicationKnowledgeMonographComponent.sourceTargetThe actual object that is the target of the reference (Associated documentation about the medication.)protected ResourceQuestionnaireResponse.sourceTargetThe actual object that is the target of the reference (The person who answered the questions about the subject.)protected ResourceAdverseEvent.subjectTargetThe actual object that is the target of the reference (This subject or group impacted by the event.)protected ResourceBasic.subjectTargetThe actual object that is the target of the reference (Identifies the patient, practitioner, device or any other resource that is the "focus" of this resource.)protected ResourceCarePlan.subjectTargetThe actual object that is the target of the reference (Identifies the patient or group whose intended care is described by the plan.)protected ResourceCareTeam.subjectTargetThe actual object that is the target of the reference (Identifies the patient or group whose intended care is handled by the team.)protected ResourceChargeItem.subjectTargetThe actual object that is the target of the reference (The individual or set of individuals the action is being or was performed on.)protected ResourceClinicalImpression.subjectTargetThe actual object that is the target of the reference (The patient or group of individuals assessed as part of this record.)protected ResourceCommunication.subjectTargetThe actual object that is the target of the reference (The patient or group that was the focus of this communication.)protected ResourceCommunicationRequest.subjectTargetThe actual object that is the target of the reference (The patient or group that is the focus of this communication request.)protected ResourceComposition.subjectTargetThe actual object that is the target of the reference (Who or what the composition is about.protected ResourceCondition.subjectTargetThe actual object that is the target of the reference (Indicates the patient or group who the condition record is associated with.)protected ResourceDeviceRequest.subjectTargetThe actual object that is the target of the reference (The patient who will use the device.)protected ResourceDeviceUseStatement.subjectTargetThe actual object that is the target of the reference (The patient who used the device.)protected ResourceDiagnosticReport.subjectTargetThe actual object that is the target of the reference (The subject of the report.protected ResourceDocumentManifest.subjectTargetThe actual object that is the target of the reference (Who or what the set of documents is about.protected ResourceDocumentReference.subjectTargetThe actual object that is the target of the reference (Who or what the document is about.protected ResourceEncounter.subjectTargetThe actual object that is the target of the reference (The patient or group present at the encounter.)protected ResourceFlag.subjectTargetThe actual object that is the target of the reference (The patient, location, group, organization, or practitioner etc. this is about record this flag is associated with.)protected ResourceGoal.subjectTargetThe actual object that is the target of the reference (Identifies the patient, group or organization for whom the goal is being established.)protected ResourceGuidanceResponse.subjectTargetThe actual object that is the target of the reference (The patient for which the request was processed.)protected ResourceImagingStudy.subjectTargetThe actual object that is the target of the reference (The subject, typically a patient, of the imaging study.)protected ResourceInvoice.subjectTargetThe actual object that is the target of the reference (The individual or set of individuals receiving the goods and services billed in this invoice.)protected ResourceListResource.subjectTargetThe actual object that is the target of the reference (The common subject (or patient) of the resources that are in the list if there is one.)protected ResourceMeasureReport.subjectTargetThe actual object that is the target of the reference (Optional subject identifying the individual or individuals the report is for.)protected ResourceMedia.subjectTargetThe actual object that is the target of the reference (Who/What this Media is a record of.)protected ResourceMedicationAdministration.subjectTargetThe actual object that is the target of the reference (The person or animal or group receiving the medication.)protected ResourceMedicationDispense.subjectTargetThe actual object that is the target of the reference (A link to a resource representing the person or the group to whom the medication will be given.)protected ResourceMedicationRequest.subjectTargetThe actual object that is the target of the reference (A link to a resource representing the person or set of individuals to whom the medication will be given.)protected ResourceMedicationStatement.subjectTargetThe actual object that is the target of the reference (The person, animal or group who is/was taking the medication.)protected ResourceMedicinalProductAuthorization.subjectTargetThe actual object that is the target of the reference (The medicinal product that is being authorized.)protected ResourceObservation.subjectTargetThe actual object that is the target of the reference (The patient, or group of patients, location, or device this observation is about and into whose record the observation is placed.protected ResourceProcedure.subjectTargetThe actual object that is the target of the reference (The person, animal or group on which the procedure was performed.)protected ResourceQuestionnaireResponse.subjectTargetThe actual object that is the target of the reference (The subject of the questionnaire response.protected ResourceRequestGroup.subjectTargetThe actual object that is the target of the reference (The subject for which the request group was created.)protected ResourceRiskAssessment.subjectTargetThe actual object that is the target of the reference (The patient or group the risk assessment applies to.)protected ResourceServiceRequest.subjectTargetThe actual object that is the target of the reference (On whom or what the service is to be performed.protected ResourceSpecimen.subjectTargetThe actual object that is the target of the reference (Where the specimen came from.protected ResourcePaymentReconciliation.DetailsComponent.submitterTargetThe actual object that is the target of the reference (The party which submitted the claim or financial transaction.)protected ResourceCoverage.subscriberTargetThe actual object that is the target of the reference (The party who has signed-up for or 'owns' the contractual relationship to the policy or to whom the benefit of the policy for services rendered to them or their family is due.)protected ResourceSupplyDelivery.supplierTargetThe actual object that is the target of the reference (The individual responsible for dispensing the medication, supplier or device.)protected ResourcePerson.PersonLinkComponent.targetTargetThe actual object that is the target of the reference (The resource to which this actual person is associated.)protected ResourceContract.ContractOfferComponent.topicTargetThe actual object that is the target of the reference (The owner of an asset has the residual control rights over the asset: the right to decide all usages of the asset in any way not inconsistent with a prior contract, custom, or law (Hart, 1995, p. 30).)protected ResourceConsent.ConsentVerificationComponent.verifiedWithTargetThe actual object that is the target of the reference (Who verified the instruction (Patient, Relative or other Authorized Person).)protected ResourceAuditEvent.AuditEventEntityComponent.whatTargetThe actual object that is the target of the reference (Identifies a specific instance of the entity.protected ResourceProvenance.ProvenanceEntityComponent.whatTargetThe actual object that is the target of the reference (Identity of the Entity used.protected ResourceAuditEvent.AuditEventAgentComponent.whoTargetThe actual object that is the target of the reference (Reference to who this agent is that was involved in the event.)protected ResourceProvenance.ProvenanceAgentComponent.whoTargetThe actual object that is the target of the reference (The individual, device or organization that participated in the event.)protected ResourceSignature.whoTargetThe actual object that is the target of the reference (A reference to an application-usable description of the identity that signed (e.g. the signature used their private key).)protected ResourceVerificationResult.VerificationResultAttestationComponent.whoTargetThe actual object that is the target of the reference (The individual or organization attesting to information.)protected ResourceVerificationResult.VerificationResultPrimarySourceComponent.whoTargetThe actual object that is the target of the reference (Reference to the primary source.)Fields in org.hl7.fhir.r4.model with type parameters of type ResourceModifier and TypeFieldDescriptionCommunication.aboutTargetThe actual objects that are the target of the reference (Other resources that pertain to this communication and to which this communication should be associated.)CommunicationRequest.aboutTargetThe actual objects that are the target of the reference (Other resources that pertain to this communication request and to which this communication request should be associated.)Schedule.actorTargetThe actual objects that are the target of the reference (Slots that reference this schedule resource provide the availability details to these referenced resource(s).)Goal.addressesTargetThe actual objects that are the target of the reference (The identified conditions and other health record elements that are intended to be addressed by the goal.)Condition.ConditionStageComponent.assessmentTargetThe actual objects that are the target of the reference (Reference to a formal record of the evidence on which the staging assessment is based.)Composition.authorTargetThe actual objects that are the target of the reference (Identifies who is responsible for the information in the composition, not necessarily who typed it in.)Composition.SectionComponent.authorTargetThe actual objects that are the target of the reference (Identifies who is responsible for the information in this section, not necessarily who typed it in.)DocumentManifest.authorTargetThe actual objects that are the target of the reference (Identifies who is the author of the manifest.DocumentReference.authorTargetThe actual objects that are the target of the reference (Identifies who is responsible for adding the information to the document.)Communication.basedOnTargetThe actual objects that are the target of the reference (An order, proposal or plan fulfilled in whole or in part by this Communication.)CommunicationRequest.basedOnTargetThe actual objects that are the target of the reference (A plan or proposal that is fulfilled in whole or in part by this request.)DeviceRequest.basedOnTargetThe actual objects that are the target of the reference (Plan/proposal/order fulfilled by this request.)DiagnosticReport.basedOnTargetThe actual objects that are the target of the reference (Details concerning a service requested.)ImagingStudy.basedOnTargetThe actual objects that are the target of the reference (A list of the diagnostic requests that resulted in this imaging study being performed.)Media.basedOnTargetThe actual objects that are the target of the reference (A procedure that is fulfilled in whole or in part by the creation of this media.)MedicationRequest.basedOnTargetThe actual objects that are the target of the reference (A plan or request that is fulfilled in whole or in part by this medication request.)MedicationStatement.basedOnTargetThe actual objects that are the target of the reference (A plan, proposal or order that is fulfilled in whole or in part by this event.)Observation.basedOnTargetThe actual objects that are the target of the reference (A plan, proposal or order that is fulfilled in whole or in part by this event.Procedure.basedOnTargetThe actual objects that are the target of the reference (A reference to a resource that contains details of the request for this procedure.)QuestionnaireResponse.basedOnTargetThe actual objects that are the target of the reference (The order, proposal or plan that is fulfilled in whole or in part by this QuestionnaireResponse.RequestGroup.basedOnTargetThe actual objects that are the target of the reference (A plan, proposal or order that is fulfilled in whole or in part by this request.)ServiceRequest.basedOnTargetThe actual objects that are the target of the reference (Plan/proposal/order fulfilled by this request.)Task.basedOnTargetThe actual objects that are the target of the reference (BasedOn refers to a higher-level authorization that triggered the creation of the task.RiskAssessment.basisTargetThe actual objects that are the target of the reference (Indicates the source data considered as part of the assessment (for example, FamilyHistory, Observations, Procedures, Conditions, etc.).)MedicinalProduct.contactTargetThe actual objects that are the target of the reference (A product specific contact, person (in a role), or an organization.)DomainResource.containedThese resources do not have an independent existence apart from the resource that contains them - they cannot be identified independently, and nor can they have their own independent transaction scope.DocumentManifest.contentTargetThe actual objects that are the target of the reference (The list of Resources that consist of the parts of this manifest.)AdverseEvent.contributorTargetThe actual objects that are the target of the reference (Parties that may or should contribute or have contributed information to the adverse event, which can consist of one or more activities.CarePlan.contributorTargetThe actual objects that are the target of the reference (Identifies the individual(s) or organization who provided the contents of the care plan.)DeviceUseStatement.derivedFromTargetThe actual objects that are the target of the reference (Allows linking the DeviceUseStatement to the underlying Request, or to other information that supports or is used to derive the DeviceUseStatement.)MedicationStatement.derivedFromTargetThe actual objects that are the target of the reference (Allows linking the MedicationStatement to the underlying MedicationRequest, or to other information that supports or is used to derive the MedicationStatement.)Observation.derivedFromTargetThe actual objects that are the target of the reference (The target resource that represents a measurement from which this observation value is derived.Composition.CompositionEventComponent.detailTargetThe actual objects that are the target of the reference (The description and/or reference of the event(s) being documented.Condition.ConditionEvidenceComponent.detailTargetThe actual objects that are the target of the reference (Links to other relevant information, including pathology reports.)CoverageEligibilityRequest.DetailsComponent.detailTargetThe actual objects that are the target of the reference (The plan/proposal/order describing the proposed service in detail.)DetectedIssue.DetectedIssueEvidenceComponent.detailTargetThe actual objects that are the target of the reference (Links to resources that constitute evidence for the detected issue such as a GuidanceResponse or MeasureReport.)DocumentReference.DocumentReferenceContextComponent.encounterTargetThe actual objects that are the target of the reference (Describes the clinical encounter or type of care that the document content is associated with.)Composition.SectionComponent.entryTargetThe actual objects that are the target of the reference (A reference to the actual resource from which the narrative in the section is derived.)MeasureReport.evaluatedResourceTargetThe actual objects that are the target of the reference (A reference to a Bundle containing the Resources that were used in the calculation of this measure.)MessageHeader.focusTargetThe actual objects that are the target of the reference (The actual data of the message - a reference to the root/focus class of the event.)Observation.focusTargetThe actual objects that are the target of the reference (The actual focus of an observation when it is not the patient of record representing something or someone associated with the patient such as a spouse, parent, fetus, or donor.Patient.generalPractitionerTargetThe actual objects that are the target of the reference (Patient's nominated care provider.)Observation.hasMemberTargetThe actual objects that are the target of the reference (This observation is a group observation (e.g. a battery, a panel of tests, a set of vital sign measurements) that includes the target as a member of the group.)DetectedIssue.implicatedTargetThe actual objects that are the target of the reference (Indicates the resource representing the current activity or proposed activity that is potentially problematic.)ChargeItemDefinition.instanceTargetThe actual objects that are the target of the reference (The defined billing details in this resource pertain to the given product instance(s).)DeviceRequest.insuranceTargetThe actual objects that are the target of the reference (Insurance plans, coverage extensions, pre-authorizations and/or pre-determinations that may be required for delivering the requested service.)MedicationRequest.insuranceTargetThe actual objects that are the target of the reference (Insurance plans, coverage extensions, pre-authorizations and/or pre-determinations that may be required for delivering the requested service.)ServiceRequest.insuranceTargetThe actual objects that are the target of the reference (Insurance plans, coverage extensions, pre-authorizations and/or pre-determinations that may be needed for delivering the requested service.)Task.insuranceTargetThe actual objects that are the target of the reference (Insurance plans, coverage extensions, pre-authorizations and/or pre-determinations that may be relevant to the Task.)ImagingStudy.interpreterTargetThe actual objects that are the target of the reference (Who read the study and interpreted the images or other content.)ClinicalImpression.ClinicalImpressionInvestigationComponent.itemTargetThe actual objects that are the target of the reference (A record of a specific investigation that was undertaken.)CarePlan.CarePlanActivityComponent.outcomeReferenceTargetThe actual objects that are the target of the reference (Details of the outcome or action resulting from the activity.RequestGroup.RequestGroupActionComponent.participantTargetThe actual objects that are the target of the reference (The participant that should perform or be responsible for this action.)Communication.partOfTargetThe actual objects that are the target of the reference (Part of this action.)Media.partOfTargetThe actual objects that are the target of the reference (A larger event of which this particular event is a component or step.)MedicationAdministration.partOfTargetThe actual objects that are the target of the reference (A larger event of which this particular event is a component or step.)MedicationStatement.partOfTargetThe actual objects that are the target of the reference (A larger event of which this particular event is a component or step.)Observation.partOfTargetThe actual objects that are the target of the reference (A larger event of which this particular Observation is a component or step.Procedure.partOfTargetThe actual objects that are the target of the reference (A larger event of which this particular procedure is a component or step.)QuestionnaireResponse.partOfTargetThe actual objects that are the target of the reference (A procedure or observation that this questionnaire was performed as part of the execution of.SupplyDelivery.partOfTargetThe actual objects that are the target of the reference (A larger event of which this particular event is a component or step.)Coverage.payorTargetThe actual objects that are the target of the reference (The program or plan underwriter or payor including both insurance and non-insurance agreements, such as patient-pay agreements.)CarePlan.CarePlanActivityDetailComponent.performerTargetThe actual objects that are the target of the reference (Identifies who's expected to be involved in the activity.)Consent.performerTargetThe actual objects that are the target of the reference (Either the Grantor, which is the entity responsible for granting the rights listed in a Consent Directive or the Grantee, which is the entity responsible for complying with the Consent Directive, including any obligations or limitations on authorizations and enforcement of prohibitions.)DiagnosticReport.performerTargetThe actual objects that are the target of the reference (The diagnostic service that is responsible for issuing the report.)Observation.performerTargetThe actual objects that are the target of the reference (Who was responsible for asserting the observed value as "true".)ServiceRequest.performerTargetThe actual objects that are the target of the reference (The desired performer for doing the requested service.DeviceRequest.priorRequestTargetThe actual objects that are the target of the reference (The request takes the place of the referenced completed or terminated request(s).)ClinicalImpression.problemTargetThe actual objects that are the target of the reference (A list of the relevant problems/conditions for a patient.)TestScript.profileTargetThe actual objects that are the target of the reference (Reference to the profile to be used for validation.)ClaimResponse.AddedItemComponent.providerTargetThe actual objects that are the target of the reference (The providers who are authorized for the services rendered to the patient.)ExplanationOfBenefit.AddedItemComponent.providerTargetThe actual objects that are the target of the reference (The providers who are authorized for the services rendered to the patient.)Appointment.reasonReferenceTargetThe actual objects that are the target of the reference (Reason the appointment has been scheduled to take place, as specified using information from another resource.CarePlan.CarePlanActivityDetailComponent.reasonReferenceTargetThe actual objects that are the target of the reference (Indicates another resource, such as the health condition(s), whose existence justifies this request and drove the inclusion of this particular activity as part of the plan.)Communication.reasonReferenceTargetThe actual objects that are the target of the reference (Indicates another resource whose existence justifies this communication.)CommunicationRequest.reasonReferenceTargetThe actual objects that are the target of the reference (Indicates another resource whose existence justifies this request.)Contract.ActionComponent.reasonReferenceTargetThe actual objects that are the target of the reference (Indicates another resource whose existence justifies permitting or not permitting this action.)DeviceRequest.reasonReferenceTargetThe actual objects that are the target of the reference (Reason or justification for the use of this device.)DeviceUseStatement.reasonReferenceTargetThe actual objects that are the target of the reference (Indicates another resource whose existence justifies this DeviceUseStatement.)Encounter.reasonReferenceTargetThe actual objects that are the target of the reference (Reason the encounter takes place, expressed as a code.FamilyMemberHistory.reasonReferenceTargetThe actual objects that are the target of the reference (Indicates a Condition, Observation, AllergyIntolerance, or QuestionnaireResponse that justifies this family member history event.)GuidanceResponse.reasonReferenceTargetThe actual objects that are the target of the reference (Indicates the reason the request was initiated.ImagingStudy.reasonReferenceTargetThe actual objects that are the target of the reference (Indicates another resource whose existence justifies this Study.)Immunization.reasonReferenceTargetThe actual objects that are the target of the reference (Condition, Observation or DiagnosticReport that supports why the immunization was administered.)MedicationAdministration.reasonReferenceTargetThe actual objects that are the target of the reference (Condition or observation that supports why the medication was administered.)MedicationRequest.reasonReferenceTargetThe actual objects that are the target of the reference (Condition or observation that supports why the medication was ordered.)MedicationStatement.reasonReferenceTargetThe actual objects that are the target of the reference (Condition or observation that supports why the medication is being/was taken.)Procedure.reasonReferenceTargetThe actual objects that are the target of the reference (The justification of why the procedure was performed.)RequestGroup.reasonReferenceTargetThe actual objects that are the target of the reference (Indicates another resource whose existence justifies this request group.)RiskAssessment.reasonReferenceTargetThe actual objects that are the target of the reference (Resources supporting the reason the risk assessment was performed.)ServiceRequest.reasonReferenceTargetThe actual objects that are the target of the reference (Indicates another resource that provides a justification for why this service is being requested.SupplyRequest.reasonReferenceTargetThe actual objects that are the target of the reference (The reason why the supply item was requested.)MedicationDispense.receiverTargetThe actual objects that are the target of the reference (Identifies the person who picked up the medication.SupplyDelivery.receiverTargetThe actual objects that are the target of the reference (Identifies the person who picked up the Supply.)Communication.recipientTargetThe actual objects that are the target of the reference (The entity (e.g.CommunicationRequest.recipientTargetThe actual objects that are the target of the reference (The entity (e.g.DocumentManifest.recipientTargetThe actual objects that are the target of the reference (A patient, practitioner, or organization for which this set of documents is intended.)Task.TaskRestrictionComponent.recipientTargetThe actual objects that are the target of the reference (For requests that are targeted to more than on potential recipient/target, for whom is fulfillment sought?)Contract.ActionSubjectComponent.referenceTargetThe actual objects that are the target of the reference (The entity the action is performed or not performed on or for.)Contract.ContractPartyComponent.referenceTargetThe actual objects that are the target of the reference (Participant in the offer.)DocumentReference.DocumentReferenceContextComponent.relatedTargetThe actual objects that are the target of the reference (Related identifiers or resources associated with the DocumentReference.)RequestGroup.replacesTargetThe actual objects that are the target of the reference (Completed or terminated request(s) whose function is taken by this new request.)Procedure.reportTargetThe actual objects that are the target of the reference (This could be a histology result, pathology report, surgical report, etc.)Contract.ActionComponent.requesterTargetThe actual objects that are the target of the reference (Who or what initiated the action and has responsibility for its activation.)MedicationDispense.MedicationDispenseSubstitutionComponent.responsiblePartyTargetThe actual objects that are the target of the reference (The person or organization that has primary responsibility for the substitution.)DiagnosticReport.resultsInterpreterTargetThe actual objects that are the target of the reference (The practitioner or organization that is responsible for the report's conclusions and interpretations.)ChargeItem.serviceTargetThe actual objects that are the target of the reference (Indicated the rendered service that caused this charge.)AdverseEvent.subjectMedicalHistoryTargetThe actual objects that are the target of the reference (AdverseEvent.subjectMedicalHistory.)Account.subjectTargetThe actual objects that are the target of the reference (Identifies the entity which incurs the expenses.Contract.subjectTargetThe actual objects that are the target of the reference (The target entity impacted by or of interest to parties to the agreement.)MedicinalProductContraindication.subjectTargetThe actual objects that are the target of the reference (The medication for which this is an indication.)MedicinalProductIndication.subjectTargetThe actual objects that are the target of the reference (The medication for which this is an indication.)MedicinalProductInteraction.subjectTargetThe actual objects that are the target of the reference (The medication for which this is a described interaction.)MedicinalProductUndesirableEffect.subjectTargetThe actual objects that are the target of the reference (The medication for which this is an indication.)SupplyRequest.supplierTargetThe actual objects that are the target of the reference (Who is intended to fulfill the request.)ImmunizationRecommendation.ImmunizationRecommendationRecommendationComponent.supportingImmunizationTargetThe actual objects that are the target of the reference (Immunization event history and/or evaluation that supports the status and recommendation.)Appointment.supportingInformationTargetThe actual objects that are the target of the reference (Additional information to support the appointment provided when making the appointment.)ChargeItem.supportingInformationTargetThe actual objects that are the target of the reference (Further information supporting this charge.)MedicationAdministration.supportingInformationTargetThe actual objects that are the target of the reference (Additional information (for example, patient height and weight) that supports the administration of the medication.)MedicationDispense.supportingInformationTargetThe actual objects that are the target of the reference (Additional information that supports the medication being dispensed.)MedicationRequest.supportingInformationTargetThe actual objects that are the target of the reference (Include additional information (for example, patient height and weight) that supports the ordering of the medication.)CarePlan.supportingInfoTargetThe actual objects that are the target of the reference (Identifies portions of the patient's record that specifically influenced the formation of the plan.ClinicalImpression.supportingInfoTargetThe actual objects that are the target of the reference (Information supporting the clinical impression.)Contract.supportingInfoTargetThe actual objects that are the target of the reference (Information that may be needed by/relevant to the performer in their execution of this term action.)DeviceRequest.supportingInfoTargetThe actual objects that are the target of the reference (Additional clinical information about the patient that may influence the request fulfilment.ServiceRequest.supportingInfoTargetThe actual objects that are the target of the reference (Additional clinical information about the patient or specimen that may influence the services or their interpretations.ImmunizationRecommendation.ImmunizationRecommendationRecommendationComponent.supportingPatientInformationTargetThe actual objects that are the target of the reference (Patient Information that supports the status and recommendation.Provenance.targetTargetThe actual objects that are the target of the reference (The Reference(s) that were generated or updated by the activity described in this resource.VerificationResult.targetTargetThe actual objects that are the target of the reference (A resource that was validated.)Contract.ContractAssetComponent.typeReferenceTargetThe actual objects that are the target of the reference (Associated entities.)Procedure.usedReferenceTargetThe actual objects that are the target of the reference (Identifies medications, devices and any other substance used as part of the procedure.)Methods in org.hl7.fhir.r4.model that return ResourceModifier and TypeMethodDescriptionBase.castToResource(Base b) abstract ResourceResource.copy()static ResourceResourceFactory.createResource(String name) Appointment.AppointmentParticipantComponent.getActorTarget()AppointmentResponse.getActorTarget()ChargeItem.ChargeItemPerformerComponent.getActorTarget()ImagingStudy.ImagingStudySeriesPerformerComponent.getActorTarget()Immunization.ImmunizationPerformerComponent.getActorTarget()Invoice.InvoiceParticipantComponent.getActorTarget()MedicationAdministration.MedicationAdministrationPerformerComponent.getActorTarget()MedicationDispense.MedicationDispensePerformerComponent.getActorTarget()Procedure.ProcedurePerformerComponent.getActorTarget()AllergyIntolerance.getAsserterTarget()Condition.getAsserterTarget()Procedure.getAsserterTarget()ClinicalImpression.getAssessorTarget()DocumentReference.getAuthenticatorTarget()AdverseEvent.AdverseEventSuspectEntityCausalityComponent.getAuthorTarget()Basic.getAuthorTarget()CarePlan.getAuthorTarget()Contract.getAuthorTarget()DetectedIssue.DetectedIssueMitigationComponent.getAuthorTarget()DetectedIssue.getAuthorTarget()Flag.getAuthorTarget()Linkage.getAuthorTarget()MessageHeader.getAuthorTarget()QuestionnaireResponse.getAuthorTarget()RequestGroup.getAuthorTarget()RiskAssessment.getBasedOnTarget()EpisodeOfCare.getCareManagerTarget()BiologicallyDerivedProduct.BiologicallyDerivedProductCollectionComponent.getCollectorTarget()Specimen.SpecimenCollectionComponent.getCollectorTarget()Encounter.DiagnosisComponent.getConditionTarget()DomainResource.getContained(String reference) ChargeItem.getContextTarget()Contract.ActionComponent.getContextTarget()MedicationAdministration.getContextTarget()MedicationDispense.getContextTarget()MedicationStatement.getContextTarget()SupplyRequest.getDeliverFromTarget()SupplyRequest.getDeliverToTarget()Encounter.EncounterHospitalizationComponent.getDestinationTarget()Media.getDeviceTarget()Observation.getDeviceTarget()ChargeItem.getEntererTarget()Claim.getEntererTarget()CoverageEligibilityRequest.getEntererTarget()ExplanationOfBenefit.getEntererTarget()MessageHeader.getEntererTarget()Group.GroupMemberComponent.getEntityTarget()Goal.getExpressedByTarget()CoverageEligibilityRequest.DetailsComponent.getFacilityTarget()Composition.SectionComponent.getFocusTarget()Task.getFocusTarget()Task.getForTarget()Encounter.EncounterParticipantComponent.getIndividualTarget()MedicationStatement.getInformationSourceTarget()CoverageEligibilityRequest.SupportingInformationComponent.getInformationTarget()AdverseEvent.AdverseEventSuspectEntityComponent.getInstanceTarget()ClinicalImpression.ClinicalImpressionFindingComponent.getItemReferenceTarget()ListResource.ListEntryComponent.getItemTarget()Group.getManagingEntityTarget()CareTeam.CareTeamParticipantComponent.getMemberTarget()AuditEvent.AuditEventSourceComponent.getObserverTarget()Provenance.ProvenanceAgentComponent.getOnBehalfOfTarget()Signature.getOnBehalfOfTarget()VerificationResult.VerificationResultAttestationComponent.getOnBehalfOfTarget()Media.getOperatorTarget()NutritionOrder.getOrdererTarget()Claim.getOriginalPrescriptionTarget()Encounter.EncounterHospitalizationComponent.getOriginTarget()Patient.PatientLinkComponent.getOtherTarget()Bundle.BundleEntryResponseComponent.getOutcome()Task.getOwnerTarget()RiskAssessment.getParentTarget()Account.GuarantorComponent.getPartyTarget()Claim.PayeeComponent.getPartyTarget()Composition.CompositionAttesterComponent.getPartyTarget()Contract.SignatoryComponent.getPartyTarget()ExplanationOfBenefit.PayeeComponent.getPartyTarget()PaymentNotice.getPayeeTarget()PaymentReconciliation.DetailsComponent.getPayeeTarget()Contract.ActionComponent.getPerformerTarget()DeviceRequest.getPerformerTarget()MedicationRequest.getPerformerTarget()RiskAssessment.getPerformerTarget()Coverage.getPolicyHolderTarget()VisionPrescription.getPrescriberTarget()Claim.getPrescriptionTarget()ExplanationOfBenefit.getPrescriptionTarget()ResearchStudy.getPrincipalInvestigatorTarget()Claim.CareTeamComponent.getProviderTarget()Claim.getProviderTarget()CoverageEligibilityRequest.DetailsComponent.getProviderTarget()CoverageEligibilityRequest.getProviderTarget()CoverageEligibilityResponse.ItemsComponent.getProviderTarget()EnrollmentRequest.getProviderTarget()ExplanationOfBenefit.CareTeamComponent.getProviderTarget()ExplanationOfBenefit.getProviderTarget()PaymentNotice.getProviderTarget()Contract.ContentDefinitionComponent.getPublisherTarget()Task.getReasonReferenceTarget()MessageHeader.MessageDestinationComponent.getReceiverTarget()Contract.ValuedItemComponent.getRecipientTarget()Invoice.getRecipientTarget()AdverseEvent.getRecorderTarget()AllergyIntolerance.getRecorderTarget()Condition.getRecorderTarget()MedicationRequest.getRecorderTarget()Procedure.getRecorderTarget()CatalogEntry.getReferencedItemTarget()CarePlan.CarePlanActivityComponent.getReferenceTarget()Consent.provisionActorComponent.getReferenceTarget()Consent.provisionDataComponent.getReferenceTarget()Contract.AssetContextComponent.getReferenceTarget()ImplementationGuide.ImplementationGuideDefinitionResourceComponent.getReferenceTarget()ImplementationGuide.ManifestResourceComponent.getReferenceTarget()ImagingStudy.getReferrerTarget()DocumentManifest.DocumentManifestRelatedComponent.getRefTarget()MeasureReport.getReporterTarget()CommunicationRequest.getRequesterTarget()DeviceRequest.getRequesterTarget()MedicationRequest.getRequesterTarget()ServiceRequest.getRequesterTarget()SupplyRequest.getRequesterTarget()Task.getRequesterTarget()ClaimResponse.getRequestorTarget()CoverageEligibilityResponse.getRequestorTarget()PaymentReconciliation.getRequestorTarget()EnrollmentResponse.getRequestProviderTarget()PaymentNotice.getRequestTarget()PaymentReconciliation.DetailsComponent.getRequestTarget()Bundle.BundleEntryComponent.getResource()Parameters.ParametersParameterComponent.getResource()Linkage.LinkageItemComponent.getResourceTarget()RequestGroup.RequestGroupActionComponent.getResourceTarget()TestScript.TestScriptFixtureComponent.getResourceTarget()PaymentNotice.getResponseTarget()PaymentReconciliation.DetailsComponent.getResponseTarget()Contract.ValuedItemComponent.getResponsibleTarget()MessageHeader.getResponsibleTarget()GuidanceResponse.getResultTarget()Binary.getSecurityContextTarget()Communication.getSenderTarget()CommunicationRequest.getSenderTarget()MessageHeader.getSenderTarget()BiologicallyDerivedProduct.BiologicallyDerivedProductCollectionComponent.getSourceTarget()DeviceUseStatement.getSourceTarget()ListResource.getSourceTarget()MedicationKnowledge.MedicationKnowledgeMonographComponent.getSourceTarget()QuestionnaireResponse.getSourceTarget()AdverseEvent.getSubjectTarget()Basic.getSubjectTarget()CarePlan.getSubjectTarget()CareTeam.getSubjectTarget()ChargeItem.getSubjectTarget()ClinicalImpression.getSubjectTarget()Communication.getSubjectTarget()CommunicationRequest.getSubjectTarget()Composition.getSubjectTarget()Condition.getSubjectTarget()DeviceRequest.getSubjectTarget()DeviceUseStatement.getSubjectTarget()DiagnosticReport.getSubjectTarget()DocumentManifest.getSubjectTarget()DocumentReference.getSubjectTarget()Encounter.getSubjectTarget()Flag.getSubjectTarget()Goal.getSubjectTarget()GuidanceResponse.getSubjectTarget()ImagingStudy.getSubjectTarget()Invoice.getSubjectTarget()ListResource.getSubjectTarget()MeasureReport.getSubjectTarget()Media.getSubjectTarget()MedicationAdministration.getSubjectTarget()MedicationDispense.getSubjectTarget()MedicationRequest.getSubjectTarget()MedicationStatement.getSubjectTarget()MedicinalProductAuthorization.getSubjectTarget()Observation.getSubjectTarget()Procedure.getSubjectTarget()QuestionnaireResponse.getSubjectTarget()RequestGroup.getSubjectTarget()RiskAssessment.getSubjectTarget()ServiceRequest.getSubjectTarget()Specimen.getSubjectTarget()PaymentReconciliation.DetailsComponent.getSubmitterTarget()Coverage.getSubscriberTarget()SupplyDelivery.getSupplierTarget()Person.PersonLinkComponent.getTargetTarget()Contract.ContractOfferComponent.getTopicTarget()Consent.ConsentVerificationComponent.getVerifiedWithTarget()AuditEvent.AuditEventEntityComponent.getWhatTarget()Provenance.ProvenanceEntityComponent.getWhatTarget()AuditEvent.AuditEventAgentComponent.getWhoTarget()Provenance.ProvenanceAgentComponent.getWhoTarget()Signature.getWhoTarget()VerificationResult.VerificationResultAttestationComponent.getWhoTarget()VerificationResult.VerificationResultPrimarySourceComponent.getWhoTarget()Resource.setIdElement(IdType value) Resource.setImplicitRules(String value) Resource.setImplicitRulesElement(UriType value) Resource.setLanguage(String value) Resource.setLanguageElement(CodeType value) Methods in org.hl7.fhir.r4.model that return types with arguments of type ResourceMethods in org.hl7.fhir.r4.model with parameters of type ResourceModifier and TypeMethodDescriptionDomainResource.addContained(Resource t) voidResource.copyValues(Resource dst) Appointment.AppointmentParticipantComponent.setActorTarget(Resource value) AppointmentResponse.setActorTarget(Resource value) ChargeItem.ChargeItemPerformerComponent.setActorTarget(Resource value) ImagingStudy.ImagingStudySeriesPerformerComponent.setActorTarget(Resource value) Immunization.ImmunizationPerformerComponent.setActorTarget(Resource value) Invoice.InvoiceParticipantComponent.setActorTarget(Resource value) MedicationAdministration.MedicationAdministrationPerformerComponent.setActorTarget(Resource value) MedicationDispense.MedicationDispensePerformerComponent.setActorTarget(Resource value) Procedure.ProcedurePerformerComponent.setActorTarget(Resource value) AllergyIntolerance.setAsserterTarget(Resource value) Condition.setAsserterTarget(Resource value) Procedure.setAsserterTarget(Resource value) ClinicalImpression.setAssessorTarget(Resource value) DocumentReference.setAuthenticatorTarget(Resource value) AdverseEvent.AdverseEventSuspectEntityCausalityComponent.setAuthorTarget(Resource value) Basic.setAuthorTarget(Resource value) CarePlan.setAuthorTarget(Resource value) Contract.setAuthorTarget(Resource value) DetectedIssue.DetectedIssueMitigationComponent.setAuthorTarget(Resource value) DetectedIssue.setAuthorTarget(Resource value) Flag.setAuthorTarget(Resource value) Linkage.setAuthorTarget(Resource value) MessageHeader.setAuthorTarget(Resource value) QuestionnaireResponse.setAuthorTarget(Resource value) RequestGroup.setAuthorTarget(Resource value) RiskAssessment.setBasedOnTarget(Resource value) EpisodeOfCare.setCareManagerTarget(Resource value) BiologicallyDerivedProduct.BiologicallyDerivedProductCollectionComponent.setCollectorTarget(Resource value) Specimen.SpecimenCollectionComponent.setCollectorTarget(Resource value) Encounter.DiagnosisComponent.setConditionTarget(Resource value) ChargeItem.setContextTarget(Resource value) Contract.ActionComponent.setContextTarget(Resource value) MedicationAdministration.setContextTarget(Resource value) MedicationDispense.setContextTarget(Resource value) MedicationStatement.setContextTarget(Resource value) SupplyRequest.setDeliverFromTarget(Resource value) SupplyRequest.setDeliverToTarget(Resource value) Encounter.EncounterHospitalizationComponent.setDestinationTarget(Resource value) Media.setDeviceTarget(Resource value) Observation.setDeviceTarget(Resource value) ChargeItem.setEntererTarget(Resource value) Claim.setEntererTarget(Resource value) CoverageEligibilityRequest.setEntererTarget(Resource value) ExplanationOfBenefit.setEntererTarget(Resource value) MessageHeader.setEntererTarget(Resource value) Group.GroupMemberComponent.setEntityTarget(Resource value) Goal.setExpressedByTarget(Resource value) CoverageEligibilityRequest.DetailsComponent.setFacilityTarget(Resource value) Composition.SectionComponent.setFocusTarget(Resource value) Task.setFocusTarget(Resource value) Task.setForTarget(Resource value) Encounter.EncounterParticipantComponent.setIndividualTarget(Resource value) MedicationStatement.setInformationSourceTarget(Resource value) CoverageEligibilityRequest.SupportingInformationComponent.setInformationTarget(Resource value) AdverseEvent.AdverseEventSuspectEntityComponent.setInstanceTarget(Resource value) ClinicalImpression.ClinicalImpressionFindingComponent.setItemReferenceTarget(Resource value) ListResource.ListEntryComponent.setItemTarget(Resource value) Group.setManagingEntityTarget(Resource value) CareTeam.CareTeamParticipantComponent.setMemberTarget(Resource value) AuditEvent.AuditEventSourceComponent.setObserverTarget(Resource value) Provenance.ProvenanceAgentComponent.setOnBehalfOfTarget(Resource value) Signature.setOnBehalfOfTarget(Resource value) VerificationResult.VerificationResultAttestationComponent.setOnBehalfOfTarget(Resource value) Media.setOperatorTarget(Resource value) NutritionOrder.setOrdererTarget(Resource value) Claim.setOriginalPrescriptionTarget(Resource value) Encounter.EncounterHospitalizationComponent.setOriginTarget(Resource value) Patient.PatientLinkComponent.setOtherTarget(Resource value) Bundle.BundleEntryResponseComponent.setOutcome(Resource value) Task.setOwnerTarget(Resource value) RiskAssessment.setParentTarget(Resource value) Account.GuarantorComponent.setPartyTarget(Resource value) Claim.PayeeComponent.setPartyTarget(Resource value) Composition.CompositionAttesterComponent.setPartyTarget(Resource value) Contract.SignatoryComponent.setPartyTarget(Resource value) ExplanationOfBenefit.PayeeComponent.setPartyTarget(Resource value) PaymentNotice.setPayeeTarget(Resource value) PaymentReconciliation.DetailsComponent.setPayeeTarget(Resource value) Contract.ActionComponent.setPerformerTarget(Resource value) DeviceRequest.setPerformerTarget(Resource value) MedicationRequest.setPerformerTarget(Resource value) RiskAssessment.setPerformerTarget(Resource value) Coverage.setPolicyHolderTarget(Resource value) VisionPrescription.setPrescriberTarget(Resource value) Claim.setPrescriptionTarget(Resource value) ExplanationOfBenefit.setPrescriptionTarget(Resource value) ResearchStudy.setPrincipalInvestigatorTarget(Resource value) Claim.CareTeamComponent.setProviderTarget(Resource value) Claim.setProviderTarget(Resource value) CoverageEligibilityRequest.DetailsComponent.setProviderTarget(Resource value) CoverageEligibilityRequest.setProviderTarget(Resource value) CoverageEligibilityResponse.ItemsComponent.setProviderTarget(Resource value) EnrollmentRequest.setProviderTarget(Resource value) ExplanationOfBenefit.CareTeamComponent.setProviderTarget(Resource value) ExplanationOfBenefit.setProviderTarget(Resource value) PaymentNotice.setProviderTarget(Resource value) Contract.ContentDefinitionComponent.setPublisherTarget(Resource value) Task.setReasonReferenceTarget(Resource value) MessageHeader.MessageDestinationComponent.setReceiverTarget(Resource value) Contract.ValuedItemComponent.setRecipientTarget(Resource value) Invoice.setRecipientTarget(Resource value) AdverseEvent.setRecorderTarget(Resource value) AllergyIntolerance.setRecorderTarget(Resource value) Condition.setRecorderTarget(Resource value) MedicationRequest.setRecorderTarget(Resource value) Procedure.setRecorderTarget(Resource value) CatalogEntry.setReferencedItemTarget(Resource value) CarePlan.CarePlanActivityComponent.setReferenceTarget(Resource value) Consent.provisionActorComponent.setReferenceTarget(Resource value) Consent.provisionDataComponent.setReferenceTarget(Resource value) Contract.AssetContextComponent.setReferenceTarget(Resource value) ImplementationGuide.ImplementationGuideDefinitionResourceComponent.setReferenceTarget(Resource value) ImplementationGuide.ManifestResourceComponent.setReferenceTarget(Resource value) ImagingStudy.setReferrerTarget(Resource value) DocumentManifest.DocumentManifestRelatedComponent.setRefTarget(Resource value) MeasureReport.setReporterTarget(Resource value) CommunicationRequest.setRequesterTarget(Resource value) DeviceRequest.setRequesterTarget(Resource value) MedicationRequest.setRequesterTarget(Resource value) ServiceRequest.setRequesterTarget(Resource value) SupplyRequest.setRequesterTarget(Resource value) Task.setRequesterTarget(Resource value) ClaimResponse.setRequestorTarget(Resource value) CoverageEligibilityResponse.setRequestorTarget(Resource value) PaymentReconciliation.setRequestorTarget(Resource value) EnrollmentResponse.setRequestProviderTarget(Resource value) PaymentNotice.setRequestTarget(Resource value) PaymentReconciliation.DetailsComponent.setRequestTarget(Resource value) Bundle.BundleEntryComponent.setResource(Resource value) Parameters.ParametersParameterComponent.setResource(Resource value) Linkage.LinkageItemComponent.setResourceTarget(Resource value) RequestGroup.RequestGroupActionComponent.setResourceTarget(Resource value) TestScript.TestScriptFixtureComponent.setResourceTarget(Resource value) PaymentNotice.setResponseTarget(Resource value) PaymentReconciliation.DetailsComponent.setResponseTarget(Resource value) Contract.ValuedItemComponent.setResponsibleTarget(Resource value) MessageHeader.setResponsibleTarget(Resource value) GuidanceResponse.setResultTarget(Resource value) Binary.setSecurityContextTarget(Resource value) Communication.setSenderTarget(Resource value) CommunicationRequest.setSenderTarget(Resource value) MessageHeader.setSenderTarget(Resource value) BiologicallyDerivedProduct.BiologicallyDerivedProductCollectionComponent.setSourceTarget(Resource value) DeviceUseStatement.setSourceTarget(Resource value) ListResource.setSourceTarget(Resource value) MedicationKnowledge.MedicationKnowledgeMonographComponent.setSourceTarget(Resource value) QuestionnaireResponse.setSourceTarget(Resource value) AdverseEvent.setSubjectTarget(Resource value) Basic.setSubjectTarget(Resource value) CarePlan.setSubjectTarget(Resource value) CareTeam.setSubjectTarget(Resource value) ChargeItem.setSubjectTarget(Resource value) ClinicalImpression.setSubjectTarget(Resource value) Communication.setSubjectTarget(Resource value) CommunicationRequest.setSubjectTarget(Resource value) Composition.setSubjectTarget(Resource value) Condition.setSubjectTarget(Resource value) DeviceRequest.setSubjectTarget(Resource value) DeviceUseStatement.setSubjectTarget(Resource value) DiagnosticReport.setSubjectTarget(Resource value) DocumentManifest.setSubjectTarget(Resource value) DocumentReference.setSubjectTarget(Resource value) Encounter.setSubjectTarget(Resource value) Flag.setSubjectTarget(Resource value) Goal.setSubjectTarget(Resource value) GuidanceResponse.setSubjectTarget(Resource value) ImagingStudy.setSubjectTarget(Resource value) Invoice.setSubjectTarget(Resource value) ListResource.setSubjectTarget(Resource value) MeasureReport.setSubjectTarget(Resource value) Media.setSubjectTarget(Resource value) MedicationAdministration.setSubjectTarget(Resource value) MedicationDispense.setSubjectTarget(Resource value) MedicationRequest.setSubjectTarget(Resource value) MedicationStatement.setSubjectTarget(Resource value) MedicinalProductAuthorization.setSubjectTarget(Resource value) Observation.setSubjectTarget(Resource value) Procedure.setSubjectTarget(Resource value) QuestionnaireResponse.setSubjectTarget(Resource value) RequestGroup.setSubjectTarget(Resource value) RiskAssessment.setSubjectTarget(Resource value) ServiceRequest.setSubjectTarget(Resource value) Specimen.setSubjectTarget(Resource value) PaymentReconciliation.DetailsComponent.setSubmitterTarget(Resource value) Coverage.setSubscriberTarget(Resource value) SupplyDelivery.setSupplierTarget(Resource value) Person.PersonLinkComponent.setTargetTarget(Resource value) Contract.ContractOfferComponent.setTopicTarget(Resource value) Consent.ConsentVerificationComponent.setVerifiedWithTarget(Resource value) AuditEvent.AuditEventEntityComponent.setWhatTarget(Resource value) Provenance.ProvenanceEntityComponent.setWhatTarget(Resource value) AuditEvent.AuditEventAgentComponent.setWhoTarget(Resource value) Provenance.ProvenanceAgentComponent.setWhoTarget(Resource value) Signature.setWhoTarget(Resource value) VerificationResult.VerificationResultAttestationComponent.setWhoTarget(Resource value) VerificationResult.VerificationResultPrimarySourceComponent.setWhoTarget(Resource value) Method parameters in org.hl7.fhir.r4.model with type arguments of type Resource - 
Uses of Resource in org.hl7.fhir.r4.profilemodel
Methods in org.hl7.fhir.r4.profilemodel that return ResourceModifier and TypeMethodDescriptionPEInstance.asResource()PEBuilder.createResource(String url, boolean meta) For the current version of a profile, construct a resource and fill out any fixed or required elements Note that fixed values are filled out irrespective of the value of fixedProps when the builder is createdPEBuilder.createResource(String url, String version, boolean meta) For the current version of a profile, construct a resource and fill out any fixed or required elements Note that fixed values are filled out irrespective of the value of fixedProps when the builder is createdPEBuilder.createResource(StructureDefinition profile, boolean meta) For the provided version of a profile, construct a resource and fill out any fixed or required elements Note that fixed values are filled out irrespective of the value of fixedProps when the builder is createdMethods in org.hl7.fhir.r4.profilemodel with parameters of type ResourceModifier and TypeMethodDescriptionPEBuilder.buildPEInstance(String url, String version, Resource resource) Given a resource and a profile, return a tree of instance data as defined by the profile model using the nominated version of the profile The tree is a facade to the underlying resource - all actual data is stored against the resource, and retrieved on the fly from the resource, so that applications can work at either level, as convenient.PEBuilder.buildPEInstance(String url, Resource resource) Given a resource and a profile, return a tree of instance data as defined by the profile model using the latest version of the profile The tree is a facade to the underlying resource - all actual data is stored against the resource, and retrieved on the fly from the resource, so that applications can work at either level, as convenient.PEBuilder.buildPEInstance(StructureDefinition profile, Resource resource) Given a resource and a profile, return a tree of instance data as defined by the profile model using the provided version of the profile The tree is a facade to the underlying resource - all actual data is stored against the resource, and retrieved on the fly from the resource, so that applications can work at either level, as convenient.Constructors in org.hl7.fhir.r4.profilemodel with parameters of type ResourceModifierConstructorDescriptionprotectedPEInstance(PEBuilder builder, PEDefinition definition, Resource resource, Base data, String path)  - 
Uses of Resource in org.hl7.fhir.r4.utils
Methods in org.hl7.fhir.r4.utils that return ResourceModifier and TypeMethodDescriptionstatic ResourceResourceUtilities.getById(Bundle feed, ResourceType type, String reference) GraphQLEngine.getFocus()QuestionnaireBuilder.getReference()Methods in org.hl7.fhir.r4.utils with parameters of type ResourceModifier and TypeMethodDescriptionLiquidEngine.evaluate(LiquidEngine.LiquidDocument document, Resource resource, Object appContext) static MetavoidQuestionnaireBuilder.setReference(Resource resource) voidConstructors in org.hl7.fhir.r4.utils with parameters of type Resource - 
Uses of Resource in org.hl7.fhir.r4.utils.client
Methods in org.hl7.fhir.r4.utils.client with type parameters of type ResourceModifier and TypeMethodDescription<T extends Resource>
TFHIRToolingClient.fetchResource(Class<T> resourceClass, String id) <T extends Resource>
TFHIRToolingClient.getCanonical(Class<T> resourceClass, String canonicalURL) ResourceAddress.nameForClass(Class<T> resourceClass) <T extends Resource>
ParametersFHIRToolingClient.operateType(Class<T> resourceClass, String name, Parameters params) <T extends Resource>
TResourceAddress.resolveDeleteTagsForResourceVersion(Class<T> resourceClass, String id, String version) ResourceAddress.resolveGetAllTags()ResourceAddress.resolveGetAllTagsForResourceType(Class<T> resourceClass) ResourceAddress.resolveGetHistoryForResourceId(Class<T> resourceClass, String id, int count) ResourceAddress.resolveGetHistoryForResourceId(Class<T> resourceClass, String id, Calendar since, int count) ResourceAddress.resolveGetHistoryForResourceId(Class<T> resourceClass, String id, Date since, int count) ResourceAddress.resolveGetHistoryForResourceType(Class<T> resourceClass, int count) ResourceAddress.resolveGetHistoryForResourceType(Class<T> resourceClass, Object since, int count) ResourceAddress.resolveGetHistoryForResourceType(Class<T> resourceClass, Calendar since, int count) ResourceAddress.resolveGetHistoryForResourceType(Class<T> resourceClass, Date since, int count) ResourceAddress.resolveGetHistoryUriForResourceId(Class<T> resourceClass, String id, Object since, int count) ResourceAddress.resolveGetResource(Class<T> resourceClass, String id) ResourceAddress.resolveGetTagsForReference(Class<T> resourceClass, String id) ResourceAddress.resolveGetTagsForResourceVersion(Class<T> resourceClass, String id, String version) ResourceAddress.resolveGetUriFromResourceClass(Class<T> resourceClass) ResourceAddress.resolveGetUriFromResourceClassAndCanonical(Class<T> resourceClass, String canonicalUrl) ResourceAddress.resolveGetUriFromResourceClassAndId(Class<T> resourceClass, String id) ResourceAddress.resolveGetUriFromResourceClassAndIdAndVersion(Class<T> resourceClass, String id, String version) ResourceAddress.resolveOperationUri(Class<T> resourceClass, String opName) ResourceAddress.resolveOperationUri(Class<T> resourceClass, String opName, Map<String, String> parameters) ResourceAddress.resolveOperationURLFromClass(Class<T> resourceClass, String name, String parameters) ResourceAddress.resolveSearchUri(Class<T> resourceClass, Map<String, String> parameters) ResourceAddress.resolveValidateUri(Class<T> resourceClass, String id) ResourceAddress.resolveValidateUri(String resourceType, String id) <T extends Resource>
T<T extends Resource>
OperationOutcome<T extends Resource>
OperationOutcome<T extends Resource>
TMethods in org.hl7.fhir.r4.utils.client that return ResourceModifier and TypeMethodDescriptionMethods in org.hl7.fhir.r4.utils.client with parameters of type ResourceModifier and TypeMethodDescriptionstatic StringResourceAddress.buildRelativePathFromReference(Resource resource) static StringResourceAddress.buildRelativePathFromReference(Resource resource, String id) <T extends Resource>
OperationOutcome - 
Uses of Resource in org.hl7.fhir.r4.utils.client.network
Classes in org.hl7.fhir.r4.utils.client.network with type parameters of type ResourceMethods in org.hl7.fhir.r4.utils.client.network with type parameters of type ResourceModifier and TypeMethodDescription<T extends Resource>
ResourceRequest<T> FhirRequestBuilder.execute()Client.executeBundleRequest(org.hl7.fhir.utilities.http.HTTPRequest request, String resourceFormat, Iterable<org.hl7.fhir.utilities.http.HTTPHeader> headers, String message, int retryCount, long timeout) <T extends Resource>
ResourceRequest<T> Client.executeFhirRequest(org.hl7.fhir.utilities.http.HTTPRequest request, String resourceFormat, Iterable<org.hl7.fhir.utilities.http.HTTPHeader> headers, String message, int retryCount, long timeout) <T extends Resource>
ResourceRequest<T> Client.issueGetResourceRequest(URI resourceUri, String resourceFormat, Iterable<org.hl7.fhir.utilities.http.HTTPHeader> headers, String message, long timeout) <T extends Resource>
ResourceRequest<T> Client.issueOptionsRequest(URI optionsUri, String resourceFormat, String message, long timeout) <T extends Resource>
ResourceRequest<T> Client.issuePostRequest(URI resourceUri, byte[] payload, String resourceFormat, Iterable<org.hl7.fhir.utilities.http.HTTPHeader> headers, String message, long timeout) <T extends Resource>
ResourceRequest<T> Client.issuePostRequest(URI resourceUri, byte[] payload, String resourceFormat, String message, long timeout) <T extends Resource>
ResourceRequest<T> Client.issuePutRequest(URI resourceUri, byte[] payload, String resourceFormat, Iterable<org.hl7.fhir.utilities.http.HTTPHeader> headers, String message, long timeout) <T extends Resource>
ResourceRequest<T> Client.issuePutRequest(URI resourceUri, byte[] payload, String resourceFormat, String message, long timeout) static <T extends Resource>
byte[]ByteUtils.resourceToByteArray(T resource, boolean pretty, boolean isJson, boolean noXhtml) protected <T extends Resource>
TFhirRequestBuilder.unmarshalReference(org.hl7.fhir.utilities.http.HTTPResult response, String format, String resourceType) Unmarshalls a resource from the response stream.Methods in org.hl7.fhir.r4.utils.client.network with parameters of type ResourceModifier and TypeMethodDescriptionstatic byte[]ByteUtils.encodeFormSubmission(Map<String, String> parameters, String resourceName, Resource resource, String boundary) Client.issuePostFeedRequest(URI resourceUri, Map<String, String> parameters, String resourceName, Resource resource, String resourceFormat, int timeout)  - 
Uses of Resource in org.hl7.fhir.r4.utils.validation
Methods in org.hl7.fhir.r4.utils.validation with parameters of type ResourceModifier and TypeMethodDescriptionIResourceValidator.validate(Object Context, List<org.hl7.fhir.utilities.validation.ValidationMessage> errors, Resource resource) IResourceValidator.validate(Object Context, List<org.hl7.fhir.utilities.validation.ValidationMessage> errors, Resource resource, String profile) IResourceValidator.validate(Object Context, List<org.hl7.fhir.utilities.validation.ValidationMessage> errors, Resource resource, StructureDefinition profile) IResourceValidator.validate(Object Context, List<org.hl7.fhir.utilities.validation.ValidationMessage> errors, Resource resource, ValidationProfileSet profiles)