<?xml version="1.0" encoding="UTF-8"?>
<StructureDefinition xmlns="http://hl7.org/fhir" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://hl7.org/fhir ../../schema/fhir-single.xsd">
	<id value="StructureMap"/>
	<meta>
		<lastUpdated value="2021-01-05T10:01:24.148+11:00"/>
	</meta>
	<extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-category">
		<valueString value="Foundation.Conformance"/>
	</extension>
	<extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status">
		<valueCode value="trial-use"/>
	</extension>
	<extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm">
		<valueInteger value="2"/>
	</extension>
	<extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category">
		<valueCode value="anonymous"/>
	</extension>
	<extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-wg">
		<valueCode value="fhir"/>
	</extension>
	<extension url="http://hl7.org/fhir/build/StructureDefinition/entered-in-error-status">
		<valueCode value=".status = retired"/>
	</extension>
	<extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-implements">
		<valueCanonical value="http://hl7.org/fhir/StructureDefinition/CanonicalResource"/>
	</extension>
	<extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-implements">
		<valueCanonical value="http://hl7.org/fhir/StructureDefinition/MetadataResource"/>
	</extension>
	<url value="http://hl7.org/fhir/StructureDefinition/StructureMap"/>
	<identifier>
		<system value="urn:ietf:rfc:3986"/>
		<value value="urn:oid:2.16.840.1.113883.4.642.5.1100"/>
	</identifier>
	<version value="6.0.0"/>
	<name value="StructureMap"/>
	<title value="Structure Map"/>
	<status value="draft"/>
	<date value="2021-01-05T10:01:24+11:00"/>
	<publisher value="HL7 International / FHIR Infrastructure"/>
	<contact>
		<telecom>
			<system value="url"/>
			<value value="http://hl7.org/fhir"/>
		</telecom>
	</contact>
	<contact>
		<telecom>
			<system value="url"/>
			<value value="http://www.hl7.org/Special/committees/fiwg/index.cfm"/>
		</telecom>
	</contact>
	<description value="A Map of relationships between 2 structures that can be used to transform data."/>
	<fhirVersion value="6.0.0"/>
	<mapping>
		<identity value="rim"/>
		<uri value="http://hl7.org/v3"/>
		<name value="RIM Mapping"/>
	</mapping>
	<mapping>
		<identity value="w5"/>
		<uri value="http://hl7.org/fhir/fivews"/>
		<name value="FiveWs Pattern Mapping"/>
	</mapping>
	<mapping>
		<identity value="workflow"/>
		<uri value="http://hl7.org/fhir/workflow"/>
		<name value="Workflow Pattern"/>
	</mapping>
	<mapping>
		<identity value="objimpl"/>
		<uri value="http://hl7.org/fhir/object-implementation"/>
		<name value="Object Implementation Information"/>
	</mapping>
	<kind value="resource"/>
	<abstract value="false"/>
	<type value="StructureMap"/>
	<baseDefinition value="http://hl7.org/fhir/StructureDefinition/DomainResource"/>
	<derivation value="specialization"/>
	<differential>
		<element id="StructureMap">
			<extension url="http://hl7.org/fhir/build/StructureDefinition/committee-notes">
				<valueString value="0;0."/>
			</extension>
			<path value="StructureMap"/>
			<short value="A Map of relationships between 2 structures that can be used to transform data"/>
			<definition value="A Map of relationships between 2 structures that can be used to transform data."/>
			<alias value="Template"/>
			<alias value="Profile"/>
			<min value="0"/>
			<max value="*"/>
			<constraint>
				<key value="cnl-0"/>
				<severity value="warning"/>
				<human value="Name should be usable as an identifier for the module by machine processing applications such as code generation"/>
				<expression value="name.exists() implies name.matches('^[A-Z]([A-Za-z0-9_]){1,254}$')"/>
				<source value="http://hl7.org/fhir/StructureDefinition/StructureMap"/>
			</constraint>
			<mapping>
				<identity value="rim"/>
				<map value="n/a"/>
			</mapping>
			<mapping>
				<identity value="w5"/>
				<map value="conformance.content"/>
			</mapping>
		</element>
		<element id="StructureMap.url">
			<path value="StructureMap.url"/>
			<short value="Canonical identifier for this structure map, represented as a URI (globally unique)"/>
			<definition value="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."/>
			<comment value="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.&#xA;&#xA;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](resource.html#versions). &#xA;&#xA;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](resource.html#meta) element to indicate where the current master source of the resource can be found."/>
			<requirements value="Allows the structure map to be referenced by a single globally unique identifier."/>
			<alias value="url"/>
			<alias value="authoritative-url"/>
			<alias value="destination"/>
			<alias value="identity"/>
			<min value="1"/>
			<max value="1"/>
			<type>
				<code value="uri"/>
			</type>
			<constraint>
				<key value="cnl-1"/>
				<severity value="warning"/>
				<human value="URL should not contain | or # - these characters make processing canonical references problematic"/>
				<expression value="exists() implies matches('^[^|# ]+$')"/>
				<source value="http://hl7.org/fhir/StructureDefinition/CanonicalResource"/>
			</constraint>
			<isSummary value="true"/>
			<mapping>
				<identity value="w5"/>
				<map value="FiveWs.identifier"/>
			</mapping>
		</element>
		<element id="StructureMap.identifier">
			<path value="StructureMap.identifier"/>
			<short value="Additional identifier for the structure map"/>
			<definition value="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."/>
			<requirements value="Allows externally provided and/or usable business identifiers to be easily associated with the module."/>
			<min value="0"/>
			<max value="*"/>
			<type>
				<code value="Identifier"/>
			</type>
			<isSummary value="true"/>
			<mapping>
				<identity value="w5"/>
				<map value="FiveWs.identifier"/>
			</mapping>
			<mapping>
				<identity value="objimpl"/>
				<map value="no-gen-base"/>
			</mapping>
		</element>
		<element id="StructureMap.version">
			<path value="StructureMap.version"/>
			<short value="Business version of the structure map"/>
			<definition value="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."/>
			<comment value="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](resource.html#bv-format)."/>
			<min value="0"/>
			<max value="1"/>
			<type>
				<code value="string"/>
			</type>
			<isSummary value="true"/>
			<mapping>
				<identity value="w5"/>
				<map value="FiveWs.version"/>
			</mapping>
		</element>
		<element id="StructureMap.versionAlgorithm[x]">
			<path value="StructureMap.versionAlgorithm[x]"/>
			<short value="How to compare versions"/>
			<definition value="Indicates the mechanism used to compare versions to determine which is more current."/>
			<comment value="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."/>
			<min value="0"/>
			<max value="1"/>
			<type>
				<code value="string"/>
			</type>
			<type>
				<code value="Coding"/>
			</type>
			<isSummary value="true"/>
			<binding>
				<strength value="extensible"/>
				<valueSet value="http://hl7.org/fhir/ValueSet/version-algorithm"/>
			</binding>
		</element>
		<element id="StructureMap.name">
			<path value="StructureMap.name"/>
			<short value="Name for this structure map (computer friendly)"/>
			<definition value="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."/>
			<comment value="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."/>
			<requirements value="Support human navigation and code generation."/>
			<min value="1"/>
			<max value="1"/>
			<type>
				<code value="string"/>
			</type>
			<condition value="cnl-0"/>
			<isSummary value="true"/>
		</element>
		<element id="StructureMap.title">
			<extension url="http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable">
				<valueBoolean value="true"/>
			</extension>
			<path value="StructureMap.title"/>
			<short value="Name for this structure map (human friendly)"/>
			<definition value="A short, descriptive, user-friendly title for the structure map."/>
			<comment value="This name does not need to be machine-processing friendly and may contain punctuation, white-space, etc."/>
			<min value="0"/>
			<max value="1"/>
			<type>
				<code value="string"/>
			</type>
			<isSummary value="true"/>
		</element>
		<element id="StructureMap.status">
			<path value="StructureMap.status"/>
			<short value="draft | active | retired | unknown"/>
			<definition value="The status of this structure map. Enables tracking the life-cycle of the content."/>
			<comment value="Allows filtering of structure maps that are appropriate for use versus not.&#xa;&#xa;See guidance around (not) making local changes to elements [here](canonicalresource.html#localization)."/>
			<min value="1"/>
			<max value="1"/>
			<type>
				<code value="code"/>
			</type>
			<isModifier value="true"/>
			<isModifierReason value="This is labeled as &quot;Is Modifier&quot; because applications should not use a retired {{title}} without due consideration"/>
			<isSummary value="true"/>
			<binding>
				<extension url="http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName">
					<valueString value="PublicationStatus"/>
				</extension>
				<extension url="http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding">
					<valueBoolean value="true"/>
				</extension>
				<strength value="required"/>
				<description value="The lifecycle status of an artifact."/>
				<valueSet value="http://hl7.org/fhir/ValueSet/publication-status"/>
			</binding>
			<mapping>
				<identity value="w5"/>
				<map value="FiveWs.status"/>
			</mapping>
		</element>
		<element id="StructureMap.experimental">
			<path value="StructureMap.experimental"/>
			<short value="For testing only - never for real usage"/>
			<definition value="A Boolean value to indicate that this structure map is authored for testing purposes (or education/evaluation/marketing) and no version of this resource will ever be intended for genuine usage."/>
			<comment value="Allows filtering of structure maps that are appropriate for use versus not. Experimental resources might include example instances in implementation guides, instances created solely for testing purposes, etc. If experimental is 'true' for any version of a resource, it should be true for all versions of the resource.  (If experimental changes, then it is being misused or a resource that was never intended for real-world use has unexpectedly changed its purpose.).&#10;&#10;Experimental resources are not expected to be stable and may well have breaking changes without a corresponding change to the 'version' element."/>
			<requirements value="Enables experimental content to be developed following the same lifecycle that would be used for a production-level structure map."/>
			<min value="0"/>
			<max value="1"/>
			<type>
				<code value="boolean"/>
			</type>
			<meaningWhenMissing value="If absent, this resource is treated as though it is not experimental."/>
			<isSummary value="true"/>
			<mapping>
				<identity value="w5"/>
				<map value="FiveWs.class"/>
			</mapping>
		</element>
		<element id="StructureMap.date">
			<path value="StructureMap.date"/>
			<short value="Date last changed"/>
			<definition value="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."/>
			<comment value="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.&#xa;&#xa;See guidance around (not) making local changes to elements [here](canonicalresource.html#localization)."/>
			<alias value="Revision Date"/>
			<min value="0"/>
			<max value="1"/>
			<type>
				<code value="dateTime"/>
			</type>
			<isSummary value="true"/>
			<mapping>
				<identity value="w5"/>
				<map value="FiveWs.recorded"/>
			</mapping>
		</element>
		<element id="StructureMap.publisher">
			<extension url="http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable">
				<valueBoolean value="true"/>
			</extension>
			<path value="StructureMap.publisher"/>
			<short value="Name of the publisher/steward (organization or individual)"/>
			<definition value="The name of the organization or individual responsible for the release and ongoing maintenance of the structure map."/>
			<comment value="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."/>
			<requirements value="Helps establish the &quot;authority/credibility&quot; of the structure map.  May also allow for contact."/>
			<min value="0"/>
			<max value="1"/>
			<type>
				<code value="string"/>
			</type>
			<isSummary value="true"/>
			<mapping>
				<identity value="w5"/>
				<map value="FiveWs.witness"/>
			</mapping>
		</element>
		<element id="StructureMap.contact">
			<extension url="http://hl7.org/fhir/build/StructureDefinition/committee-notes">
				<valueString value="400;0."/>
			</extension>
			<extension url="http://hl7.org/fhir/build/StructureDefinition/uml-dir">
				<valueCode value="left"/>
			</extension>
			<path value="StructureMap.contact"/>
			<short value="Contact details for the publisher"/>
			<definition value="Contact details to assist a user in finding and communicating with the publisher."/>
			<comment value="May be a web site, an email address, a telephone number, etc.&#xa;&#xa;See guidance around (not) making local changes to elements [here](canonicalresource.html#localization)."/>
			<min value="0"/>
			<max value="*"/>
			<type>
				<code value="ContactDetail"/>
			</type>
			<isSummary value="true"/>
		</element>
		<element id="StructureMap.description">
			<extension url="http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable">
				<valueBoolean value="true"/>
			</extension>
			<path value="StructureMap.description"/>
			<short value="Natural language description of the structure map"/>
			<definition value="A free text natural language description of the structure map from a consumer's perspective."/>
			<comment value="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)."/>
			<min value="0"/>
			<max value="1"/>
			<type>
				<code value="markdown"/>
			</type>
		</element>
		<element id="StructureMap.useContext">
			<path value="StructureMap.useContext"/>
			<short value="The context that the content is intended to support"/>
			<definition value="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."/>
			<comment value="When multiple useContexts are specified, there is no expectation that all or any of the contexts apply."/>
			<requirements value="Assist in searching for appropriate content."/>
			<min value="0"/>
			<max value="*"/>
			<type>
				<code value="UsageContext"/>
			</type>
			<isSummary value="true"/>
		</element>
		<element id="StructureMap.jurisdiction">
			<path value="StructureMap.jurisdiction"/>
			<short value="Jurisdiction of the authority that maintains the structure map (if applicable)"/>
			<definition value="A legal or geographic region in which the authority that maintains the resource is operating.  In general, the jurisdiction is also found in the useContext.  The useContext may reference additional jurisdictions because the defining jurisdiction does not necessarily limit the jurisdictions of use."/>
			<comment value="It may be possible for the structure map to be used in jurisdictions other than those for which it was originally designed or intended."/>
			<min value="0"/>
			<max value="*"/>
			<type>
				<code value="CodeableConcept"/>
			</type>
			<isSummary value="true"/>
			<binding>
				<extension url="http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName">
					<valueString value="Jurisdiction"/>
				</extension>
				<extension url="http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding">
					<valueBoolean value="true"/>
				</extension>
				<strength value="extensible"/>
				<description value="Countries and regions within which this artifact is targeted for use."/>
				<valueSet value="http://terminology.hl7.org/ValueSet/jurisdiction"/>
			</binding>
		</element>
		<element id="StructureMap.purpose">
			<extension url="http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable">
				<valueBoolean value="true"/>
			</extension>
			<path value="StructureMap.purpose"/>
			<short value="Why this structure map is defined"/>
			<definition value="Explanation of why this structure map is needed and why it has been designed as it has."/>
			<comment value="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."/>
			<min value="0"/>
			<max value="1"/>
			<type>
				<code value="markdown"/>
			</type>
			<mapping>
				<identity value="w5"/>
				<map value="FiveWs.why[x]"/>
			</mapping>
			<mapping>
				<identity value="objimpl"/>
				<map value="no-gen-base"/>
			</mapping>
		</element>
		<element id="StructureMap.copyright">
			<extension url="http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable">
				<valueBoolean value="true"/>
			</extension>
			<path value="StructureMap.copyright"/>
			<short value="Notice about intellectual property ownership, can include restrictions on use"/>
			<definition value="A copyright statement relating to the structure map and/or its contents. Copyright statements are notices of intellectual property ownership and can include restrictions on the use and publishing of the structure map."/>
			<comment value="..."/>
			<requirements value="Consumers must be able to determine any legal restrictions on the use of the structure map and/or its content."/>
			<alias value="License"/>
			<alias value="Restrictions"/>
			<min value="0"/>
			<max value="1"/>
			<type>
				<code value="markdown"/>
			</type>
			<mapping>
				<identity value="objimpl"/>
				<map value="no-gen-base"/>
			</mapping>
		</element>
		<element id="StructureMap.copyrightLabel">
			<extension url="http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable">
				<valueBoolean value="true"/>
			</extension>
			<path value="StructureMap.copyrightLabel"/>
			<short value="Copyright holder and year(s)"/>
			<definition value="A short string (&lt;50 characters), suitable for inclusion in a page footer that identifies the copyright holder, effective period, and optionally whether rights are restricted. (e.g. 'All rights reserved', 'Some rights reserved')."/>
			<comment value="The copyright symbol and the '(c)' textual representation 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."/>
			<requirements value="Defines the content expected to be rendered in all representations of the artifact."/>
			<min value="0"/>
			<max value="1"/>
			<type>
				<code value="string"/>
			</type>
		</element>
		<element id="StructureMap.structure">
			<extension url="http://hl7.org/fhir/build/StructureDefinition/uml-dir">
				<valueCode value="right"/>
			</extension>
			<path value="StructureMap.structure"/>
			<short value="Structure Definition used by this map"/>
			<definition value="A structure definition used by this map. The structure definition may describe instances that are converted, or the instances that are produced."/>
			<comment value="It is not necessary for a structure map to identify any dependent structures, though not listing them may restrict its usefulness."/>
			<min value="0"/>
			<max value="*"/>
			<type>
				<code value="BackboneElement"/>
			</type>
			<isSummary value="true"/>
		</element>
		<element id="StructureMap.structure.url">
			<path value="StructureMap.structure.url"/>
			<short value="Canonical reference to structure definition"/>
			<definition value="The canonical reference to the structure."/>
			<min value="1"/>
			<max value="1"/>
			<type>
				<code value="canonical"/>
				<targetProfile value="http://hl7.org/fhir/StructureDefinition/StructureDefinition"/>
			</type>
			<isSummary value="true"/>
		</element>
		<element id="StructureMap.structure.mode">
			<path value="StructureMap.structure.mode"/>
			<short value="source | queried | target | produced"/>
			<definition value="How the referenced structure is used in this mapping."/>
			<min value="1"/>
			<max value="1"/>
			<type>
				<code value="code"/>
			</type>
			<isSummary value="true"/>
			<binding>
				<extension url="http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName">
					<valueString value="StructureMapModelMode"/>
				</extension>
				<strength value="required"/>
				<description value="How the referenced structure is used in this mapping."/>
				<valueSet value="http://hl7.org/fhir/ValueSet/map-model-mode"/>
			</binding>
		</element>
		<element id="StructureMap.structure.alias">
			<path value="StructureMap.structure.alias"/>
			<short value="Name for type in this map"/>
			<definition value="The name used for this type in the map."/>
			<comment value="This is needed if both types have the same name (e.g. version conversion)."/>
			<min value="0"/>
			<max value="1"/>
			<type>
				<code value="string"/>
			</type>
			<isSummary value="true"/>
		</element>
		<element id="StructureMap.structure.documentation">
			<path value="StructureMap.structure.documentation"/>
			<short value="Documentation on use of structure"/>
			<definition value="Documentation that describes how the structure is used in the mapping."/>
			<min value="0"/>
			<max value="1"/>
			<type>
				<code value="string"/>
			</type>
		</element>
		<element id="StructureMap.import">
			<path value="StructureMap.import"/>
			<short value="Other maps used by this map (canonical URLs)"/>
			<definition value="Other maps used by this map (canonical URLs)."/>
			<min value="0"/>
			<max value="*"/>
			<type>
				<code value="canonical"/>
				<targetProfile value="http://hl7.org/fhir/StructureDefinition/StructureMap"/>
			</type>
			<isSummary value="true"/>
		</element>
		<element id="StructureMap.const">
			<path value="StructureMap.const"/>
			<short value="Definition of the constant value used in the map rules"/>
			<definition value="Definition of a constant value used in the map rules."/>
			<min value="0"/>
			<max value="*"/>
			<type>
				<code value="BackboneElement"/>
			</type>
			<isSummary value="true"/>
		</element>
		<element id="StructureMap.const.name">
			<path value="StructureMap.const.name"/>
			<short value="Constant name"/>
			<definition value="The name used to refer to the constant."/>
			<comment value="This includes as a variable in FHIRPath expressions e.g. `%varname`"/>
			<min value="0"/>
			<max value="1"/>
			<type>
				<code value="id"/>
			</type>
			<isSummary value="true"/>
		</element>
		<element id="StructureMap.const.value">
			<path value="StructureMap.const.value"/>
			<short value="FHIRPath expression - value of the constant"/>
			<definition value="A FHIRPath expression that is the value of this variable."/>
			<min value="0"/>
			<max value="1"/>
			<type>
				<code value="string"/>
			</type>
			<isSummary value="true"/>
		</element>
		<element id="StructureMap.group">
			<extension url="http://hl7.org/fhir/build/StructureDefinition/uml-dir">
				<valueCode value="down"/>
			</extension>
			<path value="StructureMap.group"/>
			<short value="Named sections for reader convenience"/>
			<definition value="Organizes the mapping into managable chunks for human review/ease of maintenance."/>
			<min value="1"/>
			<max value="*"/>
			<type>
				<code value="BackboneElement"/>
			</type>
			<isSummary value="true"/>
		</element>
		<element id="StructureMap.group.name">
			<path value="StructureMap.group.name"/>
			<short value="Human-readable label"/>
			<definition value="A unique name for the group for the convenience of human readers."/>
			<min value="1"/>
			<max value="1"/>
			<type>
				<code value="string"/>
			</type>
			<isSummary value="true"/>
			<constraint> 
				<key value="sm-1"/> 
				<severity value="error"/> 
				<human value="Group name should be usable as an identifier"/> 
				<expression value="matches('^[A-Z]([A-Za-z0-9_]){1,254}$')"/> 
			</constraint> 
		</element>
		<element id="StructureMap.group.extends">
			<path value="StructureMap.group.extends"/>
			<short value="Another group that this group adds rules to"/>
			<definition value="Another group that this group adds rules to."/>
			<min value="0"/>
			<max value="1"/>
			<type>
				<code value="id"/>
			</type>
			<isSummary value="true"/>
		</element>
		<element id="StructureMap.group.typeMode">
			<path value="StructureMap.group.typeMode"/>
			<short value="types | type-and-types"/>
			<definition value="If this is the default rule set to apply for the source type or this combination of types."/>
			<comment value="Not applicable if the underlying model is untyped. There can only be one default mapping for any particular type combination."/>
			<min value="0"/>
			<max value="1"/>
			<type>
				<code value="code"/>
			</type>
			<isSummary value="true"/>
			<binding>
				<extension url="http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName">
					<valueString value="StructureMapGroupTypeMode"/>
				</extension>
				<strength value="required"/>
				<description value="If this is the default rule set to apply for the source type, or this combination of types."/>
				<valueSet value="http://hl7.org/fhir/ValueSet/map-group-type-mode"/>
			</binding>
		</element>
		<element id="StructureMap.group.documentation">
			<path value="StructureMap.group.documentation"/>
			<short value="Additional description/explanation for group"/>
			<definition value="Additional supporting documentation that explains the purpose of the group and the types of mappings within it."/>
			<min value="0"/>
			<max value="1"/>
			<type>
				<code value="string"/>
			</type>
			<isSummary value="true"/>
		</element>
		<element id="StructureMap.group.input">
			<extension url="http://hl7.org/fhir/build/StructureDefinition/uml-dir">
				<valueCode value="left"/>
			</extension>
			<path value="StructureMap.group.input"/>
			<short value="Named instance provided when invoking the map"/>
			<definition value="A name assigned to an instance of data. The instance must be provided when the mapping is invoked."/>
			<comment value="If no inputs are named, then the entry mappings are type based."/>
			<min value="1"/>
			<max value="*"/>
			<type>
				<code value="BackboneElement"/>
			</type>
			<isSummary value="true"/>
		</element>
		<element id="StructureMap.group.input.name">
			<path value="StructureMap.group.input.name"/>
			<short value="Name for this instance of data"/>
			<definition value="Name for this instance of data."/>
			<min value="1"/>
			<max value="1"/>
			<type>
				<code value="id"/>
			</type>
			<isSummary value="true"/>
		</element>
		<element id="StructureMap.group.input.type">
			<path value="StructureMap.group.input.type"/>
			<short value="Type for this instance of data"/>
			<definition value="Type for this instance of data."/>
			<min value="0"/>
			<max value="1"/>
			<type>
				<code value="string"/>
			</type>
			<isSummary value="true"/>
		</element>
		<element id="StructureMap.group.input.mode">
			<path value="StructureMap.group.input.mode"/>
			<short value="source | target"/>
			<definition value="Mode for this instance of data."/>
			<min value="1"/>
			<max value="1"/>
			<type>
				<code value="code"/>
			</type>
			<isSummary value="true"/>
			<binding>
				<extension url="http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName">
					<valueString value="StructureMapInputMode"/>
				</extension>
				<strength value="required"/>
				<description value="Mode for this instance of data."/>
				<valueSet value="http://hl7.org/fhir/ValueSet/map-input-mode"/>
			</binding>
		</element>
		<element id="StructureMap.group.input.documentation">
			<path value="StructureMap.group.input.documentation"/>
			<short value="Documentation for this instance of data"/>
			<definition value="Documentation for this instance of data."/>
			<min value="0"/>
			<max value="1"/>
			<type>
				<code value="string"/>
			</type>
		</element>
		<element id="StructureMap.group.rule">
			<extension url="http://hl7.org/fhir/build/StructureDefinition/uml-dir">
				<valueCode value="down"/>
			</extension>
			<path value="StructureMap.group.rule"/>
			<short value="Transform Rule from source to target"/>
			<definition value="Transform Rule from source to target."/>
			<min value="0"/>
			<max value="*"/>
			<type>
				<code value="BackboneElement"/>
			</type>
			<isSummary value="true"/>
		</element>
		<element id="StructureMap.group.rule.name">
			<path value="StructureMap.group.rule.name"/>
			<short value="Name of the rule for internal references"/>
			<definition value="Name of the rule for internal references."/>
			<min value="0"/>
			<max value="1"/>
			<type>
				<code value="id"/>
			</type>
			<isSummary value="true"/>
		</element>
		<element id="StructureMap.group.rule.source">
			<extension url="http://hl7.org/fhir/build/StructureDefinition/uml-dir">
				<valueCode value="left"/>
			</extension>
			<path value="StructureMap.group.rule.source"/>
			<short value="Source inputs to the mapping"/>
			<definition value="Source inputs to the mapping."/>
			<min value="1"/>
			<max value="*"/>
			<type>
				<code value="BackboneElement"/>
			</type>
			<isSummary value="true"/>
      <constraint> 
        <key value="smp-2"/> 
        <severity value="error"/> 
        <human value="Min &lt;= Max"/> 
        <expression value="min.empty() or max.empty() or (max = '*') or iif(max != '*', min &lt;= max.toInteger())"/> 
        <source value="http://hl7.org/fhir/StructureDefinition/StructureMap"/> 
      </constraint> 
		</element>
		<element id="StructureMap.group.rule.source.context">
			<path value="StructureMap.group.rule.source.context"/>
			<short value="Type or variable this rule applies to"/>
			<definition value="Type or variable this rule applies to."/>
			<min value="1"/>
			<max value="1"/>
			<type>
				<code value="id"/>
			</type>
			<isSummary value="true"/>
		</element>
		<element id="StructureMap.group.rule.source.min">
			<path value="StructureMap.group.rule.source.min"/>
			<short value="Specified minimum cardinality"/>
			<definition value="Specified minimum cardinality for the element. This is optional; if present, it acts an implicit check on the input content."/>
			<min value="0"/>
			<max value="1"/>
			<type>
				<code value="unsignedInt"/>
			</type>
			<isSummary value="true"/>
		</element>
		<element id="StructureMap.group.rule.source.max">
			<path value="StructureMap.group.rule.source.max"/>
			<short value="Specified maximum cardinality (number or *)"/>
			<definition value="Specified maximum cardinality for the element - a number or a &quot;*&quot;. This is optional; if present, it acts an implicit check on the input content (* just serves as documentation; it's the default value)."/>
			<min value="0"/>
			<max value="1"/>
			<type>
				<code value="string"/>
			</type>
			<isSummary value="true"/>
      <constraint> 
        <key value="smp-3"/> 
        <severity value="error"/> 
        <human value="Max SHALL be a number or &quot;*&quot;"/> 
        <expression value="empty() or ($this = '*') or (toInteger() &gt;= 0)"/> 
        <source value="http://hl7.org/fhir/StructureDefinition/StructureMap"/> 
      </constraint> 
		</element>
		<element id="StructureMap.group.rule.source.type">
			<path value="StructureMap.group.rule.source.type"/>
			<short value="Rule only applies if source has this type"/>
			<definition value="Specified type for the element. This works as a condition on the mapping - use for polymorphic elements."/>
			<min value="0"/>
			<max value="1"/>
			<type>
				<code value="string"/>
			</type>
			<isSummary value="true"/>
		</element>
		<element id="StructureMap.group.rule.source.defaultValue">
			<path value="StructureMap.group.rule.source.defaultValue"/>
			<short value="Default value FHIRPath expression"/>
			<definition value="A FHIRPath expression that returns value(s) to use if the source object has no value."/>
			<comment value="The expression is only evaluated once if the source object has no value, otherwise is not evaluated at all."/>
			<min value="0"/>
			<max value="1"/>
			<type>
				<code value="string"/>
			</type>
			<isSummary value="true"/>
		</element>
		<element id="StructureMap.group.rule.source.element">
			<path value="StructureMap.group.rule.source.element"/>
			<short value="Optional field for this source"/>
			<definition value="Optional field for this source."/>
			<min value="0"/>
			<max value="*"/>
			<type>
				<code value="string"/>
			</type>
			<orderMeaning value="Element names walk down the heirarchy, stepping into child elements"/>
			<isSummary value="true"/>
		</element>
		<element id="StructureMap.group.rule.source.listMode">
			<path value="StructureMap.group.rule.source.listMode"/>
			<short value="first | not_first | last | not_last | only_one"/>
			<definition value="How to handle the list mode for this element."/>
			<min value="0"/>
			<max value="1"/>
			<type>
				<code value="code"/>
			</type>
			<isSummary value="true"/>
			<binding>
				<extension url="http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName">
					<valueString value="StructureMapSourceListMode"/>
				</extension>
				<strength value="required"/>
				<description value="If field is a list, how to manage the source."/>
				<valueSet value="http://hl7.org/fhir/ValueSet/map-source-list-mode"/>
			</binding>
		</element>
		<element id="StructureMap.group.rule.source.variable">
			<path value="StructureMap.group.rule.source.variable"/>
			<short value="Named context for field, if a field is specified"/>
			<definition value="Named context for field, if a field is specified."/>
			<min value="0"/>
			<max value="1"/>
			<type>
				<code value="id"/>
			</type>
			<isSummary value="true"/>
		</element>
		<element id="StructureMap.group.rule.source.condition">
			<path value="StructureMap.group.rule.source.condition"/>
			<short value="FHIRPath expression  - must be true or the rule does not apply"/>
			<definition value="FHIRPath expression  - must be true or the rule does not apply."/>
			<min value="0"/>
			<max value="1"/>
			<type>
				<code value="string"/>
			</type>
			<isSummary value="true"/>
		</element>
		<element id="StructureMap.group.rule.source.check">
			<path value="StructureMap.group.rule.source.check"/>
			<short value="FHIRPath expression  - must be true or the mapping engine throws an error instead of completing"/>
			<definition value="FHIRPath expression  - must be true or the mapping engine throws an error instead of completing."/>
			<min value="0"/>
			<max value="1"/>
			<type>
				<code value="string"/>
			</type>
			<isSummary value="true"/>
		</element>
		<element id="StructureMap.group.rule.source.logMessage">
			<path value="StructureMap.group.rule.source.logMessage"/>
			<short value="Message to put in log if source exists (FHIRPath)"/>
			<definition value="A FHIRPath expression which specifies a message to put in the transform log when content matching the source rule is found."/>
			<min value="0"/>
			<max value="1"/>
			<type>
				<code value="string"/>
			</type>
			<isSummary value="true"/>
		</element>
		<element id="StructureMap.group.rule.target">
			<extension url="http://hl7.org/fhir/build/StructureDefinition/uml-dir">
				<valueCode value="right"/>
			</extension>
			<path value="StructureMap.group.rule.target"/>
			<short value="Content to create because of this mapping rule"/>
			<definition value="Content to create because of this mapping rule."/>
			<min value="0"/>
			<max value="*"/>
			<type>
				<code value="BackboneElement"/>
			</type>
			<constraint>
				<key value="smp-1"/>
				<severity value="error"/>
				<human value="Can only have an element if you have a context"/>
				<expression value="element.exists() implies context.exists()"/>
				<source value="http://hl7.org/fhir/StructureDefinition/StructureMap"/>
			</constraint>
			<isSummary value="true"/>
		</element>
		<element id="StructureMap.group.rule.target.context">
			<path value="StructureMap.group.rule.target.context"/>
			<short value="Variable this rule applies to"/>
			<definition value="Variable this rule applies to."/>
			<min value="0"/>
			<max value="1"/>
			<type>
				<code value="string"/>
			</type>
			<condition value="smp-1"/>
			<isSummary value="true"/>
		</element>
		<element id="StructureMap.group.rule.target.element">
			<path value="StructureMap.group.rule.target.element"/>
			<short value="Field to create in the context"/>
			<definition value="Field to create in the context."/>
			<min value="0"/>
			<max value="*"/>
			<type>
				<code value="string"/>
			</type>
			<orderMeaning value="Element names walk down the heirarchy, stepping into child elements"/>
			<condition value="smp-1"/>
			<isSummary value="true"/>
		</element>
		<element id="StructureMap.group.rule.target.variable">
			<path value="StructureMap.group.rule.target.variable"/>
			<short value="Named context for field, if desired, and a field is specified"/>
			<definition value="Named context for field, if desired, and a field is specified."/>
			<min value="0"/>
			<max value="1"/>
			<type>
				<code value="id"/>
			</type>
			<isSummary value="true"/>
		</element>
		<element id="StructureMap.group.rule.target.listMode">
			<path value="StructureMap.group.rule.target.listMode"/>
			<short value="first | share | last | single"/>
			<definition value="If field is a list, how to manage the list."/>
			<min value="0"/>
			<max value="*"/>
			<type>
				<code value="code"/>
			</type>
			<isSummary value="true"/>
			<binding>
				<extension url="http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName">
					<valueString value="StructureMapTargetListMode"/>
				</extension>
				<strength value="required"/>
				<description value="If field is a list, how to manage the production."/>
				<valueSet value="http://hl7.org/fhir/ValueSet/map-target-list-mode"/>
			</binding>
		</element>
		<element id="StructureMap.group.rule.target.listRuleId">
			<path value="StructureMap.group.rule.target.listRuleId"/>
			<short value="Internal rule reference for shared list items"/>
			<definition value="Internal rule reference for shared list items."/>
			<min value="0"/>
			<max value="1"/>
			<type>
				<code value="id"/>
			</type>
			<isSummary value="true"/>
		</element>
		<element id="StructureMap.group.rule.target.transform">
			<path value="StructureMap.group.rule.target.transform"/>
			<short value="create | copy +"/>
			<definition value="How the data is copied / created."/>
			<min value="0"/>
			<max value="1"/>
			<type>
				<code value="code"/>
			</type>
			<isSummary value="true"/>
			<binding>
				<extension url="http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName">
					<valueString value="StructureMapTransform"/>
				</extension>
				<strength value="required"/>
				<description value="How data is copied/created."/>
				<valueSet value="http://hl7.org/fhir/ValueSet/map-transform"/>
			</binding>
		</element>
		<element id="StructureMap.group.rule.target.parameter">
			<extension url="http://hl7.org/fhir/build/StructureDefinition/uml-dir">
				<valueCode value="up"/>
			</extension>
			<path value="StructureMap.group.rule.target.parameter"/>
			<short value="Parameters to the transform"/>
			<definition value="Parameters to the transform."/>
			<min value="0"/>
			<max value="*"/>
			<type>
				<code value="BackboneElement"/>
			</type>
			<isSummary value="true"/>
		</element>
		<element id="StructureMap.group.rule.target.parameter.value[x]">
			<path value="StructureMap.group.rule.target.parameter.value[x]"/>
			<short value="Parameter value - variable or literal"/>
			<definition value="Parameter value - variable or literal."/>
			<min value="1"/>
			<max value="1"/>
			<type>
				<code value="id"/>
			</type>
			<type>
				<code value="string"/>
			</type>
			<type>
				<code value="boolean"/>
			</type>
			<type>
				<code value="integer"/>
			</type>
			<type>
				<code value="decimal"/>
			</type>
			<type>
				<code value="date"/>
			</type>
			<type>
				<code value="time"/>
			</type>
			<type>
				<code value="dateTime"/>
			</type>
			<isSummary value="true"/>
		</element>
		<element id="StructureMap.group.rule.rule">
			<path value="StructureMap.group.rule.rule"/>
			<short value="Rules contained in this rule"/>
			<definition value="Rules contained in this rule."/>
			<min value="0"/>
			<max value="*"/>
			<contentReference value="#StructureMap.group.rule"/>
			<isSummary value="true"/>
		</element>
		<element id="StructureMap.group.rule.dependent">
			<extension url="http://hl7.org/fhir/build/StructureDefinition/uml-dir">
				<valueCode value="down"/>
			</extension>
			<path value="StructureMap.group.rule.dependent"/>
			<short value="Which other rules to apply in the context of this rule"/>
			<definition value="Which other rules to apply in the context of this rule."/>
			<min value="0"/>
			<max value="*"/>
			<type>
				<code value="BackboneElement"/>
			</type>
			<isSummary value="true"/>
		</element>
		<element id="StructureMap.group.rule.dependent.name">
			<path value="StructureMap.group.rule.dependent.name"/>
			<short value="Name of a rule or group to apply"/>
			<definition value="Name of a rule or group to apply."/>
			<min value="1"/>
			<max value="1"/>
			<type>
				<code value="id"/>
			</type>
			<isSummary value="true"/>
		</element>
		<element id="StructureMap.group.rule.dependent.parameter">
			<path value="StructureMap.group.rule.dependent.parameter"/>
			<short value="Parameter to pass to the rule or group"/>
			<definition value="Parameter to pass to the rule or group."/>
			<min value="1"/>
			<max value="*"/>
			<contentReference value="#StructureMap.group.rule.target.parameter"/>
			<isSummary value="true"/>
		</element>
		<element id="StructureMap.group.rule.documentation">
			<path value="StructureMap.group.rule.documentation"/>
			<short value="Documentation for this instance of data"/>
			<definition value="Documentation for this instance of data."/>
			<min value="0"/>
			<max value="1"/>
			<type>
				<code value="string"/>
			</type>
		</element>
	</differential>
</StructureDefinition>
