Uses of Class
com.ibm.fhir.model.resource.ConceptMap
-
Packages that use ConceptMap Package Description com.ibm.fhir.model.resource com.ibm.fhir.model.visitor com.ibm.fhir.registry.util com.ibm.fhir.term.service com.ibm.fhir.term.util -
-
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)protected voidConceptMap.Builder. validate(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(java.lang.String elementName, int elementIndex, ConceptMap conceptMap)Delegates to#visit(elementName, elementIndex, DomainResource)booleanVisitor. visit(java.lang.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(java.lang.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.util
Methods in com.ibm.fhir.term.util that return ConceptMap Modifier and Type Method Description static ConceptMapConceptMapSupport. getConceptMap(java.lang.String url)Methods in com.ibm.fhir.term.util with parameters of type ConceptMap Modifier and Type Method Description static java.util.List<ConceptMap.Group>ConceptMapSupport. translate(ConceptMap conceptMap, Coding coding)
-