Uses of Class
org.hl7.fhir.r4.model.ConceptMap
-
Packages that use ConceptMap Package Description org.hl7.fhir.r4.context org.hl7.fhir.r4.formats org.hl7.fhir.r4.model org.hl7.fhir.r4.utils org.hl7.fhir.r4.utils.client -
-
Uses of ConceptMap in org.hl7.fhir.r4.context
Methods in org.hl7.fhir.r4.context that return types with arguments of type ConceptMap Modifier and Type Method Description List<ConceptMap>BaseWorkerContext. findMapsForSource(String url)List<ConceptMap>IWorkerContext. findMapsForSource(String url)find concept maps for a sourceList<ConceptMap>BaseWorkerContext. listMaps() -
Uses of ConceptMap in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return ConceptMap Modifier and Type Method Description protected ConceptMapJsonParser. parseConceptMap(com.google.gson.JsonObject json)protected ConceptMapXmlParser. parseConceptMap(org.xmlpull.v1.XmlPullParser xpp) -
Uses of ConceptMap in org.hl7.fhir.r4.model
Methods in org.hl7.fhir.r4.model with parameters of type ConceptMap Modifier and Type Method Description voidConceptMap. copyValues(ConceptMap dst) -
Uses of ConceptMap in org.hl7.fhir.r4.utils
Methods in org.hl7.fhir.r4.utils that return ConceptMap Modifier and Type Method Description ConceptMapNarrativeGenerator.UsedConceptMap. getMap()Methods in org.hl7.fhir.r4.utils with parameters of type ConceptMap Modifier and Type Method Description booleanNarrativeGenerator. generate(NarrativeGenerator.ResourceContext rcontext, ConceptMap cm)Constructors in org.hl7.fhir.r4.utils with parameters of type ConceptMap Constructor Description UsedConceptMap(NarrativeGenerator.ConceptMapRenderInstructions details, String link, ConceptMap map) -
Uses of ConceptMap in org.hl7.fhir.r4.utils.client
Methods in org.hl7.fhir.r4.utils.client that return ConceptMap Modifier and Type Method Description ConceptMapFHIRToolingClient. initializeClosure(String name)ConceptMapFHIRToolingClient. updateClosure(String name, Coding coding)
-