Uses of Class
org.hl7.fhir.r4.model.Resource
Package
Description
-
Uses of Resource in org.hl7.fhir.r4.context
Modifier 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>
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>
TSimpleWorkerContext.fetchResource
(Class<T> class_, String uri) <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.Modifier 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.Modifier and TypeMethodDescriptionvoid
BaseWorkerContext.cacheResource
(Resource r) void
IWorkerContext.cacheResource
(Resource res) cache a resource for later retrieval using fetchResource.void
BaseWorkerContext.dropResource
(Resource r) -
Uses of Resource in org.hl7.fhir.r4.elementmodel
-
Uses of Resource in org.hl7.fhir.r4.fhirpath
Modifier 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 elementsboolean
FHIRPathEngine.evaluateToBoolean
(Object appInfo, Resource focusResource, Resource rootResource, Base base, ExpressionNode node) evaluate a path and return true or false (e.g.boolean
FHIRPathEngine.evaluateToBoolean
(Resource focusResource, Resource rootResource, Base base, String path) evaluate a path and return true or false (e.g.boolean
FHIRPathEngine.evaluateToBoolean
(Resource focusResource, Resource rootResource, Base base, ExpressionNode node) evaluate a path and return true or false (e.g. -
Uses of Resource in org.hl7.fhir.r4.formats
Modifier and TypeMethodDescriptionstatic Resource
FormatUtilities.loadFile
(InputStream source) static Resource
static Resource
FormatUtilities.loadFileTight
(InputStream source) static Resource
FormatUtilities.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 XML.protected Resource
JsonParser.parseResource
(com.google.gson.JsonObject json) protected abstract Resource
JsonParserBase.parseResource
(com.google.gson.JsonObject json) protected Resource
XmlParser.parseResource
(org.xmlpull.v1.XmlPullParser xpp) protected abstract Resource
XmlParserBase.parseResource
(org.xmlpull.v1.XmlPullParser xpp) protected Resource
XmlParserBase.parseResourceContained
(org.xmlpull.v1.XmlPullParser xpp) Modifier and TypeMethodDescriptionvoid
IParser.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)void
JsonParserBase.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)void
JsonParserBase.compose
(JsonCreator writer, Resource resource) Compose a resource using a pre-existing JsonWritervoid
RdfParserBase.compose
(OutputStream stream, Resource resource) void
XmlParserBase.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) @void
XmlParserBase.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) @void
XmlParserBase.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 void
JsonParser.composeNamedReference
(String name, Resource resource) protected void
JsonParser.composeResource
(Resource resource) protected abstract void
JsonParserBase.composeResource
(Resource resource) protected void
RdfParser.composeResource
(Turtle.Complex t, String parentType, String name, Resource element, int index) protected void
RdfParser.composeResource
(Turtle.Complex parent, Resource resource) protected abstract void
RdfParserBase.composeResource
(Turtle.Complex complex, Resource resource) protected void
XmlParser.composeResource
(String name, Resource resource) protected void
XmlParser.composeResource
(Resource resource) protected abstract void
XmlParserBase.composeResource
(String name, Resource res) protected abstract void
XmlParserBase.composeResource
(Resource resource) protected void
XmlParser.composeResourceAttributes
(Resource element) protected void
JsonParser.composeResourceElements
(Resource element) protected void
XmlParser.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 void
XmlParser.parseResourceAttributes
(org.xmlpull.v1.XmlPullParser xpp, Resource res) protected boolean
XmlParser.parseResourceContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, Resource res) protected void
JsonParser.parseResourceProperties
(com.google.gson.JsonObject json, Resource res) -
Uses of Resource in org.hl7.fhir.r4.hapi.ctx
Modifier 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.fetchResourceWithException
(Class<T> theClass, String theUri) <T extends Resource>
booleanHapiWorkerContext.hasResource
(Class<T> theClass_, String theUri) Modifier and TypeMethodDescriptionHapiWorkerContext.fetchResourceById
(String theType, String theUri) -
Uses of Resource in org.hl7.fhir.r4.model
Modifier and TypeClassDescriptionclass
A financial tool for tracking value accrued for a particular purpose.class
This resource allows for the definition of some activity to be performed, independent of a particular patient, practitioner, or other performance context.class
Actual 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.class
Risk of harmful or undesirable, physiological response which is unique to an individual and associated with exposure to a substance.class
A booking of a healthcare event among patient(s), practitioner(s), related person(s) and/or device(s) for a specific date/time.class
A reply to an appointment request for a patient and/or practitioner(s), such as a confirmation or rejection.class
A record of an event made for purposes of maintaining a security log.class
class
Basic is used for handling concepts not yet defined in FHIR, narrative-only resources that don't map to an existing resource, and custom resources not appropriate for inclusion in the FHIR specification.class
A resource that represents the data of a single raw artifact as digital content accessible in its native format.class
A material substance originating from a biological entity intended to be transplanted or infused into another (possibly the same) biological entity.class
Record details about an anatomical structure.class
A container for a collection of resources.class
A 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.class
Describes the intention of how one or more practitioners intend to deliver care for a particular patient, group or community for a period of time, possibly limited to care for a specific condition or set of conditions.class
The Care Team includes all the people and organizations who plan to participate in the coordination and delivery of care for a patient.class
Catalog entries are wrappers that contextualize items included in a catalog.class
The resource ChargeItem describes the provision of healthcare provider products for a certain patient, therefore referring not only to the product, but containing in addition details of the provision, like date, time, amounts and participating organizations and persons.class
The ChargeItemDefinition resource provides the properties that apply to the (billing) codes necessary to calculate costs and prices.class
A provider issued list of professional services and products which have been provided, or are to be provided, to a patient which is sent to an insurer for reimbursement.class
This resource provides the adjudication details from the processing of a Claim resource.class
A record of a clinical assessment performed to determine what problem(s) may affect the patient and before planning the treatments or management strategies that are best to manage a patient's condition.class
The CodeSystem resource is used to declare the existence of and describe a code system or code system supplement and its key properties, and optionally define a part or all of its content.class
An occurrence of information being transmitted; e.g.class
A request to convey information; e.g.class
A compartment definition that defines how resources are accessed on a server.class
A set of healthcare-related information that is assembled together into a single logical package that provides a single coherent statement of meaning, establishes its own context and that has clinical attestation with regard to who is making the statement.class
A statement of relationships from one set of concepts to one or more other concepts - either concepts in code systems, or data element/data element concepts, or classes in class models.class
A clinical condition, problem, diagnosis, or other event, situation, issue, or clinical concept that has risen to a level of concern.class
A 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.class
Legally enforceable, formally recorded unilateral or bilateral directive i.e., a policy or agreement.class
Financial instrument which may be used to reimburse or pay for health care products and services.class
The CoverageEligibilityRequest provides patient and insurance coverage information to an insurer for them to respond, in the form of an CoverageEligibilityResponse, with information regarding whether the stated coverage is valid and in-force and optionally to provide the insurance details of the policy.class
This resource provides eligibility and plan details from the processing of an CoverageEligibilityRequest resource.class
Indicates an actual or potential clinical issue with or between one or more active or proposed clinical actions for a patient; e.g.class
A type of a manufactured item that is used in the provision of healthcare without being substantially changed through that activity.class
The characteristics, operational status and capabilities of a medical-related component of a medical device.class
Describes a measurement, calculation or setting capability of a medical device.class
Represents a request for a patient to employ a medical device.class
A record of a device being used by a patient where the record is the result of a report from the patient or another clinician.class
The findings and interpretation of diagnostic tests performed on patients, groups of patients, devices, and locations, and/or specimens derived from these.class
A collection of documents compiled for a purpose together with metadata that applies to the collection.class
A reference to a document of any kind for any purpose.class
A resource that includes narrative, extensions, and contained resources.class
The 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.class
An interaction between a patient and healthcare provider(s) for the purpose of providing healthcare service(s) or assessing the health status of a patient.class
The 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.class
This resource provides the insurance enrollment details to the insurer regarding a specified coverage.class
This resource provides enrollment and plan details from the processing of an EnrollmentRequest resource.class
An association between a patient and an organization / healthcare provider(s) during which time encounters may occur.class
The EventDefinition resource provides a reusable description of when a particular event can occur.class
The 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.class
The EvidenceVariable resource describes a "PICO" element that knowledge (evidence, assertion, recommendation) is about.class
Example of workflow instance.class
This resource provides: the claim details; adjudication details from the processing of a Claim; and optionally account balance information, for informing the subscriber of the benefits provided.class
Significant health conditions for a person related to the patient relevant in the context of care for the patient.class
Prospective warnings of potential issues when providing care to the patient.class
Describes the intended objective(s) for a patient, group or organization care, for example, weight loss, restoring an activity of daily living, obtaining herd immunity via immunization, meeting a process improvement objective, etc.class
A formal computable definition of a graph of resources - that is, a coherent set of resources that form a graph by following references.class
Represents a defined collection of entities that may be discussed or acted upon collectively but which are not expected to act collectively, and are not formally or legally recognized; i.e.class
A guidance response is the formal response to a guidance request, including any output parameters returned by the evaluation, as well as the description of any proposed actions to be taken.class
The details of a healthcare service available at a location.class
Representation of the content produced in a DICOM imaging study.class
Describes the event of a patient being administered a vaccine or a record of an immunization as reported by a patient, a clinician or another party.class
Describes a comparison of an immunization event against published recommendations to determine if the administration is "valid" in relation to those recommendations.class
A patient's point-in-time set of recommendations (i.e.class
A set of rules of how a particular interoperability or standards problem is solved - typically through the use of FHIR resources.class
Details of a Health Insurance product/plan provided by an organization.class
Invoice containing collected ChargeItems from an Account with calculated individual and total price for Billing purpose.class
The Library resource is a general-purpose container for knowledge asset definitions.class
Identifies two or more records (resource instances) that refer to the same real-world "occurrence".class
A list is a curated collection of resources.class
Details and position information for a physical place where services are provided and resources and participants may be stored, found, contained, or accommodated.class
The Measure resource provides the definition of a quality measure.class
The MeasureReport resource contains the results of the calculation of a measure; and optionally a reference to the resources involved in that calculation.class
A photo, video, or audio recording acquired or used in healthcare.class
This 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.class
Describes the event of a patient consuming or otherwise being administered a medication.class
Indicates that a medication product is to be or has been dispensed for a named person/patient.class
Information about a medication that is used to support knowledge.class
An order or request for both supply of the medication and the instructions for administration of the medication to a patient.class
A record of a medication that is being consumed by a patient.class
Detailed definition of a medicinal product, typically for uses other than direct patient care (e.g.class
The regulatory authorization of a medicinal product.class
The clinical particulars - indications, contraindications etc.class
Indication for the Medicinal Product.class
An ingredient of a manufactured item or pharmaceutical product.class
The interactions of the medicinal product with other medicinal products, or other forms of interactions.class
The manufactured item as contained in the packaged medicinal product.class
A medicinal product in a container or package.class
A pharmaceutical product described in terms of its composition and dose form.class
Describe the undesirable effects of the medicinal product.class
Defines the characteristics of a message that can be shared between systems, including the type of event that initiates the message, the content to be transmitted and what response(s), if any, are permitted.class
The header for a message exchange that is either requesting or responding to an action.class
Common Ancestor declaration for conformance and knowledge artifact resources.class
Raw data describing a biological sequence.class
A curated namespace that issues unique symbols within that namespace for the identification of concepts, people, devices, etc.class
A request to supply a diet, formula feeding (enteral) or oral nutritional supplement to a patient/resident.class
Measurements and simple assertions made about a patient, device or other subject.class
Set of definitional characteristics for a kind of observation or measurement produced or consumed by an orderable health care service.class
A formal computable definition of an operation (on the RESTful interface) or a named query (using the search interaction).class
A collection of error, warning, or information messages that result from a system action.class
A formally or informally recognized grouping of people or organizations formed for the purpose of achieving some form of collective action.class
Defines an affiliation/assotiation/relationship between 2 distinct oganizations, that is not a part-of relationship/sub-division relationship.class
This resource is a non-persisted resource used to pass information into and back from an [operation](operations.html).class
Demographics and other administrative information about an individual or animal receiving care or other health-related services.class
This resource provides the status of the payment for goods and services rendered, and the request and response resource references.class
This resource provides the details including amount of a payment and allocates the payment items being paid.class
Demographics and administrative information about a person independent of a specific health-related context.class
This resource allows for the definition of various types of plans as a sharable, consumable, and executable artifact.class
A person who is directly or indirectly involved in the provisioning of healthcare.class
A specific set of Roles/Locations/specialties/services that a practitioner may perform at an organization for a period of time.class
An action that is or was performed on or for a patient.class
Provenance of a resource is a record that describes entities and processes involved in producing and delivering or otherwise influencing that resource.class
A structured set of questions intended to guide the collection of answers from end-users.class
A structured set of questions and their answers.class
Information 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.class
A group of related requests that can be used to capture intended activities that have inter-dependencies such as "give this medication after that one".class
The 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.class
The ResearchElementDefinition resource describes a "PICO" element that knowledge (evidence, assertion, recommendation) is about.class
A process where a researcher or organization plans and then executes a series of steps intended to increase the field of healthcare-related knowledge.class
A physical entity which is the primary unit of operational and/or administrative interest in a study.class
An assessment of the likely outcome(s) for a patient or other subject as well as the likelihood of each outcome.class
The 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.class
A container for slots of time that may be available for booking appointments.class
A search parameter that defines a named search item that can be used to search/filter on a resource.class
A record of a request for service such as diagnostic investigations, treatments, or operations to be performed.class
A slot of time on a schedule that may be available for booking appointments.class
A sample to be used for analysis.class
A kind of specimen with associated set of requirements.class
A definition of a FHIR structure.class
A Map of relationships between 2 structures that can be used to transform data.class
The subscription resource is used to define a push-based subscription from a server to another system.class
A homogeneous material with a definite composition.class
Nucleic acids are defined by three distinct elements: the base, sugar and linkage.class
Todo.class
A SubstanceProtein is defined as a single unit of a linear amino acid sequence, or a combination of subunits that are either covalently linked or have a defined invariant stoichiometric relationship.class
Todo.class
Source material shall capture information on the taxonomic and anatomical origins as well as the fraction of a material that can result in or can be modified to form a substance.class
The detailed description of a substance, typically at a level beyond what is used for prescribing.class
Record of delivery of what is supplied.class
A record of a request for a medication, substance or device used in the healthcare setting.class
A task to be performed.class
A TerminologyCapabilities resource documents a set of capabilities (behaviors) of a FHIR Terminology Server that may be used as a statement of actual server functionality or a statement of required or desired server implementation.class
A summary of information based on the results of executing a TestScript.class
A structured set of tests against a FHIR server or client implementation to determine compliance against the FHIR specification.class
A ValueSet resource instance specifies a set of codes drawn from one or more code systems, intended for use in a particular context.class
Describes validation requirements, source(s), status and dates for one or more elements.class
An authorization for the provision of glasses and/or contact lenses to a patient.Modifier and TypeFieldDescriptionprotected Resource
Appointment.AppointmentParticipantComponent.actorTarget
The actual object that is the target of the reference (A Person, Location/HealthcareService or Device that is participating in the appointment.)protected Resource
AppointmentResponse.actorTarget
The actual object that is the target of the reference (A Person, Location, HealthcareService, or Device that is participating in the appointment.)protected Resource
ChargeItem.ChargeItemPerformerComponent.actorTarget
The actual object that is the target of the reference (The device, practitioner, etc.protected Resource
ImagingStudy.ImagingStudySeriesPerformerComponent.actorTarget
The actual object that is the target of the reference (Indicates who or what performed the series.)protected Resource
Immunization.ImmunizationPerformerComponent.actorTarget
The actual object that is the target of the reference (The practitioner or organization who performed the action.)protected Resource
Invoice.InvoiceParticipantComponent.actorTarget
The actual object that is the target of the reference (The device, practitioner, etc.protected Resource
MedicationAdministration.MedicationAdministrationPerformerComponent.actorTarget
The actual object that is the target of the reference (Indicates who or what performed the medication administration.)protected Resource
MedicationDispense.MedicationDispensePerformerComponent.actorTarget
The actual object that is the target of the reference (The device, practitioner, etc.protected Resource
Procedure.ProcedurePerformerComponent.actorTarget
The actual object that is the target of the reference (The practitioner who was involved in the procedure.)protected Resource
AllergyIntolerance.asserterTarget
The actual object that is the target of the reference (The source of the information about the allergy that is recorded.)protected Resource
Condition.asserterTarget
The actual object that is the target of the reference (Individual who is making the condition statement.)protected Resource
Procedure.asserterTarget
The actual object that is the target of the reference (Individual who is making the procedure statement.)protected Resource
ClinicalImpression.assessorTarget
The actual object that is the target of the reference (The clinician performing the assessment.)protected Resource
DocumentReference.authenticatorTarget
The actual object that is the target of the reference (Which person or organization authenticates that this document is valid.)protected Resource
AdverseEvent.AdverseEventSuspectEntityCausalityComponent.authorTarget
The actual object that is the target of the reference (AdverseEvent.suspectEntity.causalityAuthor.)protected Resource
Basic.authorTarget
The actual object that is the target of the reference (Indicates who was responsible for creating the resource instance.)protected Resource
CarePlan.authorTarget
The actual object that is the target of the reference (When populated, the author is responsible for the care plan.protected Resource
Contract.authorTarget
The 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 Resource
DetectedIssue.authorTarget
The actual object that is the target of the reference (Individual or device responsible for the issue being raised.protected Resource
DetectedIssue.DetectedIssueMitigationComponent.authorTarget
The 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 Resource
Flag.authorTarget
The actual object that is the target of the reference (The person, organization or device that created the flag.)protected Resource
Linkage.authorTarget
The 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 Resource
MessageHeader.authorTarget
The 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 Resource
QuestionnaireResponse.authorTarget
The 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 Resource
RequestGroup.authorTarget
The actual object that is the target of the reference (Provides a reference to the author of the request group.)protected Resource
RiskAssessment.basedOnTarget
The actual object that is the target of the reference (A reference to the request that is fulfilled by this risk assessment.)protected Resource
EpisodeOfCare.careManagerTarget
The actual object that is the target of the reference (The practitioner that is the care manager/care coordinator for this patient.)protected Resource
BiologicallyDerivedProduct.BiologicallyDerivedProductCollectionComponent.collectorTarget
The actual object that is the target of the reference (Healthcare professional who is performing the collection.)protected Resource
Specimen.SpecimenCollectionComponent.collectorTarget
The actual object that is the target of the reference (Person who collected the specimen.)protected Resource
Encounter.DiagnosisComponent.conditionTarget
The actual object that is the target of the reference (Reason the encounter takes place, as specified using information from another resource.protected Resource
ChargeItem.contextTarget
The actual object that is the target of the reference (The encounter or episode of care that establishes the context for this event.)protected Resource
Contract.ActionComponent.contextTarget
The actual object that is the target of the reference (Encounter or Episode with primary association to specified term activity.)protected Resource
MedicationAdministration.contextTarget
The 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 Resource
MedicationDispense.contextTarget
The actual object that is the target of the reference (The encounter or episode of care that establishes the context for this event.)protected Resource
MedicationStatement.contextTarget
The actual object that is the target of the reference (The encounter or episode of care that establishes the context for this MedicationStatement.)protected Resource
SupplyRequest.deliverFromTarget
The actual object that is the target of the reference (Where the supply is expected to come from.)protected Resource
SupplyRequest.deliverToTarget
The actual object that is the target of the reference (Where the supply is destined to go.)protected Resource
Encounter.EncounterHospitalizationComponent.destinationTarget
The actual object that is the target of the reference (Location/organization to which the patient is discharged.)protected Resource
Media.deviceTarget
The actual object that is the target of the reference (The device used to collect the media.)protected Resource
Observation.deviceTarget
The actual object that is the target of the reference (The device used to generate the observation data.)protected Resource
ChargeItem.entererTarget
The actual object that is the target of the reference (The device, practitioner, etc.protected Resource
Claim.entererTarget
The actual object that is the target of the reference (Individual who created the claim, predetermination or preauthorization.)protected Resource
CoverageEligibilityRequest.entererTarget
The actual object that is the target of the reference (Person who created the request.)protected Resource
ExplanationOfBenefit.entererTarget
The actual object that is the target of the reference (Individual who created the claim, predetermination or preauthorization.)protected Resource
MessageHeader.entererTarget
The actual object that is the target of the reference (The person or device that performed the data entry leading to this message.protected Resource
Group.GroupMemberComponent.entityTarget
The actual object that is the target of the reference (A reference to the entity that is a member of the group.protected Resource
Goal.expressedByTarget
The actual object that is the target of the reference (Indicates whose goal this is - patient goal, practitioner goal, etc.)protected Resource
CoverageEligibilityRequest.DetailsComponent.facilityTarget
The actual object that is the target of the reference (Facility where the services will be provided.)protected Resource
Composition.SectionComponent.focusTarget
The 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 Resource
Task.focusTarget
The actual object that is the target of the reference (The request being actioned or the resource being manipulated by this task.)protected Resource
Task.for_Target
The 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 Resource
Encounter.EncounterParticipantComponent.individualTarget
The actual object that is the target of the reference (Persons involved in the encounter other than the patient.)protected Resource
MedicationStatement.informationSourceTarget
The actual object that is the target of the reference (The person or organization that provided the information about the taking of this medication.protected Resource
CoverageEligibilityRequest.SupportingInformationComponent.informationTarget
The actual object that is the target of the reference (Additional data or information such as resources, documents, images etc.protected Resource
AdverseEvent.AdverseEventSuspectEntityComponent.instanceTarget
The actual object that is the target of the reference (Identifies the actual instance of what caused the adverse event.protected Resource
ClinicalImpression.ClinicalImpressionFindingComponent.itemReferenceTarget
The actual object that is the target of the reference (Specific reference for finding or diagnosis, which may include ruled-out or resolved conditions.)protected Resource
ListResource.ListEntryComponent.itemTarget
The actual object that is the target of the reference (A reference to the actual resource from which data was derived.)protected Resource
Group.managingEntityTarget
The actual object that is the target of the reference (Entity responsible for defining and maintaining Group characteristics and/or registered members.)protected Resource
CareTeam.CareTeamParticipantComponent.memberTarget
The 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 Resource
AuditEvent.AuditEventSourceComponent.observerTarget
The actual object that is the target of the reference (Identifier of the source where the event was detected.)protected Resource
Provenance.ProvenanceAgentComponent.onBehalfOfTarget
The actual object that is the target of the reference (The individual, device, or organization for whom the change was made.)protected Resource
Signature.onBehalfOfTarget
The 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 Resource
VerificationResult.VerificationResultAttestationComponent.onBehalfOfTarget
The actual object that is the target of the reference (When the who is asserting on behalf of another (organization or individual).)protected Resource
Media.operatorTarget
The actual object that is the target of the reference (The person who administered the collection of the image.)protected Resource
NutritionOrder.ordererTarget
The 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 Resource
The 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 Resource
Encounter.EncounterHospitalizationComponent.originTarget
The actual object that is the target of the reference (The location/organization from which the patient came before admission.)protected Resource
Patient.PatientLinkComponent.otherTarget
The actual object that is the target of the reference (The other patient resource that the link refers to.)protected Resource
Bundle.BundleEntryResponseComponent.outcome
An OperationOutcome containing hints and warnings produced as part of processing this entry in a batch or transaction.protected Resource
Task.ownerTarget
The actual object that is the target of the reference (Individual organization or Device currently responsible for task execution.)protected Resource
RiskAssessment.parentTarget
The 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 Resource
Account.GuarantorComponent.partyTarget
The actual object that is the target of the reference (The entity who is responsible.)protected Resource
Claim.PayeeComponent.partyTarget
The actual object that is the target of the reference (Reference to the individual or organization to whom any payment will be made.)protected Resource
Composition.CompositionAttesterComponent.partyTarget
The actual object that is the target of the reference (Who attested the composition in the specified way.)protected Resource
Contract.SignatoryComponent.partyTarget
The actual object that is the target of the reference (Party which is a signator to this Contract.)protected Resource
ExplanationOfBenefit.PayeeComponent.partyTarget
The actual object that is the target of the reference (Reference to the individual or organization to whom any payment will be made.)protected Resource
PaymentNotice.payeeTarget
The 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 Resource
PaymentReconciliation.DetailsComponent.payeeTarget
The actual object that is the target of the reference (The party which is receiving the payment.)protected Resource
Contract.ActionComponent.performerTarget
The actual object that is the target of the reference (Indicates who or what is being asked to perform (or not perform) the ction.)protected Resource
DeviceRequest.performerTarget
The actual object that is the target of the reference (The desired performer for doing the diagnostic testing.)protected Resource
MedicationRequest.performerTarget
The actual object that is the target of the reference (The specified desired performer of the medication treatment (e.g.protected Resource
RiskAssessment.performerTarget
The actual object that is the target of the reference (The provider or software application that performed the assessment.)protected Resource
Coverage.policyHolderTarget
The actual object that is the target of the reference (The party who 'owns' the insurance policy.)protected Resource
VisionPrescription.prescriberTarget
The actual object that is the target of the reference (The healthcare professional responsible for authorizing the prescription.)protected Resource
Claim.prescriptionTarget
The actual object that is the target of the reference (Prescription to support the dispensing of pharmacy, device or vision products.)protected Resource
ExplanationOfBenefit.prescriptionTarget
The actual object that is the target of the reference (Prescription to support the dispensing of pharmacy, device or vision products.)protected Resource
ResearchStudy.principalInvestigatorTarget
The 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 Resource
Claim.CareTeamComponent.providerTarget
The actual object that is the target of the reference (Member of the team who provided the product or service.)protected Resource
Claim.providerTarget
The actual object that is the target of the reference (The provider which is responsible for the claim, predetermination or preauthorization.)protected Resource
CoverageEligibilityRequest.DetailsComponent.providerTarget
The 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 Resource
CoverageEligibilityRequest.providerTarget
The actual object that is the target of the reference (The provider which is responsible for the request.)protected Resource
CoverageEligibilityResponse.ItemsComponent.providerTarget
The actual object that is the target of the reference (The practitioner who is eligible for the provision of the product or service.)protected Resource
EnrollmentRequest.providerTarget
The actual object that is the target of the reference (The practitioner who is responsible for the services rendered to the patient.)protected Resource
ExplanationOfBenefit.CareTeamComponent.providerTarget
The actual object that is the target of the reference (Member of the team who provided the product or service.)protected Resource
ExplanationOfBenefit.providerTarget
The actual object that is the target of the reference (The provider which is responsible for the claim, predetermination or preauthorization.)protected Resource
PaymentNotice.providerTarget
The actual object that is the target of the reference (The practitioner who is responsible for the services rendered to the patient.)protected Resource
Contract.ContentDefinitionComponent.publisherTarget
The actual object that is the target of the reference (The individual or organization that published the Contract precursor content.)protected Resource
The actual object that is the target of the reference (A resource reference indicating why this task needs to be performed.)protected Resource
MessageHeader.MessageDestinationComponent.receiverTarget
The 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 Resource
Contract.ValuedItemComponent.recipientTarget
The actual object that is the target of the reference (Who will receive payment.)protected Resource
Invoice.recipientTarget
The actual object that is the target of the reference (The individual or Organization responsible for balancing of this invoice.)protected Resource
AdverseEvent.recorderTarget
The actual object that is the target of the reference (Information on who recorded the adverse event.protected Resource
AllergyIntolerance.recorderTarget
The actual object that is the target of the reference (Individual who recorded the record and takes responsibility for its content.)protected Resource
Condition.recorderTarget
The actual object that is the target of the reference (Individual who recorded the record and takes responsibility for its content.)protected Resource
MedicationRequest.recorderTarget
The 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 Resource
Procedure.recorderTarget
The actual object that is the target of the reference (Individual who recorded the record and takes responsibility for its content.)protected Resource
CatalogEntry.referencedItemTarget
The actual object that is the target of the reference (The item in a catalog or definition.)protected Resource
CarePlan.CarePlanActivityComponent.referenceTarget
The actual object that is the target of the reference (The details of the proposed activity represented in a specific resource.)protected Resource
Consent.provisionActorComponent.referenceTarget
The actual object that is the target of the reference (The resource that identifies the actor.protected Resource
Consent.provisionDataComponent.referenceTarget
The 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 Resource
Contract.AssetContextComponent.referenceTarget
The 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 Resource
ImplementationGuide.ImplementationGuideDefinitionResourceComponent.referenceTarget
The actual object that is the target of the reference (Where this resource is found.)protected Resource
ImplementationGuide.ManifestResourceComponent.referenceTarget
The actual object that is the target of the reference (Where this resource is found.)protected Resource
ImagingStudy.referrerTarget
The actual object that is the target of the reference (The requesting/referring physician.)protected Resource
DocumentManifest.DocumentManifestRelatedComponent.refTarget
The actual object that is the target of the reference (Related Resource to this DocumentManifest.protected Resource
MeasureReport.reporterTarget
The actual object that is the target of the reference (The individual, location, or organization that is reporting the data.)protected Resource
CommunicationRequest.requesterTarget
The 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 Resource
DeviceRequest.requesterTarget
The actual object that is the target of the reference (The individual who initiated the request and has responsibility for its activation.)protected Resource
MedicationRequest.requesterTarget
The 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 Resource
ServiceRequest.requesterTarget
The actual object that is the target of the reference (The individual who initiated the request and has responsibility for its activation.)protected Resource
SupplyRequest.requesterTarget
The actual object that is the target of the reference (The device, practitioner, etc.protected Resource
Task.requesterTarget
The actual object that is the target of the reference (The creator of the task.)protected Resource
ClaimResponse.requestorTarget
The actual object that is the target of the reference (The provider which is responsible for the claim, predetermination or preauthorization.)protected Resource
CoverageEligibilityResponse.requestorTarget
The actual object that is the target of the reference (The provider which is responsible for the request.)protected Resource
PaymentReconciliation.requestorTarget
The actual object that is the target of the reference (The practitioner who is responsible for the services rendered to the patient.)protected Resource
EnrollmentResponse.requestProviderTarget
The actual object that is the target of the reference (The practitioner who is responsible for the services rendered to the patient.)protected Resource
PaymentNotice.requestTarget
The actual object that is the target of the reference (Reference of resource for which payment is being made.)protected Resource
PaymentReconciliation.DetailsComponent.requestTarget
The actual object that is the target of the reference (A resource, such as a Claim, the evaluation of which could lead to payment.)protected Resource
Bundle.BundleEntryComponent.resource
The Resource for the entry.protected Resource
Parameters.ParametersParameterComponent.resource
If the parameter is a whole resource.protected Resource
Linkage.LinkageItemComponent.resourceTarget
The actual object that is the target of the reference (The resource instance being linked as part of the group.)protected Resource
RequestGroup.RequestGroupActionComponent.resourceTarget
The actual object that is the target of the reference (The resource that is the target of the action (e.g.protected Resource
TestScript.TestScriptFixtureComponent.resourceTarget
The actual object that is the target of the reference (Reference to the resource (containing the contents of the resource needed for operations).)protected Resource
PaymentNotice.responseTarget
The actual object that is the target of the reference (Reference of response to resource for which payment is being made.)protected Resource
PaymentReconciliation.DetailsComponent.responseTarget
The actual object that is the target of the reference (A resource, such as a ClaimResponse, which contains a commitment to payment.)protected Resource
Contract.ValuedItemComponent.responsibleTarget
The actual object that is the target of the reference (Who will make payment.)protected Resource
MessageHeader.responsibleTarget
The actual object that is the target of the reference (The person or organization that accepts overall responsibility for the contents of the message.protected Resource
GuidanceResponse.resultTarget
The actual object that is the target of the reference (The actions, if any, produced by the evaluation of the artifact.)protected Resource
Binary.securityContextTarget
The 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 Resource
Communication.senderTarget
The actual object that is the target of the reference (The entity (e.g.protected Resource
CommunicationRequest.senderTarget
The actual object that is the target of the reference (The entity (e.g.protected Resource
MessageHeader.senderTarget
The actual object that is the target of the reference (Identifies the sending system to allow the use of a trust relationship.)protected Resource
BiologicallyDerivedProduct.BiologicallyDerivedProductCollectionComponent.sourceTarget
The 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 Resource
DeviceUseStatement.sourceTarget
The actual object that is the target of the reference (Who reported the device was being used by the patient.)protected Resource
ListResource.sourceTarget
The actual object that is the target of the reference (The entity responsible for deciding what the contents of the list were.protected Resource
MedicationKnowledge.MedicationKnowledgeMonographComponent.sourceTarget
The actual object that is the target of the reference (Associated documentation about the medication.)protected Resource
QuestionnaireResponse.sourceTarget
The actual object that is the target of the reference (The person who answered the questions about the subject.)protected Resource
AdverseEvent.subjectTarget
The actual object that is the target of the reference (This subject or group impacted by the event.)protected Resource
Basic.subjectTarget
The 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 Resource
CarePlan.subjectTarget
The actual object that is the target of the reference (Identifies the patient or group whose intended care is described by the plan.)protected Resource
CareTeam.subjectTarget
The actual object that is the target of the reference (Identifies the patient or group whose intended care is handled by the team.)protected Resource
ChargeItem.subjectTarget
The actual object that is the target of the reference (The individual or set of individuals the action is being or was performed on.)protected Resource
ClinicalImpression.subjectTarget
The actual object that is the target of the reference (The patient or group of individuals assessed as part of this record.)protected Resource
Communication.subjectTarget
The actual object that is the target of the reference (The patient or group that was the focus of this communication.)protected Resource
CommunicationRequest.subjectTarget
The actual object that is the target of the reference (The patient or group that is the focus of this communication request.)protected Resource
Composition.subjectTarget
The actual object that is the target of the reference (Who or what the composition is about.protected Resource
Condition.subjectTarget
The actual object that is the target of the reference (Indicates the patient or group who the condition record is associated with.)protected Resource
DeviceRequest.subjectTarget
The actual object that is the target of the reference (The patient who will use the device.)protected Resource
DeviceUseStatement.subjectTarget
The actual object that is the target of the reference (The patient who used the device.)protected Resource
DiagnosticReport.subjectTarget
The actual object that is the target of the reference (The subject of the report.protected Resource
DocumentManifest.subjectTarget
The actual object that is the target of the reference (Who or what the set of documents is about.protected Resource
DocumentReference.subjectTarget
The actual object that is the target of the reference (Who or what the document is about.protected Resource
Encounter.subjectTarget
The actual object that is the target of the reference (The patient or group present at the encounter.)protected Resource
Flag.subjectTarget
The actual object that is the target of the reference (The patient, location, group, organization, or practitioner etc.protected Resource
Goal.subjectTarget
The actual object that is the target of the reference (Identifies the patient, group or organization for whom the goal is being established.)protected Resource
GuidanceResponse.subjectTarget
The actual object that is the target of the reference (The patient for which the request was processed.)protected Resource
ImagingStudy.subjectTarget
The actual object that is the target of the reference (The subject, typically a patient, of the imaging study.)protected Resource
Invoice.subjectTarget
The 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 Resource
ListResource.subjectTarget
The 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 Resource
MeasureReport.subjectTarget
The actual object that is the target of the reference (Optional subject identifying the individual or individuals the report is for.)protected Resource
Media.subjectTarget
The actual object that is the target of the reference (Who/What this Media is a record of.)protected Resource
MedicationAdministration.subjectTarget
The actual object that is the target of the reference (The person or animal or group receiving the medication.)protected Resource
MedicationDispense.subjectTarget
The 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 Resource
MedicationRequest.subjectTarget
The 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 Resource
MedicationStatement.subjectTarget
The actual object that is the target of the reference (The person, animal or group who is/was taking the medication.)protected Resource
MedicinalProductAuthorization.subjectTarget
The actual object that is the target of the reference (The medicinal product that is being authorized.)protected Resource
Observation.subjectTarget
The 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 Resource
Procedure.subjectTarget
The actual object that is the target of the reference (The person, animal or group on which the procedure was performed.)protected Resource
QuestionnaireResponse.subjectTarget
The actual object that is the target of the reference (The subject of the questionnaire response.protected Resource
RequestGroup.subjectTarget
The actual object that is the target of the reference (The subject for which the request group was created.)protected Resource
RiskAssessment.subjectTarget
The actual object that is the target of the reference (The patient or group the risk assessment applies to.)protected Resource
ServiceRequest.subjectTarget
The actual object that is the target of the reference (On whom or what the service is to be performed.protected Resource
Specimen.subjectTarget
The actual object that is the target of the reference (Where the specimen came from.protected Resource
PaymentReconciliation.DetailsComponent.submitterTarget
The actual object that is the target of the reference (The party which submitted the claim or financial transaction.)protected Resource
Coverage.subscriberTarget
The 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 Resource
SupplyDelivery.supplierTarget
The actual object that is the target of the reference (The individual responsible for dispensing the medication, supplier or device.)protected Resource
Person.PersonLinkComponent.targetTarget
The actual object that is the target of the reference (The resource to which this actual person is associated.)protected Resource
Contract.ContractOfferComponent.topicTarget
The 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.protected Resource
Consent.ConsentVerificationComponent.verifiedWithTarget
The actual object that is the target of the reference (Who verified the instruction (Patient, Relative or other Authorized Person).)protected Resource
AuditEvent.AuditEventEntityComponent.whatTarget
The actual object that is the target of the reference (Identifies a specific instance of the entity.protected Resource
Provenance.ProvenanceEntityComponent.whatTarget
The actual object that is the target of the reference (Identity of the Entity used.protected Resource
AuditEvent.AuditEventAgentComponent.whoTarget
The actual object that is the target of the reference (Reference to who this agent is that was involved in the event.)protected Resource
Provenance.ProvenanceAgentComponent.whoTarget
The actual object that is the target of the reference (The individual, device or organization that participated in the event.)protected Resource
Signature.whoTarget
The actual object that is the target of the reference (A reference to an application-usable description of the identity that signed (e.g.protected Resource
VerificationResult.VerificationResultAttestationComponent.whoTarget
The actual object that is the target of the reference (The individual or organization attesting to information.)protected Resource
VerificationResult.VerificationResultPrimarySourceComponent.whoTarget
The actual object that is the target of the reference (Reference to the primary source.)Modifier and TypeFieldDescriptionCommunication.aboutTarget
The 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.aboutTarget
The 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.actorTarget
The 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.addressesTarget
The 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.assessmentTarget
The 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.authorTarget
The 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.authorTarget
The 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.authorTarget
The actual objects that are the target of the reference (Identifies who is the author of the manifest.DocumentReference.authorTarget
The actual objects that are the target of the reference (Identifies who is responsible for adding the information to the document.)Communication.basedOnTarget
The actual objects that are the target of the reference (An order, proposal or plan fulfilled in whole or in part by this Communication.)CommunicationRequest.basedOnTarget
The 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.basedOnTarget
The actual objects that are the target of the reference (Plan/proposal/order fulfilled by this request.)DiagnosticReport.basedOnTarget
The actual objects that are the target of the reference (Details concerning a service requested.)ImagingStudy.basedOnTarget
The actual objects that are the target of the reference (A list of the diagnostic requests that resulted in this imaging study being performed.)Media.basedOnTarget
The 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.basedOnTarget
The 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.basedOnTarget
The 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.basedOnTarget
The 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.basedOnTarget
The actual objects that are the target of the reference (A reference to a resource that contains details of the request for this procedure.)QuestionnaireResponse.basedOnTarget
The 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.basedOnTarget
The 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.basedOnTarget
The actual objects that are the target of the reference (Plan/proposal/order fulfilled by this request.)Task.basedOnTarget
The actual objects that are the target of the reference (BasedOn refers to a higher-level authorization that triggered the creation of the task.RiskAssessment.basisTarget
The 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.contactTarget
The actual objects that are the target of the reference (A product specific contact, person (in a role), or an organization.)DomainResource.contained
These 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.contentTarget
The actual objects that are the target of the reference (The list of Resources that consist of the parts of this manifest.)AdverseEvent.contributorTarget
The 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.contributorTarget
The actual objects that are the target of the reference (Identifies the individual(s) or organization who provided the contents of the care plan.)DeviceUseStatement.derivedFromTarget
The 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.derivedFromTarget
The 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.derivedFromTarget
The 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.detailTarget
The actual objects that are the target of the reference (The description and/or reference of the event(s) being documented.Condition.ConditionEvidenceComponent.detailTarget
The actual objects that are the target of the reference (Links to other relevant information, including pathology reports.)CoverageEligibilityRequest.DetailsComponent.detailTarget
The actual objects that are the target of the reference (The plan/proposal/order describing the proposed service in detail.)DetectedIssue.DetectedIssueEvidenceComponent.detailTarget
The 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.encounterTarget
The 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.entryTarget
The 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.evaluatedResourceTarget
The 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.focusTarget
The 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.focusTarget
The 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.generalPractitionerTarget
The actual objects that are the target of the reference (Patient's nominated care provider.)Observation.hasMemberTarget
The actual objects that are the target of the reference (This observation is a group observation (e.g.DetectedIssue.implicatedTarget
The actual objects that are the target of the reference (Indicates the resource representing the current activity or proposed activity that is potentially problematic.)ChargeItemDefinition.instanceTarget
The actual objects that are the target of the reference (The defined billing details in this resource pertain to the given product instance(s).)DeviceRequest.insuranceTarget
The 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.insuranceTarget
The 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.insuranceTarget
The 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.insuranceTarget
The 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.interpreterTarget
The actual objects that are the target of the reference (Who read the study and interpreted the images or other content.)ClinicalImpression.ClinicalImpressionInvestigationComponent.itemTarget
The actual objects that are the target of the reference (A record of a specific investigation that was undertaken.)CarePlan.CarePlanActivityComponent.outcomeReferenceTarget
The actual objects that are the target of the reference (Details of the outcome or action resulting from the activity.RequestGroup.RequestGroupActionComponent.participantTarget
The actual objects that are the target of the reference (The participant that should perform or be responsible for this action.)Communication.partOfTarget
The actual objects that are the target of the reference (Part of this action.)Media.partOfTarget
The actual objects that are the target of the reference (A larger event of which this particular event is a component or step.)MedicationAdministration.partOfTarget
The actual objects that are the target of the reference (A larger event of which this particular event is a component or step.)MedicationStatement.partOfTarget
The actual objects that are the target of the reference (A larger event of which this particular event is a component or step.)Observation.partOfTarget
The actual objects that are the target of the reference (A larger event of which this particular Observation is a component or step.Procedure.partOfTarget
The actual objects that are the target of the reference (A larger event of which this particular procedure is a component or step.)QuestionnaireResponse.partOfTarget
The 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.partOfTarget
The actual objects that are the target of the reference (A larger event of which this particular event is a component or step.)Coverage.payorTarget
The 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.performerTarget
The actual objects that are the target of the reference (Identifies who's expected to be involved in the activity.)Consent.performerTarget
The 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.performerTarget
The actual objects that are the target of the reference (The diagnostic service that is responsible for issuing the report.)Observation.performerTarget
The actual objects that are the target of the reference (Who was responsible for asserting the observed value as "true".)ServiceRequest.performerTarget
The actual objects that are the target of the reference (The desired performer for doing the requested service.DeviceRequest.priorRequestTarget
The actual objects that are the target of the reference (The request takes the place of the referenced completed or terminated request(s).)ClinicalImpression.problemTarget
The actual objects that are the target of the reference (A list of the relevant problems/conditions for a patient.)TestScript.profileTarget
The actual objects that are the target of the reference (Reference to the profile to be used for validation.)ClaimResponse.AddedItemComponent.providerTarget
The actual objects that are the target of the reference (The providers who are authorized for the services rendered to the patient.)ExplanationOfBenefit.AddedItemComponent.providerTarget
The actual objects that are the target of the reference (The providers who are authorized for the services rendered to the patient.)Appointment.reasonReferenceTarget
The 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.reasonReferenceTarget
The 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.reasonReferenceTarget
The actual objects that are the target of the reference (Indicates another resource whose existence justifies this communication.)CommunicationRequest.reasonReferenceTarget
The actual objects that are the target of the reference (Indicates another resource whose existence justifies this request.)Contract.ActionComponent.reasonReferenceTarget
The actual objects that are the target of the reference (Indicates another resource whose existence justifies permitting or not permitting this action.)DeviceRequest.reasonReferenceTarget
The actual objects that are the target of the reference (Reason or justification for the use of this device.)DeviceUseStatement.reasonReferenceTarget
The actual objects that are the target of the reference (Indicates another resource whose existence justifies this DeviceUseStatement.)Encounter.reasonReferenceTarget
The actual objects that are the target of the reference (Reason the encounter takes place, expressed as a code.FamilyMemberHistory.reasonReferenceTarget
The actual objects that are the target of the reference (Indicates a Condition, Observation, AllergyIntolerance, or QuestionnaireResponse that justifies this family member history event.)GuidanceResponse.reasonReferenceTarget
The actual objects that are the target of the reference (Indicates the reason the request was initiated.ImagingStudy.reasonReferenceTarget
The actual objects that are the target of the reference (Indicates another resource whose existence justifies this Study.)Immunization.reasonReferenceTarget
The actual objects that are the target of the reference (Condition, Observation or DiagnosticReport that supports why the immunization was administered.)MedicationAdministration.reasonReferenceTarget
The actual objects that are the target of the reference (Condition or observation that supports why the medication was administered.)MedicationRequest.reasonReferenceTarget
The actual objects that are the target of the reference (Condition or observation that supports why the medication was ordered.)MedicationStatement.reasonReferenceTarget
The actual objects that are the target of the reference (Condition or observation that supports why the medication is being/was taken.)Procedure.reasonReferenceTarget
The actual objects that are the target of the reference (The justification of why the procedure was performed.)RequestGroup.reasonReferenceTarget
The actual objects that are the target of the reference (Indicates another resource whose existence justifies this request group.)RiskAssessment.reasonReferenceTarget
The actual objects that are the target of the reference (Resources supporting the reason the risk assessment was performed.)ServiceRequest.reasonReferenceTarget
The actual objects that are the target of the reference (Indicates another resource that provides a justification for why this service is being requested.SupplyRequest.reasonReferenceTarget
The actual objects that are the target of the reference (The reason why the supply item was requested.)MedicationDispense.receiverTarget
The actual objects that are the target of the reference (Identifies the person who picked up the medication.SupplyDelivery.receiverTarget
The actual objects that are the target of the reference (Identifies the person who picked up the Supply.)Communication.recipientTarget
The actual objects that are the target of the reference (The entity (e.g.CommunicationRequest.recipientTarget
The actual objects that are the target of the reference (The entity (e.g.DocumentManifest.recipientTarget
The actual objects that are the target of the reference (A patient, practitioner, or organization for which this set of documents is intended.)Task.TaskRestrictionComponent.recipientTarget
The 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.referenceTarget
The actual objects that are the target of the reference (The entity the action is performed or not performed on or for.)Contract.ContractPartyComponent.referenceTarget
The actual objects that are the target of the reference (Participant in the offer.)DocumentReference.DocumentReferenceContextComponent.relatedTarget
The actual objects that are the target of the reference (Related identifiers or resources associated with the DocumentReference.)RequestGroup.replacesTarget
The actual objects that are the target of the reference (Completed or terminated request(s) whose function is taken by this new request.)Procedure.reportTarget
The actual objects that are the target of the reference (This could be a histology result, pathology report, surgical report, etc.)Contract.ActionComponent.requesterTarget
The actual objects that are the target of the reference (Who or what initiated the action and has responsibility for its activation.)MedicationDispense.MedicationDispenseSubstitutionComponent.responsiblePartyTarget
The actual objects that are the target of the reference (The person or organization that has primary responsibility for the substitution.)DiagnosticReport.resultsInterpreterTarget
The actual objects that are the target of the reference (The practitioner or organization that is responsible for the report's conclusions and interpretations.)ChargeItem.serviceTarget
The actual objects that are the target of the reference (Indicated the rendered service that caused this charge.)AdverseEvent.subjectMedicalHistoryTarget
The actual objects that are the target of the reference (AdverseEvent.subjectMedicalHistory.)Account.subjectTarget
The actual objects that are the target of the reference (Identifies the entity which incurs the expenses.Contract.subjectTarget
The actual objects that are the target of the reference (The target entity impacted by or of interest to parties to the agreement.)MedicinalProductContraindication.subjectTarget
The actual objects that are the target of the reference (The medication for which this is an indication.)MedicinalProductIndication.subjectTarget
The actual objects that are the target of the reference (The medication for which this is an indication.)MedicinalProductInteraction.subjectTarget
The actual objects that are the target of the reference (The medication for which this is a described interaction.)MedicinalProductUndesirableEffect.subjectTarget
The actual objects that are the target of the reference (The medication for which this is an indication.)SupplyRequest.supplierTarget
The actual objects that are the target of the reference (Who is intended to fulfill the request.)ImmunizationRecommendation.ImmunizationRecommendationRecommendationComponent.supportingImmunizationTarget
The actual objects that are the target of the reference (Immunization event history and/or evaluation that supports the status and recommendation.)Appointment.supportingInformationTarget
The actual objects that are the target of the reference (Additional information to support the appointment provided when making the appointment.)ChargeItem.supportingInformationTarget
The actual objects that are the target of the reference (Further information supporting this charge.)MedicationAdministration.supportingInformationTarget
The 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.supportingInformationTarget
The actual objects that are the target of the reference (Additional information that supports the medication being dispensed.)MedicationRequest.supportingInformationTarget
The 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.supportingInfoTarget
The 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.supportingInfoTarget
The actual objects that are the target of the reference (Information supporting the clinical impression.)Contract.supportingInfoTarget
The 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.supportingInfoTarget
The actual objects that are the target of the reference (Additional clinical information about the patient that may influence the request fulfilment.ServiceRequest.supportingInfoTarget
The 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.supportingPatientInformationTarget
The actual objects that are the target of the reference (Patient Information that supports the status and recommendation.Provenance.targetTarget
The 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.targetTarget
The actual objects that are the target of the reference (A resource that was validated.)Contract.ContractAssetComponent.typeReferenceTarget
The actual objects that are the target of the reference (Associated entities.)Procedure.usedReferenceTarget
The actual objects that are the target of the reference (Identifies medications, devices and any other substance used as part of the procedure.)Modifier and TypeMethodDescriptionBase.castToResource
(Base b) abstract Resource
Resource.copy()
static Resource
ResourceFactory.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) Modifier and TypeMethodDescriptionCommunication.getAboutTarget()
Deprecated.Use Reference#setResource(IBaseResource) insteadCommunicationRequest.getAboutTarget()
Deprecated.Use Reference#setResource(IBaseResource) insteadSchedule.getActorTarget()
Deprecated.Use Reference#setResource(IBaseResource) insteadGoal.getAddressesTarget()
Deprecated.Use Reference#setResource(IBaseResource) insteadCondition.ConditionStageComponent.getAssessmentTarget()
Deprecated.Use Reference#setResource(IBaseResource) insteadComposition.getAuthorTarget()
Deprecated.Use Reference#setResource(IBaseResource) insteadComposition.SectionComponent.getAuthorTarget()
Deprecated.Use Reference#setResource(IBaseResource) insteadDocumentManifest.getAuthorTarget()
Deprecated.Use Reference#setResource(IBaseResource) insteadDocumentReference.getAuthorTarget()
Deprecated.Use Reference#setResource(IBaseResource) insteadCommunication.getBasedOnTarget()
Deprecated.Use Reference#setResource(IBaseResource) insteadCommunicationRequest.getBasedOnTarget()
Deprecated.Use Reference#setResource(IBaseResource) insteadDeviceRequest.getBasedOnTarget()
Deprecated.Use Reference#setResource(IBaseResource) insteadDiagnosticReport.getBasedOnTarget()
Deprecated.Use Reference#setResource(IBaseResource) insteadImagingStudy.getBasedOnTarget()
Deprecated.Use Reference#setResource(IBaseResource) insteadMedia.getBasedOnTarget()
Deprecated.Use Reference#setResource(IBaseResource) insteadMedicationRequest.getBasedOnTarget()
Deprecated.Use Reference#setResource(IBaseResource) insteadMedicationStatement.getBasedOnTarget()
Deprecated.Use Reference#setResource(IBaseResource) insteadObservation.getBasedOnTarget()
Deprecated.Use Reference#setResource(IBaseResource) insteadProcedure.getBasedOnTarget()
Deprecated.Use Reference#setResource(IBaseResource) insteadQuestionnaireResponse.getBasedOnTarget()
Deprecated.Use Reference#setResource(IBaseResource) insteadRequestGroup.getBasedOnTarget()
Deprecated.Use Reference#setResource(IBaseResource) insteadServiceRequest.getBasedOnTarget()
Deprecated.Use Reference#setResource(IBaseResource) insteadTask.getBasedOnTarget()
Deprecated.Use Reference#setResource(IBaseResource) insteadRiskAssessment.getBasisTarget()
Deprecated.Use Reference#setResource(IBaseResource) insteadMedicinalProduct.getContactTarget()
Deprecated.Use Reference#setResource(IBaseResource) insteadDomainResource.getContained()
DocumentManifest.getContentTarget()
Deprecated.Use Reference#setResource(IBaseResource) insteadAdverseEvent.getContributorTarget()
Deprecated.Use Reference#setResource(IBaseResource) insteadCarePlan.getContributorTarget()
Deprecated.Use Reference#setResource(IBaseResource) insteadDeviceUseStatement.getDerivedFromTarget()
Deprecated.Use Reference#setResource(IBaseResource) insteadMedicationStatement.getDerivedFromTarget()
Deprecated.Use Reference#setResource(IBaseResource) insteadObservation.getDerivedFromTarget()
Deprecated.Use Reference#setResource(IBaseResource) insteadComposition.CompositionEventComponent.getDetailTarget()
Deprecated.Use Reference#setResource(IBaseResource) insteadCondition.ConditionEvidenceComponent.getDetailTarget()
Deprecated.Use Reference#setResource(IBaseResource) insteadCoverageEligibilityRequest.DetailsComponent.getDetailTarget()
Deprecated.Use Reference#setResource(IBaseResource) insteadDetectedIssue.DetectedIssueEvidenceComponent.getDetailTarget()
Deprecated.Use Reference#setResource(IBaseResource) insteadDocumentReference.DocumentReferenceContextComponent.getEncounterTarget()
Deprecated.Use Reference#setResource(IBaseResource) insteadComposition.SectionComponent.getEntryTarget()
Deprecated.Use Reference#setResource(IBaseResource) insteadMeasureReport.getEvaluatedResourceTarget()
Deprecated.Use Reference#setResource(IBaseResource) insteadMessageHeader.getFocusTarget()
Deprecated.Use Reference#setResource(IBaseResource) insteadObservation.getFocusTarget()
Deprecated.Use Reference#setResource(IBaseResource) insteadPatient.getGeneralPractitionerTarget()
Deprecated.Use Reference#setResource(IBaseResource) insteadObservation.getHasMemberTarget()
Deprecated.Use Reference#setResource(IBaseResource) insteadDetectedIssue.getImplicatedTarget()
Deprecated.Use Reference#setResource(IBaseResource) insteadChargeItemDefinition.getInstanceTarget()
Deprecated.Use Reference#setResource(IBaseResource) insteadDeviceRequest.getInsuranceTarget()
Deprecated.Use Reference#setResource(IBaseResource) insteadMedicationRequest.getInsuranceTarget()
Deprecated.Use Reference#setResource(IBaseResource) insteadServiceRequest.getInsuranceTarget()
Deprecated.Use Reference#setResource(IBaseResource) insteadTask.getInsuranceTarget()
Deprecated.Use Reference#setResource(IBaseResource) insteadImagingStudy.getInterpreterTarget()
Deprecated.Use Reference#setResource(IBaseResource) insteadClinicalImpression.ClinicalImpressionInvestigationComponent.getItemTarget()
Deprecated.Use Reference#setResource(IBaseResource) insteadCarePlan.CarePlanActivityComponent.getOutcomeReferenceTarget()
Deprecated.Use Reference#setResource(IBaseResource) insteadRequestGroup.RequestGroupActionComponent.getParticipantTarget()
Deprecated.Use Reference#setResource(IBaseResource) insteadCommunication.getPartOfTarget()
Deprecated.Use Reference#setResource(IBaseResource) insteadMedia.getPartOfTarget()
Deprecated.Use Reference#setResource(IBaseResource) insteadMedicationAdministration.getPartOfTarget()
Deprecated.Use Reference#setResource(IBaseResource) insteadMedicationStatement.getPartOfTarget()
Deprecated.Use Reference#setResource(IBaseResource) insteadObservation.getPartOfTarget()
Deprecated.Use Reference#setResource(IBaseResource) insteadProcedure.getPartOfTarget()
Deprecated.Use Reference#setResource(IBaseResource) insteadQuestionnaireResponse.getPartOfTarget()
Deprecated.Use Reference#setResource(IBaseResource) insteadSupplyDelivery.getPartOfTarget()
Deprecated.Use Reference#setResource(IBaseResource) insteadCoverage.getPayorTarget()
Deprecated.Use Reference#setResource(IBaseResource) insteadCarePlan.CarePlanActivityDetailComponent.getPerformerTarget()
Deprecated.Use Reference#setResource(IBaseResource) insteadConsent.getPerformerTarget()
Deprecated.Use Reference#setResource(IBaseResource) insteadDiagnosticReport.getPerformerTarget()
Deprecated.Use Reference#setResource(IBaseResource) insteadObservation.getPerformerTarget()
Deprecated.Use Reference#setResource(IBaseResource) insteadServiceRequest.getPerformerTarget()
Deprecated.Use Reference#setResource(IBaseResource) insteadDeviceRequest.getPriorRequestTarget()
Deprecated.Use Reference#setResource(IBaseResource) insteadClinicalImpression.getProblemTarget()
Deprecated.Use Reference#setResource(IBaseResource) insteadTestScript.getProfileTarget()
Deprecated.Use Reference#setResource(IBaseResource) insteadClaimResponse.AddedItemComponent.getProviderTarget()
Deprecated.Use Reference#setResource(IBaseResource) insteadExplanationOfBenefit.AddedItemComponent.getProviderTarget()
Deprecated.Use Reference#setResource(IBaseResource) insteadAppointment.getReasonReferenceTarget()
Deprecated.Use Reference#setResource(IBaseResource) insteadCarePlan.CarePlanActivityDetailComponent.getReasonReferenceTarget()
Deprecated.Use Reference#setResource(IBaseResource) insteadCommunication.getReasonReferenceTarget()
Deprecated.Use Reference#setResource(IBaseResource) insteadCommunicationRequest.getReasonReferenceTarget()
Deprecated.Use Reference#setResource(IBaseResource) insteadContract.ActionComponent.getReasonReferenceTarget()
Deprecated.Use Reference#setResource(IBaseResource) insteadDeviceRequest.getReasonReferenceTarget()
Deprecated.Use Reference#setResource(IBaseResource) insteadDeviceUseStatement.getReasonReferenceTarget()
Deprecated.Use Reference#setResource(IBaseResource) insteadEncounter.getReasonReferenceTarget()
Deprecated.Use Reference#setResource(IBaseResource) insteadFamilyMemberHistory.getReasonReferenceTarget()
Deprecated.Use Reference#setResource(IBaseResource) insteadGuidanceResponse.getReasonReferenceTarget()
Deprecated.Use Reference#setResource(IBaseResource) insteadImagingStudy.getReasonReferenceTarget()
Deprecated.Use Reference#setResource(IBaseResource) insteadImmunization.getReasonReferenceTarget()
Deprecated.Use Reference#setResource(IBaseResource) insteadMedicationAdministration.getReasonReferenceTarget()
Deprecated.Use Reference#setResource(IBaseResource) insteadMedicationRequest.getReasonReferenceTarget()
Deprecated.Use Reference#setResource(IBaseResource) insteadMedicationStatement.getReasonReferenceTarget()
Deprecated.Use Reference#setResource(IBaseResource) insteadProcedure.getReasonReferenceTarget()
Deprecated.Use Reference#setResource(IBaseResource) insteadRequestGroup.getReasonReferenceTarget()
Deprecated.Use Reference#setResource(IBaseResource) insteadRiskAssessment.getReasonReferenceTarget()
Deprecated.Use Reference#setResource(IBaseResource) insteadServiceRequest.getReasonReferenceTarget()
Deprecated.Use Reference#setResource(IBaseResource) insteadSupplyRequest.getReasonReferenceTarget()
Deprecated.Use Reference#setResource(IBaseResource) insteadMedicationDispense.getReceiverTarget()
Deprecated.Use Reference#setResource(IBaseResource) insteadSupplyDelivery.getReceiverTarget()
Deprecated.Use Reference#setResource(IBaseResource) insteadCommunication.getRecipientTarget()
Deprecated.Use Reference#setResource(IBaseResource) insteadCommunicationRequest.getRecipientTarget()
Deprecated.Use Reference#setResource(IBaseResource) insteadDocumentManifest.getRecipientTarget()
Deprecated.Use Reference#setResource(IBaseResource) insteadTask.TaskRestrictionComponent.getRecipientTarget()
Deprecated.Use Reference#setResource(IBaseResource) insteadContract.ActionSubjectComponent.getReferenceTarget()
Deprecated.Use Reference#setResource(IBaseResource) insteadContract.ContractPartyComponent.getReferenceTarget()
Deprecated.Use Reference#setResource(IBaseResource) insteadDocumentReference.DocumentReferenceContextComponent.getRelatedTarget()
Deprecated.Use Reference#setResource(IBaseResource) insteadRequestGroup.getReplacesTarget()
Deprecated.Use Reference#setResource(IBaseResource) insteadProcedure.getReportTarget()
Deprecated.Use Reference#setResource(IBaseResource) insteadContract.ActionComponent.getRequesterTarget()
Deprecated.Use Reference#setResource(IBaseResource) insteadMedicationDispense.MedicationDispenseSubstitutionComponent.getResponsiblePartyTarget()
Deprecated.Use Reference#setResource(IBaseResource) insteadDiagnosticReport.getResultsInterpreterTarget()
Deprecated.Use Reference#setResource(IBaseResource) insteadChargeItem.getServiceTarget()
Deprecated.Use Reference#setResource(IBaseResource) insteadAdverseEvent.getSubjectMedicalHistoryTarget()
Deprecated.Use Reference#setResource(IBaseResource) insteadAccount.getSubjectTarget()
Deprecated.Use Reference#setResource(IBaseResource) insteadContract.getSubjectTarget()
Deprecated.Use Reference#setResource(IBaseResource) insteadMedicinalProductContraindication.getSubjectTarget()
Deprecated.Use Reference#setResource(IBaseResource) insteadMedicinalProductIndication.getSubjectTarget()
Deprecated.Use Reference#setResource(IBaseResource) insteadMedicinalProductInteraction.getSubjectTarget()
Deprecated.Use Reference#setResource(IBaseResource) insteadMedicinalProductUndesirableEffect.getSubjectTarget()
Deprecated.Use Reference#setResource(IBaseResource) insteadSupplyRequest.getSupplierTarget()
Deprecated.Use Reference#setResource(IBaseResource) insteadImmunizationRecommendation.ImmunizationRecommendationRecommendationComponent.getSupportingImmunizationTarget()
Deprecated.Use Reference#setResource(IBaseResource) insteadAppointment.getSupportingInformationTarget()
Deprecated.Use Reference#setResource(IBaseResource) insteadChargeItem.getSupportingInformationTarget()
Deprecated.Use Reference#setResource(IBaseResource) insteadMedicationAdministration.getSupportingInformationTarget()
Deprecated.Use Reference#setResource(IBaseResource) insteadMedicationDispense.getSupportingInformationTarget()
Deprecated.Use Reference#setResource(IBaseResource) insteadMedicationRequest.getSupportingInformationTarget()
Deprecated.Use Reference#setResource(IBaseResource) insteadCarePlan.getSupportingInfoTarget()
Deprecated.Use Reference#setResource(IBaseResource) insteadClinicalImpression.getSupportingInfoTarget()
Deprecated.Use Reference#setResource(IBaseResource) insteadContract.getSupportingInfoTarget()
Deprecated.Use Reference#setResource(IBaseResource) insteadDeviceRequest.getSupportingInfoTarget()
Deprecated.Use Reference#setResource(IBaseResource) insteadServiceRequest.getSupportingInfoTarget()
Deprecated.Use Reference#setResource(IBaseResource) insteadImmunizationRecommendation.ImmunizationRecommendationRecommendationComponent.getSupportingPatientInformationTarget()
Deprecated.Use Reference#setResource(IBaseResource) insteadProvenance.getTargetTarget()
Deprecated.Use Reference#setResource(IBaseResource) insteadVerificationResult.getTargetTarget()
Deprecated.Use Reference#setResource(IBaseResource) insteadContract.ContractAssetComponent.getTypeReferenceTarget()
Deprecated.Use Reference#setResource(IBaseResource) insteadProcedure.getUsedReferenceTarget()
Deprecated.Use Reference#setResource(IBaseResource) insteadModifier and TypeMethodDescriptionDomainResource.addContained
(Resource t) void
Resource.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) -
Uses of Resource in org.hl7.fhir.r4.profilemodel
Modifier 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 createdModifier 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.ModifierConstructorDescriptionprotected
PEInstance
(PEBuilder builder, PEDefinition definition, Resource resource, Base data, String path) -
Uses of Resource in org.hl7.fhir.r4.utils
Modifier and TypeMethodDescriptionstatic Resource
ResourceUtilities.getById
(Bundle feed, ResourceType type, String reference) GraphQLEngine.getFocus()
QuestionnaireBuilder.getReference()
Modifier and TypeMethodDescriptionLiquidEngine.evaluate
(LiquidEngine.LiquidDocument document, Resource resource, Object appContext) static Meta
void
QuestionnaireBuilder.setReference
(Resource resource) -
Uses of Resource in org.hl7.fhir.r4.utils.client
Modifier 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) <T extends Resource>
T<T extends Resource>
OperationOutcome<T extends Resource>
TModifier and TypeMethodDescriptionModifier and TypeMethodDescriptionstatic String
ResourceAddress.buildRelativePathFromReference
(Resource resource) static String
ResourceAddress.buildRelativePathFromReference
(Resource resource, String id) -
Uses of Resource in org.hl7.fhir.r4.utils.client.network
Modifier and TypeMethodDescription<T extends Resource>
ResourceRequest<T> FhirRequestBuilder.execute()
Client.executeBundleRequest
(okhttp3.Request.Builder request, String resourceFormat, okhttp3.Headers headers, String message, int retryCount, long timeout) <T extends Resource>
ResourceRequest<T> Client.executeFhirRequest
(okhttp3.Request.Builder request, String resourceFormat, okhttp3.Headers headers, String message, int retryCount, long timeout) <T extends Resource>
ResourceRequest<T> Client.issueGetResourceRequest
(URI resourceUri, String resourceFormat, okhttp3.Headers 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, String message, long timeout) <T extends Resource>
ResourceRequest<T> Client.issuePostRequest
(URI resourceUri, byte[] payload, String resourceFormat, okhttp3.Headers headers, String message, long timeout) <T extends Resource>
ResourceRequest<T> Client.issuePutRequest
(URI resourceUri, byte[] payload, String resourceFormat, String message, long timeout) <T extends Resource>
ResourceRequest<T> Client.issuePutRequest
(URI resourceUri, byte[] payload, String resourceFormat, okhttp3.Headers headers, 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
(okhttp3.Response response, String format) Unmarshalls a resource from the response stream.Modifier 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
Modifier 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)