Uses of Class
org.hl7.fhir.r4.model.MetadataResource
Package
Description
-
Uses of MetadataResource in org.hl7.fhir.r4.context
Modifier and TypeClassDescriptionclass
CanonicalResourceManager<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 versionsclass
Modifier and TypeMethodDescriptionprotected <T extends MetadataResource>
voidBaseWorkerContext.seeMetadataResource
(T r, Map<String, T> map, boolean addId) Modifier and TypeMethodDescriptionBaseWorkerContext.allConformanceResources()
IWorkerContext.allConformanceResources()
Modifier and TypeMethodDescriptionvoid
CanonicalResourceManager.listAllM
(List<MetadataResource> result) -
Uses of MetadataResource in org.hl7.fhir.r4.hapi.ctx
-
Uses of MetadataResource in org.hl7.fhir.r4.model
Modifier and TypeClassDescriptionclass
This resource allows for the definition of some activity to be performed, independent of a particular patient, practitioner, or other performance context.class
A Capability Statement documents a set of capabilities (behaviors) of a FHIR Server for a particular version of FHIR that may be used as a statement of actual server functionality or a statement of required or desired server implementation.class
The ChargeItemDefinition resource provides the properties that apply to the (billing) codes necessary to calculate costs and prices.class
The CodeSystem resource is used to declare the existence of and describe a code system or code system supplement and its key properties, and optionally define a part or all of its content.class
A compartment definition that defines how resources are accessed on a server.class
A statement of relationships from one set of concepts to one or more other concepts - either concepts in code systems, or data element/data element concepts, or classes in class models.class
The EffectEvidenceSynthesis resource describes the difference in an outcome between exposures states in a population where the effect estimate is derived from a combination of research studies.class
The EventDefinition resource provides a reusable description of when a particular event can occur.class
The Evidence resource describes the conditional state (population and any exposures being compared within the population) and outcome (if specified) that the knowledge (evidence, assertion, recommendation) is about.class
The EvidenceVariable resource describes a "PICO" element that knowledge (evidence, assertion, recommendation) is about.class
Example of workflow instance.class
A formal computable definition of a graph of resources - that is, a coherent set of resources that form a graph by following references.class
A set of rules of how a particular interoperability or standards problem is solved - typically through the use of FHIR resources.class
The Library resource is a general-purpose container for knowledge asset definitions.class
The Measure resource provides the definition of a quality measure.class
Defines the characteristics of a message that can be shared between systems, including the type of event that initiates the message, the content to be transmitted and what response(s), if any, are permitted.class
A curated namespace that issues unique symbols within that namespace for the identification of concepts, people, devices, etc.class
A formal computable definition of an operation (on the RESTful interface) or a named query (using the search interaction).class
This resource allows for the definition of various types of plans as a sharable, consumable, and executable artifact.class
A structured set of questions intended to guide the collection of answers from end-users.class
The ResearchDefinition resource describes the conditional state (population and any exposures being compared within the population) and outcome (if specified) that the knowledge (evidence, assertion, recommendation) is about.class
The ResearchElementDefinition resource describes a "PICO" element that knowledge (evidence, assertion, recommendation) is about.class
The RiskEvidenceSynthesis resource describes the likelihood of an outcome in a population plus exposure state where the risk estimate is derived from a combination of research studies.class
A search parameter that defines a named search item that can be used to search/filter on a resource.class
A definition of a FHIR structure.class
A Map of relationships between 2 structures that can be used to transform data.class
A TerminologyCapabilities resource documents a set of capabilities (behaviors) of a FHIR Terminology Server that may be used as a statement of actual server functionality or a statement of required or desired server implementation.class
A structured set of tests against a FHIR server or client implementation to determine compliance against the FHIR specification.class
A ValueSet resource instance specifies a set of codes drawn from one or more code systems, intended for use in a particular context.Modifier and TypeMethodDescriptionMetadataResource.addContact
(ContactDetail t) MetadataResource.addJurisdiction
(CodeableConcept t) MetadataResource.addUseContext
(UsageContext t) abstract MetadataResource
MetadataResource.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) -
Uses of MetadataResource in org.hl7.fhir.r4.terminologies