Uses of Class
org.hl7.fhir.r4b.model.CanonicalResource
-
-
Uses of CanonicalResource in org.hl7.fhir.r4b.comparison
Classes in org.hl7.fhir.r4b.comparison with type parameters of type CanonicalResource Modifier and Type Class Description classCanonicalResourceComparer.CanonicalResourceComparison<T extends CanonicalResource>Fields in org.hl7.fhir.r4b.comparison declared as CanonicalResource Modifier and Type Field Description protected TCanonicalResourceComparer.CanonicalResourceComparison. intersectionprotected TCanonicalResourceComparer.CanonicalResourceComparison. leftprotected TCanonicalResourceComparer.CanonicalResourceComparison. rightprotected TCanonicalResourceComparer.CanonicalResourceComparison. unionMethods in org.hl7.fhir.r4b.comparison with parameters of type CanonicalResource Modifier and Type Method Description ResourceComparer.ResourceComparisonComparisonSession. 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.r4b.comparison with type arguments of type CanonicalResource Modifier and Type Method Description protected 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.r4b.comparison with parameters of type CanonicalResource Constructor Description PlaceHolderComparison(CanonicalResource left, CanonicalResource right)PlaceHolderComparison(CanonicalResource left, CanonicalResource right, Throwable e) -
Uses of CanonicalResource in org.hl7.fhir.r4b.context
Classes in org.hl7.fhir.r4b.context with type parameters of type CanonicalResource Modifier and Type Class Description classBaseWorkerContext.MetadataResourceVersionComparator<T extends CanonicalResource>classCanonicalResourceManager<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.r4b.context with type parameters of type CanonicalResource Modifier and Type Method Description protected <T extends CanonicalResource>
voidBaseWorkerContext. seeMetadataResource(T r, Map<String,T> map, List<T> list, boolean addId)Methods in org.hl7.fhir.r4b.context that return CanonicalResource Modifier and Type Method Description CanonicalResourceCanonicalResourceManager.CanonicalResourceProxy. getResource()abstract CanonicalResourceCanonicalResourceManager.CanonicalResourceProxy. loadResource()CanonicalResourceSimpleWorkerContext.PackageResourceLoader. loadResource()Methods in org.hl7.fhir.r4b.context that return types with arguments of type CanonicalResource Modifier and Type Method Description List<CanonicalResource>BaseWorkerContext. allConformanceResources()List<CanonicalResource>IWorkerContext. allConformanceResources()Methods in org.hl7.fhir.r4b.context with parameters of type CanonicalResource Modifier and Type Method Description intCanonicalResourceManager.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.r4b.context with type arguments of type CanonicalResource Modifier and Type Method Description voidCanonicalResourceManager. listAllM(List<CanonicalResource> result) -
Uses of CanonicalResource in org.hl7.fhir.r4b.model
Subclasses of CanonicalResource in org.hl7.fhir.r4b.model Modifier and Type Class Description 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.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.classCompartmentDefinitionA compartment definition that defines how resources are accessed on a server.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.classExampleScenarioExample of workflow instance.classImplementationGuideA set of rules of how a particular interoperability or standards problem is solved - typically through the use of FHIR resources.classLibraryThe Library resource is a general-purpose container for knowledge asset definitions.classMeasureThe Measure resource provides the definition of a quality measure.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.classMetadataResourceCommon Ancestor declaration for conformance and knowledge artifact resources.classNamingSystemA curated namespace that issues unique symbols within that namespace for the identification of concepts, people, devices, etc.classOperationDefinitionA formal computable definition of an operation (on the RESTful interface) or a named query (using the search interaction).classPlanDefinitionThis resource allows for the definition of various types of plans as a sharable, consumable, and executable artifact.classQuestionnaireA structured set of questions intended to guide the collection of answers from end-users.classSearchParameterA search parameter that defines a named search item that can be used to search/filter on a resource.classStructureDefinitionA definition of a FHIR structure.classStructureMapA Map of relationships between 2 structures that can be used to transform data.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.classValueSetA 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.r4b.model with parameters of type CanonicalResource Modifier and Type Method Description voidCanonicalResource. copyValues(CanonicalResource dst) -
Uses of CanonicalResource in org.hl7.fhir.r4b.renderers
Methods in org.hl7.fhir.r4b.renderers with parameters of type CanonicalResource Modifier and Type Method Description protected 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.r4b.renderers.spreadsheets
Methods in org.hl7.fhir.r4b.renderers.spreadsheets with parameters of type CanonicalResource Modifier and Type Method Description protected org.apache.poi.ss.usermodel.SheetCanonicalSpreadsheetGenerator. renderCanonicalResource(CanonicalResource cr) -
Uses of CanonicalResource in org.hl7.fhir.r4b.terminologies
Methods in org.hl7.fhir.r4b.terminologies that return CanonicalResource Modifier and Type Method Description CanonicalResourceValueSetExpansionCache. getStoredResource(String canonicalUri)CanonicalResourceTerminologyClient. read(String type, String id)Methods in org.hl7.fhir.r4b.terminologies with parameters of type CanonicalResource Modifier and Type Method Description static StringCodeSystemUtilities. getOID(CanonicalResource cs)static booleanCodeSystemUtilities. hasOID(CanonicalResource cs)voidValueSetExpansionCache. storeResource(CanonicalResource md) -
Uses of CanonicalResource in org.hl7.fhir.r4b.utils
Methods in org.hl7.fhir.r4b.utils that return CanonicalResource Modifier and Type Method Description CanonicalResourceIResourceValidator.IValidatorResourceFetcher. fetchCanonicalResource(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.Methods in org.hl7.fhir.r4b.utils with parameters of type CanonicalResource Modifier and Type Method Description intResourceSorters.CanonicalResourceSortByTypeId. compare(CanonicalResource arg0, CanonicalResource arg1)intResourceSorters.CanonicalResourceSortByUrl. compare(CanonicalResource arg0, CanonicalResource arg1) -
Uses of CanonicalResource in org.hl7.fhir.r4b.utils.validation
Methods in org.hl7.fhir.r4b.utils.validation that return CanonicalResource Modifier and Type Method Description CanonicalResourceIValidatorResourceFetcher. 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.
-