Release 5 Ballot

This page is part of the FHIR Specification (v5.0.0-ballot: R5 Ballot - see ballot notes). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions . Page versions: R5 R4B R4 R3 R2

Vocabulary icon Work GroupMaturity Level: 1 Trial UseSecurity Category: Anonymous Compartments: Not linked to any defined compartments

Detailed Descriptions for the elements in the ConceptMap resource.

ConceptMap
Element IdConceptMap
Definition

A statement of relationships from one set of concepts to one or more other concepts - either concepts in code systems, or data element/data element concepts, or classes in class models.

Short DisplayA map from one set of concepts to one or more other concepts
Cardinality0..*
TypeMetadataResource
Summaryfalse
Invariants
Defined on this element
cnl-0Warning Name should be usable as an identifier for the module by machine processing applications such as code generationname.exists() implies name.matches('[A-Z]([A-Za-z0-9_]){1,254}')
ConceptMap.url
Element IdConceptMap.url
Definition

An absolute URI that is used to identify this concept 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 concept map is (or will be) published. This URL can be the target of a canonical reference. It SHALL remain the same when the concept map is stored on different servers.

Short DisplayCanonical identifier for this concept map, represented as a URI (globally unique)
Cardinality0..1
Typeuri
Requirements

Allows the concept map to be referenced by a single globally unique identifier.

Summarytrue
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
Defined on this element
cnl-1Warning URL should not contain | or # - these characters make processing canonical references problematicurl.matches('([^|#])*')
ConceptMap.identifier
Element IdConceptMap.identifier
Definition

A formal identifier that is used to identify this concept map when it is represented in other formats, or referenced in a specification, model, design or an instance.

Short DisplayAdditional identifier for the concept map
NoteThis is a business identifier, not a resource identifier (see discussion)
Cardinality0..*
TypeIdentifier
Requirements

Allows externally provided and/or usable business identifiers to be easily associated with the module.

Summarytrue
Comments

Typically, this is used for identifiers that can go in an HL7 V3 II (instance identifier) data type, and can then identify this concept map outside of FHIR, where it is not possible to use the logical URI.

ConceptMap.version
Element IdConceptMap.version
Definition

The identifier that is used to identify this version of the concept map when it is referenced in a specification, model, design or instance. This is an arbitrary value managed by the concept 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 DisplayBusiness version of the concept map
NoteThis is a business versionId, not a resource version id (see discussion)
Cardinality0..1
Typestring
Summarytrue
Comments

There may be different concept 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 concept map with the format [url]|[version]. The version SHOULD NOT contain a '#' - see Business Version.

ConceptMap.name
Element IdConceptMap.name
Definition

A natural language name identifying the concept map. This name should be usable as an identifier for the module by machine processing applications such as code generation.

Short DisplayName for this concept map (computer friendly)
Cardinality0..1
Typestring
Requirements

Support human navigation and code generation.

Summarytrue
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
Affect this element
cnl-0Warning Name should be usable as an identifier for the module by machine processing applications such as code generationname.exists() implies name.matches('[A-Z]([A-Za-z0-9_]){1,254}')
ConceptMap.title
Element IdConceptMap.title
Definition

A short, descriptive, user-friendly title for the concept map.

Short DisplayName for this concept map (human friendly)
Cardinality0..1
Typestring
Summarytrue
Comments

This name does not need to be machine-processing friendly and may contain punctuation, white-space, etc.

ConceptMap.status
Element IdConceptMap.status
Definition

The status of this concept map. Enables tracking the life-cycle of the content.

Short Displaydraft | active | retired | unknown
Cardinality1..1
Terminology BindingPublicationStatus (Required)
Typecode
Is Modifiertrue (Reason: This is labeled as "Is Modifier" because applications should not use a retired {{title}} without due consideration)
Summarytrue
Comments

Allows filtering of concept maps that are appropriate for use versus not.

ConceptMap.experimental
Element IdConceptMap.experimental
Definition

A Boolean value to indicate that this concept map is authored for testing purposes (or education/evaluation/marketing) and is not intended to be used for genuine usage.

