Uses of Class
org.hl7.fhir.r4b.model.Resource
-
-
Uses of Resource in org.hl7.fhir.r4b.conformance
Methods in org.hl7.fhir.r4b.conformance that return Resource Modifier and Type Method Description ResourceStructureDefinitionHacker. fixSD(StructureDefinition sd) -
Uses of Resource in org.hl7.fhir.r4b.context
Methods in org.hl7.fhir.r4b.context with type parameters of type Resource Modifier and Type Method Description <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.r4b.context that return Resource Modifier and Type Method Description ResourceBaseWorkerContext. fetchResourceById(String type, String uri)ResourceIWorkerContext. 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.ResourceBaseWorkerContext.ResourceProxy. getResource()ResourceIWorkerContext.IContextResourceLoader. loadResource(InputStream stream, boolean isJson)Load a single resources (lazy load)Methods in org.hl7.fhir.r4b.context with parameters of type Resource Modifier and Type Method Description voidBaseWorkerContext. 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)StringIWorkerContext.IContextResourceLoader. getResourcePath(Resource resource)get the path for references to this resource.booleanSimpleWorkerContext.ILoadFilter. isOkToLoad(Resource resource)Constructors in org.hl7.fhir.r4b.context with parameters of type Resource Constructor Description ResourceProxy(Resource resource) -
Uses of Resource in org.hl7.fhir.r4b.elementmodel
Methods in org.hl7.fhir.r4b.elementmodel that return Resource Modifier and Type Method Description ResourceObjectConverter. convert(Element element)Methods in org.hl7.fhir.r4b.elementmodel with parameters of type Resource Modifier and Type Method Description ElementObjectConverter. convert(Resource ig) -
Uses of Resource in org.hl7.fhir.r4b.formats
Methods in org.hl7.fhir.r4b.formats that return Resource Modifier and Type Method Description static ResourceFormatUtilities. loadFile(String path)ResourceIParser. parse(byte[] bytes)parse content that is known to be a resourceResourceIParser. parse(InputStream input)parse content that is known to be a resourceResourceIParser. parse(String input)parse content that is known to be a resourceResourceJsonParserBase. parse(com.google.gson.JsonObject json)parse xml that is known to be a resource, and that has already been read into a JSON objectResourceJsonParserBase. parse(InputStream input)ResourceParserBase. parse(byte[] bytes)ResourceParserBase. parse(String input)ResourceRdfParserBase. parse(InputStream input)ResourceXmlParserBase. parse(InputStream input)Parse content that is known to be a resourceResourceXmlParserBase. 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.ResourceIParser. parseAndClose(InputStream input)ResourceParserBase. 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.r4b.formats with parameters of type Resource Modifier and Type Method Description voidIParser. 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)StringIParser. 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)StringParserBase. 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.r4b.model
Subclasses of Resource in org.hl7.fhir.r4b.model Modifier and Type Class Description classAccountA financial tool for tracking value accrued for a particular purpose.classActivityDefinitionThis resource allows for the definition of some activity to be performed, independent of a particular patient, practitioner, or other performance context.classAdministrableProductDefinitionA medicinal product in the final form which is suitable for administering to a patient (after any mixing of multiple components, dissolution etc.classAdverseEventActual 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.classAllergyIntoleranceRisk of harmful or undesirable, physiological response which is unique to an individual and associated with exposure to a substance.classAppointmentA booking of a healthcare event among patient(s), practitioner(s), related person(s) and/or device(s) for a specific date/time.classAppointmentResponseA reply to an appointment request for a patient and/or practitioner(s), such as a confirmation or rejection.classAuditEventA record of an event made for purposes of maintaining a security log.classBaseBinaryclassBasicBasic 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.classBinaryA resource that represents the data of a single raw artifact as digital content accessible in its native format.classBiologicallyDerivedProductA material substance originating from a biological entity intended to be transplanted or infused into another (possibly the same) biological entity.classBodyStructureRecord details about an anatomical structure.classBundleA container for a collection of resources.classCanonicalResourceCommon Ancestor declaration for conformance and knowledge artifact resources.classCapabilityStatementA 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.classCarePlanDescribes 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.classCareTeamThe Care Team includes all the people and organizations who plan to participate in the coordination and delivery of care for a patient.classCatalogEntryCatalog entries are wrappers that contextualize items included in a catalog.classChargeItemThe 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.classChargeItemDefinitionThe ChargeItemDefinition resource provides the properties that apply to the (billing) codes necessary to calculate costs and prices.classCitationThe Citation Resource enables reference to any knowledge artifact for purposes of identification and attribution.classClaimA 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.classClaimResponseThis resource provides the adjudication details from the processing of a Claim resource.classClinicalImpressionA 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.classClinicalUseDefinitionA single issue - either an indication, contraindication, interaction or an undesirable effect for a medicinal product, medication, device or procedure.classCodeSystemThe 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.classCommunicationAn occurrence of information being transmitted; e.g.classCommunicationRequestA request to convey information; e.g.classCompartmentDefinitionA compartment definition that defines how resources are accessed on a server.classCompositionA 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.classConceptMapA 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.classConditionA clinical condition, problem, diagnosis, or other event, situation, issue, or clinical concept that has risen to a level of concern.classConsentA 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.classContractLegally enforceable, formally recorded unilateral or bilateral directive i.e., a policy or agreement.classCoverageFinancial instrument which may be used to reimburse or pay for health care products and services.classCoverageEligibilityRequestThe 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.classCoverageEligibilityResponseThis resource provides eligibility and plan details from the processing of an CoverageEligibilityRequest resource.classDetectedIssueIndicates an actual or potential clinical issue with or between one or more active or proposed clinical actions for a patient; e.g.classDeviceA type of a manufactured item that is used in the provision of healthcare without being substantially changed through that activity.classDeviceDefinitionThe characteristics, operational status and capabilities of a medical-related component of a medical device.classDeviceMetricDescribes a measurement, calculation or setting capability of a medical device.classDeviceRequestRepresents a request for a patient to employ a medical device.classDeviceUseStatementA record of a device being used by a patient where the record is the result of a report from the patient or another clinician.classDiagnosticReportThe findings and interpretation of diagnostic tests performed on patients, groups of patients, devices, and locations, and/or specimens derived from these.classDocumentManifestA collection of documents compiled for a purpose together with metadata that applies to the collection.classDocumentReferenceA reference to a document of any kind for any purpose.classDomainResourceA resource that includes narrative, extensions, and contained resources.classEncounterAn interaction between a patient and healthcare provider(s) for the purpose of providing healthcare service(s) or assessing the health status of a patient.classEndpointThe 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.classEnrollmentRequestThis resource provides the insurance enrollment details to the insurer regarding a specified coverage.classEnrollmentResponseThis resource provides enrollment and plan details from the processing of an EnrollmentRequest resource.classEpisodeOfCareAn association between a patient and an organization / healthcare provider(s) during which time encounters may occur.classEventDefinitionThe EventDefinition resource provides a reusable description of when a particular event can occur.classEvidenceThe Evidence Resource provides a machine-interpretable expression of an evidence concept including the evidence variables (eg population, exposures/interventions, comparators, outcomes, measured variables, confounding variables), the statistics, and the certainty of this evidence.classEvidenceReportThe EvidenceReport Resource is a specialized container for a collection of resources and codable concepts, adapted to support compositions of Evidence, EvidenceVariable, and Citation resources and related concepts.classEvidenceVariableThe EvidenceVariable resource describes an element that knowledge (Evidence) is about.classExampleScenarioExample of workflow instance.classExplanationOfBenefitThis 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.classFamilyMemberHistorySignificant health conditions for a person related to the patient relevant in the context of care for the patient.classFlagProspective warnings of potential issues when providing care to the patient.classGoalDescribes 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.classGraphDefinitionA formal computable definition of a graph of resources - that is, a coherent set of resources that form a graph by following references.classGroupRepresents 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.classGuidanceResponseA 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.classHealthcareServiceThe details of a healthcare service available at a location.classImagingStudyRepresentation of the content produced in a DICOM imaging study.classImmunizationDescribes 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.classImmunizationEvaluationDescribes a comparison of an immunization event against published recommendations to determine if the administration is "valid" in relation to those recommendations.classImmunizationRecommendationA patient's point-in-time set of recommendations (i.e.classImplementationGuideA set of rules of how a particular interoperability or standards problem is solved - typically through the use of FHIR resources.classIngredientAn ingredient of a manufactured item or pharmaceutical product.classInsurancePlanDetails of a Health Insurance product/plan provided by an organization.classInvoiceInvoice containing collected ChargeItems from an Account with calculated individual and total price for Billing purpose.classLibraryThe Library resource is a general-purpose container for knowledge asset definitions.classLinkageIdentifies two or more records (resource instances) that refer to the same real-world "occurrence".classListResourceA list is a curated collection of resources.classLocationDetails and position information for a physical place where services are provided and resources and participants may be stored, found, contained, or accommodated.classManufacturedItemDefinitionThe definition and characteristics of a medicinal manufactured item, such as a tablet or capsule, as contained in a packaged medicinal product.classMeasureThe Measure resource provides the definition of a quality measure.classMeasureReportThe MeasureReport resource contains the results of the calculation of a measure; and optionally a reference to the resources involved in that calculation.classMediaA photo, video, or audio recording acquired or used in healthcare.classMedicationThis 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.classMedicationAdministrationDescribes the event of a patient consuming or otherwise being administered a medication.classMedicationDispenseIndicates that a medication product is to be or has been dispensed for a named person/patient.classMedicationKnowledgeInformation about a medication that is used to support knowledge.classMedicationRequestAn order or request for both supply of the medication and the instructions for administration of the medication to a patient.classMedicationStatementA record of a medication that is being consumed by a patient.classMedicinalProductDefinitionDetailed definition of a medicinal product, typically for uses other than direct patient care (e.g.classMessageDefinitionDefines 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.classMessageHeaderThe header for a message exchange that is either requesting or responding to an action.classMetadataResourceCommon Ancestor declaration for conformance and knowledge artifact resources.classMolecularSequenceRaw data describing a biological sequence.classNamingSystemA curated namespace that issues unique symbols within that namespace for the identification of concepts, people, devices, etc.classNutritionOrderA request to supply a diet, formula feeding (enteral) or oral nutritional supplement to a patient/resident.classNutritionProductA food or fluid product that is consumed by patients.classObservationMeasurements and simple assertions made about a patient, device or other subject.classObservationDefinitionSet of definitional characteristics for a kind of observation or measurement produced or consumed by an orderable health care service.classOperationDefinitionA formal computable definition of an operation (on the RESTful interface) or a named query (using the search interaction).classOperationOutcomeA collection of error, warning, or information messages that result from a system action.classOrganizationA formally or informally recognized grouping of people or organizations formed for the purpose of achieving some form of collective action.classOrganizationAffiliationDefines an affiliation/assotiation/relationship between 2 distinct oganizations, that is not a part-of relationship/sub-division relationship.classPackagedProductDefinitionA medically related item or items, in a container or package.classParametersThis resource is a non-persisted resource used to pass information into and back from an [operation](operations.html).classPatientDemographics and other administrative information about an individual or animal receiving care or other health-related services.classPaymentNoticeThis resource provides the status of the payment for goods and services rendered, and the request and response resource references.classPaymentReconciliationThis resource provides the details including amount of a payment and allocates the payment items being paid.classPersonDemographics and administrative information about a person independent of a specific health-related context.classPlanDefinitionThis resource allows for the definition of various types of plans as a sharable, consumable, and executable artifact.classPractitionerA person who is directly or indirectly involved in the provisioning of healthcare.classPractitionerRoleA specific set of Roles/Locations/specialties/services that a practitioner may perform at an organization for a period of time.classProcedureAn action that is or was performed on or for a patient.classProvenanceProvenance of a resource is a record that describes entities and processes involved in producing and delivering or otherwise influencing that resource.classQuestionnaireA structured set of questions intended to guide the collection of answers from end-users.classQuestionnaireResponseA structured set of questions and their answers.classRegulatedAuthorizationRegulatory approval, clearance or licencing related to a regulated product, treatment, facility or activity that is cited in a guidance, regulation, rule or legislative act.classRelatedPersonInformation 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.classRequestGroupA group of related requests that can be used to capture intended activities that have inter-dependencies such as "give this medication after that one".classResearchDefinitionThe 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.classResearchElementDefinitionThe ResearchElementDefinition resource describes a "PICO" element that knowledge (evidence, assertion, recommendation) is about.classResearchStudyA process where a researcher or organization plans and then executes a series of steps intended to increase the field of healthcare-related knowledge.classResearchSubjectA physical entity which is the primary unit of operational and/or administrative interest in a study.classRiskAssessmentAn assessment of the likely outcome(s) for a patient or other subject as well as the likelihood of each outcome.classScheduleA container for slots of time that may be available for booking appointments.classSearchParameterA search parameter that defines a named search item that can be used to search/filter on a resource.classServiceRequestA record of a request for service such as diagnostic investigations, treatments, or operations to be performed.classSlotA slot of time on a schedule that may be available for booking appointments.classSpecimenA sample to be used for analysis.classSpecimenDefinitionA kind of specimen with associated set of requirements.classStructureDefinitionA definition of a FHIR structure.classStructureMapA Map of relationships between 2 structures that can be used to transform data.classSubscriptionThe subscription resource is used to define a push-based subscription from a server to another system.classSubscriptionStatusThe SubscriptionStatus resource describes the state of a Subscription during notifications.classSubscriptionTopicDescribes a stream of resource state changes identified by trigger criteria and annotated with labels useful to filter projections from this topic.classSubstanceA homogeneous material with a definite composition.classSubstanceDefinitionThe detailed description of a substance, typically at a level beyond what is used for prescribing.classSupplyDeliveryRecord of delivery of what is supplied.classSupplyRequestA record of a request for a medication, substance or device used in the healthcare setting.classTaskA task to be performed.classTerminologyCapabilitiesA 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.classTestReportA summary of information based on the results of executing a TestScript.classTestScriptA structured set of tests against a FHIR server or client implementation to determine compliance against the FHIR specification.classValueSetA ValueSet resource instance specifies a set of codes drawn from one or more code systems, intended for use in a particular context.classVerificationResultDescribes validation requirements, source(s), status and dates for one or more elements.classVisionPrescriptionAn authorization for the provision of glasses and/or contact lenses to a patient.Fields in org.hl7.fhir.r4b.model declared as Resource Modifier and Type Field Description protected 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. resourceIf the parameter is a whole resource.Fields in org.hl7.fhir.r4b.model with type parameters of type Resource Modifier and Type Field Description protected List<Resource>DomainResource. containedThese resources do not have an independent existence apart from the resource that contains them - they cannot be identified independently, and nor can they have their own independent transaction scope.Methods in org.hl7.fhir.r4b.model that return Resource Modifier and Type Method Description static ResourceTypeConvertor. castToResource(Base b)abstract ResourceResource. copy()static ResourceResourceFactory. createResource(String name)ResourceDomainResource. getContained(String ref)ResourceBundle.BundleEntryResponseComponent. getOutcome()ResourceBundle.BundleEntryComponent. getResource()ResourceParameters.ParametersParameterComponent. getResource()ResourceProfilingWrapper.IResourceResolver. resolve(Base context, Base resource, Base reference)ResourceResource. setId(String value)ResourceResource. setIdElement(IdType value)ResourceResource. setImplicitRules(String value)ResourceResource. setImplicitRulesElement(UriType value)ResourceResource. setLanguage(String value)ResourceResource. setLanguageElement(CodeType value)ResourceResource. setMeta(Meta value)Methods in org.hl7.fhir.r4b.model that return types with arguments of type Resource Modifier and Type Method Description List<Resource>DomainResource. getContained()Methods in org.hl7.fhir.r4b.model with parameters of type Resource Modifier and Type Method Description DomainResourceDomainResource. addContained(Resource t)voidResource. copyValues(Resource dst)Bundle.BundleEntryResponseComponentBundle.BundleEntryResponseComponent. setOutcome(Resource value)Bundle.BundleEntryComponentBundle.BundleEntryComponent. setResource(Resource value)Parameters.ParametersParameterComponentParameters.ParametersParameterComponent. setResource(Resource value)Method parameters in org.hl7.fhir.r4b.model with type arguments of type Resource Modifier and Type Method Description DomainResourceDomainResource. setContained(List<Resource> theContained) -
Uses of Resource in org.hl7.fhir.r4b.renderers
Methods in org.hl7.fhir.r4b.renderers with type parameters of type Resource Modifier and Type Method Description protected <T extends Resource>
voidTerminologyRenderer. addCsRef(ValueSet.ConceptSetComponent inc, org.hl7.fhir.utilities.xhtml.XhtmlNode li, T cs)Methods in org.hl7.fhir.r4b.renderers with parameters of type Resource Modifier and Type Method Description org.hl7.fhir.utilities.xhtml.XhtmlNodeResourceRenderer. build(Resource dr)booleanProfileDrivenRenderer. canRender(Resource resource)booleanResourceRenderer. canRender(Resource resource)voidResourceRenderer. describe(org.hl7.fhir.utilities.xhtml.XhtmlNode x, Resource r)StringBundleRenderer. display(Resource r)StringCapabilityStatementRenderer. display(Resource r)StringCompartmentDefinitionRenderer. display(Resource r)StringDiagnosticReportRenderer. display(Resource r)StringEncounterRenderer. display(Resource dr)StringImplementationGuideRenderer. display(Resource r)StringLibraryRenderer. display(Resource r)StringLiquidRenderer. display(Resource r)StringListRenderer. display(Resource r)StringNamingSystemRenderer. display(Resource r)StringOperationDefinitionRenderer. display(Resource r)StringOperationOutcomeRenderer. display(Resource r)StringParametersRenderer. display(Resource r)StringPatientRenderer. display(Resource dr)StringProfileDrivenRenderer. display(Resource r)StringProvenanceRenderer. display(Resource dr)StringQuestionnaireRenderer. display(Resource dr)StringQuestionnaireResponseRenderer. display(Resource r)abstract StringResourceRenderer. display(Resource r)StringSearchParameterRenderer. display(Resource r)StringStructureDefinitionRenderer. display(Resource r)StringTerminologyRenderer. display(Resource r)StringResourceRenderer. displayReference(Resource res, Reference r)static ResourceRendererRendererFactory. factory(Resource resource, RenderingContext context)booleanBundleRenderer. render(org.hl7.fhir.utilities.xhtml.XhtmlNode x, Resource r)booleanCapabilityStatementRenderer. render(org.hl7.fhir.utilities.xhtml.XhtmlNode x, Resource dr)booleanCodeSystemRenderer. render(org.hl7.fhir.utilities.xhtml.XhtmlNode x, Resource dr)booleanCompartmentDefinitionRenderer. render(org.hl7.fhir.utilities.xhtml.XhtmlNode x, Resource dr)booleanConceptMapRenderer. render(org.hl7.fhir.utilities.xhtml.XhtmlNode x, Resource dr)booleanDiagnosticReportRenderer. render(org.hl7.fhir.utilities.xhtml.XhtmlNode x, Resource dr)booleanEncounterRenderer. render(org.hl7.fhir.utilities.xhtml.XhtmlNode x, Resource dr)booleanImplementationGuideRenderer. render(org.hl7.fhir.utilities.xhtml.XhtmlNode x, Resource dr)booleanLibraryRenderer. render(org.hl7.fhir.utilities.xhtml.XhtmlNode x, Resource dr)booleanLiquidRenderer. render(org.hl7.fhir.utilities.xhtml.XhtmlNode x, Resource r)booleanListRenderer. render(org.hl7.fhir.utilities.xhtml.XhtmlNode x, Resource dr)booleanNamingSystemRenderer. render(org.hl7.fhir.utilities.xhtml.XhtmlNode x, Resource dr)booleanOperationDefinitionRenderer. render(org.hl7.fhir.utilities.xhtml.XhtmlNode x, Resource dr)booleanOperationOutcomeRenderer. render(org.hl7.fhir.utilities.xhtml.XhtmlNode x, Resource dr)booleanParametersRenderer. render(org.hl7.fhir.utilities.xhtml.XhtmlNode x, Resource r)booleanPatientRenderer. render(org.hl7.fhir.utilities.xhtml.XhtmlNode x, Resource dr)booleanProfileDrivenRenderer. render(org.hl7.fhir.utilities.xhtml.XhtmlNode x, Resource r)booleanProvenanceRenderer. render(org.hl7.fhir.utilities.xhtml.XhtmlNode x, Resource prv)booleanQuestionnaireRenderer. render(org.hl7.fhir.utilities.xhtml.XhtmlNode x, Resource q)booleanQuestionnaireResponseRenderer. render(org.hl7.fhir.utilities.xhtml.XhtmlNode x, Resource q)abstract booleanResourceRenderer. render(org.hl7.fhir.utilities.xhtml.XhtmlNode x, Resource r)booleanSearchParameterRenderer. render(org.hl7.fhir.utilities.xhtml.XhtmlNode x, Resource dr)booleanStructureDefinitionRenderer. render(org.hl7.fhir.utilities.xhtml.XhtmlNode x, Resource dr)booleanValueSetRenderer. render(org.hl7.fhir.utilities.xhtml.XhtmlNode x, Resource dr)voidResourceRenderer. 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.r4b.renderers.utils
Constructors in org.hl7.fhir.r4b.renderers.utils with parameters of type Resource Constructor Description ResourceContext(Resolver.ResourceContextType type, Resource bundle, DomainResource dr)ResourceWrapperDirect(RenderingContext context, Resource wrapped) -
Uses of Resource in org.hl7.fhir.r4b.utils
Methods in org.hl7.fhir.r4b.utils that return Resource Modifier and Type Method Description static ResourceResourceUtilities. getById(Bundle feed, ResourceType type, String reference)ResourceGraphDefinitionEngine. getFocus()ResourceGraphQLEngine. getFocus()ResourceQuestionnaireBuilder. getReference()Methods in org.hl7.fhir.r4b.utils with parameters of type Resource Modifier and Type Method Description List<Base>FHIRPathEngine. evaluate(Object appContext, Resource focusResource, Resource rootResource, Base base, String path)evaluate a path and return the matching elementsList<Base>FHIRPathEngine. 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 MetaResourceUtilities. meta(Resource resource)voidGraphDefinitionEngine. setFocus(Resource focus)voidQuestionnaireBuilder. setReference(Resource resource)ElementIResourceValidator. validate(Object Context, List<org.hl7.fhir.utilities.validation.ValidationMessage> errors, Resource resource)ElementIResourceValidator. validate(Object Context, List<org.hl7.fhir.utilities.validation.ValidationMessage> errors, Resource resource, String profile)ElementIResourceValidator. validate(Object Context, List<org.hl7.fhir.utilities.validation.ValidationMessage> errors, Resource resource, List<StructureDefinition> profiles) -
Uses of Resource in org.hl7.fhir.r4b.utils.client
Methods in org.hl7.fhir.r4b.utils.client with type parameters of type Resource Modifier and Type Method Description <T extends Resource>
TFHIRToolingClient. getCanonical(Class<T> resourceClass, String canonicalURL)<T extends Resource>
StringResourceAddress. nameForClass(Class<T> resourceClass)<T extends Resource>
ParametersFHIRToolingClient. operateType(Class<T> resourceClass, String name, Parameters params)<T extends Resource>
TFHIRToolingClient. read(Class<T> resourceClass, String id)<T extends Resource>
URIResourceAddress. resolveDeleteTagsForResourceVersion(Class<T> resourceClass, String id, String version)<T extends Resource>
URIResourceAddress. resolveGetAllTags()<T extends Resource>
URIResourceAddress. resolveGetAllTagsForResourceType(Class<T> resourceClass)<T extends Resource>
URIResourceAddress. resolveGetHistoryForResourceId(Class<T> resourceClass, String id, int count)<T extends Resource>
URIResourceAddress. resolveGetHistoryForResourceId(Class<T> resourceClass, String id, Calendar since, int count)<T extends Resource>
URIResourceAddress. resolveGetHistoryForResourceId(Class<T> resourceClass, String id, Date since, int count)<T extends Resource>
URIResourceAddress. resolveGetHistoryForResourceType(Class<T> resourceClass, int count)<T extends Resource>
URIResourceAddress. resolveGetHistoryForResourceType(Class<T> resourceClass, Object since, int count)<T extends Resource>
URIResourceAddress. resolveGetHistoryForResourceType(Class<T> resourceClass, Calendar since, int count)<T extends Resource>
URIResourceAddress. resolveGetHistoryForResourceType(Class<T> resourceClass, Date since, int count)protected <T extends Resource>
URIResourceAddress. resolveGetHistoryUriForResourceId(Class<T> resourceClass, String id, Object since, int count)<T extends Resource>
URIResourceAddress. resolveGetTagsForReference(Class<T> resourceClass, String id)<T extends Resource>
URIResourceAddress. resolveGetTagsForResourceVersion(Class<T> resourceClass, String id, String version)<T extends Resource>
URIResourceAddress. resolveGetUriFromResourceClass(Class<T> resourceClass)<T extends Resource>
URIResourceAddress. resolveGetUriFromResourceClassAndCanonical(Class<T> resourceClass, String canonicalUrl)<T extends Resource>
URIResourceAddress. resolveGetUriFromResourceClassAndId(Class<T> resourceClass, String id)<T extends Resource>
URIResourceAddress. resolveGetUriFromResourceClassAndIdAndVersion(Class<T> resourceClass, String id, String version)<T extends Resource>
URIResourceAddress. resolveOperationUri(Class<T> resourceClass, String opName)<T extends Resource>
URIResourceAddress. resolveOperationUri(Class<T> resourceClass, String opName, Map<String,String> parameters)<T extends Resource>
URIResourceAddress. resolveOperationURLFromClass(Class<T> resourceClass, String name, String parameters)<T extends Resource>
URIResourceAddress. resolveSearchUri(Class<T> resourceClass, Map<String,String> parameters)<T extends Resource>
URIResourceAddress. resolveValidateUri(Class<T> resourceClass, String id)<T extends Resource>
TFHIRToolingClient. update(Class<T> resourceClass, T resource, String id)<T extends Resource>
OperationOutcomeFHIRToolingClient. validate(Class<T> resourceClass, T resource, String id)<T extends Resource>
TFHIRToolingClient. vread(Class<T> resourceClass, String id, String version)Methods in org.hl7.fhir.r4b.utils.client that return Resource Modifier and Type Method Description ResourceFHIRToolingClient. update(Resource resource)Methods in org.hl7.fhir.r4b.utils.client with parameters of type Resource Modifier and Type Method Description static StringResourceAddress. buildRelativePathFromReference(Resource resource)static StringResourceAddress. buildRelativePathFromReference(Resource resource, String id)ResourceFHIRToolingClient. update(Resource resource) -
Uses of Resource in org.hl7.fhir.r4b.utils.client.network
Classes in org.hl7.fhir.r4b.utils.client.network with type parameters of type Resource Modifier and Type Class Description classResourceRequest<T extends Resource>Methods in org.hl7.fhir.r4b.utils.client.network with type parameters of type Resource Modifier and Type Method Description <T extends Resource>
ResourceRequest<T>FhirRequestBuilder. execute()<T extends Resource>
BundleClient. 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.r4b.utils.client.network with parameters of type Resource Modifier and Type Method Description static byte[]ByteUtils. encodeFormSubmission(Map<String,String> parameters, String resourceName, Resource resource, String boundary)BundleClient. issuePostFeedRequest(URI resourceUri, Map<String,String> parameters, String resourceName, Resource resource, String resourceFormat) -
Uses of Resource in org.hl7.fhir.r4b.utils.validation
Methods in org.hl7.fhir.r4b.utils.validation that return Resource Modifier and Type Method Description ResourceValidationContextCarrier.IValidationContextResourceLoader. loadContainedResource(List<org.hl7.fhir.utilities.validation.ValidationMessage> errors, String path, Element resource, String id, Class<? extends Resource> class1)ResourceValidationContextCarrier.ValidationContextResourceProxy. loadContainedResource(String id, Class<? extends Resource> class1)Methods in org.hl7.fhir.r4b.utils.validation with parameters of type Resource Modifier and Type Method Description ElementIResourceValidator. validate(Object Context, List<org.hl7.fhir.utilities.validation.ValidationMessage> errors, Resource resource)ElementIResourceValidator. validate(Object Context, List<org.hl7.fhir.utilities.validation.ValidationMessage> errors, Resource resource, String profile)ElementIResourceValidator. validate(Object Context, List<org.hl7.fhir.utilities.validation.ValidationMessage> errors, Resource resource, List<StructureDefinition> profiles)Method parameters in org.hl7.fhir.r4b.utils.validation with type arguments of type Resource Modifier and Type Method Description ResourceValidationContextCarrier.IValidationContextResourceLoader. loadContainedResource(List<org.hl7.fhir.utilities.validation.ValidationMessage> errors, String path, Element resource, String id, Class<? extends Resource> class1)ResourceValidationContextCarrier.ValidationContextResourceProxy. loadContainedResource(String id, Class<? extends Resource> class1)Constructors in org.hl7.fhir.r4b.utils.validation with parameters of type Resource Constructor Description ValidationContextResourceProxy(Resource resource)
-