This is the Continuous Integration Build of FHIR (will be incorrect/inconsistent at times).
See the Directory of published versions
FHIR Infrastructure Work Group | Maturity Level: 4 | Trial Use | Security Category: Anonymous | Compartments: No defined compartments |
Detailed Descriptions for the elements in the StructureMap resource.
StructureMap | |||||||||
Element Id | StructureMap | ||||||||
Definition | A Map of relationships between 2 structures that can be used to transform data. | ||||||||
Short Display | A Map of relationships between 2 structures that can be used to transform data | ||||||||
Cardinality | 0..* | ||||||||
Type | CanonicalResource | ||||||||
Alternate Names | Template; Profile | ||||||||
Summary | false | ||||||||
Invariants |
| ||||||||
StructureMap.url | |||||||||
Element Id | StructureMap.url | ||||||||
Definition | An absolute URI that is used to identify this structure map when it is referenced in a specification, model, design or an instance; also called its canonical identifier. This SHOULD be globally unique and SHOULD be a literal address at which an authoritative instance of this structure map is (or will be) published. This URL can be the target of a canonical reference. It SHALL remain the same when the structure map is stored on different servers. | ||||||||
Short Display | Canonical identifier for this structure map, represented as a URI (globally unique) | ||||||||
Cardinality | 1..1 | ||||||||
Type | uri | ||||||||
Requirements | Allows the structure map to be referenced by a single globally unique identifier. | ||||||||
Alternate Names | url; authoritative-url; destination; identity | ||||||||
Summary | true | ||||||||
Comments | Can be a urn:uuid: or a urn:oid: but real http: addresses are preferred. Multiple instances may share the same URL if they have a distinct version. The determination of when to create a new version of a resource (same url, new version) vs. defining a new artifact is up to the author. Considerations for making this decision are found in Technical and Business Versions. In some cases, the resource can no longer be found at the stated url, but the url itself cannot change. Implementations can use the meta.source element to indicate where the current master source of the resource can be found. | ||||||||
Invariants |
| ||||||||
StructureMap.identifier | |||||||||
Element Id | StructureMap.identifier | ||||||||
Definition | A formal identifier that is used to identify this structure map when it is represented in other formats, or referenced in a specification, model, design or an instance. | ||||||||
Short Display | Additional identifier for the structure map | ||||||||
Note | This is a business identifier, not a resource identifier (see discussion) | ||||||||
Cardinality | 0..* | ||||||||
Type | Identifier | ||||||||
Requirements | Allows externally provided and/or usable business identifiers to be easily associated with the module. | ||||||||
Summary | true | ||||||||
Comments | Typically, this is used for identifiers that can go in an HL7 V3 II (instance identifier) data type, and can then identify this structure map outside of FHIR, where it is not possible to use the logical URI. | ||||||||
StructureMap.version | |||||||||
Element Id | StructureMap.version | ||||||||
Definition | The identifier that is used to identify this version of the structure map when it is referenced in a specification, model, design or instance. This is an arbitrary value managed by the structure map author and is not expected to be globally unique. For example, it might be a timestamp (e.g. yyyymmdd) if a managed version is not available. There is also no expectation that versions can be placed in a lexicographical sequence. | ||||||||
Short Display | Business version of the structure map | ||||||||
Note | This is a business versionId, not a resource version id (see discussion) | ||||||||
Cardinality | 0..1 | ||||||||
Type | string | ||||||||
Summary | true | ||||||||
Comments | There may be different structure map instances that have the same identifier but different versions. The version can be appended to the url in a reference to allow a reference to a particular business version of the structure map with the format [url]|[version]. The version SHOULD NOT contain a '#' - see Business Version. | ||||||||
StructureMap.versionAlgorithm[x] | |||||||||
Element Id | StructureMap.versionAlgorithm[x] | ||||||||
Definition | Indicates the mechanism used to compare versions to determine which is more current. | ||||||||
Short Display | How to compare versions | ||||||||
Cardinality | 0..1 | ||||||||
Terminology Binding | Version Algorithm (Extensible) | ||||||||
Type | string|Coding | ||||||||
[x] Note | See Choice of Datatypes for further information about how to use [x] | ||||||||
Summary | true | ||||||||
Comments | If set as a string, this is a FHIRPath expression that has two additional context variables passed in - %version1 and %version2 and will return a negative number if version1 is newer, a positive number if version2 and a 0 if the version ordering can't be successfully be determined. | ||||||||
StructureMap.name | |||||||||
Element Id | StructureMap.name | ||||||||
Definition | A natural language name identifying the structure map. This name should be usable as an identifier for the module by machine processing applications such as code generation. | ||||||||
Short Display | Name for this structure map (computer friendly) | ||||||||
Cardinality | 1..1 | ||||||||
Type | string | ||||||||
Requirements | Support human navigation and code generation. | ||||||||
Summary | true | ||||||||
Comments | The name is not expected to be globally unique. The name should be a simple alphanumeric type name to ensure that it is machine-processing friendly. | ||||||||
Invariants |
| ||||||||
StructureMap.title | |||||||||
Element Id | StructureMap.title | ||||||||
Definition | A short, descriptive, user-friendly title for the structure map. | ||||||||
Short Display | Name for this structure map (human friendly) | ||||||||
Cardinality | 0..1 | ||||||||
Type | string | ||||||||
Summary | true | ||||||||
Comments | This name does not need to be machine-processing friendly and may contain punctuation, white-space, etc. | ||||||||
StructureMap.status | |||||||||
Element Id | StructureMap.status | ||||||||
Definition | The status of this structure map. Enables tracking the life-cycle of the content. | ||||||||
Short Display | draft | active | retired | unknown | ||||||||
Cardinality | 1..1 | ||||||||
Terminology Binding | PublicationStatus (Required) | ||||||||
Type | code | ||||||||
Is Modifier | true (Reason: This is labeled as "Is Modifier" because applications should not use a retired {{title}} without due consideration) | ||||||||
Summary | true | ||||||||
Comments | Allows filtering of structure maps that are appropriate for use versus not. See guidance around (not) making local changes to elements here. | ||||||||
StructureMap.experimental | |||||||||
Element Id | StructureMap.experimental | ||||||||
Definition | A Boolean value to indicate that this structure map is authored for testing purposes (or education/evaluation/marketing) and is not intended to be used for genuine usage. | ||||||||
Short Display | For testing purposes, not real usage | ||||||||
Cardinality | 0..1 | ||||||||
Type | boolean | ||||||||
Meaning if Missing | If absent, this resource is treated as though it is not experimental. | ||||||||
Requirements | Enables experimental content to be developed following the same lifecycle that would be used for a production-level structure map. | ||||||||
Summary | true | ||||||||
Comments | Allows filtering of structure maps that are appropriate for use versus not. | ||||||||
StructureMap.date | |||||||||
Element Id | StructureMap.date | ||||||||
Definition | The date (and optionally time) when the structure map was last significantly changed. The date must change when the business version changes and it must change if the status code changes. In addition, it should change when the substantive content of the structure map changes. | ||||||||
Short Display | Date last changed | ||||||||
Cardinality | 0..1 | ||||||||
Type | dateTime | ||||||||
Alternate Names | Revision Date | ||||||||
Summary | true | ||||||||
Comments | The date is often not tracked until the resource is published, but may be present on draft content. Note that this is not the same as the resource last-modified-date, since the resource may be a secondary representation of the structure map. Additional specific dates may be added as extensions or be found by consulting Provenances associated with past versions of the resource. See guidance around (not) making local changes to elements here. | ||||||||
StructureMap.publisher | |||||||||
Element Id | StructureMap.publisher | ||||||||
Definition | The name of the organization or individual responsible for the release and ongoing maintenance of the structure map. | ||||||||
Short Display | Name of the publisher/steward (organization or individual) | ||||||||
Cardinality | 0..1 | ||||||||
Type | string | ||||||||
Requirements | Helps establish the "authority/credibility" of the structure map. May also allow for contact. | ||||||||
Summary | true | ||||||||
Comments | Usually an organization but may be an individual. The publisher (or steward) of the structure map is the organization or individual primarily responsible for the maintenance and upkeep of the structure map. This is not necessarily the same individual or organization that developed and initially authored the content. The publisher is the primary point of contact for questions or issues with the structure map. This item SHOULD be populated unless the information is available from context. | ||||||||
StructureMap.contact | |||||||||
Element Id | StructureMap.contact | ||||||||
Definition | Contact details to assist a user in finding and communicating with the publisher. | ||||||||
Short Display | Contact details for the publisher | ||||||||
Cardinality | 0..* | ||||||||
Type | ContactDetail | ||||||||
Summary | true | ||||||||
Comments | May be a web site, an email address, a telephone number, etc. See guidance around (not) making local changes to elements here. | ||||||||
StructureMap.description | |||||||||
Element Id | StructureMap.description | ||||||||
Definition | A free text natural language description of the structure map from a consumer's perspective. | ||||||||
Short Display | Natural language description of the structure map | ||||||||
Cardinality | 0..1 | ||||||||
Type | markdown | ||||||||
Summary | false | ||||||||
Comments | This description can be used to capture details such as comments about misuse, instructions for clinical use and interpretation, literature references, examples from the paper world, etc. It is not a rendering of the structure map as conveyed in the 'text' field of the resource itself. This item SHOULD be populated unless the information is available from context (e.g. the language of the structure map is presumed to be the predominant language in the place the structure map was created). | ||||||||
StructureMap.useContext | |||||||||
Element Id | StructureMap.useContext | ||||||||
Definition | The content was developed with a focus and intent of supporting the contexts that are listed. These contexts may be general categories (gender, age, ...) or may be references to specific programs (insurance plans, studies, ...) and may be used to assist with indexing and searching for appropriate structure map instances. | ||||||||
Short Display | The context that the content is intended to support | ||||||||
Cardinality | 0..* | ||||||||
Type | UsageContext | ||||||||
Requirements | Assist in searching for appropriate content. | ||||||||
Summary | true | ||||||||
Comments | When multiple useContexts are specified, there is no expectation that all or any of the contexts apply. | ||||||||
StructureMap.jurisdiction | |||||||||
Standards Status | This element has a standards status of "Deprecated" which is different from the status of the whole resource | ||||||||
Element Id | StructureMap.jurisdiction | ||||||||
Definition | A legal or geographic region in which the structure map is intended to be used. | ||||||||
Short Display | Intended jurisdiction for structure map (if applicable) | ||||||||
Cardinality | 0..* | ||||||||
Terminology Binding | Jurisdiction ValueSet (Extensible) | ||||||||
Type | CodeableConcept | ||||||||
Summary | true | ||||||||
Comments | It may be possible for the structure map to be used in jurisdictions other than those for which it was originally designed or intended. DEPRECATION NOTE: For consistency, implementations are encouraged to migrate to using the new 'jurisdiction' code in the useContext element. (I.e. useContext.code indicating http://terminology.hl7.org/CodeSystem/usage-context-type#jurisdiction and useContext.valueCodeableConcept indicating the jurisdiction.) | ||||||||
StructureMap.purpose | |||||||||
Element Id | StructureMap.purpose | ||||||||
Definition | Explanation of why this structure map is needed and why it has been designed as it has. | ||||||||
Short Display | Why this structure map is defined | ||||||||
Cardinality | 0..1 | ||||||||
Type | markdown | ||||||||
Summary | false | ||||||||
Comments | This element does not describe the usage of the structure map. Instead, it provides traceability of ''why'' the resource is either needed or ''why'' it is defined as it is. This may be used to point to source materials or specifications that drove the structure of this structure map. | ||||||||
StructureMap.copyright | |||||||||
Element Id | StructureMap.copyright | ||||||||
Definition | A copyright statement relating to the structure map and/or its contents. Copyright statements are generally legal restrictions on the use and publishing of the structure map. | ||||||||
Short Display | Use and/or publishing restrictions | ||||||||
Cardinality | 0..1 | ||||||||
Type | markdown | ||||||||
Requirements | Consumers must be able to determine any legal restrictions on the use of the structure map and/or its content. | ||||||||
Alternate Names | License; Restrictions | ||||||||
Summary | false | ||||||||
Comments | ... | ||||||||
StructureMap.copyrightLabel | |||||||||
Element Id | StructureMap.copyrightLabel | ||||||||
Definition | A short string (<50 characters), suitable for inclusion in a page footer that identifies the copyright holder, effective period, and optionally whether rights are resctricted. (e.g. 'All rights reserved', 'Some rights reserved'). | ||||||||
Short Display | Copyright holder and year(s) | ||||||||
Cardinality | 0..1 | ||||||||
Type | string | ||||||||
Requirements | Defines the content expected to be rendered in all representations of the artifact. | ||||||||
Summary | false | ||||||||
Comments | The (c) symbol should NOT be included in this string. It will be added by software when rendering the notation. Full details about licensing, restrictions, warrantees, etc. goes in the more general 'copyright' element. | ||||||||
StructureMap.structure | |||||||||
Element Id | StructureMap.structure | ||||||||
Definition | A structure definition used by this map. The structure definition may describe instances that are converted, or the instances that are produced. | ||||||||
Short Display | Structure Definition used by this map | ||||||||
Cardinality | 0..* | ||||||||
Summary | true | ||||||||
Comments | It is not necessary for a structure map to identify any dependent structures, though not listing them may restrict its usefulness. | ||||||||
StructureMap.structure.url | |||||||||
Element Id | StructureMap.structure.url | ||||||||
Definition | The canonical reference to the structure. | ||||||||
Short Display | Canonical reference to structure definition | ||||||||
Cardinality | 1..1 | ||||||||
Type | canonical(StructureDefinition) | ||||||||
Summary | true | ||||||||
StructureMap.structure.mode | |||||||||
Element Id | StructureMap.structure.mode | ||||||||
Definition | How the referenced structure is used in this mapping. | ||||||||
Short Display | source | queried | target | produced | ||||||||
Cardinality | 1..1 | ||||||||
Terminology Binding | Structure Map Model Mode (Required) | ||||||||
Type | code | ||||||||
Summary | true | ||||||||
StructureMap.structure.alias | |||||||||
Element Id | StructureMap.structure.alias | ||||||||
Definition | The name used for this type in the map. | ||||||||
Short Display | Name for type in this map | ||||||||
Cardinality | 0..1 | ||||||||
Type | string | ||||||||
Summary | true | ||||||||
Comments | This is needed if both types have the same name (e.g. version conversion). | ||||||||
StructureMap.structure.documentation | |||||||||
Element Id | StructureMap.structure.documentation | ||||||||
Definition | Documentation that describes how the structure is used in the mapping. | ||||||||
Short Display | Documentation on use of structure | ||||||||
Cardinality | 0..1 | ||||||||
Type | string | ||||||||
Summary | false | ||||||||
StructureMap.import | |||||||||
Element Id | StructureMap.import | ||||||||
Definition | Other maps used by this map (canonical URLs). | ||||||||
Short Display | Other maps used by this map (canonical URLs) | ||||||||
Cardinality | 0..* | ||||||||
Type | canonical(StructureMap) | ||||||||
Summary | true | ||||||||
StructureMap.const | |||||||||
Element Id | StructureMap.const | ||||||||
Definition | Definition of a constant value used in the map rules. | ||||||||
Short Display | Definition of the constant value used in the map rules | ||||||||
Cardinality | 0..* | ||||||||
Summary | true | ||||||||
StructureMap.const.name | |||||||||
Element Id | StructureMap.const.name | ||||||||
Definition | Other maps used by this map (canonical URLs). | ||||||||
Short Display | Constant name | ||||||||
Cardinality | 0..1 | ||||||||
Type | id | ||||||||
Summary | true | ||||||||
StructureMap.const.value | |||||||||
Element Id | StructureMap.const.value | ||||||||
Definition | A FHIRPath expression that is the value of this variable. | ||||||||
Short Display | FHIRPath exression - value of the constant | ||||||||
Cardinality | 0..1 | ||||||||
Type | string | ||||||||
Summary | true | ||||||||
StructureMap.group | |||||||||
Element Id | StructureMap.group | ||||||||
Definition | Organizes the mapping into managable chunks for human review/ease of maintenance. | ||||||||
Short Display | Named sections for reader convenience | ||||||||
Cardinality | 1..* | ||||||||
Summary | true | ||||||||
StructureMap.group.name | |||||||||
Element Id | StructureMap.group.name | ||||||||
Definition | A unique name for the group for the convenience of human readers. | ||||||||
Short Display | Human-readable label | ||||||||
Cardinality | 1..1 | ||||||||
Type | id | ||||||||
Summary | true | ||||||||
StructureMap.group.extends | |||||||||
Element Id | StructureMap.group.extends | ||||||||
Definition | Another group that this group adds rules to. | ||||||||
Short Display | Another group that this group adds rules to | ||||||||
Cardinality | 0..1 | ||||||||
Type | id | ||||||||
Summary | true | ||||||||
StructureMap.group.typeMode | |||||||||
Element Id | StructureMap.group.typeMode | ||||||||
Definition | If this is the default rule set to apply for the source type or this combination of types. | ||||||||
Short Display | types | type-and-types | ||||||||
Cardinality | 0..1 | ||||||||
Terminology Binding | Structure Map Group Type Mode (Required) | ||||||||
Type | code | ||||||||
Summary | true | ||||||||
Comments | Not applicable if the underlying model is untyped. There can only be one default mapping for any particular type combination. | ||||||||
StructureMap.group.documentation | |||||||||
Element Id | StructureMap.group.documentation | ||||||||
Definition | Additional supporting documentation that explains the purpose of the group and the types of mappings within it. | ||||||||
Short Display | Additional description/explanation for group | ||||||||
Cardinality | 0..1 | ||||||||
Type | string | ||||||||
Summary | true | ||||||||
StructureMap.group.input | |||||||||
Element Id | StructureMap.group.input | ||||||||
Definition | A name assigned to an instance of data. The instance must be provided when the mapping is invoked. | ||||||||
Short Display | Named instance provided when invoking the map | ||||||||
Cardinality | 1..* | ||||||||
Summary | true | ||||||||
Comments | If no inputs are named, then the entry mappings are type based. | ||||||||
StructureMap.group.input.name | |||||||||
Element Id | StructureMap.group.input.name | ||||||||
Definition | Name for this instance of data. | ||||||||
Short Display | Name for this instance of data | ||||||||
Cardinality | 1..1 | ||||||||
Type | id | ||||||||
Summary | true | ||||||||
StructureMap.group.input.type | |||||||||
Element Id | StructureMap.group.input.type | ||||||||
Definition | Type for this instance of data. | ||||||||
Short Display | Type for this instance of data | ||||||||
Cardinality | 0..1 | ||||||||
Type | string | ||||||||
Summary | true | ||||||||
StructureMap.group.input.mode | |||||||||
Element Id | StructureMap.group.input.mode | ||||||||
Definition | Mode for this instance of data. | ||||||||
Short Display | source | target | ||||||||
Cardinality | 1..1 | ||||||||
Terminology Binding | Structure Map Input Mode (Required) | ||||||||
Type | code | ||||||||
Summary | true | ||||||||
StructureMap.group.input.documentation | |||||||||
Element Id | StructureMap.group.input.documentation | ||||||||
Definition | Documentation for this instance of data. | ||||||||
Short Display | Documentation for this instance of data | ||||||||
Cardinality | 0..1 | ||||||||
Type | string | ||||||||
Summary | false | ||||||||
StructureMap.group.rule | |||||||||
Element Id | StructureMap.group.rule | ||||||||
Definition | Transform Rule from source to target. | ||||||||
Short Display | Transform Rule from source to target | ||||||||
Cardinality | 0..* | ||||||||
Summary | true | ||||||||
StructureMap.group.rule.name | |||||||||
Element Id | StructureMap.group.rule.name | ||||||||
Definition | Name of the rule for internal references. | ||||||||
Short Display | Name of the rule for internal references | ||||||||
Cardinality | 0..1 | ||||||||
Type | id | ||||||||
Summary | true | ||||||||
StructureMap.group.rule.source | |||||||||
Element Id | StructureMap.group.rule.source | ||||||||
Definition | Source inputs to the mapping. | ||||||||
Short Display | Source inputs to the mapping | ||||||||
Cardinality | 1..* | ||||||||
Summary | true | ||||||||
StructureMap.group.rule.source.context | |||||||||
Element Id | StructureMap.group.rule.source.context | ||||||||
Definition | Type or variable this rule applies to. | ||||||||
Short Display | Type or variable this rule applies to | ||||||||
Cardinality | 1..1 | ||||||||
Type | id | ||||||||
Summary | true | ||||||||
StructureMap.group.rule.source.min | |||||||||
Element Id | StructureMap.group.rule.source.min | ||||||||
Definition | Specified minimum cardinality for the element. This is optional; if present, it acts an implicit check on the input content. | ||||||||
Short Display | Specified minimum cardinality | ||||||||
Cardinality | 0..1 | ||||||||
Type | integer | ||||||||
Summary | true | ||||||||
StructureMap.group.rule.source.max | |||||||||
Element Id | StructureMap.group.rule.source.max | ||||||||
Definition | Specified maximum cardinality for the element - a number or a "". This is optional; if present, it acts an implicit check on the input content ( just serves as documentation; it's the default value). | ||||||||
Short Display | Specified maximum cardinality (number or *) | ||||||||
Cardinality | 0..1 | ||||||||
Type | string | ||||||||
Summary | true | ||||||||
StructureMap.group.rule.source.type | |||||||||
Element Id | StructureMap.group.rule.source.type | ||||||||
Definition | Specified type for the element. This works as a condition on the mapping - use for polymorphic elements. | ||||||||
Short Display | Rule only applies if source has this type | ||||||||
Cardinality | 0..1 | ||||||||
Type | string | ||||||||
Summary | true | ||||||||
StructureMap.group.rule.source.defaultValue | |||||||||
Element Id | StructureMap.group.rule.source.defaultValue | ||||||||
Definition | A value to use if there is no existing value in the source object. | ||||||||
Short Display | Default value if no value exists | ||||||||
Cardinality | 0..1 | ||||||||
Type | string | ||||||||
Summary | true | ||||||||
Comments | If there's a default value on an item that can repeat, it will only be used once. | ||||||||
StructureMap.group.rule.source.element | |||||||||
Element Id | StructureMap.group.rule.source.element | ||||||||
Definition | Optional field for this source. | ||||||||
Short Display | Optional field for this source | ||||||||
Cardinality | 0..1 | ||||||||
Type | string | ||||||||
Summary | true | ||||||||
StructureMap.group.rule.source.listMode | |||||||||
Element Id | StructureMap.group.rule.source.listMode | ||||||||
Definition | How to handle the list mode for this element. | ||||||||
Short Display | first | not_first | last | not_last | only_one | ||||||||
Cardinality | 0..1 | ||||||||
Terminology Binding | Structure Map Source List Mode (Required) | ||||||||
Type | code | ||||||||
Summary | true | ||||||||
StructureMap.group.rule.source.variable | |||||||||
Element Id | StructureMap.group.rule.source.variable | ||||||||
Definition | Named context for field, if a field is specified. | ||||||||
Short Display | Named context for field, if a field is specified | ||||||||
Cardinality | 0..1 | ||||||||
Type | id | ||||||||
Summary | true | ||||||||
StructureMap.group.rule.source.condition | |||||||||
Element Id | StructureMap.group.rule.source.condition | ||||||||
Definition | FHIRPath expression - must be true or the rule does not apply. | ||||||||
Short Display | FHIRPath expression - must be true or the rule does not apply | ||||||||
Cardinality | 0..1 | ||||||||
Type | string | ||||||||
Summary | true | ||||||||
StructureMap.group.rule.source.check | |||||||||
Element Id | StructureMap.group.rule.source.check | ||||||||
Definition | FHIRPath expression - must be true or the mapping engine throws an error instead of completing. | ||||||||
Short Display | FHIRPath expression - must be true or the mapping engine throws an error instead of completing | ||||||||
Cardinality | 0..1 | ||||||||
Type | string | ||||||||
Summary | true | ||||||||
StructureMap.group.rule.source.logMessage | |||||||||
Element Id | StructureMap.group.rule.source.logMessage | ||||||||
Definition | A FHIRPath expression which specifies a message to put in the transform log when content matching the source rule is found. | ||||||||
Short Display | Message to put in log if source exists (FHIRPath) | ||||||||
Cardinality | 0..1 | ||||||||
Type | string | ||||||||
Summary | true | ||||||||
Comments | This is typically used for recording that something Is not transformed to the target for some reason. | ||||||||
StructureMap.group.rule.target | |||||||||
Element Id | StructureMap.group.rule.target | ||||||||
Definition | Content to create because of this mapping rule. | ||||||||
Short Display | Content to create because of this mapping rule | ||||||||
Cardinality | 0..* | ||||||||
Summary | true | ||||||||
Invariants |
| ||||||||
StructureMap.group.rule.target.context | |||||||||
Element Id | StructureMap.group.rule.target.context | ||||||||
Definition | Variable this rule applies to. | ||||||||
Short Display | Variable this rule applies to | ||||||||
Cardinality | 0..1 | ||||||||
Type | string | ||||||||
Summary | true | ||||||||
Invariants |
| ||||||||
StructureMap.group.rule.target.element | |||||||||
Element Id | StructureMap.group.rule.target.element | ||||||||
Definition | Field to create in the context. | ||||||||
Short Display | Field to create in the context | ||||||||
Cardinality | 0..1 | ||||||||
Type | string | ||||||||
Summary | true | ||||||||
Invariants |
| ||||||||
StructureMap.group.rule.target.variable | |||||||||
Element Id | StructureMap.group.rule.target.variable | ||||||||
Definition | Named context for field, if desired, and a field is specified. | ||||||||
Short Display | Named context for field, if desired, and a field is specified | ||||||||
Cardinality | 0..1 | ||||||||
Type | id | ||||||||
Summary | true | ||||||||
StructureMap.group.rule.target.listMode | |||||||||
Element Id | StructureMap.group.rule.target.listMode | ||||||||
Definition | If field is a list, how to manage the list. | ||||||||
Short Display | first | share | last | single | ||||||||
Cardinality | 0..* | ||||||||
Terminology Binding | Structure Map Target List Mode (Required) | ||||||||
Type | code | ||||||||
Summary | true | ||||||||
StructureMap.group.rule.target.listRuleId | |||||||||
Element Id | StructureMap.group.rule.target.listRuleId | ||||||||
Definition | Internal rule reference for shared list items. | ||||||||
Short Display | Internal rule reference for shared list items | ||||||||
Cardinality | 0..1 | ||||||||
Type | id | ||||||||
Summary | true | ||||||||
StructureMap.group.rule.target.transform | |||||||||
Element Id | StructureMap.group.rule.target.transform | ||||||||
Definition | How the data is copied / created. | ||||||||
Short Display | create | copy + | ||||||||
Cardinality | 0..1 | ||||||||
Terminology Binding | Structure Map Transform (Required) | ||||||||
Type | code | ||||||||
Summary | true | ||||||||
StructureMap.group.rule.target.parameter | |||||||||
Element Id | StructureMap.group.rule.target.parameter | ||||||||
Definition | Parameters to the transform. | ||||||||
Short Display | Parameters to the transform | ||||||||
Cardinality | 0..* | ||||||||
Summary | true | ||||||||
StructureMap.group.rule.target.parameter.value[x] | |||||||||
Element Id | StructureMap.group.rule.target.parameter.value[x] | ||||||||
Definition | Parameter value - variable or literal. | ||||||||
Short Display | Parameter value - variable or literal | ||||||||
Cardinality | 1..1 | ||||||||
Type | id|string|boolean|integer|decimal|date|time|dateTime | ||||||||
[x] Note | See Choice of Datatypes for further information about how to use [x] | ||||||||
Summary | true | ||||||||
StructureMap.group.rule.rule | |||||||||
Element Id | StructureMap.group.rule.rule | ||||||||
Definition | Rules contained in this rule. | ||||||||
Short Display | Rules contained in this rule | ||||||||
Cardinality | 0..* | ||||||||
Type | See StructureMap.group.rule | ||||||||
Summary | true | ||||||||
StructureMap.group.rule.dependent | |||||||||
Element Id | StructureMap.group.rule.dependent | ||||||||
Definition | Which other rules to apply in the context of this rule. | ||||||||
Short Display | Which other rules to apply in the context of this rule | ||||||||
Cardinality | 0..* | ||||||||
Summary | true | ||||||||
StructureMap.group.rule.dependent.name | |||||||||
Element Id | StructureMap.group.rule.dependent.name | ||||||||
Definition | Name of a rule or group to apply. | ||||||||
Short Display | Name of a rule or group to apply | ||||||||
Cardinality | 1..1 | ||||||||
Type | id | ||||||||
Summary | true | ||||||||
StructureMap.group.rule.dependent.parameter | |||||||||
Element Id | StructureMap.group.rule.dependent.parameter | ||||||||
Definition | Parameter to pass to the rule or group. | ||||||||
Short Display | Parameter to pass to the rule or group | ||||||||
Cardinality | 1..* | ||||||||
Type | See StructureMap.group.rule.target.parameter | ||||||||
Summary | true | ||||||||
StructureMap.group.rule.documentation | |||||||||
Element Id | StructureMap.group.rule.documentation | ||||||||
Definition | Documentation for this instance of data. | ||||||||
Short Display | Documentation for this instance of data | ||||||||
Cardinality | 0..1 | ||||||||
Type | string | ||||||||
Summary | false |