Uses of Class
org.hl7.fhir.r5.model.Resource
Packages that use Resource
Package
Description
-
Uses of Resource in org.hl7.fhir.r5.conformance
Methods in org.hl7.fhir.r5.conformance that return Resource -
Uses of Resource in org.hl7.fhir.r5.context
Methods in org.hl7.fhir.r5.context with type parameters of type ResourceModifier and TypeMethodDescription<T extends Resource>
TBaseWorkerContext.fetchResource(Class<T> class_, String uri) <T extends Resource>
TBaseWorkerContext.fetchResource(Class<T> class_, String uri, String version) <T extends Resource>
TBaseWorkerContext.fetchResource(Class<T> class_, String uri, CanonicalResource source) <T extends Resource>
TIWorkerContext.fetchResource(Class<T> class_, String uri) Find an identified resource.<T extends Resource>
TIWorkerContext.fetchResource(Class<T> class_, String uri, String version) <T extends Resource>
TIWorkerContext.fetchResource(Class<T> class_, String uri, CanonicalResource canonicalForSource) has the same functionality as fetchResource, but passes in information about the source of the reference (this may affect resolution of version)<T extends Resource>
TSimpleWorkerContext.fetchResource(Class<T> class_, String uri) <T extends Resource>
TBaseWorkerContext.fetchResourceWithException(Class<T> class_, String uri) <T extends Resource>
TBaseWorkerContext.fetchResourceWithException(Class<T> class_, String uri, String version, CanonicalResource source) <T extends Resource>
TBaseWorkerContext.fetchResourceWithException(Class<T> class_, String uri, CanonicalResource source) <T extends Resource>
TBaseWorkerContext.fetchResourceWithException(String cls, String uri) <T extends Resource>
TBaseWorkerContext.fetchResourceWithException(String cls, String uri, CanonicalResource source) <T extends Resource>
TIWorkerContext.fetchResourceWithException(Class<T> class_, String uri) <T extends Resource>
booleanBaseWorkerContext.hasResource(Class<T> class_, String uri) <T extends Resource>
booleanBaseWorkerContext.hasResource(String cls, String uri) <T extends Resource>
booleanIWorkerContext.hasResource(Class<T> class_, String uri) find whether a resource is available.Methods in org.hl7.fhir.r5.context that return ResourceModifier and TypeMethodDescriptionBaseWorkerContext.fetchResourceById(String type, String uri) IWorkerContext.fetchResourceById(String type, String uri) Variation of fetchResource when you have a string type, and don't need the right class The URI can have one of 3 formats: - a full URL e.g.BaseWorkerContext.ResourceProxy.getResource()IWorkerContext.IContextResourceLoader.loadResource(InputStream stream, boolean isJson) Load a single resources (lazy load)Methods in org.hl7.fhir.r5.context with parameters of type ResourceModifier and TypeMethodDescriptionvoidBaseWorkerContext.cacheResource(Resource r) voidIWorkerContext.cacheResource(Resource res) cache a resource for later retrieval using fetchResource.voidBaseWorkerContext.cacheResourceFromPackage(Resource r, IWorkerContext.PackageVersion packageInfo) voidIWorkerContext.cacheResourceFromPackage(Resource res, IWorkerContext.PackageVersion packageDetails) cache a resource for later retrieval using fetchResource.voidBaseWorkerContext.dropResource(Resource r) IWorkerContext.IContextResourceLoader.getResourcePath(Resource resource) get the path for references to this resource.booleanSimpleWorkerContext.ILoadFilter.isOkToLoad(Resource resource) Constructors in org.hl7.fhir.r5.context with parameters of type Resource -
Uses of Resource in org.hl7.fhir.r5.elementmodel
Methods in org.hl7.fhir.r5.elementmodel that return ResourceMethods in org.hl7.fhir.r5.elementmodel with parameters of type Resource -
Uses of Resource in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return ResourceModifier and TypeMethodDescriptionstatic ResourceIParser.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 resourceXmlParserBase.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.IParser.parseAndClose(InputStream input) ParserBase.parseAndClose(InputStream input) protected ResourceJsonParser.parseResource(com.google.gson.JsonObject json) protected abstract ResourceJsonParserBase.parseResource(com.google.gson.JsonObject json) protected ResourceXmlParser.parseResource(org.xmlpull.v1.XmlPullParser xpp) protected abstract ResourceXmlParserBase.parseResource(org.xmlpull.v1.XmlPullParser xpp) protected ResourceXmlParserBase.parseResourceContained(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type ResourceModifier and TypeMethodDescriptionvoidIParser.compose(OutputStream stream, Resource resource) Compose a resource to a stream, possibly using pretty presentation for a human reader (used in the spec, for example, but not normally in production)voidJsonParserBase.compose(OutputStream stream, Resource resource) Compose a resource to a stream, possibly using pretty presentation for a human reader (used in the spec, for example, but not normally in production)voidJsonParserBase.compose(JsonCreator writer, Resource resource) Compose a resource using a pre-existing JsonWritervoidRdfParserBase.compose(OutputStream stream, Resource resource) voidXmlParserBase.compose(OutputStream stream, Resource resource) Compose a resource to a stream, possibly using pretty presentation for a human reader (used in the spec, for example, but not normally in production)voidXmlParserBase.compose(OutputStream stream, Resource resource, boolean htmlPretty) Compose a resource to a stream, possibly using pretty presentation for a human reader, and maybe a different choice in the xhtml narrative (used in the spec in one place, but should not be used in production)voidXmlParserBase.compose(org.hl7.fhir.utilities.xml.IXMLWriter writer, Resource resource, boolean htmlPretty) byte[]IParser.composeBytes(Resource resource) Compose a resource to a stream, possibly using pretty presentation for a human reader (used in the spec, for example, but not normally in production)byte[]ParserBase.composeBytes(Resource resource) protected voidJsonParser.composeNamedReference(String name, Resource resource) protected voidJsonParser.composeResource(Resource resource) protected abstract voidJsonParserBase.composeResource(Resource resource) protected voidRdfParser.composeResource(org.hl7.fhir.utilities.turtle.Turtle.Complex t, String parentType, String name, Resource element, int index) protected voidRdfParser.composeResource(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, Resource resource) protected abstract voidRdfParserBase.composeResource(org.hl7.fhir.utilities.turtle.Turtle.Complex complex, Resource resource) protected voidXmlParser.composeResource(String name, Resource resource) protected voidXmlParser.composeResource(Resource resource) protected abstract voidXmlParserBase.composeResource(String name, Resource res) protected abstract voidXmlParserBase.composeResource(Resource resource) protected voidXmlParserBase.composeResourceAttributes(Resource element) protected voidXmlParser.composeResourceElements(Resource element) protected voidJsonParser.composeResourceProperties(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 voidXmlParserBase.parseResourceAttributes(org.xmlpull.v1.XmlPullParser xpp, Resource r) protected booleanXmlParser.parseResourceContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Resource res) protected voidJsonParser.parseResourceProperties(com.google.gson.JsonObject json, Resource res) -
Uses of Resource in org.hl7.fhir.r5.hapi.ctx
Methods in org.hl7.fhir.r5.hapi.ctx with type parameters of type ResourceModifier and TypeMethodDescription<T extends Resource>
THapiWorkerContext.fetchResource(Class<T> theClass, String theUri) <T extends Resource>
THapiWorkerContext.fetchResource(Class<T> theClass, String theUri, String theVersion) <T extends Resource>
THapiWorkerContext.fetchResource(Class<T> class_, String uri, CanonicalResource canonicalForSource) <T extends Resource>
THapiWorkerContext.fetchResourceWithException(Class<T> theClass, String theUri) <T extends Resource>
booleanHapiWorkerContext.hasResource(Class<T> theClass_, String theUri) Methods in org.hl7.fhir.r5.hapi.ctx that return ResourceModifier and TypeMethodDescriptionHapiWorkerContext.fetchResourceById(String theType, String theUri) Methods in org.hl7.fhir.r5.hapi.ctx with parameters of type ResourceModifier and TypeMethodDescriptionvoidHapiWorkerContext.cacheResource(Resource theRes) voidHapiWorkerContext.cacheResourceFromPackage(Resource res, IWorkerContext.PackageVersion packageDetails) -
Uses of Resource in org.hl7.fhir.r5.model
Subclasses of Resource in org.hl7.fhir.r5.modelModifier and TypeClassDescriptionclassA financial tool for tracking value accrued for a particular purpose.classThis resource allows for the definition of some activity to be performed, independent of a particular patient, practitioner, or other performance context.classA medicinal product in the final form which is suitable for administering to a patient (after any mixing of multiple components, dissolution etc.classAn event (i.e.classRisk of harmful or undesirable, physiological response which is unique to an individual and associated with exposure to a substance.classA booking of a healthcare event among patient(s), practitioner(s), related person(s) and/or device(s) for a specific date/time.classA reply to an appointment request for a patient and/or practitioner(s), such as a confirmation or rejection.classThis Resource provides one or more comments, classifiers or ratings about a Resource and supports attribution and rights management metadata for the added content.classA record of an event relevant for purposes such as operations, privacy, security, maintenance, and performance analysis.classclassBasic is used for handling concepts not yet defined in FHIR, narrative-only resources that don't map to an existing resource, and custom resources not appropriate for inclusion in the FHIR specification.classA resource that represents the data of a single raw artifact as digital content accessible in its native format.classA biological material originating from a biological entity intended to be transplanted or infused into another (possibly the same) biological entity.classRecord details about an anatomical structure.classA container for a collection of resources.classCommon Ancestor declaration for conformance and knowledge artifact resources.classA Capability Statement documents a set of capabilities (behaviors) of a FHIR Server for a particular version of FHIR that may be used as a statement of actual server functionality or a statement of required or desired server implementation.classA Capability Statement documents a set of capabilities (behaviors) of a FHIR Server for a particular version of FHIR that may be used as a statement of actual server functionality or a statement of required or desired server implementation.classDescribes the intention of how one or more practitioners intend to deliver care for a particular patient, group or community for a period of time, possibly limited to care for a specific condition or set of conditions.classThe Care Team includes all the people and organizations who plan to participate in the coordination and delivery of care.classThe resource ChargeItem describes the provision of healthcare provider products for a certain patient, therefore referring not only to the product, but containing in addition details of the provision, like date, time, amounts and participating organizations and persons.classThe ChargeItemDefinition resource provides the properties that apply to the (billing) codes necessary to calculate costs and prices.classThe Citation Resource enables reference to any knowledge artifact for purposes of identification and attribution.classA provider issued list of professional services and products which have been provided, or are to be provided, to a patient which is sent to an insurer for reimbursement.classThis resource provides the adjudication details from the processing of a Claim resource.classA record of a clinical assessment performed to determine what problem(s) may affect the patient and before planning the treatments or management strategies that are best to manage a patient's condition.classA single issue - either an indication, contraindication, interaction or an undesirable effect for a medicinal product, medication, device or procedure.classA single issue - either an indication, contraindication, interaction or an undesirable effect for a medicinal product, medication, device or procedure.classThe CodeSystem resource is used to declare the existence of and describe a code system or code system supplement and its key properties, and optionally define a part or all of its content.classA clinical or business level record of information being transmitted or shared; e.g.classA request to convey information; e.g.classA compartment definition that defines how resources are accessed on a server.classA set of healthcare-related information that is assembled together into a single logical package that provides a single coherent statement of meaning, establishes its own context and that has clinical attestation with regard to who is making the statement.classA statement of relationships from one set of concepts to one or more other concepts - either concepts in code systems, or data element/data element concepts, or classes in class models.classA statement of relationships from one set of concepts to one or more other concepts - either concepts in code systems, or data element/data element concepts, or classes in class models.classA clinical condition, problem, diagnosis, or other event, situation, issue, or clinical concept that has risen to a level of concern.classA definition of a condition and information relevant to managing it.classA record of a healthcare consumer’s choices or choices made on their behalf by a third party, which permits or denies identified recipient(s) or recipient role(s) to perform one or more actions within a given policy context, for specific purposes and periods of time.classLegally enforceable, formally recorded unilateral or bilateral directive i.e., a policy or agreement.classFinancial instrument which may be used to reimburse or pay for health care products and services.classThe CoverageEligibilityRequest provides patient and insurance coverage information to an insurer for them to respond, in the form of an CoverageEligibilityResponse, with information regarding whether the stated coverage is valid and in-force and optionally to provide the insurance details of the policy.classThis resource provides eligibility and plan details from the processing of an CoverageEligibilityRequest resource.classIndicates an actual or potential clinical issue with or between one or more active or proposed clinical actions for a patient; e.g.classThis resource describes the properties (regulated, has real time clock, etc.), adminstrative (manufacturer name, model number, serial number, firmware, etc), and type (knee replacement, blood pressure cuff, MRI, etc.) of a physical unit (these values do not change much within a given module, for example the serail number, manufacturer name, and model number).classThis is a specialized resource that defines the characteristics and capabilities of a device.classIndicates that a device is to be or has been dispensed for a named person/patient.classDescribes a measurement, calculation or setting capability of a medical device.classRepresents a request a device to be provided to a specific patient.classA record of a device being used by a patient where the record is the result of a report from the patient or a clinician.classThe findings and interpretation of diagnostic tests performed on patients, groups of patients, products, substances, devices, and locations, and/or specimens derived from these.classA collection of documents compiled for a purpose together with metadata that applies to the collection.classA reference to a document of any kind for any purpose.classA resource that includes narrative, extensions, and contained resources.classAn interaction between a patient and healthcare provider(s) for the purpose of providing healthcare service(s) or assessing the health status of a patient.classThe technical details of an endpoint that can be used for electronic services, such as for web services providing XDS.b or a REST endpoint for another FHIR server.classThis resource provides the insurance enrollment details to the insurer regarding a specified coverage.classThis resource provides enrollment and plan details from the processing of an EnrollmentRequest resource.classAn association between a patient and an organization / healthcare provider(s) during which time encounters may occur.classThe EventDefinition resource provides a reusable description of when a particular event can occur.classThe Evidence Resource provides a machine-interpretable expression of an evidence concept including the evidence variables (e.g., population, exposures/interventions, comparators, outcomes, measured variables, confounding variables), the statistics, and the certainty of this evidence.classThe EvidenceReport Resource is a specialized container for a collection of resources and codeable concepts, adapted to support compositions of Evidence, EvidenceVariable, and Citation resources and related concepts.classThe EvidenceVariable resource describes an element that knowledge (Evidence) is about.classExample of workflow instance.classThis resource provides: the claim details; adjudication details from the processing of a Claim; and optionally account balance information, for informing the subscriber of the benefits provided.classSignificant health conditions for a person related to the patient relevant in the context of care for the patient.classProspective warnings of potential issues when providing care to the patient.classDescribes the intended objective(s) for a patient, group or organization care, for example, weight loss, restoring an activity of daily living, obtaining herd immunity via immunization, meeting a process improvement objective, etc.classA formal computable definition of a graph of resources - that is, a coherent set of resources that form a graph by following references.classRepresents a defined collection of entities that may be discussed or acted upon collectively but which are not expected to act collectively, and are not formally or legally recognized; i.e.classA guidance response is the formal response to a guidance request, including any output parameters returned by the evaluation, as well as the description of any proposed actions to be taken.classThe details of a healthcare service available at a location.classA selection of DICOM SOP instances and/or frames within a single Study and Series.classRepresentation of the content produced in a DICOM imaging study.classDescribes the event of a patient being administered a vaccine or a record of an immunization as reported by a patient, a clinician or another party.classDescribes a comparison of an immunization event against published recommendations to determine if the administration is "valid" in relation to those recommendations.classA patient's point-in-time set of recommendations (i.e.classA set of rules of how a particular interoperability or standards problem is solved - typically through the use of FHIR resources.classAn ingredient of a manufactured item or pharmaceutical product.classDetails of a Health Insurance product/plan provided by an organization.classA report of inventory or stock items.classInvoice containing collected ChargeItems from an Account with calculated individual and total price for Billing purpose.classThe Library resource is a general-purpose container for knowledge asset definitions.classIdentifies two or more records (resource instances) that refer to the same real-world "occurrence".classA list is a curated collection of resources.classDetails and position information for a physical place where services are provided and resources and participants may be stored, found, contained, or accommodated.classThe definition and characteristics of a medicinal manufactured item, such as a tablet or capsule, as contained in a packaged medicinal product.classThe Measure resource provides the definition of a quality measure.classThe MeasureReport resource contains the results of the calculation of a measure; and optionally a reference to the resources involved in that calculation.classThis resource is primarily used for the identification and definition of a medication, including ingredients, for the purposes of prescribing, dispensing, and administering a medication as well as for making statements about medication use.classDescribes the event of a patient consuming or otherwise being administered a medication.classIndicates that a medication product is to be or has been dispensed for a named person/patient.classInformation about a medication that is used to support knowledge.classAn order or request for both supply of the medication and the instructions for administration of the medication to a patient.classA record of a medication that is being consumed by a patient.classDetailed definition of a medicinal product, typically for uses other than direct patient care (e.g.classDefines the characteristics of a message that can be shared between systems, including the type of event that initiates the message, the content to be transmitted and what response(s), if any, are permitted.classThe header for a message exchange that is either requesting or responding to an action.classCommon Ancestor declaration for conformance and knowledge artifact resources.classRaw data describing a biological sequence.classA curated namespace that issues unique symbols within that namespace for the identification of concepts, people, devices, etc.classA record of food or fluid that is being consumed by a patient.classA request to supply a diet, formula feeding (enteral) or oral nutritional supplement to a patient/resident.classA food or fluid product that is consumed by patients.classMeasurements and simple assertions made about a patient, device or other subject.classSet of definitional characteristics for a kind of observation or measurement produced or consumed by an orderable health care service.classA formal computable definition of an operation (on the RESTful interface) or a named query (using the search interaction).classA collection of error, warning, or information messages that result from a system action.classA formally or informally recognized grouping of people or organizations formed for the purpose of achieving some form of collective action.classDefines an affiliation/assotiation/relationship between 2 distinct organizations, that is not a part-of relationship/sub-division relationship.classA medically related item or items, in a container or package.classThis resource is a non-persisted resource used to pass information into and back from an [operation](operations.html).classDemographics and other administrative information about an individual or animal receiving care or other health-related services.classThis resource provides the status of the payment for goods and services rendered, and the request and response resource references.classThis resource provides the details including amount of a payment and allocates the payment items being paid.classPermission.classDemographics and administrative information about a person independent of a specific health-related context.classThis resource allows for the definition of various types of plans as a sharable, consumable, and executable artifact.classA person who is directly or indirectly involved in the provisioning of healthcare.classA specific set of Roles/Locations/specialties/services that a practitioner may perform at an organization for a period of time.classAn action that is or was performed on or for a patient, practitioner, device, organization, or location.classProvenance of a resource is a record that describes entities and processes involved in producing and delivering or otherwise influencing that resource.classA structured set of questions intended to guide the collection of answers from end-users.classA structured set of questions and their answers.classRegulatory approval, clearance or licencing related to a regulated product, treatment, facility or activity that is cited in a guidance, regulation, rule or legislative act.classInformation about a person that is involved in the care for a patient, but who is not the target of healthcare, nor has a formal responsibility in the care process.classA group of related requests that can be used to capture intended activities that have inter-dependencies such as "give this medication after that one".classA process where a researcher or organization plans and then executes a series of steps intended to increase the field of healthcare-related knowledge.classA physical entity which is the primary unit of operational and/or administrative interest in a study.classAn assessment of the likely outcome(s) for a patient or other subject as well as the likelihood of each outcome.classA container for slots of time that may be available for booking appointments.classA search parameter that defines a named search item that can be used to search/filter on a resource.classA record of a request for service such as diagnostic investigations, treatments, or operations to be performed.classA slot of time on a schedule that may be available for booking appointments.classA sample to be used for analysis.classA kind of specimen with associated set of requirements.classA definition of a FHIR structure.classA Map of relationships between 2 structures that can be used to transform data.classThe subscription resource describes a particular client's request to be notified about a SubscriptionTopic.classThe SubscriptionStatus resource describes the state of a Subscription during notifications.classDescribes a stream of resource state changes identified by trigger criteria and annotated with labels useful to filter projections from this topic.classA homogeneous material with a definite composition.classThe detailed description of a substance, typically at a level beyond what is used for prescribing.classNucleic acids are defined by three distinct elements: the base, sugar and linkage.classProperties of a substance specific to it being a polymer.classA SubstanceProtein is defined as a single unit of a linear amino acid sequence, or a combination of subunits that are either covalently linked or have a defined invariant stoichiometric relationship.classTodo.classSource material shall capture information on the taxonomic and anatomical origins as well as the fraction of a material that can result in or can be modified to form a substance.classRecord of delivery of what is supplied.classA record of a non-patient specific request for a medication, substance, device, certain types of biologically derived product, and nutrition product used in the healthcare setting.classA task to be performed.classA TerminologyCapabilities resource documents a set of capabilities (behaviors) of a FHIR Terminology Server that may be used as a statement of actual server functionality or a statement of required or desired server implementation.classA summary of information based on the results of executing a TestScript.classA structured set of tests against a FHIR server or client implementation to determine compliance against the FHIR specification.classA ValueSet resource instance specifies a set of codes drawn from one or more code systems, intended for use in a particular context.classDescribes validation requirements, source(s), status and dates for one or more elements.classAn authorization for the provision of glasses and/or contact lenses to a patient.Fields in org.hl7.fhir.r5.model declared as ResourceModifier and TypeFieldDescriptionprotected ResourceBundle.BundleEntryResponseComponent.outcomeAn OperationOutcome containing hints and warnings produced as part of processing this entry in a batch or transaction.protected ResourceBundle.BundleEntryComponent.resourceThe Resource for the entry.protected ResourceParameters.ParametersParameterComponent.resourceConveys the content if the parameter is a whole resource.Fields in org.hl7.fhir.r5.model with type parameters of type ResourceModifier and TypeFieldDescriptionDomainResource.containedThese resources do not have an independent existence apart from the resource that contains them - they cannot be identified independently, nor can they have their own independent transaction scope.Methods in org.hl7.fhir.r5.model that return ResourceModifier and TypeMethodDescriptionstatic ResourceTypeConvertor.castToResource(Base b) abstract ResourceResource.copy()static ResourceResourceFactory.createResource(String name) DomainResource.getContained(String ref) Bundle.BundleEntryResponseComponent.getOutcome()Bundle.BundleEntryComponent.getResource()Parameters.ParametersParameterComponent.getResource()Resource.setIdElement(IdType value) Resource.setImplicitRules(String value) Resource.setImplicitRulesElement(UriType value) Resource.setLanguage(String value) Resource.setLanguageElement(CodeType value) Methods in org.hl7.fhir.r5.model that return types with arguments of type ResourceMethods in org.hl7.fhir.r5.model with parameters of type ResourceModifier and TypeMethodDescriptionDomainResource.addContained(Resource t) voidResource.copyValues(Resource dst) Bundle.BundleEntryResponseComponent.setOutcome(Resource value) Bundle.BundleEntryComponent.setResource(Resource value) Parameters.ParametersParameterComponent.setResource(Resource value) Method parameters in org.hl7.fhir.r5.model with type arguments of type Resource -
Uses of Resource in org.hl7.fhir.r5.renderers
Methods in org.hl7.fhir.r5.renderers with type parameters of type ResourceModifier and TypeMethodDescriptionprotected <T extends Resource>
voidTerminologyRenderer.addCsRef(ValueSet.ConceptSetComponent inc, org.hl7.fhir.utilities.xhtml.XhtmlNode li, T cs) Methods in org.hl7.fhir.r5.renderers with parameters of type ResourceModifier and TypeMethodDescriptionorg.hl7.fhir.utilities.xhtml.XhtmlNodebooleanbooleanvoidabstract StringResourceRenderer.displayReference(Resource res, Reference r) static ResourceRendererRendererFactory.factory(Resource resource, RenderingContext context) booleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanabstract booleanbooleanbooleanbooleanvoidResourceRenderer.renderCanonical(Resource res, org.hl7.fhir.utilities.xhtml.XhtmlNode x, String url) voidResourceRenderer.renderReference(Resource res, org.hl7.fhir.utilities.xhtml.XhtmlNode x, Reference r) -
Uses of Resource in org.hl7.fhir.r5.renderers.utils
Constructors in org.hl7.fhir.r5.renderers.utils with parameters of type ResourceModifierConstructorDescriptionResourceContext(Resolver.ResourceContextType type, Resource bundle, DomainResource dr) ResourceWrapperDirect(RenderingContext context, Resource wrapped) -
Uses of Resource in org.hl7.fhir.r5.utils
Methods in org.hl7.fhir.r5.utils that return ResourceModifier and TypeMethodDescriptionstatic ResourceResourceUtilities.getById(Bundle feed, ResourceType type, String reference) GraphDefinitionEngine.getFocus()GraphQLEngine.getFocus()QuestionnaireBuilder.getReference()Methods in org.hl7.fhir.r5.utils with parameters of type ResourceModifier and TypeMethodDescriptionFHIRPathEngine.evaluate(Object appContext, Resource focusResource, Resource rootResource, Base base, String path) evaluate a path and return the matching elementsFHIRPathEngine.evaluate(Object appContext, Resource focusResource, Resource rootResource, Base base, ExpressionNode ExpressionNode) evaluate a path and return the matching elementsbooleanFHIRPathEngine.evaluateToBoolean(Object appInfo, Resource focusResource, Resource rootResource, Base base, ExpressionNode node) evaluate a path and return true or false (e.g.booleanFHIRPathEngine.evaluateToBoolean(Resource focusResource, Resource rootResource, Base base, String path) evaluate a path and return true or false (e.g.booleanFHIRPathEngine.evaluateToBoolean(Resource focusResource, Resource rootResource, Base base, ExpressionNode node) evaluate a path and return true or false (e.g.static MetavoidvoidQuestionnaireBuilder.setReference(Resource resource) -
Uses of Resource in org.hl7.fhir.r5.utils.client
Methods in org.hl7.fhir.r5.utils.client with type parameters of type ResourceModifier and TypeMethodDescription<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.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>
TMethods in org.hl7.fhir.r5.utils.client that return ResourceMethods in org.hl7.fhir.r5.utils.client with parameters of type ResourceModifier and TypeMethodDescriptionstatic StringResourceAddress.buildRelativePathFromReference(Resource resource) static StringResourceAddress.buildRelativePathFromReference(Resource resource, String id) -
Uses of Resource in org.hl7.fhir.r5.utils.client.network
Classes in org.hl7.fhir.r5.utils.client.network with type parameters of type ResourceMethods in org.hl7.fhir.r5.utils.client.network with type parameters of type ResourceModifier 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) protected <T extends Resource>
TFhirRequestBuilder.unmarshalReference(okhttp3.Response response, String format) Unmarshalls a resource from the response stream.Methods in org.hl7.fhir.r5.utils.client.network with parameters of type ResourceModifier and TypeMethodDescriptionstatic byte[]ByteUtils.encodeFormSubmission(Map<String, String> parameters, String resourceName, Resource resource, String boundary) Client.issuePostFeedRequest(URI resourceUri, Map<String, String> parameters, String resourceName, Resource resource, String resourceFormat) -
Uses of Resource in org.hl7.fhir.r5.utils.validation
Methods in org.hl7.fhir.r5.utils.validation that return ResourceModifier and TypeMethodDescriptionValidationContextCarrier.IValidationContextResourceLoader.loadContainedResource(List<org.hl7.fhir.utilities.validation.ValidationMessage> errors, String path, Element resource, String id, Class<? extends Resource> class1) ValidationContextCarrier.ValidationContextResourceProxy.loadContainedResource(String id, Class<? extends Resource> class1) Methods in org.hl7.fhir.r5.utils.validation with parameters of type ResourceModifier and TypeMethodDescriptionIResourceValidator.validate(Object Context, List<org.hl7.fhir.utilities.validation.ValidationMessage> errors, Resource resource) IResourceValidator.validate(Object Context, List<org.hl7.fhir.utilities.validation.ValidationMessage> errors, Resource resource, String profile) IResourceValidator.validate(Object Context, List<org.hl7.fhir.utilities.validation.ValidationMessage> errors, Resource resource, List<StructureDefinition> profiles) Method parameters in org.hl7.fhir.r5.utils.validation with type arguments of type ResourceModifier and TypeMethodDescriptionValidationContextCarrier.IValidationContextResourceLoader.loadContainedResource(List<org.hl7.fhir.utilities.validation.ValidationMessage> errors, String path, Element resource, String id, Class<? extends Resource> class1) ValidationContextCarrier.ValidationContextResourceProxy.loadContainedResource(String id, Class<? extends Resource> class1) Constructors in org.hl7.fhir.r5.utils.validation with parameters of type Resource