
Uses of Class
org.hl7.fhir.r5.model.StructureMap
Packages that use StructureMap
Package
Description
-
Uses of StructureMap in org.hl7.fhir.r5.context
Fields in org.hl7.fhir.r5.context with type parameters of type StructureMapModifier and TypeFieldDescriptionprotected CanonicalResourceManager<StructureMap>
BaseWorkerContext.transforms
Methods in org.hl7.fhir.r5.context that return types with arguments of type StructureMap -
Uses of StructureMap in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return StructureMapModifier and TypeMethodDescriptionprotected StructureMap
JsonParser.parseStructureMap
(com.google.gson.JsonObject json) protected StructureMap
XmlParser.parseStructureMap
(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type StructureMapModifier and TypeMethodDescriptionprotected void
JsonParser.composeStructureMap
(String name, StructureMap element) protected void
RdfParser.composeStructureMap
(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, StructureMap element, int index) protected void
XmlParser.composeStructureMap
(String name, StructureMap element) protected void
XmlParser.composeStructureMapElements
(StructureMap element) protected void
JsonParser.composeStructureMapProperties
(StructureMap element) protected boolean
XmlParser.parseStructureMapContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, StructureMap res) protected void
JsonParser.parseStructureMapProperties
(com.google.gson.JsonObject json, StructureMap res) -
Uses of StructureMap in org.hl7.fhir.r5.model
Methods in org.hl7.fhir.r5.model that return StructureMapModifier and TypeMethodDescriptionStructureMap.addContact
(ContactDetail t) StructureMap.addGroup
(StructureMap.StructureMapGroupComponent t) StructureMap.addIdentifier
(Identifier t) StructureMap.addJurisdiction
(CodeableConcept t) StructureMap.addStructure
(StructureMap.StructureMapStructureComponent t) StructureMap.addUseContext
(UsageContext t) StructureMap.copy()
StructureMap.setContact
(List<ContactDetail> theContact) StructureMap.setCopyright
(String value) StructureMap.setCopyrightElement
(MarkdownType value) StructureMap.setCopyrightLabel
(String value) StructureMap.setCopyrightLabelElement
(StringType value) StructureMap.setDateElement
(DateTimeType value) StructureMap.setDescription
(String value) StructureMap.setDescriptionElement
(MarkdownType value) StructureMap.setExperimental
(boolean value) StructureMap.setExperimentalElement
(BooleanType value) StructureMap.setGroup
(List<StructureMap.StructureMapGroupComponent> theGroup) StructureMap.setIdentifier
(List<Identifier> theIdentifier) StructureMap.setImport
(List<CanonicalType> theImport) StructureMap.setJurisdiction
(List<CodeableConcept> theJurisdiction) StructureMap.setNameElement
(StringType value) StructureMap.setPublisher
(String value) StructureMap.setPublisherElement
(StringType value) StructureMap.setPurpose
(String value) StructureMap.setPurposeElement
(MarkdownType value) StructureMap.setStatus
(Enumerations.PublicationStatus value) StructureMap.setStatusElement
(Enumeration<Enumerations.PublicationStatus> value) StructureMap.setStructure
(List<StructureMap.StructureMapStructureComponent> theStructure) StructureMap.setTitleElement
(StringType value) StructureMap.setUrlElement
(UriType value) StructureMap.setUseContext
(List<UsageContext> theUseContext) StructureMap.setVersion
(String value) StructureMap.setVersionAlgorithm
(DataType value) StructureMap.setVersionElement
(StringType value) protected StructureMap
StructureMap.typedCopy()
Methods in org.hl7.fhir.r5.model with parameters of type StructureMap -
Uses of StructureMap in org.hl7.fhir.r5.utils
Methods in org.hl7.fhir.r5.utils that return StructureMap -
Uses of StructureMap in org.hl7.fhir.r5.utils.structuremap
Fields in org.hl7.fhir.r5.utils.structuremap declared as StructureMapMethods in org.hl7.fhir.r5.utils.structuremap that return StructureMapModifier and TypeMethodDescriptionStructureMapUtilities.generateMapFromMappings
(StructureDefinition sd) Methods in org.hl7.fhir.r5.utils.structuremap with parameters of type StructureMapModifier and TypeMethodDescriptionStructureMapUtilities.analyse
(Object appInfo, StructureMap map) Given a structure map, return a set of analyses on it.StructureMapUtilities.getTargetType
(StructureMap map) static String
StructureMapUtilities.render
(StructureMap map) void
StructureMapUtilities.transform
(Object appInfo, Base source, StructureMap map, Base target) StructureMapUtilities.translate
(TransformContext context, StructureMap map, Base source, String conceptMapUrl, String fieldToReturn)