Package dev.dsf.maven.bundle
Class ValidationSupportWithCustomResources
java.lang.Object
dev.dsf.maven.bundle.ValidationSupportWithCustomResources
- All Implemented Interfaces:
ca.uhn.fhir.context.support.IValidationSupport
public class ValidationSupportWithCustomResources
extends Object
implements ca.uhn.fhir.context.support.IValidationSupport
-
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 interface ca.uhn.fhir.context.support.IValidationSupport
TYPE_BOOLEAN, TYPE_CODING, TYPE_GROUP, TYPE_STRING, URL_PREFIX_VALUE_SET
-
Constructor Summary
ConstructorsConstructorDescriptionValidationSupportWithCustomResources
(ca.uhn.fhir.context.FhirContext context, org.hl7.fhir.r4.model.Bundle bundle) -
Method Summary
Modifier and TypeMethodDescriptionvoid
addOrReplace
(org.hl7.fhir.r4.model.CodeSystem s) void
addOrReplace
(org.hl7.fhir.r4.model.StructureDefinition s) void
addOrReplace
(org.hl7.fhir.r4.model.ValueSet s) List
<org.hl7.fhir.r4.model.StructureDefinition> org.hl7.fhir.r4.model.CodeSystem
fetchCodeSystem
(String url) org.hl7.fhir.r4.model.StructureDefinition
org.hl7.fhir.r4.model.ValueSet
fetchValueSet
(String url) ca.uhn.fhir.context.FhirContext
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface ca.uhn.fhir.context.support.IValidationSupport
expandValueSet, expandValueSet, fetchAllConformanceResources, fetchAllNonBaseStructureDefinitions, fetchAllSearchParameters, fetchBinary, fetchResource, generateSnapshot, getName, invalidateCaches, isCodeableConceptValidationSuccessfulIfNotAllCodingsAreValid, isCodeSystemSupported, isRemoteTerminologyServiceConfigured, isValueSetSupported, lookupCode, lookupCode, lookupCode, translateConcept, validateCode, validateCodeInValueSet
-
Constructor Details
-
ValidationSupportWithCustomResources
public ValidationSupportWithCustomResources(ca.uhn.fhir.context.FhirContext context, org.hl7.fhir.r4.model.Bundle bundle)
-
-
Method Details
-
getFhirContext
public ca.uhn.fhir.context.FhirContext getFhirContext()- Specified by:
getFhirContext
in interfaceca.uhn.fhir.context.support.IValidationSupport
-
fetchAllStructureDefinitions
- Specified by:
fetchAllStructureDefinitions
in interfaceca.uhn.fhir.context.support.IValidationSupport
-
fetchStructureDefinition
- Specified by:
fetchStructureDefinition
in interfaceca.uhn.fhir.context.support.IValidationSupport
-
addOrReplace
public void addOrReplace(org.hl7.fhir.r4.model.StructureDefinition s) -
fetchCodeSystem
- Specified by:
fetchCodeSystem
in interfaceca.uhn.fhir.context.support.IValidationSupport
-
addOrReplace
public void addOrReplace(org.hl7.fhir.r4.model.CodeSystem s) -
fetchValueSet
- Specified by:
fetchValueSet
in interfaceca.uhn.fhir.context.support.IValidationSupport
-
addOrReplace
public void addOrReplace(org.hl7.fhir.r4.model.ValueSet s)
-