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 ConceptMap
ConceptMap.Builder. build()
Build theConceptMap
Methods in org.linuxforhealth.fhir.model.resource with parameters of type ConceptMap Modifier and Type Method Description protected ConceptMap.Builder
ConceptMap.Builder. from(ConceptMap conceptMap)
protected void
ConceptMap.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 boolean
DefaultVisitor. visit(java.lang.String elementName, int elementIndex, ConceptMap conceptMap)
Delegates to#visit(elementName, elementIndex, DomainResource)
boolean
Visitor. 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 boolean
DefinitionalResourceVisitor. 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 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 org.linuxforhealth.fhir.term.util
Methods in org.linuxforhealth.fhir.term.util that return ConceptMap Modifier and Type Method Description static ConceptMap
ConceptMapSupport. 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)
-