Uses of Class
org.hl7.fhir.r5.model.CanonicalResource
Packages that use CanonicalResource
Package
Description
-
Uses of CanonicalResource in org.hl7.fhir.r5.comparison
Classes in org.hl7.fhir.r5.comparison with type parameters of type CanonicalResourceModifier and TypeClassDescriptionclassFields in org.hl7.fhir.r5.comparison declared as CanonicalResourceModifier and TypeFieldDescriptionprotected TCanonicalResourceComparer.CanonicalResourceComparison.intersectionprotected TCanonicalResourceComparer.CanonicalResourceComparison.leftprotected TCanonicalResourceComparer.CanonicalResourceComparison.rightprotected TCanonicalResourceComparer.CanonicalResourceComparison.unionMethods in org.hl7.fhir.r5.comparison with parameters of type CanonicalResourceModifier and TypeMethodDescriptionComparisonSession.compare(CanonicalResource left, CanonicalResource right) protected voidCanonicalResourceComparer.compareMetadata(CanonicalResource left, CanonicalResource right, Map<String, StructuralMatch<String>> comp, CanonicalResourceComparer.CanonicalResourceComparison<? extends CanonicalResource> res) voidComparisonSession.identify(CanonicalResource res) protected StringResourceComparer.ResourceComparison.refCell(CanonicalResource cr) Method parameters in org.hl7.fhir.r5.comparison with type arguments of type CanonicalResourceModifier and TypeMethodDescriptionprotected voidCanonicalResourceComparer.compareCanonicalList(String name, List<CanonicalType> left, List<CanonicalType> right, Map<String, StructuralMatch<String>> comp, org.hl7.fhir.utilities.validation.ValidationMessage.IssueSeverity level, CanonicalResourceComparer.CanonicalResourceComparison<? extends CanonicalResource> res, List<CanonicalType> union, List<CanonicalType> intersection) protected voidCanonicalResourceComparer.compareCodeableConceptList(String name, List<CodeableConcept> left, List<CodeableConcept> right, Map<String, StructuralMatch<String>> comp, org.hl7.fhir.utilities.validation.ValidationMessage.IssueSeverity level, CanonicalResourceComparer.CanonicalResourceComparison<? extends CanonicalResource> res, List<CodeableConcept> union, List<CodeableConcept> intersection) protected voidCanonicalResourceComparer.compareCodeList(String name, List<CodeType> left, List<CodeType> right, Map<String, StructuralMatch<String>> comp, org.hl7.fhir.utilities.validation.ValidationMessage.IssueSeverity level, CanonicalResourceComparer.CanonicalResourceComparison<? extends CanonicalResource> res, List<CodeType> union, List<CodeType> intersection) protected voidCanonicalResourceComparer.compareMetadata(CanonicalResource left, CanonicalResource right, Map<String, StructuralMatch<String>> comp, CanonicalResourceComparer.CanonicalResourceComparison<? extends CanonicalResource> res) protected voidCanonicalResourceComparer.comparePrimitives(String name, PrimitiveType l, PrimitiveType r, Map<String, StructuralMatch<String>> comp, org.hl7.fhir.utilities.validation.ValidationMessage.IssueSeverity level, CanonicalResourceComparer.CanonicalResourceComparison<? extends CanonicalResource> res) org.hl7.fhir.utilities.xhtml.XhtmlNodeCanonicalResourceComparer.renderMetadata(CanonicalResourceComparer.CanonicalResourceComparison<? extends CanonicalResource> comparison, String id, String prefix) Constructors in org.hl7.fhir.r5.comparison with parameters of type CanonicalResourceModifierConstructorDescriptionPlaceHolderComparison(CanonicalResource left, CanonicalResource right) PlaceHolderComparison(CanonicalResource left, CanonicalResource right, Throwable e) -
Uses of CanonicalResource in org.hl7.fhir.r5.context
Classes in org.hl7.fhir.r5.context with type parameters of type CanonicalResourceModifier and TypeClassDescriptionclassclassCanonicalResourceManager<T extends CanonicalResource>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 versionsMethods in org.hl7.fhir.r5.context with type parameters of type CanonicalResourceModifier and TypeMethodDescriptionprotected <T extends CanonicalResource>
voidBaseWorkerContext.seeMetadataResource(T r, Map<String, T> map, List<T> list, boolean addId) Methods in org.hl7.fhir.r5.context that return CanonicalResourceModifier and TypeMethodDescriptionCanonicalResourceManager.CanonicalResourceProxy.getResource()abstract CanonicalResourceCanonicalResourceManager.CanonicalResourceProxy.loadResource()SimpleWorkerContext.PackageResourceLoader.loadResource()Methods in org.hl7.fhir.r5.context that return types with arguments of type CanonicalResourceModifier and TypeMethodDescriptionBaseWorkerContext.allConformanceResources()IWorkerContext.allConformanceResources()Methods in org.hl7.fhir.r5.context with parameters of type CanonicalResourceModifier and TypeMethodDescriptionintCanonicalResourceManager.CanonicalListSorter.compare(CanonicalResource arg0, CanonicalResource arg1) <T extends Resource>
TBaseWorkerContext.fetchResource(Class<T> class_, String uri, CanonicalResource source) <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>
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, CanonicalResource source) voidCanonicalResourceManager.CanonicalResourceProxy.setResource(CanonicalResource resource) Method parameters in org.hl7.fhir.r5.context with type arguments of type CanonicalResourceModifier and TypeMethodDescriptionvoidCanonicalResourceManager.listAllM(List<CanonicalResource> result) -
Uses of CanonicalResource in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats with parameters of type CanonicalResourceModifier and TypeMethodDescriptionprotected voidRdfParser.composeCanonicalResource(org.hl7.fhir.utilities.turtle.Turtle.Complex t, String parentType, String name, CanonicalResource element, int index) protected voidXmlParser.composeCanonicalResourceElements(CanonicalResource element) protected voidJsonParser.composeCanonicalResourceProperties(CanonicalResource element) protected booleanXmlParser.parseCanonicalResourceContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, CanonicalResource res) protected voidJsonParser.parseCanonicalResourceProperties(com.google.gson.JsonObject json, CanonicalResource res) -
Uses of CanonicalResource in org.hl7.fhir.r5.hapi.ctx
Methods in org.hl7.fhir.r5.hapi.ctx that return types with arguments of type CanonicalResourceMethods in org.hl7.fhir.r5.hapi.ctx with parameters of type CanonicalResourceModifier and TypeMethodDescription<T extends Resource>
THapiWorkerContext.fetchResource(Class<T> class_, String uri, CanonicalResource canonicalForSource) -
Uses of CanonicalResource in org.hl7.fhir.r5.model
Subclasses of CanonicalResource in org.hl7.fhir.r5.modelModifier and TypeClassDescriptionclassThis resource allows for the definition of some activity to be performed, independent of a particular patient, practitioner, or other performance context.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 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.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.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.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 definition of a condition and information relevant to managing it.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.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.classCommon Ancestor declaration for conformance and knowledge artifact resources.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.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.r5.model that return CanonicalResourceModifier and TypeMethodDescriptionabstract CanonicalResourceCanonicalResource.addContact(ContactDetail t) abstract CanonicalResourceCanonicalResource.addIdentifier(Identifier t) abstract CanonicalResourceCanonicalResource.addJurisdiction(CodeableConcept t) abstract CanonicalResourceCanonicalResource.addUseContext(UsageContext t) abstract CanonicalResourceCanonicalResource.copy()abstract CanonicalResourceCanonicalResource.setContact(List<ContactDetail> theContact) abstract CanonicalResourceCanonicalResource.setCopyright(String value) abstract CanonicalResourceCanonicalResource.setCopyrightElement(MarkdownType value) abstract CanonicalResourceabstract CanonicalResourceCanonicalResource.setDateElement(DateTimeType value) abstract CanonicalResourceCanonicalResource.setDescription(String value) abstract CanonicalResourceCanonicalResource.setDescriptionElement(MarkdownType value) abstract CanonicalResourceCanonicalResource.setExperimental(boolean value) abstract CanonicalResourceCanonicalResource.setExperimentalElement(BooleanType value) abstract CanonicalResourceCanonicalResource.setIdentifier(List<Identifier> theIdentifier) abstract CanonicalResourceCanonicalResource.setJurisdiction(List<CodeableConcept> theJurisdiction) abstract CanonicalResourceabstract CanonicalResourceCanonicalResource.setNameElement(StringType value) abstract CanonicalResourceCanonicalResource.setPublisher(String value) abstract CanonicalResourceCanonicalResource.setPublisherElement(StringType value) abstract CanonicalResourceCanonicalResource.setPurpose(String value) abstract CanonicalResourceCanonicalResource.setPurposeElement(MarkdownType value) abstract CanonicalResourceCanonicalResource.setStatus(Enumerations.PublicationStatus value) abstract CanonicalResourceCanonicalResource.setStatusElement(Enumeration<Enumerations.PublicationStatus> value) abstract CanonicalResourceabstract CanonicalResourceCanonicalResource.setTitleElement(StringType value) abstract CanonicalResourceabstract CanonicalResourceCanonicalResource.setUrlElement(UriType value) abstract CanonicalResourceCanonicalResource.setUseContext(List<UsageContext> theUseContext) abstract CanonicalResourceCanonicalResource.setVersion(String value) abstract CanonicalResourceCanonicalResource.setVersionElement(StringType value) Methods in org.hl7.fhir.r5.model with parameters of type CanonicalResource -
Uses of CanonicalResource in org.hl7.fhir.r5.renderers
Methods in org.hl7.fhir.r5.renderers with parameters of type CanonicalResourceModifier and TypeMethodDescriptionprotected voidResourceRenderer.generateCopyright(org.hl7.fhir.utilities.xhtml.XhtmlNode x, CanonicalResource cs) protected voidResourceRenderer.renderCommitteeLink(org.hl7.fhir.utilities.xhtml.XhtmlNode x, CanonicalResource cr) -
Uses of CanonicalResource in org.hl7.fhir.r5.renderers.spreadsheets
Methods in org.hl7.fhir.r5.renderers.spreadsheets with parameters of type CanonicalResourceModifier and TypeMethodDescriptionprotected org.apache.poi.ss.usermodel.SheetCanonicalSpreadsheetGenerator.renderCanonicalResource(CanonicalResource cr) -
Uses of CanonicalResource in org.hl7.fhir.r5.terminologies
Methods in org.hl7.fhir.r5.terminologies that return CanonicalResourceMethods in org.hl7.fhir.r5.terminologies with parameters of type CanonicalResourceModifier and TypeMethodDescriptionstatic StringCodeSystemUtilities.getOID(CanonicalResource cs) static booleanCodeSystemUtilities.hasOID(CanonicalResource cs) voidValueSetExpansionCache.storeResource(CanonicalResource md) -
Uses of CanonicalResource in org.hl7.fhir.r5.utils
Methods in org.hl7.fhir.r5.utils with parameters of type CanonicalResourceModifier and TypeMethodDescriptionintResourceSorters.CanonicalResourceSortByTypeId.compare(CanonicalResource arg0, CanonicalResource arg1) intResourceSorters.CanonicalResourceSortByUrl.compare(CanonicalResource arg0, CanonicalResource arg1) static LocaleResourceUtilities.getLocale(CanonicalResource cr) -
Uses of CanonicalResource in org.hl7.fhir.r5.utils.validation
Methods in org.hl7.fhir.r5.utils.validation that return CanonicalResourceModifier and TypeMethodDescriptionIValidatorResourceFetcher.fetchCanonicalResource(IResourceValidator validator, String url) this is used when the validator encounters a reference to a structure definition, value set or code system at some random URL reference while validating.