Uses of Class
org.linuxforhealth.fhir.model.resource.ConceptMap
-
-
Uses of ConceptMap in org.linuxforhealth.fhir.model.resource
Methods in org.linuxforhealth.fhir.model.resource that return ConceptMap Modifier and Type Method Description ConceptMapConceptMap.Builder. build()Build theConceptMapMethods in org.linuxforhealth.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 org.linuxforhealth.fhir.model.visitor
Methods in org.linuxforhealth.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 org.linuxforhealth.fhir.registry.util
Methods in org.linuxforhealth.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 org.linuxforhealth.fhir.term.service
Methods in org.linuxforhealth.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 org.linuxforhealth.fhir.term.util
Methods in org.linuxforhealth.fhir.term.util that return ConceptMap Modifier and Type Method Description static ConceptMapConceptMapSupport. getConceptMap(java.lang.String url)Methods in org.linuxforhealth.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)
-