
Uses of Class
org.hl7.fhir.r4.model.MetadataResource
Packages that use MetadataResource
Package
Description
-
Uses of MetadataResource in org.hl7.fhir.r4.context
Classes in org.hl7.fhir.r4.context with type parameters of type MetadataResourceModifier and TypeClassDescriptionclassCanonicalResourceManager<T extends MetadataResource>This manages a cached list of resources, and provides high speed access by URL / URL+version, and assumes that patch version doesn't matter for access note, though, that not all resources have semver versionsclassMethods in org.hl7.fhir.r4.context with type parameters of type MetadataResourceModifier and TypeMethodDescriptionprotected <T extends MetadataResource>
voidBaseWorkerContext.seeMetadataResource(T r, Map<String, T> map, boolean addId) Methods in org.hl7.fhir.r4.context that return types with arguments of type MetadataResourceModifier and TypeMethodDescriptionBaseWorkerContext.allConformanceResources()IWorkerContext.allConformanceResources()Method parameters in org.hl7.fhir.r4.context with type arguments of type MetadataResourceModifier and TypeMethodDescriptionvoidCanonicalResourceManager.listAllM(List<MetadataResource> result) -
Uses of MetadataResource in org.hl7.fhir.r4.hapi.ctx
Methods in org.hl7.fhir.r4.hapi.ctx that return types with arguments of type MetadataResource -
Uses of MetadataResource in org.hl7.fhir.r4.model
Subclasses of MetadataResource in org.hl7.fhir.r4.modelModifier and TypeClassDescriptionclassThis resource allows for the definition of some activity to be performed, independent of a particular patient, practitioner, or other performance context.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.classThe ChargeItemDefinition resource provides the properties that apply to the (billing) codes necessary to calculate costs and prices.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 compartment definition that defines how resources are accessed on a server.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.classThe EffectEvidenceSynthesis resource describes the difference in an outcome between exposures states in a population where the effect estimate is derived from a combination of research studies.classThe EventDefinition resource provides a reusable description of when a particular event can occur.classThe Evidence resource describes the conditional state (population and any exposures being compared within the population) and outcome (if specified) that the knowledge (evidence, assertion, recommendation) is about.classThe EvidenceVariable resource describes a "PICO" element that knowledge (evidence, assertion, recommendation) is about.classExample of workflow instance.classA formal computable definition of a graph of resources - that is, a coherent set of resources that form a graph by following references.classA set of rules of how a particular interoperability or standards problem is solved - typically through the use of FHIR resources.classThe Library resource is a general-purpose container for knowledge asset definitions.classThe Measure resource provides the definition of a quality measure.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.classA curated namespace that issues unique symbols within that namespace for the identification of concepts, people, devices, etc.classA formal computable definition of an operation (on the RESTful interface) or a named query (using the search interaction).classThis resource allows for the definition of various types of plans as a sharable, consumable, and executable artifact.classA structured set of questions intended to guide the collection of answers from end-users.classThe ResearchDefinition resource describes the conditional state (population and any exposures being compared within the population) and outcome (if specified) that the knowledge (evidence, assertion, recommendation) is about.classThe ResearchElementDefinition resource describes a "PICO" element that knowledge (evidence, assertion, recommendation) is about.classThe RiskEvidenceSynthesis resource describes the likelihood of an outcome in a population plus exposure state where the risk estimate is derived from a combination of research studies.classA search parameter that defines a named search item that can be used to search/filter on a resource.classA definition of a FHIR structure.classA Map of relationships between 2 structures that can be used to transform data.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 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.Methods in org.hl7.fhir.r4.model that return MetadataResourceModifier and TypeMethodDescriptionMetadataResource.addContact(ContactDetail t) MetadataResource.addJurisdiction(CodeableConcept t) MetadataResource.addUseContext(UsageContext t) abstract MetadataResourceMetadataResource.copy()MetadataResource.setContact(List<ContactDetail> theContact) MetadataResource.setDateElement(DateTimeType value) MetadataResource.setDescription(String value) MetadataResource.setDescriptionElement(MarkdownType value) MetadataResource.setExperimental(boolean value) MetadataResource.setExperimentalElement(BooleanType value) MetadataResource.setJurisdiction(List<CodeableConcept> theJurisdiction) MetadataResource.setNameElement(StringType value) MetadataResource.setPublisher(String value) MetadataResource.setPublisherElement(StringType value) MetadataResource.setStatus(Enumerations.PublicationStatus value) MetadataResource.setStatusElement(Enumeration<Enumerations.PublicationStatus> value) MetadataResource.setTitleElement(StringType value) MetadataResource.setUrlElement(UriType value) MetadataResource.setUseContext(List<UsageContext> theUseContext) MetadataResource.setVersion(String value) MetadataResource.setVersionElement(StringType value) Methods in org.hl7.fhir.r4.model with parameters of type MetadataResource -
Uses of MetadataResource in org.hl7.fhir.r4.terminologies
Methods in org.hl7.fhir.r4.terminologies that return MetadataResourceMethods in org.hl7.fhir.r4.terminologies with parameters of type MetadataResource