Uses of Class
org.hl7.fhir.r5.model.StructureMap
Package
Description
-
Uses of StructureMap in org.hl7.fhir.r5.context
Modifier and TypeFieldDescriptionprotected CanonicalResourceManager
<StructureMap> BaseWorkerContext.transforms
-
Uses of StructureMap in org.hl7.fhir.r5.extensions
Modifier and TypeMethodDescriptionstatic StructureMap
Extensions.addReplaces
(StructureMap context, String value) static StructureMap
Extensions.setReslastReviewDate
(StructureMap context, String value) static StructureMap
Extensions.setResourceApprovalDate
(StructureMap context, String value) static StructureMap
Extensions.setResourceEffectivePeriod
(StructureMap context, Period value) Modifier and TypeMethodDescriptionstatic StructureMap
Extensions.addReplaces
(StructureMap context, String value) Extensions.getReplacesList
(StructureMap context) static String
Extensions.getReslastReviewDate
(StructureMap context) static String
Extensions.getResourceApprovalDate
(StructureMap context) static Period
Extensions.getResourceEffectivePeriod
(StructureMap context) static StructureMap
Extensions.setReslastReviewDate
(StructureMap context, String value) static StructureMap
Extensions.setResourceApprovalDate
(StructureMap context, String value) static StructureMap
Extensions.setResourceEffectivePeriod
(StructureMap context, Period value) -
Uses of StructureMap in org.hl7.fhir.r5.formats
Modifier and TypeMethodDescriptionprotected StructureMap
JsonParser.parseStructureMap
(com.google.gson.JsonObject json) protected StructureMap
XmlParser.parseStructureMap
(org.xmlpull.v1.XmlPullParser xpp) Modifier 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
Modifier and TypeMethodDescriptionStructureMap.addConst
(StructureMap.StructureMapConstComponent t) StructureMap.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.setConst
(List<StructureMap.StructureMapConstComponent> theConst) 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()
-
Uses of StructureMap in org.hl7.fhir.r5.renderers
Modifier and TypeMethodDescriptionvoid
StructureMapRenderer.renderMap
(Renderer.RenderingStatus status, org.hl7.fhir.utilities.xhtml.XhtmlNode x, StructureMap map) -
Uses of StructureMap in org.hl7.fhir.r5.utils
-
Uses of StructureMap in org.hl7.fhir.r5.utils.structuremap
Modifier and TypeMethodDescriptionStructureMapUtilities.generateMapFromMappings
(StructureDefinition sd) ResolvedGroup.getTargetMap()
Modifier and TypeMethodDescriptionStructureMapUtilities.getMapsForUrl
(List<StructureMap> maps, String url, StructureMap.StructureMapInputMode mode) StructureMapUtilities.getMapsForUrlPrefix
(List<StructureMap> maps, String url, StructureMap.StructureMapInputMode mode) Modifier and TypeMethodDescriptionStructureMapUtilities.analyse
(Object appInfo, StructureMap map) Given a structure map, return a set of analyses on it.StructureMapUtilities.getGroupForUrl
(StructureMap map, String url, StructureMap.StructureMapInputMode mode) StructureMapUtilities.getTargetType
(StructureMap map) static String
StructureMapUtilities.render
(StructureMap map) void
ResolvedGroup.setTargetMap
(StructureMap targetMap) void
StructureMapUtilities.transform
(Object appInfo, Base source, StructureMap map, Base target) StructureMapUtilities.translate
(TransformContext context, StructureMap map, Base source, String conceptMapUrl, String fieldToReturn) Modifier and TypeMethodDescriptionStructureMapUtilities.getMapsForUrl
(List<StructureMap> maps, String url, StructureMap.StructureMapInputMode mode) StructureMapUtilities.getMapsForUrlPrefix
(List<StructureMap> maps, String url, StructureMap.StructureMapInputMode mode) ModifierConstructorDescriptionResolvedGroup
(StructureMap targetMap, StructureMap.StructureMapGroupComponent targetGroup)