This
page
is
part
of
the
FHIR
Specification
(v1.8.0:
STU
3
Draft).
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
Work
Group
|
Maturity Level : 2 | Compartments : Not linked to any defined compartments |
A statement of relationships from one set of concepts to one or more other concepts - either code systems or data elements, or classes in class models.
A concept map defines a mapping from a set of concepts defined in a code system to one or more concepts defined in other code systems. Mappings are one way - from the source to the destination. In many cases, the reverse mappings are valid, but this cannot be assumed to be the case.
Mappings between code systems are only defined in the context of the specified source and destination value sets - they are specific to a particular context of use. 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. Note that all code systems have value sets that include the entire code system, and these value sets can be used for mappings that are valid in all contexts.
Each
mapping
for
a
concept
from
source
to
target
includes
an
equivalence
property
that
specifies
how
similar
the
mapping
is
(or,
in
some
cases,
that
there
is
no
valid
mapping).
There
is
one
element
for
each
concept
or
field
in
the
source
that
needs
to
be
mapped.
Each
source
concept
may
have
multiple
targets:
There SHOULD be at least one target for each element, but some incomplete concept maps may not have a target for each concept.
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
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
exectuable
transform
for
instances
that
conform
to
a
known
structure.
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.
Structure
| Name | Flags | Card. | Type |
Description
&
Constraints
|
|---|---|---|---|---|
|
DomainResource | A map from one set of concepts to one or more other concepts | ||
|
Σ | 0..1 | uri | Logical uri to reference this concept map (globally unique) |
|
Σ | 0..1 | Identifier | Additional identifier for the concept map |
|
Σ | 0..1 | string | Business version of the concept map |
|
Σ | 0..1 | string | Name for this concept map (Computer friendly) |
|
Σ | 0..1 | string | Name for this concept map (Human friendly) |
|
?! Σ | 1..1 | code |
draft
|
active
|
retired
PublicationStatus ( Required ) |
|
?! Σ | 0..1 | boolean | If for testing purposes, not real usage |
|
Σ | 0..1 | string | Name of the publisher (Organization or individual) |
|
Σ | 0..* | ContactDetail | Contact details for the publisher |
|
Σ | 0..1 | dateTime | Date this was last changed |
|
0..1 | markdown | Natural language description of the concept map | |
|
Σ | 0..* | UsageContext | Content intends to support these contexts |
|
Σ | 0..* | CodeableConcept |
Intended
jurisdiction
for
concept
map
(if
applicable)
Jurisdiction ValueSet ( Extensible ) |
|
0..1 | markdown | Why this concept map is defined | |
|
0..1 | markdown | Use and/or publishing restrictions | |
|
Σ | 0..1 | Identifies the source of the concepts which are being mapped | |
|
uri | |||
|
Reference ( ValueSet ) | |||
|
Σ | 0..1 | Provides context to the mappings | |
|
uri | |||
|
Reference ( ValueSet ) | |||
|
0..* | BackboneElement | Same source and target systems | |
|
1..1 | uri | Code System (if value set crosses code systems) | |
|
0..1 | string | Specific version of the code system | |
|
0..1 | uri | System of the target (if necessary) | |
|
0..1 | string | Specific version of the code system | |
|
1..* | BackboneElement | Mappings for a concept from the source set | |
|
0..1 | code | Identifies element being mapped | |
|
I | 0..* | BackboneElement |
Concept
in
target
system
for
element
If the map is narrower or inexact, there SHALL be some comments |
|
0..1 | code | Code that identifies the target element | |
|
?! | 0..1 | code |
relatedto
|
equivalent
|
equal
|
wider
|
subsumes
|
narrower
|
specializes
|
inexact
|
unmatched
|
disjoint
ConceptMapEquivalence ( Required ) |
|
I | 0..1 | string | Description of status/issues in mapping |
|
0..* | BackboneElement | Other elements required for this mapping (from context) | |
|
1..1 | uri | Reference to property mapping depends on | |
|
0..1 | uri | Code System (if necessary) | |
|
1..1 | string | Value of the referenced element | |
|
0..* | see dependsOn | Other concepts that this mapping also produces | |
Documentation
for
this
format
|
||||
UML Diagram ( Legend )
XML Template
<ConceptMap xmlns="http://hl7.org/fhir"><!-- from Resource: id, meta, implicitRules, and language --> <!-- from DomainResource: text, contained, extension, and modifierExtension --> <url value="[uri]"/><!-- 0..1 Logical uri to reference this concept map (globally unique) --> <identifier><!-- 0..1 Identifier Additional identifier for the concept map --></identifier> <version value="[string]"/><!-- 0..1 Business version of the concept map --> <name value="[string]"/><!-- 0..1 Name for this concept map (Computer friendly) --> <title value="[string]"/><!-- 0..1 Name for this concept map (Human friendly) --> <status value="[code]"/><!-- 1..1 draft | active | retired --> <experimental value="[boolean]"/><!-- 0..1 If for testing purposes, not real usage --> <publisher value="[string]"/><!-- 0..1 Name of the publisher (Organization or individual) --> <contact><!-- 0..* ContactDetail Contact details for the publisher --></contact> <date value="[dateTime]"/><!-- 0..1 Date this was last changed --> <description value="[markdown]"/><!-- 0..1 Natural language description of the concept map --> <useContext><!-- 0..* UsageContext Content intends to support these contexts --></useContext> <jurisdiction><!-- 0..* CodeableConcept Intended jurisdiction for concept map (if applicable) --></jurisdiction> <purpose value="[markdown]"/><!-- 0..1 Why this concept map is defined --> <copyright value="[markdown]"/><!-- 0..1 Use and/or publishing restrictions --> <source[x]><!-- 0..1 uri|Reference(ValueSet) Identifies the source of the concepts which are being mapped --></source[x]> <target[x]><!-- 0..1 uri|Reference(ValueSet) Provides context to the mappings --></target[x]> <group> <!-- 0..* Same source and target systems --> <source value="[uri]"/><!-- 1..1 Code System (if value set crosses code systems) --> <sourceVersion value="[string]"/><!-- 0..1 Specific version of the code system --> <target value="[uri]"/><!-- 0..1 System of the target (if necessary) --> <targetVersion value="[string]"/><!-- 0..1 Specific version of the code system --> <element> <!-- 1..* Mappings for a concept from the source set --> <code value="[code]"/><!-- 0..1 Identifies element being mapped --> <target> <!-- 0..* Concept in target system for element --> <code value="[code]"/><!-- 0..1 Code that identifies the target element --> <equivalence value="[code]"/><!-- 0..1 relatedto | equivalent | equal | wider | subsumes | narrower | specializes | inexact | unmatched | disjoint --> <comments value="[string]"/><!--
0..1 Description of status/issues in mapping --> <dependsOn> <!-- 0..* Other elements required for this mapping (from context) --> <property value="[uri]"/><!-- 1..1 Reference to property mapping depends on --> <system value="[uri]"/><!-- 0..1 Code System (if necessary) --> <code value="[string]"/><!-- 1..1 Value of the referenced element --> </dependsOn> <product><!-- 0..* Content as for ConceptMap.group.element.target.dependsOn Other concepts that this mapping also produces --></product> </target> </element> </group> </ConceptMap>
JSON Template
{
"resourceType" : "ConceptMap",
// from Resource: id, meta, implicitRules, and language
// from DomainResource: text, contained, extension, and modifierExtension
"url" : "<uri>", // Logical uri to reference this concept map (globally unique)
"identifier" : { Identifier }, // Additional identifier for the concept map
"version" : "<string>", // Business version of the concept map
"name" : "<string>", // Name for this concept map (Computer friendly)
"title" : "<string>", // Name for this concept map (Human friendly)
"status" : "<code>", // R! draft | active | retired
"experimental" : <boolean>, // If for testing purposes, not real usage
"publisher" : "<string>", // Name of the publisher (Organization or individual)
"contact" : [{ ContactDetail }], // Contact details for the publisher
"date" : "<dateTime>", // Date this was last changed
"description" : "<markdown>", // Natural language description of the concept map
"useContext" : [{ UsageContext }], // Content intends to support these contexts
"jurisdiction" : [{ CodeableConcept }], // Intended jurisdiction for concept map (if applicable)
"purpose" : "<markdown>", // Why this concept map is defined
"copyright" : "<markdown>", // Use and/or publishing restrictions
// source[x]: Identifies the source of the concepts which are being mapped. One of these 2:
"sourceUri" : "<uri>",
"sourceReference" : { Reference(ValueSet) },
// target[x]: Provides context to the mappings. One of these 2:
"targetUri" : "<uri>",
"targetReference" : { Reference(ValueSet) },
"group" : [{ // Same source and target systems
"source" : "<uri>", // R! Code System (if value set crosses code systems)
"sourceVersion" : "<string>", // Specific version of the code system
"target" : "<uri>", // System of the target (if necessary)
"targetVersion" : "<string>", // Specific version of the code system
"element" : [{ // R! Mappings for a concept from the source set
"code" : "<code>", // Identifies element being mapped
"target" : [{ // Concept in target system for element
"code" : "<code>", // Code that identifies the target element
"equivalence" : "<code>", // relatedto | equivalent | equal | wider | subsumes | narrower | specializes | inexact | unmatched | disjoint
"comments" : "<string>", // C? Description of status/issues in mapping
"dependsOn" : [{ // Other elements required for this mapping (from context)
"property" : "<uri>", // R! Reference to property mapping depends on
"system" : "<uri>", // Code System (if necessary)
"code" : "<string>" // R! Value of the referenced element
}],
"product" : [{ Content as for ConceptMap.group.element.target.dependsOn }] // Other concepts that this mapping also produces
}]
}]
}]
}
Turtle Template
@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:ConceptMap.url [ uri ]; # 0..1 Logical uri to reference this concept map (globally unique) fhir:ConceptMap.identifier [ Identifier ]; # 0..1 Additional identifier for the concept map fhir:ConceptMap.version [ string ]; # 0..1 Business version of the concept map fhir:ConceptMap.name [ string ]; # 0..1 Name for this concept map (Computer friendly) fhir:ConceptMap.title [ string ]; # 0..1 Name for this concept map (Human friendly) fhir:ConceptMap.status [ code ]; # 1..1 draft | active | retired fhir:ConceptMap.experimental [ boolean ]; # 0..1 If for testing purposes, not real usage fhir:ConceptMap.publisher [ string ]; # 0..1 Name of the publisher (Organization or individual) fhir:ConceptMap.contact [ ContactDetail ], ... ; # 0..* Contact details for the publisher fhir:ConceptMap.date [ dateTime ]; # 0..1 Date this was last changed fhir:ConceptMap.description [ markdown ]; # 0..1 Natural language description of the concept map fhir:ConceptMap.useContext [ UsageContext ], ... ; # 0..* Content intends to support these contexts fhir:ConceptMap.jurisdiction [ CodeableConcept ], ... ; # 0..* Intended jurisdiction for concept map (if applicable) fhir:ConceptMap.purpose [ markdown ]; # 0..1 Why this concept map is defined fhir:ConceptMap.copyright [ markdown ]; # 0..1 Use and/or publishing restrictions # ConceptMap.source[x] : 0..1 Identifies the source of the concepts which are being mapped. One of these 2 fhir:ConceptMap.sourceUri [ uri ] fhir:ConceptMap.sourceReference [ Reference(ValueSet) ] # ConceptMap.target[x] : 0..1 Provides context to the mappings. One of these 2 fhir:ConceptMap.targetUri [ uri ] fhir:ConceptMap.targetReference [ Reference(ValueSet) ] fhir:ConceptMap.group [ # 0..* Same source and target systems fhir:ConceptMap.group.source [ uri ]; # 1..1 Code System (if value set crosses code systems) fhir:ConceptMap.group.sourceVersion [ string ]; # 0..1 Specific version of the code system fhir:ConceptMap.group.target [ uri ]; # 0..1 System of the target (if necessary) fhir:ConceptMap.group.targetVersion [ string ]; # 0..1 Specific version of the code system fhir:ConceptMap.group.element [ # 1..* Mappings for a concept from the source set fhir:ConceptMap.group.element.code [ code ]; # 0..1 Identifies element being mapped fhir:ConceptMap.group.element.target [ # 0..* Concept in target system for element fhir:ConceptMap.group.element.target.code [ code ]; # 0..1 Code that identifies the target element fhir:ConceptMap.group.element.target.equivalence [ code ]; # 0..1 relatedto | equivalent | equal | wider | subsumes | narrower | specializes | inexact | unmatched | disjoint fhir:ConceptMap.group.element.target.comments [ string ]; # 0..1 Description of status/issues in mapping fhir:ConceptMap.group.element.target.dependsOn [ # 0..* Other elements required for this mapping (from context) fhir:ConceptMap.group.element.target.dependsOn.property [ uri ]; # 1..1 Reference to property mapping depends on fhir:ConceptMap.group.element.target.dependsOn.system [ uri ]; # 0..1 Code System (if necessary) fhir:ConceptMap.group.element.target.dependsOn.code [ string ]; # 1..1 Value of the referenced element ], ...; fhir:ConceptMap.group.element.target.product [ See ConceptMap.group.element.target.dependsOn ], ... ; # 0..* Other concepts that this mapping also produces ], ...; ], ...; ], ...; ]
Changes since DSTU2
| ConceptMap | |
| ConceptMap.title | added Element |
| ConceptMap.status | Change value set from http://hl7.org/fhir/ValueSet/conformance-resource-status to http://hl7.org/fhir/ValueSet/publication-status |
| ConceptMap.experimental | Now marked as Modifier |
| ConceptMap.contact | Type changed from BackboneElement to ContactDetail |
| ConceptMap.description | Type changed from string to markdown |
| ConceptMap.useContext |
Type
changed
from
CodeableConcept
to
UsageContext
Remove Binding http://hl7.org/fhir/ValueSet/use-context (extensible) |
| ConceptMap.jurisdiction | added Element |
| ConceptMap.purpose | added Element |
| ConceptMap.copyright | Type changed from string to markdown |
| ConceptMap.source[x] |
Min
Cardinality
changed
from
1
to
0
Remove Reference(StructureDefinition) |
| ConceptMap.target[x] |
Min
Cardinality
changed
from
1
to
0
Remove Reference(StructureDefinition) |
| ConceptMap.group | added Element |
| ConceptMap.group.source | added Element |
| ConceptMap.group.sourceVersion | added Element |
| ConceptMap.group.target | added Element |
| ConceptMap.group.targetVersion | added Element |
| ConceptMap.group.element | Min Cardinality changed from 0 to 1 |
| ConceptMap.group.element.target.equivalence |
Min
Cardinality
changed
from
1
to
0
Default Value "equivalent" added |
| ConceptMap.group.element.target.dependsOn.property | added Element |
| ConceptMap.group.element.target.dependsOn.system | added Element |
| ConceptMap.contact.name | deleted |
| ConceptMap.contact.telecom | deleted |
| ConceptMap.requirements | deleted |
| ConceptMap.element.codeSystem | deleted |
| ConceptMap.element.target.codeSystem | deleted |
| ConceptMap.element.target.dependsOn.element | deleted |
| ConceptMap.element.target.dependsOn.codeSystem | deleted |
See the Full Difference for further information
Structure
| Name | Flags | Card. | Type |
Description
&
Constraints
|
|---|---|---|---|---|
|
DomainResource | A map from one set of concepts to one or more other concepts | ||
|
Σ | 0..1 | uri | Logical uri to reference this concept map (globally unique) |
|
Σ | 0..1 | Identifier | Additional identifier for the concept map |
|
Σ | 0..1 | string | Business version of the concept map |
|
Σ | 0..1 | string | Name for this concept map (Computer friendly) |
|
Σ | 0..1 | string | Name for this concept map (Human friendly) |
|
?! Σ | 1..1 | code |
draft
|
active
|
retired
PublicationStatus ( Required ) |
|
?! Σ | 0..1 | boolean | If for testing purposes, not real usage |
|
Σ | 0..1 | string | Name of the publisher (Organization or individual) |
|
Σ | 0..* | ContactDetail | Contact details for the publisher |
|
Σ | 0..1 | dateTime | Date this was last changed |
|
0..1 | markdown | Natural language description of the concept map | |
|
Σ | 0..* | UsageContext | Content intends to support these contexts |
|
Σ | 0..* | CodeableConcept |
Intended
jurisdiction
for
concept
map
(if
applicable)
Jurisdiction ValueSet ( Extensible ) |
|
0..1 | markdown | Why this concept map is defined | |
|
0..1 | markdown | Use and/or publishing restrictions | |
|
Σ | 0..1 | Identifies the source of the concepts which are being mapped | |
|
uri | |||
|
Reference ( ValueSet ) | |||
|
Σ | 0..1 | Provides context to the mappings | |
|
uri | |||
|
Reference ( ValueSet ) | |||
|
0..* | BackboneElement | Same source and target systems | |
|
1..1 | uri | Code System (if value set crosses code systems) | |
|
0..1 | string | Specific version of the code system | |
|
0..1 | uri | System of the target (if necessary) | |
|
0..1 | string | Specific version of the code system | |
|
1..* | BackboneElement | Mappings for a concept from the source set | |
|
0..1 | code | Identifies element being mapped | |
|
I | 0..* | BackboneElement |
Concept
in
target
system
for
element
If the map is narrower or inexact, there SHALL be some comments |
|
0..1 | code | Code that identifies the target element | |
|
?! | 0..1 | code |
relatedto
|
equivalent
|
equal
|
wider
|
subsumes
|
narrower
|
specializes
|
inexact
|
unmatched
|
disjoint
ConceptMapEquivalence ( Required ) |
|
I | 0..1 | string | Description of status/issues in mapping |
|
0..* | BackboneElement | Other elements required for this mapping (from context) | |
|
1..1 | uri | Reference to property mapping depends on | |
|
0..1 | uri | Code System (if necessary) | |
|
1..1 | string | Value of the referenced element | |
|
0..* | see dependsOn | Other concepts that this mapping also produces | |
Documentation
for
this
format
|
||||
XML Template
<ConceptMap xmlns="http://hl7.org/fhir"><!-- from Resource: id, meta, implicitRules, and language --> <!-- from DomainResource: text, contained, extension, and modifierExtension --> <url value="[uri]"/><!-- 0..1 Logical uri to reference this concept map (globally unique) --> <identifier><!-- 0..1 Identifier Additional identifier for the concept map --></identifier> <version value="[string]"/><!-- 0..1 Business version of the concept map --> <name value="[string]"/><!-- 0..1 Name for this concept map (Computer friendly) --> <title value="[string]"/><!-- 0..1 Name for this concept map (Human friendly) --> <status value="[code]"/><!-- 1..1 draft | active | retired --> <experimental value="[boolean]"/><!-- 0..1 If for testing purposes, not real usage --> <publisher value="[string]"/><!-- 0..1 Name of the publisher (Organization or individual) --> <contact><!-- 0..* ContactDetail Contact details for the publisher --></contact> <date value="[dateTime]"/><!-- 0..1 Date this was last changed --> <description value="[markdown]"/><!-- 0..1 Natural language description of the concept map --> <useContext><!-- 0..* UsageContext Content intends to support these contexts --></useContext> <jurisdiction><!-- 0..* CodeableConcept Intended jurisdiction for concept map (if applicable) --></jurisdiction> <purpose value="[markdown]"/><!-- 0..1 Why this concept map is defined --> <copyright value="[markdown]"/><!-- 0..1 Use and/or publishing restrictions --> <source[x]><!-- 0..1 uri|Reference(ValueSet) Identifies the source of the concepts which are being mapped --></source[x]> <target[x]><!-- 0..1 uri|Reference(ValueSet) Provides context to the mappings --></target[x]> <group> <!-- 0..* Same source and target systems --> <source value="[uri]"/><!-- 1..1 Code System (if value set crosses code systems) --> <sourceVersion value="[string]"/><!-- 0..1 Specific version of the code system --> <target value="[uri]"/><!-- 0..1 System of the target (if necessary) --> <targetVersion value="[string]"/><!-- 0..1 Specific version of the code system --> <element> <!-- 1..* Mappings for a concept from the source set --> <code value="[code]"/><!-- 0..1 Identifies element being mapped --> <target> <!-- 0..* Concept in target system for element --> <code value="[code]"/><!-- 0..1 Code that identifies the target element --> <equivalence value="[code]"/><!-- 0..1 relatedto | equivalent | equal | wider | subsumes | narrower | specializes | inexact | unmatched | disjoint --> <comments value="[string]"/><!--
0..1 Description of status/issues in mapping --> <dependsOn> <!-- 0..* Other elements required for this mapping (from context) --> <property value="[uri]"/><!-- 1..1 Reference to property mapping depends on --> <system value="[uri]"/><!-- 0..1 Code System (if necessary) --> <code value="[string]"/><!-- 1..1 Value of the referenced element --> </dependsOn> <product><!-- 0..* Content as for ConceptMap.group.element.target.dependsOn Other concepts that this mapping also produces --></product> </target> </element> </group> </ConceptMap>
JSON Template
{
"resourceType" : "ConceptMap",
// from Resource: id, meta, implicitRules, and language
// from DomainResource: text, contained, extension, and modifierExtension
"url" : "<uri>", // Logical uri to reference this concept map (globally unique)
"identifier" : { Identifier }, // Additional identifier for the concept map
"version" : "<string>", // Business version of the concept map
"name" : "<string>", // Name for this concept map (Computer friendly)
"title" : "<string>", // Name for this concept map (Human friendly)
"status" : "<code>", // R! draft | active | retired
"experimental" : <boolean>, // If for testing purposes, not real usage
"publisher" : "<string>", // Name of the publisher (Organization or individual)
"contact" : [{ ContactDetail }], // Contact details for the publisher
"date" : "<dateTime>", // Date this was last changed
"description" : "<markdown>", // Natural language description of the concept map
"useContext" : [{ UsageContext }], // Content intends to support these contexts
"jurisdiction" : [{ CodeableConcept }], // Intended jurisdiction for concept map (if applicable)
"purpose" : "<markdown>", // Why this concept map is defined
"copyright" : "<markdown>", // Use and/or publishing restrictions
// source[x]: Identifies the source of the concepts which are being mapped. One of these 2:
"sourceUri" : "<uri>",
"sourceReference" : { Reference(ValueSet) },
// target[x]: Provides context to the mappings. One of these 2:
"targetUri" : "<uri>",
"targetReference" : { Reference(ValueSet) },
"group" : [{ // Same source and target systems
"source" : "<uri>", // R! Code System (if value set crosses code systems)
"sourceVersion" : "<string>", // Specific version of the code system
"target" : "<uri>", // System of the target (if necessary)
"targetVersion" : "<string>", // Specific version of the code system
"element" : [{ // R! Mappings for a concept from the source set
"code" : "<code>", // Identifies element being mapped
"target" : [{ // Concept in target system for element
"code" : "<code>", // Code that identifies the target element
"equivalence" : "<code>", // relatedto | equivalent | equal | wider | subsumes | narrower | specializes | inexact | unmatched | disjoint
"comments" : "<string>", // C? Description of status/issues in mapping
"dependsOn" : [{ // Other elements required for this mapping (from context)
"property" : "<uri>", // R! Reference to property mapping depends on
"system" : "<uri>", // Code System (if necessary)
"code" : "<string>" // R! Value of the referenced element
}],
"product" : [{ Content as for ConceptMap.group.element.target.dependsOn }] // Other concepts that this mapping also produces
}]
}]
}]
}
Turtle Template
@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:ConceptMap.url [ uri ]; # 0..1 Logical uri to reference this concept map (globally unique) fhir:ConceptMap.identifier [ Identifier ]; # 0..1 Additional identifier for the concept map fhir:ConceptMap.version [ string ]; # 0..1 Business version of the concept map fhir:ConceptMap.name [ string ]; # 0..1 Name for this concept map (Computer friendly) fhir:ConceptMap.title [ string ]; # 0..1 Name for this concept map (Human friendly) fhir:ConceptMap.status [ code ]; # 1..1 draft | active | retired fhir:ConceptMap.experimental [ boolean ]; # 0..1 If for testing purposes, not real usage fhir:ConceptMap.publisher [ string ]; # 0..1 Name of the publisher (Organization or individual) fhir:ConceptMap.contact [ ContactDetail ], ... ; # 0..* Contact details for the publisher fhir:ConceptMap.date [ dateTime ]; # 0..1 Date this was last changed fhir:ConceptMap.description [ markdown ]; # 0..1 Natural language description of the concept map fhir:ConceptMap.useContext [ UsageContext ], ... ; # 0..* Content intends to support these contexts fhir:ConceptMap.jurisdiction [ CodeableConcept ], ... ; # 0..* Intended jurisdiction for concept map (if applicable) fhir:ConceptMap.purpose [ markdown ]; # 0..1 Why this concept map is defined fhir:ConceptMap.copyright [ markdown ]; # 0..1 Use and/or publishing restrictions # ConceptMap.source[x] : 0..1 Identifies the source of the concepts which are being mapped. One of these 2 fhir:ConceptMap.sourceUri [ uri ] fhir:ConceptMap.sourceReference [ Reference(ValueSet) ] # ConceptMap.target[x] : 0..1 Provides context to the mappings. One of these 2 fhir:ConceptMap.targetUri [ uri ] fhir:ConceptMap.targetReference [ Reference(ValueSet) ] fhir:ConceptMap.group [ # 0..* Same source and target systems fhir:ConceptMap.group.source [ uri ]; # 1..1 Code System (if value set crosses code systems) fhir:ConceptMap.group.sourceVersion [ string ]; # 0..1 Specific version of the code system fhir:ConceptMap.group.target [ uri ]; # 0..1 System of the target (if necessary) fhir:ConceptMap.group.targetVersion [ string ]; # 0..1 Specific version of the code system fhir:ConceptMap.group.element [ # 1..* Mappings for a concept from the source set fhir:ConceptMap.group.element.code [ code ]; # 0..1 Identifies element being mapped fhir:ConceptMap.group.element.target [ # 0..* Concept in target system for element fhir:ConceptMap.group.element.target.code [ code ]; # 0..1 Code that identifies the target element fhir:ConceptMap.group.element.target.equivalence [ code ]; # 0..1 relatedto | equivalent | equal | wider | subsumes | narrower | specializes | inexact | unmatched | disjoint fhir:ConceptMap.group.element.target.comments [ string ]; # 0..1 Description of status/issues in mapping fhir:ConceptMap.group.element.target.dependsOn [ # 0..* Other elements required for this mapping (from context) fhir:ConceptMap.group.element.target.dependsOn.property [ uri ]; # 1..1 Reference to property mapping depends on fhir:ConceptMap.group.element.target.dependsOn.system [ uri ]; # 0..1 Code System (if necessary) fhir:ConceptMap.group.element.target.dependsOn.code [ string ]; # 1..1 Value of the referenced element ], ...; fhir:ConceptMap.group.element.target.product [ See ConceptMap.group.element.target.dependsOn ], ... ; # 0..* Other concepts that this mapping also produces ], ...; ], ...; ], ...; ]
Changes since DSTU2
| ConceptMap | |
| ConceptMap.title | added Element |
| ConceptMap.status | Change value set from http://hl7.org/fhir/ValueSet/conformance-resource-status to http://hl7.org/fhir/ValueSet/publication-status |
| ConceptMap.experimental | Now marked as Modifier |
| ConceptMap.contact | Type changed from BackboneElement to ContactDetail |
| ConceptMap.description | Type changed from string to markdown |
| ConceptMap.useContext |
Type
changed
from
CodeableConcept
to
UsageContext
Remove Binding http://hl7.org/fhir/ValueSet/use-context (extensible) |
| ConceptMap.jurisdiction | added Element |
| ConceptMap.purpose | added Element |
| ConceptMap.copyright | Type changed from string to markdown |
| ConceptMap.source[x] |
Min
Cardinality
changed
from
1
to
0
Remove Reference(StructureDefinition) |
| ConceptMap.target[x] |
Min
Cardinality
changed
from
1
to
0
Remove Reference(StructureDefinition) |
| ConceptMap.group | added Element |
| ConceptMap.group.source | added Element |
| ConceptMap.group.sourceVersion | added Element |
| ConceptMap.group.target | added Element |
| ConceptMap.group.targetVersion | added Element |
| ConceptMap.group.element | Min Cardinality changed from 0 to 1 |
| ConceptMap.group.element.target.equivalence |
Min
Cardinality
changed
from
1
to
0
Default Value "equivalent" added |
| ConceptMap.group.element.target.dependsOn.property | added Element |
| ConceptMap.group.element.target.dependsOn.system | added Element |
| ConceptMap.contact.name | deleted |
| ConceptMap.contact.telecom | deleted |
| ConceptMap.requirements | deleted |
| ConceptMap.element.codeSystem | deleted |
| ConceptMap.element.target.codeSystem | deleted |
| ConceptMap.element.target.dependsOn.element | deleted |
| ConceptMap.element.target.dependsOn.codeSystem | deleted |
See the Full Difference for further information
Alternate definitions: Master Definition ( XML , JSON ), XML Schema / Schematron (for ) + JSON Schema , ShEx (for Turtle ), JSON-LD (for RDF as JSON-LD ),
| Path | Definition | Type | Reference |
|---|---|---|---|
| ConceptMap.status | The lifecycle status of a Value Set or Concept Map. | Required | PublicationStatus |
| ConceptMap.jurisdiction | Countries and regions within which this artifact is targeted for use | Extensible | Jurisdiction ValueSet |
| ConceptMap.group.element.target.equivalence | The degree of equivalence between concepts. | Required | ConceptMapEquivalence |
on
ConceptMap.group.element.target:
comments.exists()
or
equivalence.empty()
or
((equivalence
!=
'narrower')
and
(equivalence
!=
'inexact'))
)
system
,
version
and
code
elements
are
the
same
as
used
by
the
Coding
data
type
element
for
each
source
concept.
If
there
is
more
than
one,
the
target
statements
are
cumulative
across
them
The
concept
mappings
in
element
are
arranged
into
groups
that
share
common
source/target
systems.
These
groups
have
no
semantic
signficance;
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
labelled
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.
The ConceptMap resource is intended to map between concepts defined in a code system. It can also be useful to use the ConceptMap resource to define relationships between concepts defined in other kinds of resources. Here are some common kind of conceptual maps:
Though
these
resources
are
not
explicitly
defining
code
systems,
they
do
define
'concept's
that
can
still
usefully
be
treated
as
code
systems
for
the
sake
of
subsetting
(e.g.
ValueSet
)
and
defining
relationships
(e.g.
ConceptMap
).
Note
that
this
is
different
from
StructureMap
because
that
is
intended
to
define
an
executional
transform
between
structures,
not
a
conceptual
model.
This table summarizes how to treat these items as a terminology:
| StructureDefinition |
The
StructureDefinition.url
(canonical
URL)
is
the
system
.
Each
.snapshot.element.id
in
the
snapshot
is
a
code
in
the
code
system
|
| Questionnaire |
The
Questionnaire.url
(canonical
URL)
is
the
system
.
Each
.item.linkId
in
the
snapshot
is
a
code
in
the
code
system.
Items
with
no
linkId
cannot
be
addressed
|
| DataElement |
The
DataElement.url
(canonical
URL)
is
the
system
.
Each
.element.id
in
the
snapshot
is
a
code
in
the
code
system.
Elements
with
no
id
cannot
be
addressed
|
| Medication | Medication resources are a bit different, since they don't have a canonical URL, and there are not multiple items in a resource. So to refer to a medication resource, the system is [base]/Medication, where base is the server address. The Logical Id of the resource is the code |
Search parameters for this resource. The common parameters also apply. See Searching for more information about searching in REST, messaging, and services.
| Name | Type | Description | Paths | In Common |
| date | date | The concept map publication date | ConceptMap.date | |
| dependson | uri | Reference to property mapping depends on | ConceptMap.group.element.target.dependsOn.property | |
| description | string | Text search against the description of the concept map | ConceptMap.description | |
| identifier | token | External identifiers for the concept map | ConceptMap.identifier | |
| jurisdiction | token | Intended jurisdiction for concept map | ConceptMap.jurisdiction | |
| name | string | Name of the concept map | ConceptMap.name | |
| product | uri | Reference to property mapping depends on | ConceptMap.group.element.target.product.property | |
| publisher | string | Name of the publisher of the concept map | ConceptMap.publisher | |
| source | reference | Identifies the source of the concepts which are being mapped |
ConceptMap.sourceReference
( ValueSet ) |
|
| source-code | token | Identifies element being mapped | ConceptMap.group.element.code | |
| source-system | uri | Code System (if value set crosses code systems) | ConceptMap.group.source | |
| source-uri | reference | Identifies the source of the concepts which are being mapped |
ConceptMap.sourceUri
( ValueSet ) |
|
| status | token | The current status of the concept map | ConceptMap.status | |
| target | reference | Provides context to the mappings |
ConceptMap.targetReference
( ValueSet ) |
|
| target-code | token | Code that identifies the target element | ConceptMap.group.element.target.code | |
| target-system | uri | System of the target (if necessary) | ConceptMap.group.target | |
| target-uri | reference | Provides context to the mappings |
ConceptMap.targetUri
( ValueSet ) |
|
| title | string | Text search against the title of the concept map | ConceptMap.title | |
| url | uri | The uri that identifies the concept map | ConceptMap.url | |
| version | token | The version identifier of the concept map | ConceptMap.version |