Release 4

Codesystem-concept-map-equivalence.json

FHIR Infrastructure Work GroupMaturity Level: N/AStandards Status: Informative

Raw JSON (canonical form + also see JSON Format Specification)

Definition for Code System ConceptMapEquivalence

{
  "resourceType" : "CodeSystem",
  "id" : "concept-map-equivalence",
  "meta" : {
    "lastUpdated" : "2021-01-21T15:34:20.265+00:00"
  },
  "text" : {
    "status" : "generated",
    "div" : "<div>!-- Snipped for Brevity --></div>"
  },
  "extension" : [{
    "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
    "valueCode" : "fhir"
  },
  {
    "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
    "valueCode" : "trial-use"
  },
  {
    "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
    "valueInteger" : 3
  }],
  "url" : "http://hl7.org/fhir/concept-map-equivalence",
  "identifier" : [{
    "system" : "urn:ietf:rfc:3986",
    "value" : "urn:oid:2.16.840.1.113883.4.642.4.18"
  }],
  "version" : "4.0.1",
  "name" : "ConceptMapEquivalence",
  "title" : "ConceptMapEquivalence",
  "status" : "draft",
  "experimental" : false,
  "date" : "2021-01-21T15:34:20+00:00",
  "description" : "The degree of equivalence between concepts.",
  "caseSensitive" : true,
  "valueSet" : "http://hl7.org/fhir/ValueSet/concept-map-equivalence",
  "content" : "complete",
  "concept" : [{
    "code" : "relatedto",
    "display" : "Related To",
    "definition" : "The concepts are related to each other, and have at least some overlap in meaning, but the exact relationship is not known.",
    "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 than 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 inexact 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 target code system.",
    "concept" : [{
      "code" : "disjoint",
      "display" : "Disjoint",
      "definition" : "This is an explicit assertion that there is no mapping between the source and target concept."
    }]
  }]
}

Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.