Class Hl7Terminology310ResourceProvider
- java.lang.Object
 - 
- org.linuxforhealth.fhir.registry.spi.AbstractRegistryResourceProvider
 - 
- org.linuxforhealth.fhir.registry.util.PackageRegistryResourceProvider
 - 
- org.linuxforhealth.fhir.hl7.terminology.Hl7Terminology310ResourceProvider
 
 
 
 
- 
- All Implemented Interfaces:
 FHIRRegistryResourceProvider
public class Hl7Terminology310ResourceProvider extends PackageRegistryResourceProvider
 
- 
- 
Field Summary
- 
Fields inherited from class org.linuxforhealth.fhir.registry.util.PackageRegistryResourceProvider
profileResourceMap, registryResourceMap, registryResources 
 - 
 
- 
Constructor Summary
Constructors Constructor Description Hl7Terminology310ResourceProvider() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetPackageId()Get the package id for this package registry resource provider (e.g.- 
Methods inherited from class org.linuxforhealth.fhir.registry.util.PackageRegistryResourceProvider
getProfileResources, getProfileResources, getRegistryResources, getRegistryResources, getRegistryResources, getSearchParameterResources 
- 
Methods inherited from class org.linuxforhealth.fhir.registry.spi.AbstractRegistryResourceProvider
getRegistryResource, loadFromRegistry 
- 
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
init 
 - 
 
 - 
 
- 
- 
Method Detail
- 
getPackageId
public java.lang.String getPackageId()
Description copied from class:PackageRegistryResourceProviderGet the package id for this package registry resource provider (e.g. hl7.fhir.us.core)- Specified by:
 getPackageIdin classPackageRegistryResourceProvider- Returns:
 - the package id for this package registry resource provider
 
 
 - 
 
 -