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.
4.10.1 Scope and Usage
A concept map defines a mapping from a set of concepts defined in a code system (commonly referred to as the "system") to one or more concepts defined in other code systems. In the mapping context, a system can be a typical code system based on a recognized standard or local terminology (in any of its forms), or in some cases it may be an "implicit" code system that is not based on a recognized terminology but still represents a set of "concepts" that can be usefully mapped. Mappings are one way - from the source to the target system. In many cases, the reverse mappings are valid, but this cannot be assumed to be the case.
Mappings between code system concepts are only intended to be defined in the context of a particular business usage. The business use case is normally defined by the specification of the source and target value sets.
The mappings may be useful in other contexts, but this must be determined based on the context of use and meaning; it cannot be taken for granted automatically. An example where the usage context is important for choosing the correct mapping is mapping from a clinical terminology (e.g. SNOMED CT) to a classification (e.g. ICD-10) for either data analysis or billing. Mappings in the data analysis context would be targeted for an appropriate classification (often at a higher level), whereas in the billing context there may be specific requirements to be met (e.g. leaf level codes only) that could result in multiple mappings for a single source concept and then require additional information beyond the source concept itself in order to select the correct final mapping.
Note that all code systems (explicit or implicit) represented in FHIR have URI identifiers for value sets (also either explicit or implicit) that include the entire code system, and these "all codes" value sets can be used for mappings that are valid in all use contexts that are appropriate for the code system.
Each mapping from a source concept to a target concept includes a relationship
element describing the semantic correspondence between the two (or, in some cases, that there is no valid mapping).
If none of the relationships in ConceptMapRelationship is precise enough, then a ConceptMap.group.element.target.propertydata element can be used with
a child code value corresponding to the http://hl7.org/fhir/conceptmap-properties#relationshipRefinement concept (from the ConceptMap Properties code system) and
a child valueCode or valueCoding value to indicate the precise relationship.
There can be an element for each concept or field in the sourceScope value set or group.source code system that needs to be mapped.
Each source concept may have multiple targets:
because there are multiple possible mappings (e.g., ambiguous)
to specify a correct map, and specify other mappings as invalid
when there are multiple mappings depending on the values of other elements (dependsOn)
The mapping applies to all members of the expansion of the group.element.valueSet which
are also within the scope of sourceScope if specified.
The meaning associated with the use of group.element.valueSet is the same as having individual
group.element.code mappings for each concept in the expansion of the group.element.valueSet.
The mapping applies to all members of the expansion of the group.element.target.valueSet which are
also within the scope of targetScope if specified.
The meaning associated with the use of group.element.target.valueSet is the same as having individual
group.element.target.code mappings for each concept in the expansion of the group.element.target.valueSet.
The expansion of the group.unmapped.valueSet value set provides the set of fixed codes to use when the mode = 'fixed'.
All unmapped source codes are then mapped to each of these fixed codes.
There SHOULD be at least one target for each element, but some incomplete concept maps
might not have a target for each concept.
A key concept for the ConceptMap resource is the $translate operation. This operation
is a formal definition of an API by which a terminology server can allow clients to ask for a
translation to be done based on the content in the ConceptMap resource. As such it also provides useful perspective on the
operational use of ConceptMap resources in any context.
4.10.2 Boundaries and Relationships
While ConceptMap resources are not referred to directly from any other
resource, they may be included and used in ImplementationGuide
resources, and provide background knowledge that is useful in many contexts, including
operations defined in this specification.
In addition to ConceptMap, there is also the StructureMap
resource. The ConceptMap resource defines relationships between concepts in their own right,
along with grading of their equivalencies, while the StructureMap defines an executable
transform for instances that conform to a known structure.
Both Code System supplements and Concept Maps may be used to define relationships between concepts
in different systems. ConceptMaps are assertions of the relationships between different concepts
that are associated with particular contexts of use, while CodeSystem supplements are used to
define inherent properties and semantics of the concepts in the code system
4.10.3 Background and Context
Further discussion of the issues involved in mapping between concept definition systems can be found in the
HL7 v3 Core Principles document
and the functionality described in the OMG CTS 2 specification.
Implementation Note:
This resource has undergone an extensive redesign between
Release 4 and Release 5. Key changes:
A number of metadata fields have been added (same as CodeSystem and ValueSet)
source and target were renamed to sourceScope and targetScope for clarity
ConceptMap.group.element.target.equivalence has been renamed to
ConceptMap.group.element.target.relationship for clarity, and the set of
relationship codes has simplified, and the code umatched has been moved
to the noMap element
ConceptMap.group.element.target.property has been added to support providing additional details about the relationship between
source and target. Like with CodeSystem and ValueSet, properties are
defined using ConceptMap.property
ConceptMap.group.element.target.dependsOn.property was renamed to
ConceptMap.group.element.target.dependsOn.attribute to clarify that
these are not properties of the mapping, but additional attributes of the source
or target content. The data type was changed from url to code
which references ConceptMap.additionalAttribute to allow for a more
concise representation, along with documentation
ConceptMap.group.element.valueSet was added to facilitate mapping all concepts from a source value set
ConceptMap.group.element.target.valueSet has been added to facilitate mapping to each concept in a target value set
relationship and valueSet have been added to the unmapped element and some other clarifications have been made
A map from one set of concepts to one or more other concepts + Warning: Name should be usable as an identifier for the module by machine processing applications such as code generation
Canonical identifier for this concept map, represented as a URI (globally unique) + Warning: URL should not contain | or # - these characters make processing canonical references problematic
Mappings for a concept from the source set + Rule: If noMap is present, target SHALL NOT be present + Rule: Either code or valueSet SHALL be present but not both.
Concept in target system for element + Rule: If the map is source-is-broader-than-target or not-related-to, there SHALL be some comments, unless the status is 'draft' + Rule: Either code or valueSet SHALL be present but not both.
What to do when there is no mapping target for the source concept and ConceptMap.group.element.noMap is not true + Rule: If the mode is 'fixed', either a code or valueSet must be provided, but not both. + Rule: If the mode is 'other-map', a url for the other map must be provided + Rule: If the mode is not 'fixed', code, display and valueSet are not allowed + Rule: If the mode is not 'other-map', relationship must be provided + Rule: If the mode is not 'other-map', otherMap is not allowed
@prefix fhir: <http://hl7.org/fhir/> .
[ a fhir:ConceptMap;
fhir:nodeRole fhir:treeRoot; # if this is the parser root
# from Resource: .id, .meta, .implicitRules, and .language
# from DomainResource: .text, .contained, .extension, and .modifierExtension
fhir:url[ uri ] ; # 0..1 Canonical identifier for this concept map, represented as a URI (globally unique)
fhir:identifier ( [ Identifier ] ... ) ; # 0..* Additional identifier for the concept map
fhir:version[ string ] ; # 0..1 Business version of the concept map
# versionAlgorithm[x]: 0..1 How to compare versions. One of these 2
fhir:versionAlgorithm[ a fhir:string ; string ]
fhir:versionAlgorithm[ a fhir:Coding ; Coding ]
fhir:name[ string ] ; # 0..1 IName for this concept map (computer friendly)
fhir:title[ string ] ; # 0..1 Name for this concept map (human friendly)
fhir:status[ code ] ; # 1..1 Idraft | active | retired | unknown
fhir:experimental[ boolean ] ; # 0..1 For testing only - never for real usage
fhir:date[ dateTime ] ; # 0..1 Date last changed
fhir:publisher[ string ] ; # 0..1 Name of the publisher/steward (organization or individual)
fhir:contact ( [ ContactDetail ] ... ) ; # 0..* Contact details for the publisher
fhir:description[ markdown ] ; # 0..1 Natural language description of the concept map
fhir:useContext ( [ UsageContext ] ... ) ; # 0..* The context that the content is intended to support
fhir:jurisdiction ( [ CodeableConcept ] ... ) ; # 0..* Intended jurisdiction for concept map (if applicable)
fhir:purpose[ markdown ] ; # 0..1 Why this concept map is defined
fhir:copyright[ markdown ] ; # 0..1 Use and/or publishing restrictions
fhir:copyrightLabel[ string ] ; # 0..1 Copyright holder and year(s)
fhir:approvalDate[ date ] ; # 0..1 When the ConceptMap was approved by publisher
fhir:lastReviewDate[ date ] ; # 0..1 When the ConceptMap was last reviewed by the publisher
fhir:effectivePeriod[ Period ] ; # 0..1 When the ConceptMap is expected to be used
fhir:topic ( [ CodeableConcept ] ... ) ; # 0..* E.g. Education, Treatment, Assessment, etc
fhir:author ( [ ContactDetail ] ... ) ; # 0..* Who authored the ConceptMap
fhir:editor ( [ ContactDetail ] ... ) ; # 0..* Who edited the ConceptMap
fhir:reviewer ( [ ContactDetail ] ... ) ; # 0..* Who reviewed the ConceptMap
fhir:endorser ( [ ContactDetail ] ... ) ; # 0..* Who endorsed the ConceptMap
fhir:relatedArtifact ( [ RelatedArtifact ] ... ) ; # 0..* Additional documentation, citations, etc
fhir:property( [ # 0..* Additional properties of the mapping
fhir:code[ code ] ; # 1..1 Identifies the property on the mappings, and when referred to in the $translate operation
fhir:uri[ uri ] ; # 0..1 Formal identifier for the property
fhir:description[ string ] ; # 0..1 Why the property is defined, and/or what it conveys
fhir:type[ code ] ; # 1..1 ICoding | string | integer | boolean | dateTime | decimal | code
fhir:system[ canonical(CodeSystem) ] ; # 0..1 IThe CodeSystem from which code values come
] ... ) ;
fhir:additionalAttribute( [ # 0..* Definition of an additional attribute to act as a data source or target
fhir:code[ code ] ; # 1..1 Identifies this additional attribute through this resource
fhir:uri[ uri ] ; # 0..1 Formal identifier for the data element referred to in this attribte
fhir:description[ string ] ; # 0..1 Why the additional attribute is defined, and/or what the data element it refers to is
fhir:type[ code ] ; # 1..1 code | Coding | string | boolean | Quantity
] ... ) ;
# sourceScope[x]: 0..1 The source value set that contains the concepts that are being mapped. One of these 2
fhir:sourceScope[ a fhir:uri ; uri ]
fhir:sourceScope[ a fhir:canonical ; canonical(ValueSet) ]
# targetScope[x]: 0..1 The target value set which provides context for the mappings. One of these 2
fhir:targetScope[ a fhir:uri ; uri ]
fhir:targetScope[ a fhir:canonical ; canonical(ValueSet) ]
fhir:group( [ # 0..* Same source and target systems
fhir:source[ canonical(CodeSystem) ] ; # 0..1 Source system where concepts to be mapped are defined
fhir:target[ canonical(CodeSystem) ] ; # 0..1 Target system that the concepts are to be mapped to
fhir:element( [ # 1..* Mappings for a concept from the source set
fhir:code[ code ] ; # 0..1 IIdentifies element being mapped
fhir:display[ string ] ; # 0..1 Display for the code
fhir:valueSet[ canonical(ValueSet) ] ; # 0..1 IIdentifies the set of concepts being mapped
fhir:noMap[ boolean ] ; # 0..1 INo mapping to a target concept for this source concept
fhir:target( [ # 0..* IConcept in target system for element
fhir:code[ code ] ; # 0..1 ICode that identifies the target element
fhir:display[ string ] ; # 0..1 Display for the code
fhir:valueSet[ canonical(ValueSet) ] ; # 0..1 IIdentifies the set of target concepts
fhir:relationship[ code ] ; # 1..1 Irelated-to | equivalent | source-is-narrower-than-target | source-is-broader-than-target | not-related-to
fhir:comment[ string ] ; # 0..1 IDescription of status/issues in mapping
fhir:property( [ # 0..* Property value for the source -> target mapping
fhir:code[ code ] ; # 1..1 Reference to ConceptMap.property.code
# value[x]: 1..1 Value of the property for this concept. One of these 7
fhir:value[ a fhir:Coding ; Coding ]
fhir:value[ a fhir:string ; string ]
fhir:value[ a fhir:integer ; integer ]
fhir:value[ a fhir:boolean ; boolean ]
fhir:value[ a fhir:dateTime ; dateTime ]
fhir:value[ a fhir:decimal ; decimal ]
fhir:value[ a fhir:code ; code ]
] ... ) ;
fhir:dependsOn( [ # 0..* Other properties required for this mapping
fhir:attribute[ code ] ; # 1..1 A reference to a mapping attribute defined in ConceptMap.additionalAttribute
# value[x]: 0..1 IValue of the referenced data element. One of these 5
fhir:value[ a fhir:code ; code ]
fhir:value[ a fhir:Coding ; Coding ]
fhir:value[ a fhir:string ; string ]
fhir:value[ a fhir:boolean ; boolean ]
fhir:value[ a fhir:Quantity ; Quantity ]
fhir:valueSet[ canonical(ValueSet) ] ; # 0..1 IThe mapping depends on a data element with a value from this value set
] ... ) ;
fhir:product ( [ See ConceptMap.group.element.target.dependsOn ] ... ) ; # 0..* Other data elements that this mapping also produces
] ... ) ;
] ... ) ;
fhir:unmapped[ # 0..1 What to do when there is no mapping target for the source concept and ConceptMap.group.element.noMap is not true
fhir:mode[ code ] ; # 1..1 Iuse-source-code | fixed | other-map
fhir:code[ code ] ; # 0..1 IFixed code when mode = fixed
fhir:display[ string ] ; # 0..1 IDisplay for the code
fhir:valueSet[ canonical(ValueSet) ] ; # 0..1 IFixed code set when mode = fixed
fhir:relationship[ code ] ; # 0..1 Irelated-to | equivalent | source-is-narrower-than-target | source-is-broader-than-target | not-related-to
fhir:otherMap[ canonical(ConceptMap) ] ; # 0..1 Icanonical reference to an additional ConceptMap to use for mapping if the source concept is unmapped
] ;
] ... ) ;
]
A map from one set of concepts to one or more other concepts + Warning: Name should be usable as an identifier for the module by machine processing applications such as code generation
Canonical identifier for this concept map, represented as a URI (globally unique) + Warning: URL should not contain | or # - these characters make processing canonical references problematic
Mappings for a concept from the source set + Rule: If noMap is present, target SHALL NOT be present + Rule: Either code or valueSet SHALL be present but not both.
Concept in target system for element + Rule: If the map is source-is-broader-than-target or not-related-to, there SHALL be some comments, unless the status is 'draft' + Rule: Either code or valueSet SHALL be present but not both.
What to do when there is no mapping target for the source concept and ConceptMap.group.element.noMap is not true + Rule: If the mode is 'fixed', either a code or valueSet must be provided, but not both. + Rule: If the mode is 'other-map', a url for the other map must be provided + Rule: If the mode is not 'fixed', code, display and valueSet are not allowed + Rule: If the mode is not 'other-map', relationship must be provided + Rule: If the mode is not 'other-map', otherMap is not allowed
@prefix fhir: <http://hl7.org/fhir/> .
[ a fhir:ConceptMap;
fhir:nodeRole fhir:treeRoot; # if this is the parser root
# from Resource: .id, .meta, .implicitRules, and .language
# from DomainResource: .text, .contained, .extension, and .modifierExtension
fhir:url[ uri ] ; # 0..1 Canonical identifier for this concept map, represented as a URI (globally unique)
fhir:identifier ( [ Identifier ] ... ) ; # 0..* Additional identifier for the concept map
fhir:version[ string ] ; # 0..1 Business version of the concept map
# versionAlgorithm[x]: 0..1 How to compare versions. One of these 2
fhir:versionAlgorithm[ a fhir:string ; string ]
fhir:versionAlgorithm[ a fhir:Coding ; Coding ]
fhir:name[ string ] ; # 0..1 IName for this concept map (computer friendly)
fhir:title[ string ] ; # 0..1 Name for this concept map (human friendly)
fhir:status[ code ] ; # 1..1 Idraft | active | retired | unknown
fhir:experimental[ boolean ] ; # 0..1 For testing only - never for real usage
fhir:date[ dateTime ] ; # 0..1 Date last changed
fhir:publisher[ string ] ; # 0..1 Name of the publisher/steward (organization or individual)
fhir:contact ( [ ContactDetail ] ... ) ; # 0..* Contact details for the publisher
fhir:description[ markdown ] ; # 0..1 Natural language description of the concept map
fhir:useContext ( [ UsageContext ] ... ) ; # 0..* The context that the content is intended to support
fhir:jurisdiction ( [ CodeableConcept ] ... ) ; # 0..* Intended jurisdiction for concept map (if applicable)
fhir:purpose[ markdown ] ; # 0..1 Why this concept map is defined
fhir:copyright[ markdown ] ; # 0..1 Use and/or publishing restrictions
fhir:copyrightLabel[ string ] ; # 0..1 Copyright holder and year(s)
fhir:approvalDate[ date ] ; # 0..1 When the ConceptMap was approved by publisher
fhir:lastReviewDate[ date ] ; # 0..1 When the ConceptMap was last reviewed by the publisher
fhir:effectivePeriod[ Period ] ; # 0..1 When the ConceptMap is expected to be used
fhir:topic ( [ CodeableConcept ] ... ) ; # 0..* E.g. Education, Treatment, Assessment, etc
fhir:author ( [ ContactDetail ] ... ) ; # 0..* Who authored the ConceptMap
fhir:editor ( [ ContactDetail ] ... ) ; # 0..* Who edited the ConceptMap
fhir:reviewer ( [ ContactDetail ] ... ) ; # 0..* Who reviewed the ConceptMap
fhir:endorser ( [ ContactDetail ] ... ) ; # 0..* Who endorsed the ConceptMap
fhir:relatedArtifact ( [ RelatedArtifact ] ... ) ; # 0..* Additional documentation, citations, etc
fhir:property( [ # 0..* Additional properties of the mapping
fhir:code[ code ] ; # 1..1 Identifies the property on the mappings, and when referred to in the $translate operation
fhir:uri[ uri ] ; # 0..1 Formal identifier for the property
fhir:description[ string ] ; # 0..1 Why the property is defined, and/or what it conveys
fhir:type[ code ] ; # 1..1 ICoding | string | integer | boolean | dateTime | decimal | code
fhir:system[ canonical(CodeSystem) ] ; # 0..1 IThe CodeSystem from which code values come
] ... ) ;
fhir:additionalAttribute( [ # 0..* Definition of an additional attribute to act as a data source or target
fhir:code[ code ] ; # 1..1 Identifies this additional attribute through this resource
fhir:uri[ uri ] ; # 0..1 Formal identifier for the data element referred to in this attribte
fhir:description[ string ] ; # 0..1 Why the additional attribute is defined, and/or what the data element it refers to is
fhir:type[ code ] ; # 1..1 code | Coding | string | boolean | Quantity
] ... ) ;
# sourceScope[x]: 0..1 The source value set that contains the concepts that are being mapped. One of these 2
fhir:sourceScope[ a fhir:uri ; uri ]
fhir:sourceScope[ a fhir:canonical ; canonical(ValueSet) ]
# targetScope[x]: 0..1 The target value set which provides context for the mappings. One of these 2
fhir:targetScope[ a fhir:uri ; uri ]
fhir:targetScope[ a fhir:canonical ; canonical(ValueSet) ]
fhir:group( [ # 0..* Same source and target systems
fhir:source[ canonical(CodeSystem) ] ; # 0..1 Source system where concepts to be mapped are defined
fhir:target[ canonical(CodeSystem) ] ; # 0..1 Target system that the concepts are to be mapped to
fhir:element( [ # 1..* Mappings for a concept from the source set
fhir:code[ code ] ; # 0..1 IIdentifies element being mapped
fhir:display[ string ] ; # 0..1 Display for the code
fhir:valueSet[ canonical(ValueSet) ] ; # 0..1 IIdentifies the set of concepts being mapped
fhir:noMap[ boolean ] ; # 0..1 INo mapping to a target concept for this source concept
fhir:target( [ # 0..* IConcept in target system for element
fhir:code[ code ] ; # 0..1 ICode that identifies the target element
fhir:display[ string ] ; # 0..1 Display for the code
fhir:valueSet[ canonical(ValueSet) ] ; # 0..1 IIdentifies the set of target concepts
fhir:relationship[ code ] ; # 1..1 Irelated-to | equivalent | source-is-narrower-than-target | source-is-broader-than-target | not-related-to
fhir:comment[ string ] ; # 0..1 IDescription of status/issues in mapping
fhir:property( [ # 0..* Property value for the source -> target mapping
fhir:code[ code ] ; # 1..1 Reference to ConceptMap.property.code
# value[x]: 1..1 Value of the property for this concept. One of these 7
fhir:value[ a fhir:Coding ; Coding ]
fhir:value[ a fhir:string ; string ]
fhir:value[ a fhir:integer ; integer ]
fhir:value[ a fhir:boolean ; boolean ]
fhir:value[ a fhir:dateTime ; dateTime ]
fhir:value[ a fhir:decimal ; decimal ]
fhir:value[ a fhir:code ; code ]
] ... ) ;
fhir:dependsOn( [ # 0..* Other properties required for this mapping
fhir:attribute[ code ] ; # 1..1 A reference to a mapping attribute defined in ConceptMap.additionalAttribute
# value[x]: 0..1 IValue of the referenced data element. One of these 5
fhir:value[ a fhir:code ; code ]
fhir:value[ a fhir:Coding ; Coding ]
fhir:value[ a fhir:string ; string ]
fhir:value[ a fhir:boolean ; boolean ]
fhir:value[ a fhir:Quantity ; Quantity ]
fhir:valueSet[ canonical(ValueSet) ] ; # 0..1 IThe mapping depends on a data element with a value from this value set
] ... ) ;
fhir:product ( [ See ConceptMap.group.element.target.dependsOn ] ... ) ; # 0..* Other data elements that this mapping also produces
] ... ) ;
] ... ) ;
fhir:unmapped[ # 0..1 What to do when there is no mapping target for the source concept and ConceptMap.group.element.noMap is not true
fhir:mode[ code ] ; # 1..1 Iuse-source-code | fixed | other-map
fhir:code[ code ] ; # 0..1 IFixed code when mode = fixed
fhir:display[ string ] ; # 0..1 IDisplay for the code
fhir:valueSet[ canonical(ValueSet) ] ; # 0..1 IFixed code set when mode = fixed
fhir:relationship[ code ] ; # 0..1 Irelated-to | equivalent | source-is-narrower-than-target | source-is-broader-than-target | not-related-to
fhir:otherMap[ canonical(ConceptMap) ] ; # 0..1 Icanonical reference to an additional ConceptMap to use for mapping if the source concept is unmapped
] ;
] ... ) ;
]
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 (%resource.status = 'draft') or relationship.empty() or ((relationship != 'source-is-broader-than-target') and (relationship != 'not-related-to'))
If the property type is code, a system SHALL be specified
type = 'code' implies system.exists()
4.10.6 Notes
The value of the system, version and code elements are the same as used by the Coding data type
When a mapping relationship is characterized as "source-is-broader-than-target", some explanation of the scope difference SHALL be provided in the comments
The concept map is a statement of mapping in a single direction. The existence of a matching mapping in the reverse direction cannot be assumed to exist automatically, but only through human review.
For simplicity, it is better if is only one element for each source concept. if there is more than one, then just as one element can have multiple targets,
multiple occurrences of element with the same element.code simply aggregate their target elements as if there was only one element
4.10.7 Grouping Mappings
The concept mappings in element are arranged into groups that share common source/target systems.
These groups have no semantic significance; they exist to make the representation more concise. Concept maps
may contain more than one group with the same source and target - this would be a less concise representation
but may be useful in order to maintain a fixed order for the concepts that are mapped.
Concepts that are labeled as 'unmatched' are considered to be unmatched in the target value set,
irrespective of whether they are contained in a group with a stated target system or not. Groups
that contain no target system may only contained 'unmatched' concepts. There is no difference in
the meaning of an unmatched target whether or not there is a stated target system.
4.10.8 target.dependsOn and target.product
In the simple case, a mapping is made from one code to another. E.g. from "home address" in one code system to "address - home" in another.
But in other cases, the mapping is not a simple one to one mapping. A typical example might be mapping between
EHR diagnosis codes whose interpretation depends on the field they occur in in the source data: diagnosis, history, or family history.
Furthermore, the target EHR might distinguish diagnosis codes depending on the subject: patient or family.
In this case, it is not possible to map just from one code to another. Instead, the mapping might contain entries like this:
When attempting to translate the source to the target, an application SHOULD also provide a value for the element(s)
identified in dependsOn.property so that the correct mapping can be performed.
All dependsOn and product values are included in the output of $translate.
Interpretation and use of these values is based on the definition of the associated property.
The use of valueCode implies the CodeSystem is known from the property definition.
If there is no explicit mapping for a code - that is, the engine processing the ConceptMap finds
a group with a matching source system, but not matching element for the code it is translating, processing
proceeds to the unmapped element that specifies what should happen.
The unmapped element can specify one of the following different actions to take if there is no mapping
for a concept:
provided
Use the code source as provided in the $translate request. This is especially useful for translations between versions of the same code system, where only a few codes have changed
fixed
Use the code (and display) explicitly provided in the group.unmapped. This is useful when there's a fall back general code - especially for classifications
other-map
Use the map identified by the canonical URL in otherMap. This is useful when a published concept map needs to be varied for a few specific cases on an institutional basis - the
institution can create a simple concept that expresses their special cases, and then refer to the general purpose mappings
Note that this element is not used when there is an element with a matching code value, and a
relationship value of not-related-to.
4.10.10 Implicit Concept Maps
Implicit concept maps are defined in a specification which references the underlying code system structures or
other release data, and includes a prescribed URI pattern to identify the concept map. For example, there are
some implicit concept map URI patterns defined for SNOMED CT.
Implicit concept maps allow the URI to serve as the basis for the ConceptMap $translate operation without
the need to create a ConceptMap resource instance.
Some advantages of using implicit concept maps are that they may be used:
To enable the use of concept maps defined in a code system distribution (e.g., SNOMED CT)
To provide a convenient way, in the definition of a ConceptMap to reference another concept map provided in a code system distribution
If there is an explicit concept map resource with the same URI as a known implicit concept map,
it SHALL conform the pattern described in the definition of the implicit concept map.
It is up to the discretion of the server how to handle explicit instances when it is
also able to process requests for the implicit concept map.
Implementation Note:
If the relevant server(s) support implicit concept maps, implementers are discouraged from creating their own explicit concept maps with the same URI,
as their existence may create confusion.
Implicit concept map URIs can be used anywhere a concept map URI can be used. Support for implicit concept
map URI patterns varies across terminology servers. Code system publishers may define implicit concept map
URI patterns. FHIR terminology servers might or might not support any or all of these URI patterns. Caution
should be exercised when using concept map URI patterns that have not been defined by HL7 or the code
system publisher.
The following link describes the currently defined FHIR implicit concept map URL patterns for SNOMED CT: