Uses of Class
org.hl7.fhir.r5.model.ConceptMap
Packages that use ConceptMap
Package
Description
-
Uses of ConceptMap in org.hl7.fhir.r5.context
Methods in org.hl7.fhir.r5.context that return types with arguments of type ConceptMapModifier and TypeMethodDescriptionBaseWorkerContext.findMapsForSource(String url) IWorkerContext.findMapsForSource(String url) find concept maps for a sourceBaseWorkerContext.listMaps() -
Uses of ConceptMap in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return ConceptMapModifier and TypeMethodDescriptionprotected ConceptMapJsonParser.parseConceptMap(com.google.gson.JsonObject json) protected ConceptMapXmlParser.parseConceptMap(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type ConceptMapModifier and TypeMethodDescriptionprotected voidJsonParser.composeConceptMap(String name, ConceptMap element) protected voidRdfParser.composeConceptMap(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, ConceptMap element, int index) protected voidXmlParser.composeConceptMap(String name, ConceptMap element) protected voidXmlParser.composeConceptMapElements(ConceptMap element) protected voidJsonParser.composeConceptMapProperties(ConceptMap element) protected booleanXmlParser.parseConceptMapContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ConceptMap res) protected voidJsonParser.parseConceptMapProperties(com.google.gson.JsonObject json, ConceptMap res) -
Uses of ConceptMap in org.hl7.fhir.r5.hapi.ctx
Methods in org.hl7.fhir.r5.hapi.ctx that return types with arguments of type ConceptMap -
Uses of ConceptMap in org.hl7.fhir.r5.model
Methods in org.hl7.fhir.r5.model that return ConceptMapModifier and TypeMethodDescriptionConceptMap.addContact(ContactDetail t) ConceptMap.addGroup(ConceptMap.ConceptMapGroupComponent t) ConceptMap.addIdentifier(Identifier t) ConceptMap.addJurisdiction(CodeableConcept t) ConceptMap.addUseContext(UsageContext t) ConceptMap.copy()ConceptMap.setContact(List<ContactDetail> theContact) ConceptMap.setCopyright(String value) ConceptMap.setCopyrightElement(MarkdownType value) ConceptMap.setDateElement(DateTimeType value) ConceptMap.setDescription(String value) ConceptMap.setDescriptionElement(MarkdownType value) ConceptMap.setExperimental(boolean value) ConceptMap.setExperimentalElement(BooleanType value) ConceptMap.setGroup(List<ConceptMap.ConceptMapGroupComponent> theGroup) ConceptMap.setIdentifier(List<Identifier> theIdentifier) ConceptMap.setJurisdiction(List<CodeableConcept> theJurisdiction) ConceptMap.setNameElement(StringType value) ConceptMap.setPublisher(String value) ConceptMap.setPublisherElement(StringType value) ConceptMap.setPurpose(String value) ConceptMap.setPurposeElement(MarkdownType value) ConceptMap.setStatus(Enumerations.PublicationStatus value) ConceptMap.setStatusElement(Enumeration<Enumerations.PublicationStatus> value) ConceptMap.setTitleElement(StringType value) ConceptMap.setUrlElement(UriType value) ConceptMap.setUseContext(List<UsageContext> theUseContext) ConceptMap.setVersion(String value) ConceptMap.setVersionElement(StringType value) protected ConceptMapConceptMap.typedCopy()Methods in org.hl7.fhir.r5.model with parameters of type ConceptMap -
Uses of ConceptMap in org.hl7.fhir.r5.renderers
Methods in org.hl7.fhir.r5.renderers that return ConceptMapMethods in org.hl7.fhir.r5.renderers with parameters of type ConceptMapModifier and TypeMethodDescriptionvoidConceptMapRenderer.describe(org.hl7.fhir.utilities.xhtml.XhtmlNode x, ConceptMap cm) ConceptMapRenderer.display(ConceptMap cm) TerminologyRenderer.findMappingsForCode(String code, ConceptMap map) booleanConceptMapRenderer.render(org.hl7.fhir.utilities.xhtml.XhtmlNode x, ConceptMap cm) Constructors in org.hl7.fhir.r5.renderers with parameters of type ConceptMapModifierConstructorDescriptionUsedConceptMap(TerminologyRenderer.ConceptMapRenderInstructions details, String link, ConceptMap map) -
Uses of ConceptMap in org.hl7.fhir.r5.renderers.spreadsheets
Methods in org.hl7.fhir.r5.renderers.spreadsheets with parameters of type ConceptMapModifier and TypeMethodDescriptionbooleanConceptMapSpreadsheetGenerator.canGenerate(ConceptMap cm) ConceptMapSpreadsheetGenerator.renderConceptMap(ConceptMap cm) -
Uses of ConceptMap in org.hl7.fhir.r5.utils
Methods in org.hl7.fhir.r5.utils that return ConceptMapMethods in org.hl7.fhir.r5.utils with parameters of type ConceptMapModifier and TypeMethodDescriptionMappingSheetParser.genSheet(ConceptMap cm) booleanMappingSheetParser.isSheet(ConceptMap cm) -
Uses of ConceptMap in org.hl7.fhir.r5.utils.client
Methods in org.hl7.fhir.r5.utils.client that return ConceptMapModifier and TypeMethodDescriptionFHIRToolingClient.initializeClosure(String name) FHIRToolingClient.updateClosure(String name, Coding coding)