Short DisplayFor testing purposes, not real usage
Cardinality0..1
Typeboolean
Meaning if MissingIf 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 concept map.

Summarytrue
Comments

Allows filtering of concept maps that are appropriate for use versus not.

ConceptMap.date
Element IdConceptMap.date
Definition

The date (and optionally time) when the concept map was published. 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 concept map changes.

Short DisplayDate last changed
Cardinality0..1
TypedateTime
Alternate NamesRevision Date
Summarytrue
Comments

Note that this is not the same as the resource last-modified-date, since the resource may be a secondary representation of the concept map. Additional specific dates may be added as extensions or be found by consulting Provenances associated with past versions of the resource.

ConceptMap.publisher
Element IdConceptMap.publisher
Definition

The name of the organization or individual responsible for the release and ongoing maintenance of the concept map.

Short DisplayName of the publisher/steward (organization or individual)
Cardinality0..1
Typestring
Requirements

Helps establish the "authority/credibility" of the concept map. May also allow for contact.

Summarytrue
Comments

Usually an organization but may be an individual. The publisher (or steward) of the concept map is the organization or individual primarily responsible for the maintenance and upkeep of the concept 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 concept map. This item SHOULD be populated unless the information is available from context.

ConceptMap.contact
Element IdConceptMap.contact
Definition

Contact details to assist a user in finding and communicating with the publisher.

Short DisplayContact details for the publisher
Cardinality0..*
TypeContactDetail
Summarytrue
Comments

May be a web site, an email address, a telephone number, etc.

ConceptMap.description
Element IdConceptMap.description
Definition

A free text natural language description of the concept map from a consumer's perspective.

Short DisplayNatural language description of the concept map
Cardinality0..1
Typemarkdown
Summaryfalse
Comments

The description is not intended to describe the semantics of the concept map. The description should capture its intended use, which is needed for ensuring integrity for its use in models across future changes.

ConceptMap.useContext
Element IdConceptMap.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 concept map instances.

Short DisplayThe context that the content is intended to support
Cardinality0..*
TypeUsageContext
Requirements

Assist in searching for appropriate content.

Summarytrue
Comments

When multiple useContexts are specified, there is no expectation that all or any of the contexts apply.

ConceptMap.jurisdiction
Element IdConceptMap.jurisdiction
Definition

A legal or geographic region in which the concept map is intended to be used.

Short DisplayIntended jurisdiction for concept map (if applicable)
Cardinality0..*
Terminology BindingJurisdiction (Extensible)
TypeCodeableConcept
Summarytrue
Comments

It may be possible for the concept map to be used in jurisdictions other than those for which it was originally designed or intended.

ConceptMap.purpose
Element IdConceptMap.purpose
Definition

Explanation of why this concept map is needed and why it has been designed as it has.

Short DisplayWhy this concept map is defined
Cardinality0..1
Typemarkdown
Summaryfalse
Comments

This element does not describe the usage of the concept 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 concept map.

ConceptMap.copyright
Element IdConceptMap.copyright
Definition

A copyright statement relating to the concept map and/or its contents. Copyright statements are generally legal restrictions on the use and publishing of the concept map.

Short DisplayUse and/or publishing restrictions
Cardinality0..1
Typemarkdown
Requirements

Consumers must be able to determine any legal restrictions on the use of the concept map and/or its content.

Alternate NamesLicense; Restrictions
Summaryfalse
Comments

Frequently the copyright differs between the concept map and codes that are included. The copyright statement should clearly differentiate between these when required.

ConceptMap.approvalDate
Element IdConceptMap.approvalDate
Definition

The date on which the resource content was approved by the publisher. Approval happens once when the content is officially approved for usage.

Short DisplayWhen the ConceptMap was approved by publisher
Cardinality0..1
Typedate
Summaryfalse
Comments

The 'date' element may be more recent than the approval date because of minor changes or editorial corrections.

ConceptMap.lastReviewDate
Element IdConceptMap.lastReviewDate
Definition

