
Class DefaultProfileValidationSupportNpmStrategy
java.lang.Object
org.hl7.fhir.common.hapi.validation.support.BaseValidationSupport
org.hl7.fhir.common.hapi.validation.support.PrePopulatedValidationSupport
org.hl7.fhir.common.hapi.validation.support.NpmPackageValidationSupport
org.hl7.fhir.common.hapi.validation.support.DefaultProfileValidationSupportNpmStrategy
- All Implemented Interfaces:
ca.uhn.fhir.context.support.IValidationSupport,ca.uhn.fhir.util.ILockable
-
Nested Class Summary
Nested classes/interfaces inherited from interface ca.uhn.fhir.context.support.IValidationSupport
ca.uhn.fhir.context.support.IValidationSupport.BaseConceptProperty, ca.uhn.fhir.context.support.IValidationSupport.BooleanConceptProperty, ca.uhn.fhir.context.support.IValidationSupport.CodeValidationIssue, ca.uhn.fhir.context.support.IValidationSupport.CodeValidationIssueCode, ca.uhn.fhir.context.support.IValidationSupport.CodeValidationIssueCoding, ca.uhn.fhir.context.support.IValidationSupport.CodeValidationIssueDetails, ca.uhn.fhir.context.support.IValidationSupport.CodeValidationResult, ca.uhn.fhir.context.support.IValidationSupport.CodingConceptProperty, ca.uhn.fhir.context.support.IValidationSupport.ConceptDesignation, ca.uhn.fhir.context.support.IValidationSupport.GroupConceptProperty, ca.uhn.fhir.context.support.IValidationSupport.IssueSeverity, ca.uhn.fhir.context.support.IValidationSupport.LookupCodeResult, ca.uhn.fhir.context.support.IValidationSupport.StringConceptProperty, ca.uhn.fhir.context.support.IValidationSupport.TranslateCodeRequest, ca.uhn.fhir.context.support.IValidationSupport.ValueSetExpansionOutcome -
Field Summary
Fields inherited from class org.hl7.fhir.common.hapi.validation.support.BaseValidationSupport
myCtxFields inherited from interface ca.uhn.fhir.context.support.IValidationSupport
TYPE_BOOLEAN, TYPE_CODING, TYPE_GROUP, TYPE_STRING, URL_PREFIX_STRUCTURE_DEFINITION, URL_PREFIX_VALUE_SET -
Constructor Summary
ConstructorsConstructorDescriptionDefaultProfileValidationSupportNpmStrategy(ca.uhn.fhir.context.FhirContext theFhirContext) Constructor -
Method Summary
Modifier and TypeMethodDescriptionvoidaddSearchParameter(org.hl7.fhir.instance.model.api.IBaseResource theSearchParameter) getName()Methods inherited from class org.hl7.fhir.common.hapi.validation.support.NpmPackageValidationSupport
loadPackageFromClasspathMethods inherited from class org.hl7.fhir.common.hapi.validation.support.PrePopulatedValidationSupport
addBinary, addCodeSystem, addResource, addStructureDefinition, addValueSet, countAll, fetchAllConformanceResources, fetchAllSearchParameters, fetchAllStructureDefinitions, fetchBinary, fetchCodeSystem, fetchStructureDefinition, fetchValueSet, isCodeSystemSupported, isValueSetSupported, lockMethods inherited from class org.hl7.fhir.common.hapi.validation.support.BaseValidationSupport
getFhirContextMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ca.uhn.fhir.context.support.IValidationSupport
expandValueSet, expandValueSet, fetchAllNonBaseStructureDefinitions, fetchResource, generateSnapshot, getFhirContext, invalidateCaches, isCodeableConceptValidationSuccessfulIfNotAllCodingsAreValid, isRemoteTerminologyServiceConfigured, lookupCode, lookupCode, lookupCode, translateConcept, validateCode, validateCodeInValueSet
-
Constructor Details
-
DefaultProfileValidationSupportNpmStrategy
public DefaultProfileValidationSupportNpmStrategy(@Nonnull ca.uhn.fhir.context.FhirContext theFhirContext) Constructor
-
-
Method Details
-
getName
- Specified by:
getNamein interfaceca.uhn.fhir.context.support.IValidationSupport- Overrides:
getNamein classPrePopulatedValidationSupport
-
addSearchParameter
- Overrides:
addSearchParameterin classPrePopulatedValidationSupport
-