
Uses of Class
org.hl7.fhir.dstu2.model.ConceptMap
Packages that use ConceptMap
Package
Description
-
Uses of ConceptMap in org.hl7.fhir.dstu2.formats
Methods in org.hl7.fhir.dstu2.formats that return ConceptMapModifier and TypeMethodDescriptionprotected ConceptMap
JsonParser.parseConceptMap
(com.google.gson.JsonObject json) protected ConceptMap
XmlParser.parseConceptMap
(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.dstu2.formats with parameters of type ConceptMapModifier and TypeMethodDescriptionprotected void
JsonParser.composeConceptMap
(String name, ConceptMap element) protected void
XmlParser.composeConceptMap
(String name, ConceptMap element) protected void
JsonParser.composeConceptMapInner
(ConceptMap element) protected ConceptMap.ConceptMapContactComponent
JsonParser.parseConceptMapConceptMapContactComponent
(com.google.gson.JsonObject json, ConceptMap owner) protected ConceptMap.ConceptMapContactComponent
XmlParser.parseConceptMapConceptMapContactComponent
(org.xmlpull.v1.XmlPullParser xpp, ConceptMap owner) protected ConceptMap.OtherElementComponent
JsonParser.parseConceptMapOtherElementComponent
(com.google.gson.JsonObject json, ConceptMap owner) protected ConceptMap.OtherElementComponent
XmlParser.parseConceptMapOtherElementComponent
(org.xmlpull.v1.XmlPullParser xpp, ConceptMap owner) protected ConceptMap.SourceElementComponent
JsonParser.parseConceptMapSourceElementComponent
(com.google.gson.JsonObject json, ConceptMap owner) protected ConceptMap.SourceElementComponent
XmlParser.parseConceptMapSourceElementComponent
(org.xmlpull.v1.XmlPullParser xpp, ConceptMap owner) protected ConceptMap.TargetElementComponent
JsonParser.parseConceptMapTargetElementComponent
(com.google.gson.JsonObject json, ConceptMap owner) protected ConceptMap.TargetElementComponent
XmlParser.parseConceptMapTargetElementComponent
(org.xmlpull.v1.XmlPullParser xpp, ConceptMap owner) -
Uses of ConceptMap in org.hl7.fhir.dstu2.model
Methods in org.hl7.fhir.dstu2.model that return ConceptMapModifier and TypeMethodDescriptionConceptMap.addContact
(ConceptMap.ConceptMapContactComponent t) ConceptMap.addElement
(ConceptMap.SourceElementComponent t) ConceptMap.addUseContext
(CodeableConcept t) ConceptMap.copy()
ConceptMap.setCopyright
(String value) ConceptMap.setCopyrightElement
(StringType value) ConceptMap.setDateElement
(DateTimeType value) ConceptMap.setDescription
(String value) ConceptMap.setDescriptionElement
(StringType value) ConceptMap.setExperimental
(boolean value) ConceptMap.setExperimentalElement
(BooleanType value) ConceptMap.setIdentifier
(Identifier value) ConceptMap.setNameElement
(StringType value) ConceptMap.setPublisher
(String value) ConceptMap.setPublisherElement
(StringType value) ConceptMap.setRequirements
(String value) ConceptMap.setRequirementsElement
(StringType value) ConceptMap.setStatus
(Enumerations.ConformanceResourceStatus value) ConceptMap.setStatusElement
(Enumeration<Enumerations.ConformanceResourceStatus> value) ConceptMap.setUrlElement
(UriType value) ConceptMap.setVersion
(String value) ConceptMap.setVersionElement
(StringType value) protected ConceptMap
ConceptMap.typedCopy()
-
Uses of ConceptMap in org.hl7.fhir.dstu2.utils
Fields in org.hl7.fhir.dstu2.utils with type parameters of type ConceptMapMethods in org.hl7.fhir.dstu2.utils that return types with arguments of type ConceptMapModifier and TypeMethodDescriptionBaseWorkerContext.findMapsForSource
(String url) IWorkerContext.findMapsForSource
(String url) find concept maps for a sourceMethods in org.hl7.fhir.dstu2.utils with parameters of type ConceptMap -
Uses of ConceptMap in org.hl7.fhir.dstu2.utils.client
Methods in org.hl7.fhir.dstu2.utils.client that return ConceptMapModifier and TypeMethodDescriptionFHIRToolingClient.initializeClosure
(String name) FHIRToolingClient.updateClosure
(String name, Coding coding)