{ "resourceType": "ValueSet", "id": "concept-map-equivalence", "meta": { "lastUpdated": "2015-10-24T07:41:03.495+11:00", "profile": [ "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" ] }, "text": { "status": "generated", "div": "

ConceptMapEquivalence

The degree of equivalence between concepts.

This value set has an inline code system http://hl7.org/fhir/concept-map-equivalence, which defines the following codes:

LvlCodeDisplayDefinition
1equivalent EquivalentThe definitions of the concepts mean the same thing (including when structural implications of meaning are considered) (i.e. extensionally identical).
2  equal EqualThe definitions of the concepts are exactly the same (i.e. only grammatical differences) and structural implications of meaning are identical or irrelevant (i.e. intentionally identical).
1wider WiderThe target mapping is wider in meaning than the source concept.
1subsumes SubsumesThe target mapping subsumes the meaning of the source concept (e.g. the source is-a target).
1narrower NarrowerThe target mapping is narrower in meaning that the source concept. The sense in which the mapping is narrower SHALL be described in the comments in this case, and applications should be careful when attempting to use these mappings operationally.
1specializes SpecializesThe target mapping specializes the meaning of the source concept (e.g. the target is-a source).
1inexact InexactThe target mapping overlaps with the source concept, but both source and target cover additional meaning, or the definitions are imprecise and it is uncertain whether they have the same boundaries to their meaning. The sense in which the mapping is narrower SHALL be described in the comments in this case, and applications should be careful when attempting to use these mappings operationally.
1unmatched UnmatchedThere is no match for this concept in the destination concept system.
2  disjoint DisjointThis is an explicit assertion that there is no mapping between the source and target concept.
" }, "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/valueset-oid", "valueUri": "urn:oid:2.16.840.1.113883.4.642.2.9" } ], "url": "http://hl7.org/fhir/ValueSet/concept-map-equivalence", "version": "1.0.2", "name": "ConceptMapEquivalence", "status": "draft", "experimental": false, "publisher": "HL7 (FHIR Project)", "contact": [ { "telecom": [ { "system": "other", "value": "http://hl7.org/fhir" }, { "system": "email", "value": "fhir@lists.hl7.org" } ] } ], "date": "2015-10-24T07:41:03+11:00", "description": "The degree of equivalence between concepts.", "codeSystem": { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/valueset-oid", "valueUri": "urn:oid:2.16.840.1.113883.4.642.1.9" } ], "system": "http://hl7.org/fhir/concept-map-equivalence", "version": "1.0.2", "caseSensitive": true, "concept": [ { "code": "equivalent", "display": "Equivalent", "definition": "The definitions of the concepts mean the same thing (including when structural implications of meaning are considered) (i.e. extensionally identical).", "concept": [ { "code": "equal", "display": "Equal", "definition": "The definitions of the concepts are exactly the same (i.e. only grammatical differences) and structural implications of meaning are identical or irrelevant (i.e. intentionally identical)." } ] }, { "code": "wider", "display": "Wider", "definition": "The target mapping is wider in meaning than the source concept." }, { "code": "subsumes", "display": "Subsumes", "definition": "The target mapping subsumes the meaning of the source concept (e.g. the source is-a target)." }, { "code": "narrower", "display": "Narrower", "definition": "The target mapping is narrower in meaning that the source concept. The sense in which the mapping is narrower SHALL be described in the comments in this case, and applications should be careful when attempting to use these mappings operationally." }, { "code": "specializes", "display": "Specializes", "definition": "The target mapping specializes the meaning of the source concept (e.g. the target is-a source)." }, { "code": "inexact", "display": "Inexact", "definition": "The target mapping overlaps with the source concept, but both source and target cover additional meaning, or the definitions are imprecise and it is uncertain whether they have the same boundaries to their meaning. The sense in which the mapping is narrower SHALL be described in the comments in this case, and applications should be careful when attempting to use these mappings operationally." }, { "code": "unmatched", "display": "Unmatched", "definition": "There is no match for this concept in the destination concept system.", "concept": [ { "code": "disjoint", "display": "Disjoint", "definition": "This is an explicit assertion that there is no mapping between the source and target concept." } ] } ] } }