FHIR © HL7.org  |  Server Home  |  XIG Home  |  Server Source  |  FHIR  

FHIR IG Statistics: CodeSystem/r4-equivalence

Packagehl7.fhir.uv.tools
TypeCodeSystem
Idr4-equivalence
FHIR VersionR5
Sourcehttp://hl7.org/fhir/tools/https://build.fhir.org/ig/FHIR/fhir-tools-ig/CodeSystem-r4-equivalence.html
URLhttp://hl7.org/fhir/tools/CodeSystem/r4-equivalence
Version0.6.0-cibuild
Statusactive
Date2019-11-01T09:29:23+11:00
NameConceptMapEquivalence
TitleConceptMapEquivalence
Realmuv
Authorityhl7
DescriptionThe degree of equivalence between concepts (R4).
Contentcomplete

Resources that use this resource

ValueSet
select-by-map-filterSelectByMap Filter Codes (VS)
select-by-map-filterSelectByMap Filter Codes (VS)
select-by-map-filterSelectByMap Filter Codes (VS)

Resources that this resource uses

No resources found


Narrative

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


English


Generated Narrative: CodeSystem r4-equivalence

This case-sensitive code system http://hl7.org/fhir/tools/CodeSystem/r4-equivalence defines the following codes in a Is-A 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  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.

Spanish


Generated Narrative: CodeSystem r4-equivalence

This case-sensitive code system http://hl7.org/fhir/tools/CodeSystem/r4-equivalence defines the following codes in a Is-A 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  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.

Source

{
  "resourceType": "CodeSystem",
  "id": "r4-equivalence",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 4
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "fhir"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode": "informative",
      "_valueCode": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
            "valueCanonical": "http://hl7.org/fhir/tools/ImplementationGuide/hl7.fhir.uv.tools"
          }
        ]
      }
    }
  ],
  "url": "http://hl7.org/fhir/tools/CodeSystem/r4-equivalence",
  "identifier": [
    {
      "system": "urn:ietf:rfc:3986",
      "value": "urn:oid:2.16.840.1.113883.4.642.4.18"
    }
  ],
  "version": "0.6.0-cibuild",
  "name": "ConceptMapEquivalence",
  "title": "ConceptMapEquivalence",
  "status": "active",
  "experimental": false,
  "date": "2019-11-01T09:29:23+11:00",
  "publisher": "HL7 International / FHIR Infrastructure",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/fiwg"
        }
      ]
    }
  ],
  "description": "The degree of equivalence between concepts (R4).",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "001"
        }
      ]
    }
  ],
  "caseSensitive": true,
  "hierarchyMeaning": "is-a",
  "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": "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."
        }
      ]
    }
  ]
}