The date on which the resource content was last reviewed. Review happens periodically after approval but does not change the original approval date.

Short DisplayWhen the ConceptMap was last reviewed
Cardinality0..1
Typedate
Requirements

Gives a sense of how "current" the content is. Resources that have not been reviewed in a long time may have a risk of being less appropriate/relevant.

Summaryfalse
Comments

If specified, this date follows the original approval date.

ConceptMap.effectivePeriod
Element IdConceptMap.effectivePeriod
Definition

The period during which the ConceptMap content was or is planned to be in active use.

Short DisplayWhen the ConceptMap is expected to be used
Cardinality0..1
TypePeriod
Requirements

Allows establishing a transition before a resource comes into effect and also allows for a sunsetting process when new versions of the ConceptMap are or are expected to be used instead.

Summarytrue
Comments

The effective period for a ConceptMap determines when the content is applicable for usage and is independent of publication and review dates. For example, a measure intended to be used for the year 2016 might be published in 2015.

ConceptMap.topic
Element IdConceptMap.topic
Definition

Descriptions related to the content of the ConceptMap. Topics provide a high-level categorization as well as keywords for the ConceptMap that can be useful for filtering and searching.

Short DisplayE.g. Education, Treatment, Assessment, etc.
Cardinality0..*
Terminology BindingDefinitionTopic (Example)
TypeCodeableConcept
Requirements

Repositories must be able to determine how to categorize the ConceptMap so that it can be found by topical and keyword searches.

Summaryfalse
Comments

This element provides topical categorization and keywords for the ConceptMap, as opposed to the more structured context-of-use information provided in the useContext element

ConceptMap.author
Element IdConceptMap.author
Definition

An individiual or organization primarily involved in the creation and maintenance of the ConceptMap.

Short DisplayWho authored the ConceptMap
Cardinality0..*
TypeContactDetail
Summaryfalse
ConceptMap.editor
Element IdConceptMap.editor
Definition

An individual or organization primarily responsible for internal coherence of the ConceptMap.

Short DisplayWho edited the ConceptMap
Cardinality0..*
TypeContactDetail
Summaryfalse
ConceptMap.reviewer
Element IdConceptMap.reviewer
Definition

An individual or organization primarily responsible for review of some aspect of the ConceptMap.

Short DisplayWho reviewed the ConceptMap
Cardinality0..*
TypeContactDetail
Summaryfalse
ConceptMap.endorser
Element IdConceptMap.endorser
Definition

An individual or organization responsible for officially endorsing the ConceptMap for use in some setting.

Short DisplayWho endorsed the ConceptMap
Cardinality0..*
TypeContactDetail
Summaryfalse
ConceptMap.relatedArtifact
Element IdConceptMap.relatedArtifact
Definition

Related artifacts such as additional documentation, justification, dependencies, bibliographic references, and predecessor and successor artifacts.

Short DisplayAdditional documentation, citations, etc.
Cardinality0..*
TypeRelatedArtifact
Requirements

A ConceptMap must be able to provide enough information for consumers of the content (and/or interventions or results produced by the content) to be able to determine and understand the justification for and evidence in support of the content.

Summaryfalse
Comments

Each related artifact is either an attachment, or a reference to another resource, but not both.

ConceptMap.sourceScope[x]
Element IdConceptMap.sourceScope[x]
Definition

Identifier for the source value set that contains the concepts that are being mapped and provides context for the mappings. Limits the scope of the map to source codes (ConceptMap.group.element code or valueSet) that are members of this value set.

Short DisplayThe source value set that contains the concepts that are being mapped
Cardinality0..1
Typeuri|canonical(ValueSet)
[x] NoteSee Choice of Datatypes for further information about how to use [x]
Summarytrue
Comments

Should be a version specific reference. URIs SHOULD be absolute. If there is no sourceScope or targetScope value set, there is no specified context for the map (not recommended). The sourceScope value set may select codes from either an explicit (standard or local) or implicit code system.

ConceptMap.targetScope[x]
Element IdConceptMap.targetScope[x]
Definition

