NameFlagsCard.TypeDescription & Constraintsdoco
.. ConceptMap TUDomainResourceA 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

Elements defined in Ancestors: id, meta, implicitRules, language, text, contained, extension, modifierExtension
Interfaces Implemented: MetadataResource
... url ΣC0..1uriCanonical identifier for this concept map, represented as a URI (globally unique)
+ Warning: URL should not contain | or # - these characters make processing canonical references problematic
... identifier Σ0..*IdentifierAdditional identifier for the concept map

... version Σ0..1stringBusiness version of the concept map
... versionAlgorithm[x] Σ0..1How to compare versions
Binding: Version Algorithm (Extensible)
.... versionAlgorithmStringstring
.... versionAlgorithmCodingCoding
... name ΣC0..1stringName for this concept map (computer friendly)
... title ΣT0..1stringName for this concept map (human friendly)
... status ?!ΣC1..1codedraft | active | retired | unknown
Binding: PublicationStatus (Required)
... experimental Σ0..1booleanFor testing purposes, not real usage
... date Σ0..1dateTimeDate last changed
... publisher ΣT0..1stringName of the publisher/steward (organization or individual)
... contact Σ0..*ContactDetailContact details for the publisher

... description T0..1markdownNatural language description of the concept map
... useContext Σ0..*UsageContextThe context that the content is intended to support

... jurisdiction ΣXD0..*CodeableConceptIntended jurisdiction for concept map (if applicable)
Binding: Jurisdiction ValueSet (Extensible)

... purpose T0..1markdownWhy this concept map is defined
... copyright T0..1markdownUse and/or publishing restrictions
... copyrightLabel T0..1stringCopyright holder and year(s)
... approvalDate 0..1dateWhen the ConceptMap was approved by publisher
... lastReviewDate 0..1dateWhen the ConceptMap was last reviewed by the publisher
... effectivePeriod Σ0..1PeriodWhen the ConceptMap is expected to be used
... topic XD0..*CodeableConceptE.g. Education, Treatment, Assessment, etc
Binding: Definition Topic (Example)

... author 0..*ContactDetailWho authored the ConceptMap

... editor 0..*ContactDetailWho edited the ConceptMap

... reviewer 0..*ContactDetailWho reviewed the ConceptMap

... endorser 0..*ContactDetailWho endorsed the ConceptMap

... relatedArtifact 0..*RelatedArtifactAdditional documentation, citations, etc

... property ΣC0..*BackboneElementAdditional properties of the mapping
+ Rule: If the property type is code, a system SHALL be specified

.... code Σ1..1codeIdentifies the property on the mappings, and when referred to in the $translate operation
.... uri Σ0..1uriFormal identifier for the property
.... description Σ0..1stringWhy the property is defined, and/or what it conveys
.... type ΣC1..1codeCoding | string | integer | boolean | dateTime | decimal | code
Binding: ConceptMap Property Type (Required)
.... system ΣC0..1canonical(CodeSystem)The CodeSystem from which code values come
... additionalAttribute Σ0..*BackboneElementDefinition of an additional attribute to act as a data source or target

.... code Σ1..1codeIdentifies this additional attribute through this resource
.... uri Σ0..1uriFormal identifier for the data element referred to in this attribte
.... description Σ0..1stringWhy the additional attribute is defined, and/or what the data element it refers to is
.... type Σ1..1codecode | Coding | string | boolean | Quantity
Binding: ConceptMap Attribute Type (Required)
... sourceScope[x] Σ0..1The source value set that contains the concepts that are being mapped
.... sourceScopeUriuri
.... sourceScopeCanonicalcanonical(ValueSet)
... targetScope[x] Σ0..1The target value set which provides context for the mappings
.... targetScopeUriuri
.... targetScopeCanonicalcanonical(ValueSet)
... group 0..*BackboneElementSame source and target systems

.... source 0..1canonical(CodeSystem)Source system where concepts to be mapped are defined
.... target 0..1canonical(CodeSystem)Target system that the concepts are to be mapped to
.... element C1..*BackboneElementMappings 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.

..... code C0..1codeIdentifies element being mapped
..... display 0..1stringDisplay for the code
..... valueSet C0..1canonical(ValueSet)Identifies the set of concepts being mapped
..... noMap C0..1booleanNo mapping to a target concept for this source concept
..... target C0..*BackboneElementConcept 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.

...... code C0..1codeCode that identifies the target element
...... display 0..1stringDisplay for the code
...... valueSet C0..1canonical(ValueSet)Identifies the set of target concepts
...... relationship ?!C1..1coderelated-to | equivalent | source-is-narrower-than-target | source-is-broader-than-target | not-related-to
Binding: ConceptMapRelationship (Required)
...... comment C0..1stringDescription of status/issues in mapping
...... property 0..*BackboneElementProperty value for the source -> target mapping

....... code 1..1codeReference to ConceptMap.property.code
....... value[x] 1..1Value of the property for this concept
........ valueCodingCoding
........ valueStringstring
........ valueIntegerinteger
........ valueBooleanboolean
........ valueDateTimedateTime
........ valueDecimaldecimal
........ valueCodecode
...... dependsOn C0..*BackboneElementOther properties required for this mapping
+ Rule: One of value[x] or valueSet must exist, but not both.

....... attribute 1..1codeA reference to a mapping attribute defined in ConceptMap.additionalAttribute
....... value[x] C0..1Value of the referenced data element
........ valueCodecode
........ valueCodingCoding
........ valueStringstring
........ valueBooleanboolean
........ valueQuantityQuantity
....... valueSet C0..1canonical(ValueSet)The mapping depends on a data element with a value from this value set
...... product 0..*see dependsOnOther data elements that this mapping also produces

.... unmapped C0..1BackboneElementWhat 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
..... mode C1..1codeuse-source-code | fixed | other-map
Binding: Concept Map Group Unmapped Mode (Required)
..... code C0..1codeFixed code when mode = fixed
..... display C0..1stringDisplay for the code
..... valueSet C0..1canonical(ValueSet)Fixed code set when mode = fixed
..... relationship ?!C0..1coderelated-to | equivalent | source-is-narrower-than-target | source-is-broader-than-target | not-related-to
Binding: ConceptMapRelationship (Required)
..... otherMap C0..1canonical(ConceptMap)canonical reference to an additional ConceptMap to use for mapping if the source concept is unmapped

doco Documentation for this format