Uses of Class
org.hl7.fhir.r5.model.ConceptMap2
Packages that use ConceptMap2
-
Uses of ConceptMap2 in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return ConceptMap2Modifier and TypeMethodDescriptionprotected ConceptMap2JsonParser.parseConceptMap2(com.google.gson.JsonObject json) protected ConceptMap2XmlParser.parseConceptMap2(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type ConceptMap2Modifier and TypeMethodDescriptionprotected voidJsonParser.composeConceptMap2(String name, ConceptMap2 element) protected voidRdfParser.composeConceptMap2(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, ConceptMap2 element, int index) protected voidXmlParser.composeConceptMap2(String name, ConceptMap2 element) protected voidXmlParser.composeConceptMap2Elements(ConceptMap2 element) protected voidJsonParser.composeConceptMap2Properties(ConceptMap2 element) protected booleanXmlParser.parseConceptMap2Content(int eventType, org.xmlpull.v1.XmlPullParser xpp, ConceptMap2 res) protected voidJsonParser.parseConceptMap2Properties(com.google.gson.JsonObject json, ConceptMap2 res) -
Uses of ConceptMap2 in org.hl7.fhir.r5.model
Methods in org.hl7.fhir.r5.model that return ConceptMap2Modifier and TypeMethodDescriptionConceptMap2.addContact(ContactDetail t) ConceptMap2.addGroup(ConceptMap2.ConceptMap2GroupComponent t) ConceptMap2.addIdentifier(Identifier t) ConceptMap2.addJurisdiction(CodeableConcept t) ConceptMap2.addUseContext(UsageContext t) ConceptMap2.copy()ConceptMap2.setContact(List<ContactDetail> theContact) ConceptMap2.setCopyright(String value) ConceptMap2.setCopyrightElement(MarkdownType value) ConceptMap2.setDateElement(DateTimeType value) ConceptMap2.setDescription(String value) ConceptMap2.setDescriptionElement(MarkdownType value) ConceptMap2.setExperimental(boolean value) ConceptMap2.setExperimentalElement(BooleanType value) ConceptMap2.setGroup(List<ConceptMap2.ConceptMap2GroupComponent> theGroup) ConceptMap2.setIdentifier(List<Identifier> theIdentifier) ConceptMap2.setJurisdiction(List<CodeableConcept> theJurisdiction) ConceptMap2.setNameElement(StringType value) ConceptMap2.setPublisher(String value) ConceptMap2.setPublisherElement(StringType value) ConceptMap2.setPurpose(String value) ConceptMap2.setPurposeElement(MarkdownType value) ConceptMap2.setStatus(Enumerations.PublicationStatus value) ConceptMap2.setStatusElement(Enumeration<Enumerations.PublicationStatus> value) ConceptMap2.setTitleElement(StringType value) ConceptMap2.setUrlElement(UriType value) ConceptMap2.setUseContext(List<UsageContext> theUseContext) ConceptMap2.setVersion(String value) ConceptMap2.setVersionElement(StringType value) protected ConceptMap2ConceptMap2.typedCopy()Methods in org.hl7.fhir.r5.model with parameters of type ConceptMap2