
Uses of Class
org.hl7.fhir.r4.model.ConceptMap
Packages that use ConceptMap
Package
Description
-
Uses of ConceptMap in org.hl7.fhir.r4.context
Methods in org.hl7.fhir.r4.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.r4.formats
Methods in org.hl7.fhir.r4.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.r4.formats with parameters of type ConceptMapModifier and TypeMethodDescriptionprotected voidJsonParser.composeConceptMap(String name, ConceptMap element) protected voidRdfParser.composeConceptMap(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.composeConceptMapInner(ConceptMap element) protected ConceptMap.ConceptMapGroupComponentJsonParser.parseConceptMapConceptMapGroupComponent(com.google.gson.JsonObject json, ConceptMap owner) protected ConceptMap.ConceptMapGroupComponentXmlParser.parseConceptMapConceptMapGroupComponent(org.xmlpull.v1.XmlPullParser xpp, ConceptMap owner) protected booleanXmlParser.parseConceptMapConceptMapGroupComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ConceptMap owner, ConceptMap.ConceptMapGroupComponent res) protected voidJsonParser.parseConceptMapConceptMapGroupComponentProperties(com.google.gson.JsonObject json, ConceptMap owner, ConceptMap.ConceptMapGroupComponent res) JsonParser.parseConceptMapConceptMapGroupUnmappedComponent(com.google.gson.JsonObject json, ConceptMap owner) XmlParser.parseConceptMapConceptMapGroupUnmappedComponent(org.xmlpull.v1.XmlPullParser xpp, ConceptMap owner) protected booleanXmlParser.parseConceptMapConceptMapGroupUnmappedComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ConceptMap owner, ConceptMap.ConceptMapGroupUnmappedComponent res) protected voidJsonParser.parseConceptMapConceptMapGroupUnmappedComponentProperties(com.google.gson.JsonObject json, ConceptMap owner, ConceptMap.ConceptMapGroupUnmappedComponent res) protected booleanXmlParser.parseConceptMapContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ConceptMap res) protected ConceptMap.OtherElementComponentJsonParser.parseConceptMapOtherElementComponent(com.google.gson.JsonObject json, ConceptMap owner) protected ConceptMap.OtherElementComponentXmlParser.parseConceptMapOtherElementComponent(org.xmlpull.v1.XmlPullParser xpp, ConceptMap owner) protected booleanXmlParser.parseConceptMapOtherElementComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ConceptMap owner, ConceptMap.OtherElementComponent res) protected voidJsonParser.parseConceptMapOtherElementComponentProperties(com.google.gson.JsonObject json, ConceptMap owner, ConceptMap.OtherElementComponent res) protected voidJsonParser.parseConceptMapProperties(com.google.gson.JsonObject json, ConceptMap res) protected ConceptMap.SourceElementComponentJsonParser.parseConceptMapSourceElementComponent(com.google.gson.JsonObject json, ConceptMap owner) protected ConceptMap.SourceElementComponentXmlParser.parseConceptMapSourceElementComponent(org.xmlpull.v1.XmlPullParser xpp, ConceptMap owner) protected booleanXmlParser.parseConceptMapSourceElementComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ConceptMap owner, ConceptMap.SourceElementComponent res) protected voidJsonParser.parseConceptMapSourceElementComponentProperties(com.google.gson.JsonObject json, ConceptMap owner, ConceptMap.SourceElementComponent res) protected ConceptMap.TargetElementComponentJsonParser.parseConceptMapTargetElementComponent(com.google.gson.JsonObject json, ConceptMap owner) protected ConceptMap.TargetElementComponentXmlParser.parseConceptMapTargetElementComponent(org.xmlpull.v1.XmlPullParser xpp, ConceptMap owner) protected booleanXmlParser.parseConceptMapTargetElementComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ConceptMap owner, ConceptMap.TargetElementComponent res) protected voidJsonParser.parseConceptMapTargetElementComponentProperties(com.google.gson.JsonObject json, ConceptMap owner, ConceptMap.TargetElementComponent res) -
Uses of ConceptMap in org.hl7.fhir.r4.hapi.ctx
Methods in org.hl7.fhir.r4.hapi.ctx that return types with arguments of type ConceptMap -
Uses of ConceptMap in org.hl7.fhir.r4.model
Methods in org.hl7.fhir.r4.model that return ConceptMapModifier and TypeMethodDescriptionConceptMap.addContact(ContactDetail t) ConceptMap.addGroup(ConceptMap.ConceptMapGroupComponent 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(Identifier value) 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.r4.model with parameters of type ConceptMap -
Uses of ConceptMap in org.hl7.fhir.r4.terminologies
Methods in org.hl7.fhir.r4.terminologies with parameters of type ConceptMapModifier and TypeMethodDescriptionConceptTranslationEngine.translateCode(String s, ConceptMap cm) ConceptTranslationEngine.translateCoding(Coding coding, ConceptMap cm) -
Uses of ConceptMap in org.hl7.fhir.r4.utils
Methods in org.hl7.fhir.r4.utils that return ConceptMapMethods in org.hl7.fhir.r4.utils with parameters of type ConceptMapModifier and TypeMethodDescriptionbooleanNarrativeGenerator.generate(NarrativeGenerator.ResourceContext rcontext, ConceptMap cm) Constructors in org.hl7.fhir.r4.utils with parameters of type ConceptMapModifierConstructorDescriptionUsedConceptMap(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 ConceptMapModifier and TypeMethodDescriptionFHIRToolingClient.initializeClosure(String name) FHIRToolingClient.updateClosure(String name, Coding coding)