Class SnomedRegistryResourceProvider
- java.lang.Object
-
- org.linuxforhealth.fhir.term.registry.ImplicitValueSetRegistryResourceProvider
-
- org.linuxforhealth.fhir.term.graph.registry.SnomedRegistryResourceProvider
-
- All Implemented Interfaces:
FHIRRegistryResourceProvider
public class SnomedRegistryResourceProvider extends ImplicitValueSetRegistryResourceProvider
-
-
Field Summary
Fields Modifier and Type Field Description static CodeSystem
SNOMED_CODE_SYSTEM
-
Constructor Summary
Constructors Constructor Description SnomedRegistryResourceProvider()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected ValueSet
buildImplicitValueSet(java.lang.String url)
FHIRRegistryResource
getRegistryResource(java.lang.Class<? extends Resource> resourceType, java.lang.String url, java.lang.String version)
Get the registry resource from this provider for the given resource type, url and versionprotected boolean
isSupported(java.lang.String url)
-
Methods inherited from class org.linuxforhealth.fhir.term.registry.ImplicitValueSetRegistryResourceProvider
getProfileResources, getRegistryResources, getRegistryResources, getSearchParameterResources
-
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.linuxforhealth.fhir.registry.spi.FHIRRegistryResourceProvider
getProfileResources, init
-
-
-
-
Field Detail
-
SNOMED_CODE_SYSTEM
public static final CodeSystem SNOMED_CODE_SYSTEM
-
-
Method Detail
-
getRegistryResource
public FHIRRegistryResource getRegistryResource(java.lang.Class<? extends Resource> resourceType, java.lang.String url, java.lang.String version)
Description copied from interface:FHIRRegistryResourceProvider
Get the registry resource from this provider for the given resource type, url and versionIf the version is null, then the latest version of the registry resource is returned (if available)
- Specified by:
getRegistryResource
in interfaceFHIRRegistryResourceProvider
- Overrides:
getRegistryResource
in classImplicitValueSetRegistryResourceProvider
- Parameters:
resourceType
- the resource type of the registry resourceurl
- the url of the registry resourceversion
- the version of the registry resource (optional)- Returns:
- the registry resource from this provider for the given resource type, url and version if exists, null otherwise
-
buildImplicitValueSet
protected ValueSet buildImplicitValueSet(java.lang.String url)
- Specified by:
buildImplicitValueSet
in classImplicitValueSetRegistryResourceProvider
-
isSupported
protected boolean isSupported(java.lang.String url)
- Specified by:
isSupported
in classImplicitValueSetRegistryResourceProvider
-
-