Identifier for the target value set that provides important context about how the mapping choices are made. Limits the scope of the map to target codes (ConceptMap.group.element.target code or valueSet) that are members of this value set.

Short DisplayThe target value set which provides context for the mappings
Cardinality0..1
Typeuri|canonical(ValueSet)
[x] NoteSee Choice of Datatypes for further information about how to use [x]
Summarytrue
Comments

Should be a version specific reference. URIs SHOULD be absolute. If there is no sourceScope or targetScope value set, there is no specified context for the map (not recommended). The targetScope value set may select codes from either an explicit (standard or local) or implicit code system.

ConceptMap.group
Element IdConceptMap.group
Definition

A group of mappings that all have the same source and target system.

Short DisplaySame source and target systems
Cardinality0..*
Summaryfalse
ConceptMap.group.source
Element IdConceptMap.group.source
Definition

An absolute URI that identifies the source system where the concepts to be mapped are defined.

Short DisplaySource system where concepts to be mapped are defined
Cardinality0..1
Typecanonical(CodeSystem)
Summaryfalse
Comments

This is not needed if the source value set is specified and it contains concepts from only a single system.

ConceptMap.group.target
Element IdConceptMap.group.target
Definition

An absolute URI that identifies the target system that the concepts will be mapped to.

Short DisplayTarget system that the concepts are to be mapped to
Cardinality0..1
Typecanonical(CodeSystem)
Summaryfalse
Comments

This is not needed if the target value set is specified and it contains concepts from only a single system. The group target may also be omitted if all of the target element relationship values are 'not-related-to'.

ConceptMap.group.element
Element IdConceptMap.group.element
Definition

Mappings for an individual concept in the source to one or more concepts in the target.

Short DisplayMappings for a concept from the source set
Cardinality1..*
Alternate Namescode; concept; item
Summaryfalse
Comments

Generally, the ideal is that there would only be one mapping for each concept in the source value set, but a given concept may be mapped multiple times with different comments or dependencies.

Invariants
Defined on this element
cmd-4Rule If noMap is present, target SHALL NOT be present(noMap.exists() and target.empty()) or noMap.empty()
cmd-5Rule Either code or valueSet SHALL be present but not both.(code.exists() and valueSet.empty()) or (code.empty() and valueSet.exists())
ConceptMap.group.element.code
Element IdConceptMap.group.element.code
Definition

Identity (code or path) or the element/item being mapped.

Short DisplayIdentifies element being mapped
Cardinality0..1
Typecode
Summaryfalse
ConceptMap.group.element.display
Element IdConceptMap.group.element.display
Definition

The display for the code. The display is only provided to help editors when editing the concept map.

Short DisplayDisplay for the code
Cardinality0..1
Typestring
Summaryfalse
Comments

The display is ignored when processing the map.

ConceptMap.group.element.valueSet
Element IdConceptMap.group.element.valueSet
Definition

The set of codes being mapped.

Short DisplayIdentifies elements being mapped
Cardinality0..1
Typecanonical(ValueSet)
Summaryfalse
ConceptMap.group.element.noMap
Element IdConceptMap.group.element.noMap
Definition

If noMap = true this indicates that no mapping to a target concept exists for this source concept.

Short DisplayNo mapping to a target concept for this source concept
Cardinality0..1
Typeboolean
Summaryfalse
ConceptMap.group.element.target
Element IdConceptMap.group.element.target
Definition

A concept from the target value set that this concept maps to.

Short DisplayConcept in target system for element
Cardinality0..*
Summaryfalse
Comments

Ideally there would only be one map, with an 'equivalent' mapping. But multiple maps are allowed for several narrower (i.e. source-is-broader-than-target) options, or to assert that other concepts are not related.

Invariants
Defined on this element
cmd-1Rule If the map is source-is-broader-than-target or not-related-to, there SHALL be some comments, unless the status is 'draft'comment.exists() or (status = draft) or relationship.empty() or ((relationship != 'source-is-broader-than-target') and (relationship != 'not-related-to'))
cmd-7Rule Either code or valueSet SHALL be present but not both.(code.exists() and valueSet.empty()) or (code.empty() and valueSet.exists())
ConceptMap.group.element.target.code
Element IdConceptMap.group.element.target.code
Definition

