
Uses of Class
org.hl7.fhir.dstu3.model.ConceptMap
Packages that use ConceptMap
Package
Description
-
Uses of ConceptMap in org.hl7.fhir.dstu3.context
Methods in org.hl7.fhir.dstu3.context that return types with arguments of type ConceptMapModifier and TypeMethodDescriptionIWorkerContext.findMapsForSource(String url) find concept maps for a source -
Uses of ConceptMap in org.hl7.fhir.dstu3.formats
Methods in org.hl7.fhir.dstu3.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.dstu3.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.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.dstu3.hapi.ctx
Methods in org.hl7.fhir.dstu3.hapi.ctx that return types with arguments of type ConceptMap -
Uses of ConceptMap in org.hl7.fhir.dstu3.model
Methods in org.hl7.fhir.dstu3.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()