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 ConceptMap
ConceptMap.Builder. build()
Build theConceptMap
Methods in com.ibm.fhir.model.resource with parameters of type ConceptMap Modifier and Type Method Description protected ConceptMap.Builder
ConceptMap.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 boolean
DefaultVisitor. visit(String elementName, int elementIndex, ConceptMap conceptMap)
Delegates to#visit(elementName, elementIndex, DomainResource)
boolean
Visitor. 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 boolean
DefinitionalResourceVisitor. 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 TranslationOutcome
FHIRTermService. translate(ConceptMap conceptMap, CodeableConcept codeableConcept)
Translate the given coding using the provided concept mapTranslationOutcome
FHIRTermService. translate(ConceptMap conceptMap, CodeableConcept codeableConcept, TranslationParameters parameters)
Translate the given codeable concept using the provided concept map and translation parametersTranslationOutcome
FHIRTermService. translate(ConceptMap conceptMap, Coding coding)
Translate the given coding using the provided concept mapTranslationOutcome
FHIRTermService. translate(ConceptMap conceptMap, Coding coding, TranslationParameters parameters)
Translate the given coding using the provided concept map and translation parametersTranslationOutcome
FHIRTermService. translate(ConceptMap conceptMap, Uri system, String version, Code code)
Translate the given system, version and code using the provided concept mapTranslationOutcome
FHIRTermService. 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 TranslationOutcome
DefaultTermServiceProvider. translate(ConceptMap conceptMap, CodeableConcept codeableConcept, TranslationParameters parameters)
TranslationOutcome
DefaultTermServiceProvider. 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 TranslationOutcome
FHIRTermServiceProvider. translate(ConceptMap conceptMap, CodeableConcept codeableConcept)
Translate the given coding using the provided concept mapTranslationOutcome
FHIRTermServiceProvider. translate(ConceptMap conceptMap, CodeableConcept codeableConcept, TranslationParameters parameters)
Translate the given codeable concept using the provided concept map and translation parametersdefault TranslationOutcome
FHIRTermServiceProvider. translate(ConceptMap conceptMap, Coding coding)
Translate the given coding using the provided concept mapTranslationOutcome
FHIRTermServiceProvider. translate(ConceptMap conceptMap, Coding coding, TranslationParameters parameters)
Translate the given coding using the provided concept map and translation parametersdefault TranslationOutcome
FHIRTermServiceProvider. translate(ConceptMap conceptMap, Uri system, String version, Code code)
Translate the given system, version and code using the provided concept mapdefault TranslationOutcome
FHIRTermServiceProvider. 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 ConceptMap
ConceptMapSupport. 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)
-