Identity (code or path) or the element/item that the map refers to.

Short DisplayCode that identifies the target element
Cardinality0..1
Typecode
Summaryfalse
ConceptMap.group.element.target.display
Element IdConceptMap.group.element.target.display
Definition

The display for the code. The display is only provided to help editors when editing the concept map.

Short DisplayDisplay for the code
Cardinality0..1
Typestring
Summaryfalse
Comments

The display is ignored when processing the map.

ConceptMap.group.element.target.valueSet
Element IdConceptMap.group.element.target.valueSet
Definition

The set of codes that the map refers to.

Short DisplayIdentifies the set of target elements
Cardinality0..1
Typecanonical(ValueSet)
Summaryfalse
ConceptMap.group.element.target.relationship
Element IdConceptMap.group.element.target.relationship
Definition

The relationship between the source and target concepts. The relationship is read from source to target (e.g. source-is-narrower-than-target).

Short Displayrelated-to | equivalent | source-is-narrower-than-target | source-is-broader-than-target | not-related-to
Cardinality1..1
Terminology BindingConceptMapRelationship (Required)
Typecode
Is Modifiertrue (Reason: The 'not-related-to' relationship means that there is no mapping from the source to the target, and the mapping cannot be interpreted without knowing this value as it could mean the elements are equivalent, totally mismatched or anything in between)
Summaryfalse
Comments

This element is labeled as a modifier because it may indicate that there is no mapping.

ConceptMap.group.element.target.comment
Element IdConceptMap.group.element.target.comment
Definition

A description of status/issues in mapping that conveys additional information not represented in the structured data.

Short DisplayDescription of status/issues in mapping
Cardinality0..1
Typestring
Summaryfalse
Invariants
Affect this element
cmd-1Rule If the map is source-is-broader-than-target or not-related-to, there SHALL be some comments, unless the status is 'draft'comment.exists() or (status = draft) or relationship.empty() or ((relationship != 'source-is-broader-than-target') and (relationship != 'not-related-to'))
ConceptMap.group.element.target.dependsOn
Element IdConceptMap.group.element.target.dependsOn
Definition

A set of additional dependencies for this mapping to hold. This mapping is only applicable if the specified property can be resolved, and it has the specified value.

Short DisplayOther properties required for this mapping
Cardinality0..*
Summaryfalse
Invariants
Defined on this element
cmd-6Rule One of value[x] or valueSet must exist, but not both.(value.exists() and valueSet.empty()) or (value.empty() and valueSet.exists())
ConceptMap.group.element.target.dependsOn.property
Element IdConceptMap.group.element.target.dependsOn.property
Definition

A reference to a property that holds a value the map depends on. This value can be supplied to the $translate operation to select the appropriate targets.

Short DisplayA reference to a property that may be required to refine the mapping
Cardinality1..1
Typeuri
Summaryfalse
ConceptMap.group.element.target.dependsOn.value[x]
Element IdConceptMap.group.element.target.dependsOn.value[x]
Definition

Property value that the map depends on.

Short DisplayValue of the referenced property
Cardinality0..1
Typecode|Coding|string|integer|boolean|dateTime|decimal|uri|id
[x] NoteSee Choice of Datatypes for further information about how to use [x]
Summaryfalse
ConceptMap.group.element.target.dependsOn.valueSet
Element IdConceptMap.group.element.target.dependsOn.valueSet
Definition

This mapping applies if the property value is a code from this value set.

Short DisplayThe mapping depends on a property with a value from this value set
Cardinality0..1
Typecanonical(ValueSet)
Summaryfalse
ConceptMap.group.element.target.product
Element IdConceptMap.group.element.target.product
Definition

Product is the output of a ConceptMap that provides additional values relevant to the interpretation of the mapping target.

