Uses of Class
org.hl7.fhir.r5.model.CanonicalResource
-
-
Uses of CanonicalResource in org.hl7.fhir.r5.comparison
Classes in org.hl7.fhir.r5.comparison with type parameters of type CanonicalResource Modifier and Type Class Description classCanonicalResourceComparer.CanonicalResourceComparison<T extends CanonicalResource>Fields in org.hl7.fhir.r5.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.r5.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.r5.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.r5.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.r5.context
Classes in org.hl7.fhir.r5.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.r5.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.r5.context that return CanonicalResource Modifier and Type Method Description CanonicalResourceCanonicalResourceManager.CanonicalResourceProxy. getResource()abstract CanonicalResourceCanonicalResourceManager.CanonicalResourceProxy. loadResource()CanonicalResourceSimpleWorkerContext.PackageResourceLoader. loadResource()Methods in org.hl7.fhir.r5.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.r5.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.r5.context with type arguments of type CanonicalResource Modifier and Type Method Description voidCanonicalResourceManager. listAllM(List<CanonicalResource> result) -
Uses of CanonicalResource in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats with parameters of type CanonicalResource Modifier and Type Method Description protected 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.model
Subclasses of CanonicalResource in org.hl7.fhir.r5.model Modifier and Type Class Description classActivityDefinitionThis resource allows for the definition of some activity to be performed, independent of a particular patient, practitioner, or other performance context.classArtifactAssessmentThis Resource provides one or more comments, classifiers or ratings about a Resource and supports attribution and rights management metadata for the added content.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.classCapabilityStatement2A 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.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.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.classConceptMap2A 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.classConditionDefinitionA definition of a condition and information relevant to managing it.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 (e.g., 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 codeable 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.classGraphDefinitionA formal computable definition of a graph of resources - that is, a coherent set of resources that form a graph by following references.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.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.Methods in org.hl7.fhir.r5.model with parameters of type CanonicalResource Modifier and Type Method Description voidCanonicalResource. copyValues(CanonicalResource dst) -
Uses of CanonicalResource in org.hl7.fhir.r5.renderers
Methods in org.hl7.fhir.r5.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.r5.renderers.spreadsheets
Methods in org.hl7.fhir.r5.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.r5.terminologies
Methods in org.hl7.fhir.r5.terminologies that return CanonicalResource Modifier and Type Method Description CanonicalResourceValueSetExpansionCache. getStoredResource(String canonicalUri)CanonicalResourceTerminologyClient. read(String type, String id)Methods in org.hl7.fhir.r5.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.r5.utils
Methods in org.hl7.fhir.r5.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)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 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.
-