Uses of Class
com.ibm.fhir.model.resource.ConceptMap
-
-
Uses of ConceptMap in com.ibm.fhir.model.resource
Methods in com.ibm.fhir.model.resource that return ConceptMap Modifier and Type Method Description ConceptMapConceptMap.Builder. build()Build theConceptMapMethods in com.ibm.fhir.model.resource with parameters of type ConceptMap Modifier and Type Method Description protected ConceptMap.BuilderConceptMap.Builder. from(ConceptMap conceptMap) -
Uses of ConceptMap in com.ibm.fhir.model.visitor
Methods in com.ibm.fhir.model.visitor with parameters of type ConceptMap Modifier and Type Method Description booleanDefaultVisitor. visit(String elementName, int elementIndex, ConceptMap conceptMap)Delegates to#visit(elementName, elementIndex, DomainResource)booleanVisitor. visit(String elementName, int elementIndex, ConceptMap conceptMap) -
Uses of ConceptMap in com.ibm.fhir.registry.util
Methods in com.ibm.fhir.registry.util with parameters of type ConceptMap Modifier and Type Method Description booleanDefinitionalResourceVisitor. visit(String elementName, int elementIndex, ConceptMap conceptMap) -
Uses of ConceptMap in com.ibm.fhir.term.service
Methods in com.ibm.fhir.term.service with parameters of type ConceptMap Modifier and Type Method Description TranslationOutcomeFHIRTermService. translate(ConceptMap conceptMap, CodeableConcept codeableConcept)Translate the given coding using the provided concept mapTranslationOutcomeFHIRTermService. translate(ConceptMap conceptMap, CodeableConcept codeableConcept, TranslationParameters parameters)Translate the given codeable concept using the provided concept map and translation parametersTranslationOutcomeFHIRTermService. translate(ConceptMap conceptMap, Coding coding)Translate the given coding using the provided concept mapTranslationOutcomeFHIRTermService. translate(ConceptMap conceptMap, Coding coding, TranslationParameters parameters)Translate the given coding using the provided concept map and translation parametersTranslationOutcomeFHIRTermService. translate(ConceptMap conceptMap, Uri system, String version, Code code)Translate the given system, version and code using the provided concept mapTranslationOutcomeFHIRTermService. translate(ConceptMap conceptMap, Uri system, String version, Code code, TranslationParameters parameters)Translate the given system, version and code using the provided concept map and translation parameters -
Uses of ConceptMap in com.ibm.fhir.term.service.provider
Methods in com.ibm.fhir.term.service.provider with parameters of type ConceptMap Modifier and Type Method Description TranslationOutcomeDefaultTermServiceProvider. translate(ConceptMap conceptMap, CodeableConcept codeableConcept, TranslationParameters parameters)TranslationOutcomeDefaultTermServiceProvider. translate(ConceptMap conceptMap, Coding coding, TranslationParameters parameters) -
Uses of ConceptMap in com.ibm.fhir.term.spi
Methods in com.ibm.fhir.term.spi with parameters of type ConceptMap Modifier and Type Method Description default TranslationOutcomeFHIRTermServiceProvider. translate(ConceptMap conceptMap, CodeableConcept codeableConcept)Translate the given coding using the provided concept mapTranslationOutcomeFHIRTermServiceProvider. translate(ConceptMap conceptMap, CodeableConcept codeableConcept, TranslationParameters parameters)Translate the given codeable concept using the provided concept map and translation parametersdefault TranslationOutcomeFHIRTermServiceProvider. translate(ConceptMap conceptMap, Coding coding)Translate the given coding using the provided concept mapTranslationOutcomeFHIRTermServiceProvider. translate(ConceptMap conceptMap, Coding coding, TranslationParameters parameters)Translate the given coding using the provided concept map and translation parametersdefault TranslationOutcomeFHIRTermServiceProvider. translate(ConceptMap conceptMap, Uri system, String version, Code code)Translate the given system, version and code using the provided concept mapdefault TranslationOutcomeFHIRTermServiceProvider. translate(ConceptMap conceptMap, Uri system, String version, Code code, TranslationParameters parameters)Translate the given system, version and code using the provided concept map and translation parameters -
Uses of ConceptMap in com.ibm.fhir.term.util
Methods in com.ibm.fhir.term.util that return ConceptMap Modifier and Type Method Description static ConceptMapConceptMapSupport. getConceptMap(String url)Methods in com.ibm.fhir.term.util with parameters of type ConceptMap Modifier and Type Method Description static List<ConceptMap.Group>ConceptMapSupport. translate(ConceptMap conceptMap, Coding coding)
-