Short DisplayOther properties that this mapping also produces
Cardinality0..*
TypeSee ConceptMap.group.element.target.dependsOn
Summaryfalse
ConceptMap.group.unmapped
Element IdConceptMap.group.unmapped
Definition

What to do when there is no mapping to a target concept from the source concept. This provides the "default" to be applied when there is no target concept mapping specified. The 'unmapped' element is ignored if a code is specified to have relationship = not-related-to.

Short DisplayWhat to do when there is no mapping target for the source concept
Cardinality0..1
Summaryfalse
Comments

This only applies if the source code has a system value that matches the system defined for the group.

Invariants
Defined on this element
cmd-2Rule If the mode is 'fixed', either a code or valueSet must be provided, but not both.(mode = 'fixed') implies ((code.exists() and valueSet.empty()) or (code.empty() and valueSet.exists()))
cmd-3Rule If the mode is 'other-map', a url for the other map must be provided(mode = 'other-map') implies otherMap.exists()
cmd-8Rule If the mode is not 'fixed', code, display and valueSet are not allowed(mode != 'fixed') implies (code.empty() and display.empty() and valueSet.empty())
cmd-9Rule If the mode is not 'other-map', relationship must be provided(mode != 'other-map') implies relationship.exists()
cmd-10Rule If the mode is not 'other-map', otherMap is not allowed(mode != 'other-map') implies otherMap.empty()
ConceptMap.group.unmapped.mode
Element IdConceptMap.group.unmapped.mode
Definition

Defines which action to take if there is no match for the source concept in the target system designated for the group. One of 3 actions are possible: use the unmapped source code (this is useful when doing a mapping between versions, and only a few codes have changed), use a fixed code (a default code), or alternatively, a reference to a different concept map can be provided (by canonical URL).

Short Displayuse-source-code | fixed | other-map
Cardinality1..1
Terminology BindingConceptMapGroupUnmappedMode (Required)
Typecode
Summaryfalse
ConceptMap.group.unmapped.code
Element IdConceptMap.group.unmapped.code
Definition

The fixed code to use when the mode = 'fixed' - all unmapped codes are mapped to a single fixed code.

Short DisplayFixed code when mode = fixed
Cardinality0..1
Typecode
Summaryfalse
ConceptMap.group.unmapped.display
Element IdConceptMap.group.unmapped.display
Definition

The display for the code. The display is only provided to help editors when editing the concept map.

Short DisplayDisplay for the code
Cardinality0..1
Typestring
Summaryfalse
Comments

The display is ignored when processing the map.

ConceptMap.group.unmapped.valueSet
Element IdConceptMap.group.unmapped.valueSet
Definition

The set of fixed codes to use when the mode = 'fixed' - all unmapped codes are mapped to each of the fixed codes.

Short DisplayFixed code set when mode = fixed
Cardinality0..1
Typecanonical(ValueSet)
Summaryfalse
ConceptMap.group.unmapped.relationship
Element IdConceptMap.group.unmapped.relationship
Definition

The default relationship value to apply between the source and target concepts when the source code is unmapped and the mode is 'fixed' or 'use-source-code'.

Short Displayrelated-to | equivalent | source-is-narrower-than-target | source-is-broader-than-target | not-related-to
Cardinality0..1
Terminology BindingConceptMapRelationship (Required)
Typecode
Is Modifiertrue (Reason: The 'not-related-to' relationship means that there is no mapping from the source to the target, and the mapping cannot be interpreted without knowing this value as it could mean the elements are equivalent, totally mismatched or anything in between)
Summaryfalse
Comments

This element is labeled as a modifier because it may indicate that there is no mapping.

ConceptMap.group.unmapped.otherMap
Element IdConceptMap.group.unmapped.otherMap
Definition

The canonical reference to an additional ConceptMap resource instance to use for mapping if this ConceptMap resource contains no matching mapping for the source concept.

Short Displaycanonical reference to an additional ConceptMap to use for mapping if the source concept is unmapped
Cardinality0..1
Typecanonical(ConceptMap)
Summaryfalse