FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.uv.xver-r4.r4b
Resource TypeCodeSystem
IdCodeSystem-concept-map-equivalence.json
FHIR VersionR4B

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: CodeSystem concept-map-equivalence

This case-sensitive code system http://hl7.org/fhir/concept-map-equivalence defines the following codes in an undefined hierarchy:

LvlCodeDisplayDefinition
1relatedto Related ToThe concepts are related to each other, and have at least some overlap in meaning, but the exact relationship is not known.
2  equivalent EquivalentThe definitions of the concepts mean the same thing (including when structural implications of meaning are considered) (i.e. extensionally identical).
3    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).
2  wider WiderThe target mapping is wider in meaning than the source concept.
2  subsumes SubsumesThe target mapping subsumes the meaning of the source concept (e.g. the source is-a target).
2  narrower NarrowerThe 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.
2  specializes SpecializesThe target mapping specializes the meaning of the source concept (e.g. the target is-a source).
2  inexact 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 inexact 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 target code system.
2  disjoint DisjointThis is an explicit assertion that there is no mapping between the source and target concept.

Source1

{
  "resourceType": "CodeSystem",
  "id": "concept-map-equivalence",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode": "trial-use"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 3
    },
    {
      "extension": [
        {
          "url": "packageId",
          "valueId": "hl7.fhir.uv.xver-r4.r4b"
        },
        {
          "url": "version",
          "valueString": "0.0.1-snapshot-2"
        }
      ],
      "url": "http://hl7.org/fhir/StructureDefinition/package-source"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "fhir"
    }
  ],
  "url": "http://hl7.org/fhir/concept-map-equivalence",
  "version": "4.0.1",
  "name": "ConceptMapEquivalence",
  "title": "ConceptMapEquivalence",
  "status": "draft",
  "experimental": false,
  "date": "2019-11-01T08:29:23+10:00",
  "publisher": "FHIR Infrastructure",
  "contact": [
    {
      "name": "FHIR Infrastructure",
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/fiwg"
        }
      ]
    }
  ],
  "description": "The degree of equivalence between concepts.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "001",
          "display": "World"
        }
      ]
    }
  ],
  "caseSensitive": true,
  "valueSet": "http://hl7.org/fhir/ValueSet/concept-map-equivalence|5.2.0",
  "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."
        }
      ]
    }
  ]
}