This page is part of the FHIR Specification (v0.0.82: DSTU 1). 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

6.15.8 Resource ConceptMap - Formal Definitions

Formal definitions for the elements in the ConceptMap resource.

ConceptMap
DefinitionA statement of relationships from one set of concepts to one or more other concept systems.
Control1..1
ConceptMap.identifier
DefinitionThe identifier that is used to identify this concept map when it is referenced in a specification, model, design or an instance (should be globally unique OID, UUID, or URI).
Control0..1
Typestring
Summarytrue
ConceptMap.version
DefinitionThe 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 profile author manually and the value should be a timestamp.
Control0..1
Typestring
Summarytrue
CommentsThere may be multiple resource versions of the concept map that have this same identifier.
ConceptMap.name
DefinitionA free text natural language name describing the concept map.
Control1..1
Typestring
RequirementsSupport human navigation.
Summarytrue
CommentsNot expected to be unique.
ConceptMap.publisher
DefinitionThe name of the individual or organization that published the concept map.
Control0..1
Typestring
RequirementsHelps establish the "authority/credibility" of the conept map. May also allow for contact.
Summarytrue
CommentsUsually an organization, but may be an individual. This item SHOULD be populated unless the information is available from context.
ConceptMap.telecom
DefinitionContacts of the publisher to assist a user in finding and communicating with the publisher.
Control0..*
TypeContact
Summarytrue
CommentsMay be a web site, an email address, a telephone number (tel:), etc.
ConceptMap.description
DefinitionA free text natural language description of the use of the concept map - reason for definition, conditions of use, etc.
Control0..1
Typestring
RequirementsHuman understandability.
Summarytrue
CommentsThe 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.copyright
DefinitionA copyright statement relating to the concept map and/or its contents.
Control0..1
Typestring
CommentsFrequently, the copyright differs between the concept map, and codes that are included. The copyright statement should clearly differentiate between these when required.
ConceptMap.status
DefinitionThe status of the concept map.
Control1..1
BindingValueSetStatus: The lifecycle status of a Value Set or Concept Map (see http://hl7.org/fhir/valueset-status for values)
Typecode
Is Modifiertrue
RequirementsIdentify when/if the concept map should be used.
Summarytrue
CommentsAllows filtering of ConceptMaps that are appropriate for use.
ConceptMap.experimental
DefinitionThis ConceptMap was authored for testing purposes (or education/evaluation/marketing), and is not intended to be used for genuine usage.
Control0..1
Typeboolean
Summarytrue
CommentsAllows filtering of ConceptMaps that are appropriate for use.
ConceptMap.date
DefinitionThe date that the concept map status was last changed.
Control0..1
TypedateTime
RequirementsNeed to know when a concept map was first legal for use or became withdrawn or replaced.
Summarytrue
CommentsNote that this is not the same as the resource last-modified-date, since the resource may be a secondary representation of the concept map.
ConceptMap.source
DefinitionThe source value set that specifies the concepts that are being mapped.
Control1..1
TypeResource(ValueSet)
Summarytrue
CommentsShould be a version specific reference.
ConceptMap.target
DefinitionThe target value set provides context to the mappings. Note that the mapping is made between concepts, not between value sets, but the value set provides important context about how the concept mapping choices are made.
Control1..1
TypeResource(ValueSet)
Summarytrue
ConceptMap.concept
DefinitionMappings for a concept from the source valueset.
Control0..*
CommentsGenerally, 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 mutliple times with different comments or dependencies.
ConceptMap.concept.system
DefinitionSystem that defines the concept being mapped.
Control1..1
Typeuri
ConceptMap.concept.code
DefinitionIdentifies concept being mapped.
Control0..1
Typecode
ConceptMap.concept.dependsOn
DefinitionA set of additional dependencies for this mapping to hold. This mapping is only applicable if the specified concept can be resolved, and it has the specified value.
Control0..*
ConceptMap.concept.dependsOn.concept
DefinitionA reference to a specific concept that holds a coded value. This can be an element in a FHIR resource, or a specific reference to a data element in a different specification (e.g. v2) or a general reference to a kind of data field, or a reference to a value set with an appropriately narrow definition.
Control1..1
Typeuri
ConceptMap.concept.dependsOn.system
DefinitionSystem for a concept in the referenced concept.
Control1..1
Typeuri
ConceptMap.concept.dependsOn.code
DefinitionCode for a concept in the referenced concept.
Control1..1
Typecode
ConceptMap.concept.map
DefinitionA concept from the target value set that this concept maps to.
Control0..*
CommentsIdeally there would only be one map, with equal or equivalent mapping. But multiple maps are allowed for several narrower options, or to assert that other concepts are unmatched.
InvariantsDefined on this element
Inv-1: If the map is narrower, there SHALL be some comments (xpath: exists(f:comments) or ((f:equivalence/@value != 'narrower') and (f:equivalence/@value != 'inexact')))
Inv-2: If a code is provided, a system SHALL be provided (xpath: exists(f:system) or not(exists(f:code)))
ConceptMap.concept.map.system
DefinitionSystem of the target.
Control0..1
Typeuri
CommentsShould be a version specific reference.
InvariantsAffect this element
Inv-2: If a code is provided, a system SHALL be provided (xpath: exists(f:system) or not(exists(f:code)))
ConceptMap.concept.map.code
DefinitionCode that identifies the target concept.
Control0..1
Typecode
ConceptMap.concept.map.equivalence
Definitionequal | equivalent | wider | subsumes | narrower | specialises | inexact | unmatched | disjoint.
Control1..1
BindingConceptMapEquivalence: The degree of equivalence between concepts (see http://hl7.org/fhir/concept-equivalence for values)
Typecode
Is Modifiertrue
ConceptMap.concept.map.comments
DefinitionDescription of status/issues in mapping.
Control0..1
Typestring
InvariantsAffect this element
Inv-1: If the map is narrower, there SHALL be some comments (xpath: exists(f:comments) or ((f:equivalence/@value != 'narrower') and (f:equivalence/@value != 'inexact')))
ConceptMap.concept.map.product
DefinitionA set of additional outcomes from this mapping to other value sets. To properly execute this mapping, the specified value set must be mapped to some data element or source that is in context. The mapping may still be useful without a place for the additional data elements, but the equivalence cannot be relied on.
Control0..*
TypeSee ConceptMap.concept.dependsOn

comments powered by Disqus