Uses of Class
org.hl7.fhir.dstu3.model.ConceptMap
-
Packages that use ConceptMap Package Description org.hl7.fhir.dstu3.context org.hl7.fhir.dstu3.formats org.hl7.fhir.dstu3.model org.hl7.fhir.dstu3.utils org.hl7.fhir.dstu3.utils.client -
-
Uses of ConceptMap in org.hl7.fhir.dstu3.context
Fields in org.hl7.fhir.dstu3.context with type parameters of type ConceptMap Modifier and Type Field Description protected Map<String,ConceptMap>BaseWorkerContext. mapsMethods in org.hl7.fhir.dstu3.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 sourceMap<String,ConceptMap>BaseWorkerContext. getMaps() -
Uses of ConceptMap in org.hl7.fhir.dstu3.formats
Methods in org.hl7.fhir.dstu3.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.dstu3.model
-
Uses of ConceptMap in org.hl7.fhir.dstu3.utils
Methods in org.hl7.fhir.dstu3.utils with parameters of type ConceptMap Modifier and Type Method Description booleanNarrativeGenerator. generate(NarrativeGenerator.ResourceContext rcontext, ConceptMap cm) -
Uses of ConceptMap in org.hl7.fhir.dstu3.utils.client
Methods in org.hl7.fhir.dstu3.utils.client that return ConceptMap Modifier and Type Method Description ConceptMapFHIRToolingClient. initializeClosure(String name)ConceptMapFHIRToolingClient. updateClosure(String name, Coding coding)
-